benrutter

↗ HN profile [ 68.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Wikipedia Is Down (downdetector.co.uk)
  2. I think I fall into the same camp as a lot of people here, which is being really excited about building things, and less excited about actually spreading the word and letting people know about things I've built. I've…

  3. There used to be a cool project called pydump that was designed to save debugs from one place (say production) and then let you investigate them later. It hasn't been maintained for a while and doesn't support saving…

  4. Like (I assume) a lot of people here I love reading/watching blogs/papers/talks- a lot of the time, I don't know which ones mean the most to me until several months/years after. For example, I enjoyed Richard Gabriel's…

  5. I've been diving into functional programming a bunch lately and feel like Python has a lot of good support in abstract for functional programming (i.e. first class functions) but not so many handy tools for actually…

  6. Permacomputing (permacomputing.net)
  7. Howling Dogs (2012) (xrafstar.monster)
  8. I sat through a few conference talks this week where data mesh continued to be the hot-new-thing(tm) that everybody mentions. But I've yet to encounter anyone actually using it, to the extent that when asked, one of the…

  9. About a month ago I started a suprisingly-not-that tricky project to build an experimental python repl that I could use instead of bash as a daily shell in windows, mac or linux. It"s more hack-for-exploration than a…