Viewing profile — sjakobi
sjakobi
HN member- Joined
- Mon, Oct 03, 2016, 4:58 PM UTC
- HN karma
- 65
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About sjakobi
No profile information was provided.
Recent public activity
-
comment
Comment #46965896
Wrong link?!
-
comment
Comment #31827111
Hmm, that bike looks very much like Swapfiets' "Deluxe 7" model, which has a 7-gear hub, so not a single speed! The gears also explain why there are three wires leading to the hand…
-
comment
Comment #26386942
How does Lebanon lose from this project?
-
comment
Comment #24413445
http://hackage.haskell.org/package/brick is popular in the Haskell world.
-
comment
Comment #23367903
Discussion on r/haskell: https://www.reddit.com/r/haskell/comments/gtm3w0/on_marketin...
-
comment
Comment #23367880
There a several companies who benefit massively from using Haskell, not least by attracting talent! The most recent instance is probably Juspay: https://github.com/juspay
-
comment
Comment #23367864
jdh30, the author of both comments, is a massive OCaml fanboy and Haskell hater. I've seen him try to take Haskell performance numbers and interpret them using the wrong units to m…
-
comment
Comment #23060054
Regarding build tools for C, you might find this one interesting: https://github.com/vmchale/cpkg
-
comment
Comment #22708926
> Hughes' pretty printer works really well for pretty-printing Haskell code, but Wadler's is more flexible for pretty-printing C-style languages where there is a dedented closing b…
-
comment
Comment #22703611
There's a similar blog post by Gabriel Gonzalez which focuses on the incentives set in Haskell: http://www.haskellforall.com/2016/04/worst-practices-should-...
- story
-
comment
Comment #22313525
Thanks for mentioning BR Heimat! I didn't know I needed this! :)
-
comment
Comment #22202810
FYI OP: I posted your review on r/haskell where it got several comments: https://www.reddit.com/r/haskell/comments/ewjnf4/a_pythonist...
-
comment
Comment #22151473
Doctests are often useful to briefly demonstrate how something works: http://hackage.haskell.org/package/doctest They are a bit finicky to set up though. Another good resource: htt…
-
comment
Comment #22151448
Hm, I'm afraid to say that I can't find a good resource on how to write and build docs for Haskell libraries. Maybe that's a tutorial you could write once you've figured it out?! ;…
-
comment
Comment #22097005
This sounds similar to the process used for some parts of Cardano. Duncan Coutts talked about this in this video: https://www.youtube.com/watch?v=TZGVgNsJSnA
- story
-
comment
Comment #21576556
> Even Haskell doesn't get it right: there are no exhaustiveness checks on pattern matches Just enable -Wincomplete-patterns or -Wall!
-
comment
Comment #21041678
What are modular implicits?
-
comment
Comment #21041665
What kind of compiler is it? What does it compile? Are you the only person who has worked on it?
-
comment
Comment #19960064
This appears to be the building that contained the machines: https://www.google.de/maps/@49.4431182,11.0857279,3a,75y,31.... I found it via the "GlaserExpress" trailer that appears…
-
comment
Comment #19959989
How can you tell?
- story
-
comment
Comment #16935451
In the article about non-Turing-complete languages, I kind of expected to find a mention of Dhall which is a fancy new programmable configuration language: https://github.com/dhall…
-
comment
Comment #16706201
Oh, I had never heard of that command before. Does it work well, i.e. does it improve your workflow?