Viewing profile — drng
drng
HN member- Joined
- Tue, Jan 31, 2017, 12:12 AM UTC
- HN karma
- 31
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About drng
No profile information was provided.
Recent public activity
-
comment
Comment #47609779
This is a nice one I'd never heard of. Thanks for sharing.
-
comment
Comment #44705566
Vibration sensor is exactly what I did, for exactly that reason. Zigbee sensor + home assistant and a little bit of timer logic to manage the state
-
comment
Comment #41611738
This is super cool. Thanks for sharing the link
-
comment
Comment #37706986
This almost perfectly describes https://ciechanow.ski/ as well. Worth poking through if you haven't seen it before.
-
comment
Comment #31610789
GHC (with GHCI) gives you this for Haskell. After moving from Haskell to C++ work, I really miss the interactive feedback loop (among many other things).
-
comment
Comment #25762491
It may be poorly put, but I think there's some truth to it: your most effective strategies for dealing with this kind of abuse are those that involve changes to your own behaviors.…
-
comment
Comment #25350334
Top comment was talking about how it's nice to have headphones that "just work" as headphones are expected to. The response that $100 Sennheisers do the same thing is perfectly rea…
-
comment
Comment #24569667
If you have an account (and stay logged in) you can get some of the benefits described in the article with an alternative skin (collapsed menu, limited line width, maybe a better f…
-
comment
Comment #24569559
There are several other features they're planning on adding, linked in the article: https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improveme...
-
comment
Comment #20957175
Am I missing something here? Assuming you're writing `char * fizzbuzz(unsigned n)`, can't you determine exactly how many bytes you need at the outset from `n` and just malloc once?…
-
comment
Comment #18603810
> The real gripe for me about emacs is that it is single threaded. So a long grep launched off will freeze the entire editor. Are you running grep with `shell-command` (M-!)? Using…