I, personally, want an
OpenMoko phone. What do you want to be it already runs But emacs? (speaking of which, I found a
utility that gives you emacs keybindings in pretty much every Windows application... But then, I'm weird. I just picked a web based address book tool because of the export tools it provides... "Sure, features are nice... but what's
(
Read more... )
May I suggest:
- cygwin, full install
- put startxwin in your Startup folder so you always have an X server running.
- Process Explorer. It's top on steroids.
- batch wrapper script to start up an xterm session. Name it "x - xtermwhatever" and drop it in Start Menu. Keep your frequent apps in there with unique leading characters and clean out the unused items, and then you have really quick Ctrl-Esc,x access to them. It's almost like being in emacs! A properly-configured start menu still works better for me than the Mac interface.
- winmerge! I just discovered this a couple months ago and it rocks.
- Oracle XE. It's free as in beer.
- TextPad or EditPlus as the main text editor, with a unique leading T in the Start Menu
- Don't run as Admin. Use the equivalent of sudo scripts to pop up DOS prompts and Windows Explorer windows with root priveleges:
:: admin_explorer.bat ( ... )
Reply
Open office is freeware. That's a bit better exit strategy.
I don't know if you tried it and don't like it, but it works for my needs.
Reply
Reply
They're more focused on Windows; it's probably pretty usable over there.
Reply
Process Explorer looks cool. Microsoft seems to maybe be heading toward actually providing a more complete operating environment.
I'll have to check out winmerge.
For db, so far I'm sticking with postgreSQL and mySQL. The windows ports seem OK, from what I've heard.
For text editors, you know how I roll: an OS is just a tool for running emacsI'll definitely have to set up something sudoish. My account is an admin user now, but I know this is to be avoided ( ... )
Reply
(The comment has been removed)
The idea is that when you're doing something with your computer, you should do it with the least set of privileges possible. This can prevent both accidental and malicious damage to the system.
Say, for instance, that you're checking your email and you get an attachment that is infected with some malware that will try to install itself on your computer. You don't need admin privileges to read your email, or look at the attachment, and not having them makes it harder for the malware to install itself.
This idea is sometimes called the Principle of Least Privileges and even Microsoft pretty much recommends it. In the *nix world, its pretty much the default setup.
Reply
Leave a comment