Or1on | 2 years ago | on: Ask HN: Why isn't Phoenix/Elixir more mainstream?
Or1on's comments
Or1on | 7 years ago | on: Ask HN: What do you dislike about Elixir?
Or1on | 11 years ago | on: Why I Quit OS X – Geoff Wozniak
The pocket computer needs to be battery powered, able to run virtual machines and have ethernet/wifi. SSH and Cygwin gnome-terminal (for tabs) could be used to connect from the Windows laptop.
I have been using Ubuntu for many years but there are a number of windows audio applications that do not run well under wine or OSX. This setup would allow me to do web development using Vagrant VMs, Photoshop etc and switch to audio work without having to reboot.
I have tried running Ubuntu guest VMs from windows and it's not always ideal for development. There are issues with VMs inside VM that a pocket computer would not have.
Or1on | 14 years ago | on: Why we moved from NodeJS to Ruby on Rails
Have you looked in to Cython? It seems like it tries to do what you wrote.
From http://cython.org/
"The Cython language is a superset of the Python language that additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. The C code is generated once and then compiles with all major C/C++ compilers in CPython 2.4 and later, including Python 3.x. PyPy support is work in progress and is mostly usable in recent developer versions."
The latest Gevent dev uses libev (same as node.js) I'm curious to know how Cython and the new Gevent will perform vs the alternatives.
Or1on | 14 years ago | on: Try and view the source
With httpfox I got
html:after { padding-left: 5px; content: 'Can you view my source from Firefox or Opera?'; }
Edit: It's also possible to view the source with Firefox JSview, Web Developer addons and curl.
Or1on | 14 years ago | on: Ah, Push it. The Push Music Behind 19 Startups.
Chimp Spanner Bad Code would also be neat http://youtu.be/hnLYc0c5yBA
Or1on | 14 years ago | on: Ask HN: JavaScript Dev Tools
Or1on | 14 years ago | on: New Ubuntu in 9 days, 18 hours, 51 minutes and 29 seconds
My favorite superswitcher features is that I can change to an opened window by typing its name. Switching windows this way is very fast and has improved my work flow greatly. http://code.google.com/p/superswitcher/ I have superswitcher set to capslock key since I don't usually use capslock.
I also use and like unity super+NUMBER key launchers.
Have you seen Pathex? https://github.com/hissssst/pathex It may not be what you are looking for. But I think it may improve developer experience in some circumstances.
Let me know what you think.