Re: [9fans] plan9port behind corporate firewall with no DNS or port access

2009-07-25 Thread Salman Aljammaz
Uriel wrote:
> If your work firewall proxies port 80, then things get trickier, you
> could mount sources on the home inferno instance, and then export it
> using mjl's httpd as a read-only http 'tree'.

assuming you've got openssh, one trick i used to do back in school was
run sshd on on port 443.

you can then forward specific ports (-L) or even run socks (-D) on ssh.

salman




Re: [9fans] Woes of New Language Support

2009-07-26 Thread Salman Aljammaz
erik quanstrom wrote:
> yes.  this is a problem.  unfortunately the unicode guys
> took the position that codepoint is divorced from glyphs
> unfortunately, this case isn't as bad as it gets.  e.g. archaic cryllic
> letters have transliterations like ^^A in unicode.  would
> three hats on an A be illegal?  i don't see what would prevent it.
> and therefore one needs to implment some sort of character
> layout engine to render unicode.  that's pretty bogus.

to be fair to the unicode people, this decoupling of glyphs and codepoints
is (i think) the most straightforward way to implement some languages like
arabic, where the glyphs for characters depend on their position within a
word.  that is, a letter at the beginning of a word looks different from
what it would look like if it was in the middle.

salman




Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-02 Thread Salman Aljammaz
why is everyone on about native web?  what does that even mean?

http://diveintomark.org/archives/2011/04/15/nativity-scene

(sorry, couldn't resist!)

salman

On Mon, May 2, 2011 at 3:29 AM, errno  wrote:
> Running a plan 9 hosted inferno is essentially another take on the vnc or
> linuxemu workarounds. It won't provide the same freedoms and benefits
> of a native library/engine/framework.



Re: [9fans] simple venti demo:

2011-08-11 Thread Salman Aljammaz
> a better
> approach might be to separate the libraries from the much larger distribution
> of plan 9-based commands etc, and make them available in the usual way
> as packages to import using the (many different) package managers on 
> Unix-like systems.

this is what i was looking into just this morning.  i wanted to
package factotum - and others - individually in hope that more
programs use it.

i spent about 3 hours faffing with debain's packaging tools, then
remembered that i have work to do :-(



Re: [9fans] how to make p9p/rio the default window manager? (ubuntu)

2011-08-19 Thread Salman Aljammaz
You could put this in your $HOME/.xinitrc file (plumber and factotum
are optional)

"""
plumber
factotum
exec rio
"""

It should run when you use 'startx'

When I last used Ubuntu however .xinitrc seemed to be omitted from
GDM. A quick google brings this up http://subforge.org/blogs/show/13



Re: [9fans] plan9port: cocoa programmer needed

2011-08-26 Thread Salman Aljammaz
>        swipe-left to cut (cmd+x),
>        swipe-right to paste (cmd+v),
>        swipe-up to execute (button 2),
>        swipe-down to execute with arguments (2-1 chord),
>        pinch to toggle fullscreen.

nice!  and only 2 days after i stopped using os x...

i'll have a stab at doing something similar on linux.

http://www.synaptics.com/solutions/technology/gestures/touchpad-linux



Re: [9fans] OT: how do 9fans backup their Mac(book)?

2011-10-02 Thread Salman Aljammaz
On Sun, Oct 2, 2011 at 4:07 AM, steve jenkin  wrote:
> erik quanstrom wrote on 2/10/11 1:37 PM:
>>  it's all block storage.
>>
>
> Nope.
> In the same way that RAM is finely differentiated with many
> incompatibilities & 'gotchas'.
> It's not "all memory".
>
> Go away and actually *do* the thing you are suggesting, then tell us how
> you went.
>
> Get 3-4 macbooks. Preferably a range of machines: old to new.
> Get 8-12 replacement drives, differing ages, capacities and types.

my mac's old hard drive, with os x and all my data, has been through 3
macbook(pro)s without a single os x reinstall.  recently i dd'd it
into an ssd which replaced it with no issue.

i don't recommend this or anything; but i have on a couple of
occasions yanked the drive out of the mac and into a machine with more
storage and dd'd it as a backup (or is it archive?)  i only restored
from these images once, but it worked.

unless the interface is physically incompatible with your machine, i
don't see the problem.

salman



Re: [9fans] factotum auth for commodity web browsers?

2011-11-22 Thread Salman Aljammaz
I don't know if any exist out there, but I've been thinking of trying
to hack something together recently. I've gone as far as compiling
Chromium from source. (A major step on its own!)
This came to me after rediscovering WebID (previously known as
foaf+ssl) which uses client-side certificates. Factotum would be great
to manage those...
Salman



Re: [9fans] insert 'control a' into a text in acme

2012-06-01 Thread Salman Aljammaz
or execute " wrote:
> execute: unicode 10
> and copy the output to where you need.



Re: [9fans] Start acme maximized

2012-11-13 Thread Salman Aljammaz
The -W argument lets you set the size of the window. Not
quite maximized but you can make it use the same space.


On Tue, Nov 13, 2012 at 4:46 PM, Costin Chirvasuta wrote:

> Hello,
>
> Is there any way to make acme from p9p start maximized in Linux?
>
> I have a devilspie script that maximizes acme whenever it starts but acme
> gets to start in a smaller window before this and the layout saved in the
> dump file gets messed up after the maximize.
>