Live data from Hacker News

Viewing profile — mjrusso

mjrusso

HN member
Joined
Sat, Oct 17, 2009, 8:28 PM UTC
HN karma
121
Public activity
15 items

About mjrusso

https://mjrusso.com

Recent public activity

  1. 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 …

  2. 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...…

  3. 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…

  4. 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.

  5. 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…

  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. comment
    Comment #1488759

    The code is available here: http://github.com/rhomobile/rhodes

  13. 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…

  14. 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…

  15. 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…