Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sjakobi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sjakobi
7mo ago
Wrong link?!
2.
▲
by
sjakobi
4y ago
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 handlebar (2 for the brakes + 1 for the gears). N
3.
▲
by
sjakobi
6y ago
How does Lebanon lose from this project?
4.
▲
by
sjakobi
6y ago
http://hackage.haskell.org/package/brick is popular in the Haskell world.
5.
▲
by
sjakobi
6y ago
Discussion on r/haskell: https://www.reddit.com/r/haskell/comments/gtm3w0/on_marketin...
6.
▲
by
sjakobi
6y ago
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
7.
▲
by
sjakobi
6y ago
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 make them look worse. I'd take anything that he say
8.
▲
by
sjakobi
6y ago
Regarding build tools for C, you might find this one interesting: https://github.com/vmchale/cpkg
9.
▲
by
sjakobi
6y ago
> 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 brace at the end of scopes. That's very int
10.
▲
by
sjakobi
6y ago
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-...
11.
▲
Version 8.10.1 of the Glasgow Haskell Compiler has been released
(reddit.com)
4 points
by
sjakobi
6y ago
|
0 comments
12.
▲
by
sjakobi
7y ago
Thanks for mentioning BR Heimat! I didn't know I needed this! :)
13.
▲
by
sjakobi
7y ago
FYI OP: I posted your review on r/haskell where it got several comments: https://www.reddit.com/r/haskell/comments/ewjnf4/a_pythonist...
14.
▲
by
sjakobi
7y ago
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: http://yannesposito.com/S
15.
▲
by
sjakobi
7y ago
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?! ;) Here are a few links though: * https:
16.
▲
by
sjakobi
7y ago
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
17.
▲
Dhall – Year in review (2019-2020)
(haskellforall.com)
2 points
by
sjakobi
7y ago
|
0 comments
18.
▲
by
sjakobi
7y ago
> Even Haskell doesn't get it right: there are no exhaustiveness checks on pattern matches Just enable -Wincomplete-patterns or -Wall!
19.
▲
by
sjakobi
7y ago
What are modular implicits?
20.
▲
by
sjakobi
7y ago
What kind of compiler is it? What does it compile? Are you the only person who has worked on it?
21.
▲
by
sjakobi
7y ago
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 in a few pictures. I used t
22.
▲
by
sjakobi
7y ago
How can you tell?
23.
▲
An Antique Land – Minitel: Welcome to the Internet
(inference-review.com)
1 points
by
sjakobi
8y ago
|
0 comments
24.
▲
by
sjakobi
8y ago
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-lang/dhall-lang
25.
▲
by
sjakobi
8y ago
Oh, I had never heard of that command before. Does it work well, i.e. does it improve your workflow?
26.
▲
by
sjakobi
9y ago
I'm not sure what that statement was based on. The stack project certainly still uses haddock to document its code. At least some of the projects he cites also use readthedocs for user guides etc. > How do I get (I mean, build in s
27.
▲
by
sjakobi
9y ago
https://github.com/hmemcpy/milewski-ctfp-pdf appears to have quite a few fans.
28.
▲
Drive-by Haskell Contributions [pdf]
(ndmitchell.com)
2 points
by
sjakobi
9y ago
|
0 comments
29.
▲
by
sjakobi
10y ago
See my reply to a similar comment: https://news.ycombinator.com/item?id=13786992
30.
▲
by
sjakobi
10y ago
Have you tried ghcid? In my experience it was a bit quicker than `stack --file-watch`
More ›