Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drng
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
drng
6mo ago
This is a nice one I'd never heard of. Thanks for sharing.
2.
▲
by
drng
1y ago
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
3.
▲
by
drng
2y ago
This is super cool. Thanks for sharing the link
4.
▲
by
drng
3y ago
This almost perfectly describes https://ciechanow.ski/ as well. Worth poking through if you haven't seen it before.
5.
▲
by
drng
4y ago
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).
6.
▲
by
drng
6y ago
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. Trying to solve the problem The Right Way (i.e. at the
7.
▲
by
drng
6y ago
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 reasonable. Lest you miss the point completely
8.
▲
by
drng
6y ago
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 font). Check out the options in the Appearance section of you
9.
▲
by
drng
6y ago
There are several other features they're planning on adding, linked in the article: https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improveme...
10.
▲
by
drng
7y ago
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?
11.
▲
by
drng
8y ago
> 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 M-x grep, `async-shell-command` (M-&), and invoking