Viewing profile — mjrusso
mjrusso
HN member- Joined
- Sat, Oct 17, 2009, 8:28 PM UTC
- HN karma
- 121
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mjrusso
Recent public activity
-
comment
Comment #48419564
Scoot supports element-based navigation (c/o accessibility APIs), plus grid-based navigation, via two separate modes: https://github.com/mjrusso/scoot Unfortunately both modes are …
-
comment
Comment #44145677
Microsandbox's primary goal is to make it easy to build environments for running untrusted code. Nix, on the other hand, solves the problem of building reproducible environments...…
-
comment
Comment #44145581
As a Nix user, I'm actually really excited to try this out. I want to run sandboxes based on Docker images that have Nix pre-installed. (Once the VM boots, apply the project-specif…
-
comment
Comment #42402239
Great list. Small correction: the latest version of Scoot (admittedly, I haven't updated it in quite some time) offers both grid and accessibility-based navigation modes.
-
comment
Comment #29909178
Hi HN! I started building Scoot as an experiment, to see if it was possible to meaningfully reduce my reliance on a physical mouse and trackpad during day-to-day usage of my Mac. Q…
- story
- story
- story
- story
-
comment
Comment #1805348
In your first CS courses, you learn how to build linked lists, sets, etc., and implement your very first algorithms using these data structures. Relational databases come later, an…
- story
-
comment
Comment #1488759
The code is available here: http://github.com/rhomobile/rhodes
-
comment
Comment #1478844
There is an easy hack, given a known list of RSS feeds that do not offer full content and that one desires to be searched -- Simply run the links in the original feed through somet…
-
comment
Comment #1151508
I've been using this in production for the past few months and and it's been solid. (If you're working in Python, you can use http://github.com/krobertson/python-ernie with the Erl…
-
comment
Comment #1140740
The first bottleneck on the MySQL set-up is the reading, not the writing. Even with the indices stored entirely in RAM (as the author pointed out in his blog post), the MySQL box c…