Re: [dev] fast-booting to text editor

2011-03-24 Thread hiro
also give the plan9 livecd a try

Re: [dev] fast-booting to text editor

2011-03-23 Thread Bjartur Thorlacius
If your editor of choice doesn't sport a built-in shell, you may consider starting a text editor on one virtual console, and a general purpose shell on another. You'll probably need a simple init (I recommend a rc script written against a statically compiled /bin/rc) to allocate the consoles (unles

Re: [dev] fast-booting to text editor

2011-03-21 Thread Thomas Spurden
On 20/03/11 18:21, David Tweed wrote: > Hi, one of those general suckless software questions: > > I'm in a position where I'll be both commuting a lot and needing to > write a lot of text (review coments) over the coming months. I've got > a "spare" old but very small, low weight notebook PC I pla

Re: [dev] fast-booting to text editor

2011-03-21 Thread Peter John Hartman
> You're also ridiculous, because you're not hibernating, you're > suspending. Of course suspending to memory will take way less time > than hibernating to disk. fair enough; i've never had a need to suspend to disk rather than ram (nor the capacity, frankly), regardless of what we are calling the

Re: [dev] fast-booting to text editor

2011-03-21 Thread Gregor Best
On Mon, Mar 21, 2011 at 01:08:44AM +0100, c...@wzff.de wrote: > Please don't use [ $USER = root ]. This is very unclean because the UID-0 user > isn't always called root. Use id -u instead and spread the word. I hate it > when > things break because of this. > Seeing that the rest of the script

Re: [dev] fast-booting to text editor

2011-03-21 Thread stanio
* Daniel Bainton [2011-03-21 13:38]: > On 21 March 2011 01:20, Peter John Hartman wrote: > > 37s is ridiculous.  i'm on an eee pc with crap-for-all everything, and it > > takes < 5s.  presumably, it's ubuntu as the slow-poke.  here's my hib.sh > > script, mmv: > > > > You're also ridiculous, bec

Re: [dev] fast-booting to text editor

2011-03-21 Thread Daniel Bainton
On 21 March 2011 01:20, Peter John Hartman wrote: > On Sun, Mar 20, 2011 at 07:18:12PM +, David Tweed wrote: >> using dwm as wm took 50s. Without starting any other programs and >> immediately hibernating, a restart from hibernate image takes 37s to >> get to the password unlock screen.(I can

Re: [dev] fast-booting to text editor

2011-03-20 Thread Jacob Todd
Buy a notebook from the convenience store, and write in it.

Re: [dev] fast-booting to text editor

2011-03-20 Thread Erik Hahn
On Sun, Mar 20, 2011 at 06:21:54PM +, David Tweed wrote: > I'm just wondering if anyone has any ideas/experience of any more > minimal solution, or if I should just go with the original plan. FreeDOS?

Re: [dev] fast-booting to text editor

2011-03-20 Thread hiro
In addition to tinycore I'd also consider windows xp. It obviously depends on what you want to run on it. And I prefer standby, never have setup hibernation for my laptop.

Re: [dev] fast-booting to text editor

2011-03-20 Thread crap
Please don't use [ $USER = root ]. This is very unclean because the UID-0 user isn't always called root. Use id -u instead and spread the word. I hate it when things break because of this.

Re: [dev] fast-booting to text editor

2011-03-20 Thread Peter John Hartman
On Sun, Mar 20, 2011 at 07:18:12PM +, David Tweed wrote: > using dwm as wm took 50s. Without starting any other programs and > immediately hibernating, a restart from hibernate image takes 37s to > get to the password unlock screen.(I can get rid of the need for a > password, but I don't imagin

Re: [dev] fast-booting to text editor

2011-03-20 Thread Antoni Grzymala
David Tweed dixit (2011-03-20, 18:21): > Hi, one of those general suckless software questions: > > I'm in a position where I'll be both commuting a lot and needing to > write a lot of text (review coments) over the coming months. I've got > a "spare" old but very small, low weight notebook PC I p

Re: [dev] fast-booting to text editor

2011-03-20 Thread David Tweed
On Sun, Mar 20, 2011 at 6:46 PM, Peter John Hartman wrote: > On Sun, Mar 20, 2011 at 06:21:54PM +, David Tweed wrote: >> it. However, my experience is that linux is not particuarly snappy >> booting from a hibernate image, partly because there's so many >> programs that want to be paged back i

Re: [dev] fast-booting to text editor

2011-03-20 Thread Rob
>> it. However, my experience is that linux is not particuarly snappy >> booting from a hibernate image, partly because there's so many >> programs that want to be paged back in and partly because it needs to >> still slowly start up any hardware it can find on the machine. > > booting from hiberna

Re: [dev] fast-booting to text editor

2011-03-20 Thread Peter John Hartman
On Sun, Mar 20, 2011 at 06:21:54PM +, David Tweed wrote: > it. However, my experience is that linux is not particuarly snappy > booting from a hibernate image, partly because there's so many > programs that want to be paged back in and partly because it needs to > still slowly start up any hard

Re: [dev] fast-booting to text editor

2011-03-20 Thread Yoshi Rokuko
+--- David Tweed ---+ > Hi, one of those general suckless software questions: > > I'm in a position where I'll be both commuting a lot and needing to > write a lot of text (review coments) over the coming months. I've got > a "spare" old but very small, low weight noteb

[dev] fast-booting to text editor

2011-03-20 Thread David Tweed
Hi, one of those general suckless software questions: I'm in a position where I'll be both commuting a lot and needing to write a lot of text (review coments) over the coming months. I've got a "spare" old but very small, low weight notebook PC I plan to try and use. The only requirements I have a