Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jhickner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Play SNES, gba, in your terminal, even in tmux
(github.com)
6 points
by
jhickner
2mo ago
|
0 comments
2.
▲
Show HN: Play ROMs inline in your terminal
(github.com)
3 points
by
jhickner
2mo ago
|
0 comments
3.
▲
Show HN: Tmux tab markers for Claude Code, Grok, and pi sessions
(github.com)
2 points
by
jhickner
2mo ago
|
0 comments
4.
▲
by
jhickner
13y ago
From what I can tell it adds to the $35 pi: - a case w/integrated speaker - a keyboard/trackpad combo - a wifi dongle - nice manual That's not too bad for the added $65. The mini keyboard looks nicer than the ~$20 FAVI ones[1
5.
▲
by
jhickner
13y ago
Does lens have a succinct way to traverse a nested data structure where each node is a maybe? Lenses + Prisms (nicest way I know of in lens): nested ^? foo . _Just . bar . _Just . baz . _Just vs. the Maybe monad: foo >=> bar >=>
6.
▲
by
jhickner
13y ago
> First of all: what is work? Work is of two kinds: first, altering the position of matter at or near the earth’s surface relatively to other such matter; second, telling other people to do so. The first kind is unpleasant and ill paid;
7.
▲
"Forensics for Prosecutors" mentions backdoor in TrueCrypt (page 15) [pdf]
(cryptome.org)
134 points
by
jhickner
13y ago
|
57 comments
8.
▲
by
jhickner
13y ago
John Carmack talks at length about Haskell in this keynote. Definitely worth watching if you're interested in that stuff.
9.
▲
by
jhickner
13y ago
Yes. David Foster Wallace says it better than I could: http://www.theatlantic.com/magazine/archive/2007/11/just-ask...
10.
▲
by
jhickner
13y ago
I'm not saying it's all there yet, just that it's a way forward.
11.
▲
by
jhickner
13y ago
> Instead we are mired in the innards of the machine micromanaging absolutely everything with incredible verbosity. This is one area where Haskell really shines. If you want the machine to be able to do what you want without micromanag
12.
▲
by
jhickner
13y ago
> Do common people in the US really identify with being a patriot? Patriotism originally meant you were willing to sacrifice something for your country. Presumably the smallest measure of that sacrifice would be spending your time develo
13.
▲
by
jhickner
13y ago
We wrote our RF radio mesh coordinator software in Haskell, and it's been a great success. Working with binary data formats (various building control protocols) in Haskell is the kind of thing that spoils you forever. The one issue I&#
14.
▲
by
jhickner
13y ago
Every statement by Clapper has mentioned repeatedly how the program is lawful and falls under Section 702 of the FISA act approved by congress etc., etc. But that assertion is meaningless because as a couple of brave senators have let us kn
15.
▲
by
jhickner
13y ago
Very cool! Small suggestion: In the case of selecting an item that's not the topmost, it would be nice if it was a one-step process rather than two (you need to first highlight with ctrl+letter, then activate with Enter). Maybe a repea
16.
▲
by
jhickner
13y ago
+1 for this, also check out Graham's io9 video on the Counting Problem. The solution is beautiful and really got me excited about Haskell when I was first learning: http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Func...
17.
▲
by
jhickner
13y ago
Also this one, from the github repo: https://dl.dropboxusercontent.com/u/2178548/CAPRICE.pdf
18.
▲
Easy Haskell App Deployment With Git and Upstart
(jhickner.github.com)
8 points
by
jhickner
14y ago
|
0 comments
19.
▲
Hobbes: a small file watcher utility for OSX written in Haskell
(github.com)
5 points
by
jhickner
14y ago
|
0 comments
20.
▲
Minions: a fast parallel ssh tool written in haskell
(github.com)
1 points
by
jhickner
14y ago
|
0 comments
21.
▲
by
jhickner
14y ago
Agreed. Any relationship where you can freely "entertain ideas without accepting them" (- Aristotle) is something to be cherished. pg wrote an essay on this topic, for anyone interested: http://www.paulgraham.com/say.html
22.
▲
by
jhickner
14y ago
Anyone smart enough to have an interesting opinion on this topic is probably also smart enough to see that there's absolutely no upside to expressing that opinion. It either parallels the mainstream (in which case it's redundant) or it diff
23.
▲
by
jhickner
14y ago
When this topic comes up I always marvel at the _intellectual_ shortcuts people take to justify the _practical_ shortcuts they take to simplify the hiring process. Working with someone is the only way to evaluate what it will be like to wor
24.
▲
by
jhickner
14y ago
I like vimwiki + Dropbox. You get the added benefit of being able to make notes on the run with an app like Writeroom that syncs to Dropbox.
25.
▲
by
jhickner
14y ago
Neat idea. I'd definitely donate if the whole thing was going to be open sourced so I could run it on my own infrastructure. Currently we use csshX for this sort of thing, and it does the job. It's an open source tool that opens a bunch of
26.
▲
by
jhickner
14y ago
Still getting the same error here as well with 0.0.4
27.
▲
by
jhickner
14y ago
I don't see any marketing speak, but there's a lot of Clojure terminology. If you're not familiar with Clojure I can see how this could be annoying. REPL: read/eval/print/loop (think irb from Ruby, although there's more to it). http://en.w
28.
▲
by
jhickner
14y ago
Very cool! Running into an issue installing lein-light though. Are the jars not posted yet maybe? gist here: https://gist.github.com/3078428
29.
▲
by
jhickner
14y ago
I haven't tried it with swank-js yet, but most swank-related things work well with slimv, a swank client for vim: http://www.vim.org/scripts/script.php?script_id=2531
30.
▲
by
jhickner
14y ago
I really like the coffeescript + haskell feel. I always miss haskell's '$' for function application and '.' for composition. LiveScript has both (<| and .). Check out the "10 LiveScript one-liners to impress your friends" post. Great st
More ›