Re: [9fans] The development environment from Hell

2022-01-11 Thread marius a. eriksen
> So I thought about sam, which I also like, although I have not used it as much as acme. Sam has remote editing, which solves the latency and bandwidth problem, but I prefer the acme right-click to navigate compilation errors and grep results. So, can we combine acme and sam in a meaningful way?

[9fans] plan9port: acme remoting

2021-01-03 Thread marius a. eriksen
Lately, I have needed to do a great deal of my work on remote servers. It's been difficult to do this with acme. Previously, I have attempted to run acme entirely remotely, and then attach to a local devdraw instance . This works okay, but also has many

[9fans] Slashed zero in Lucida Grande (macOS)

2019-04-02 Thread marius a. eriksen
I recently read "Oh, oh, zero!" by Charles Bigelow, where he mentions that Lucida Grande contains an alternative glyph for zero that is slashed: "In Lucida Grande, based on Lucida Sans, the numeral one is reworked with baseline serifs but the

[9fans] Proof of concept inertial scrolling on macOS with devdraw/acme

2017-02-26 Thread marius a. eriksen
It’s surprisingly pleasant to use (with a Mac laptop, a Magic Trackpad or aMagic Mouse) Demo here: https://www.youtube.com/watch?v=1XJFJ4coS48=youtu.be commit d782c880d4ca30fcacddfbab298dad82fe8277c3 Author: marius a. eriksen <mar...@grailbio.com> Date: Sat Feb 25 21:48:50 2017

Re: [9fans] Acme real estate on 15 macbook pro?

2013-10-02 Thread marius a. eriksen
I use a 13” rMBP at the highest resolution setting. I run acme with 3 columns (though the leftmost column is a shrunk column that’s really only useful for directory browsing). The only annoyance is that I regularly connect to an external display, which requires me to restart acme. Instead of

Re: [9fans] p9p on Retina Macs

2013-09-05 Thread marius a . eriksen
Thanks for the pointers. I finally did some sleuthing and experimentation. Indeed, devdraw now knows about a display’s DPI, and launching a devdraw app with environment devdrawretina=1 enables detection of retina displays, and setting the current DPI accordingly. DPI seems to affect a few

Re: [9fans] devdraw proxy

2013-05-10 Thread marius a. eriksen
devdrawserver is something along these lines: https://github.com/mariusaeriksen/devdrawserver -marius

[9fans] Plot(1) broken on p9p OSX?

2013-04-19 Thread marius a. eriksen
Graph(1) seems to work: % @{echo 1; echo 2; echo 3} | graph -a o ra 0 0 4096 4096 e li 200 200 4000 200 v 4000 4000 v 200 4000 v 200 200 li 1150 200 1150 4000 li 2100 200 2100 4000 li 3050 200 3050 4000 li 200 1150 4000 1150 li 200 2100 4000 2100 li 200 3050 4000 3050 m 200 140 t 0 = x = 2, 1

Re: [9fans] Plot(1) broken on p9p OSX?

2013-04-19 Thread marius a. eriksen
Interesting. Which version of OSX is this? I'm running Mountain Lion. -marius

Re: [9fans] Using Acme Remotely

2012-10-26 Thread marius a. eriksen
You can also use devdrawserver: https://github.com/mariusaeriksen/devdrawserver Which acts as a devdraw proxy between two machines. See also: http://9fans.net/archive/2012/04/207 marius. On Fri, Oct 26, 2012 at 9:57 AM, erik quanstrom quans...@labs.coraid.com wrote: Unfortunately acme

[9fans] devdrawserver

2012-04-24 Thread marius a. eriksen
I've found myself in need of running acme on one machine, but devdraw on another. Since p9p devdraw isn't a file server, exporting and importing the devdraw server isn't something you can do without extra help: that's where devdrawserver comes in: https://github.com/mariusaeriksen/devdrawserver

[9fans] OSX lion + libthread

2011-10-12 Thread marius a. eriksen
i never could get libthreaded applications to run properly in OSX Lion. i've tried with both XCode 4.1 and 4.2. however, disabling -O2 seems to do the trick. go figure. haven't tried that on XCode 4.1-- but would be curious to hear results. marius. ¶ diff -r 8735d7708a1b bin/9c --- a/bin/9c