Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atomicstack
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
atomicstack
1y ago
I got lucky and picked up a second hand HP-7475A for $50 about five years ago. It's the GPIB version, not native RS-232, so I also had to find a way to connect it to a modern PC. Ended up going with a GPIB<->USB adapter from AliE
2.
▲
by
atomicstack
2y ago
Quantising the oscillator pitch into discrete steps like this is pretty common when it comes to synthesisers. Generally there is also a fine-tuning control that allows the user to offset the output by up to an octave. Makes it easier to not
3.
▲
by
atomicstack
2y ago
https://fglock.github.io/Perlito/perlito/perlito5.html
4.
▲
by
atomicstack
3y ago
About a year ago I stayed in a hotel and the door lock started misbehaving one morning while I was at breakfast. Went to the front desk, got a new card, went back to the room and discovered it still didn't work. After doing that two mo
5.
▲
by
atomicstack
3y ago
I use `ts` quite often in adhoc logging/monitoring contexts. Because it uses strftime() under the hood, it has automatic support for '%F' and '%T', which are much easier to type than '%Y-%m-%d' and '%
6.
▲
by
atomicstack
6y ago
This is a very impressive integration of fzf's speedy fuzzy-match CLI, with zsh's completion menus for command line parameters: https://github.com/Aloxaf/fzf-tab https://asciinema.org/a/2
7.
▲
Fzf Integration with Zsh Completion
(github.com)
4 points
by
atomicstack
6y ago
|
1 comments
8.
▲
by
atomicstack
8y ago
I like this one, it has more options and also features a JS-based offline version: http://donjon.bin.sh/5e/dungeon/index.cgi
9.
▲
by
atomicstack
9y ago
Not quite... the first 30% of your salary is tax-free: https://www.belastingdienst.nl/wps/wcm/connect/bldcontenten/...
10.
▲
by
atomicstack
10y ago
I started running some games of Paranoia last winter, and found this tool to be quite useful for generating layouts: http://donjon.bin.sh/fantasy/dungeon/ There is also a pure-JS version which works offline, downl
11.
▲
by
atomicstack
11y ago
It's also now illegal to sell kebabs past midnight: http://stoneyroads.com/2016/01/there-is-now-a-lockout-law-fo... Native Sydney-sider, lived there for 25 years, not sure I'd enjoy living there any more
12.
▲
by
atomicstack
11y ago
Slight errata: This part of the pipeline: `bind -l | sed 's/.*/bind -q \0/' | /bin/bash 2>&1 | grep -v warning:` ...can be replaced with `bind -P`. Also, \e represents ESC; tab is represented by \t.
13.
▲
by
atomicstack
13y ago
"Perl (and I mean Perl5) is antiquated, and no modern shop I'm aware of uses it." 30 seconds of Googling puts this fallacy entirely to bed: http://perl.la/ http://www.perl.com/pub/2014&#x
14.
▲
by
atomicstack
13y ago
Yes, another of his inventions (or something he was at least involved in implementing) is Gearman ( http://gearman.org/ ), a queue/worker system which I used in my last job at a domain registrar/web host to hack up parallelised domain name
15.
▲
by
atomicstack
13y ago
The other thing that nobody seems to have brought up is the forks, descendants and similar pieces of software it inspired in one way or another: e.g. memcachedb, Tokyo Cabinet, Redis, etc. Memcached's release was very much a watershed momen