Viewing profile — cptwunderlich
cptwunderlich
HN member- Joined
- Fri, Aug 28, 2015, 2:19 PM UTC
- HN karma
- 95
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About cptwunderlich
No profile information was provided.
Recent public activity
-
comment
Comment #41530532
There is also [Learn Haskell by building a blog generator]( https://learn-haskell.blog/ ) - that might be interesting to you.
-
comment
Comment #41530470
The Haskell Language Server (LSP) always needs help: https://github.com/haskell/haskell-language-server/issues?q=... As for GHC compile times... hard to say. The compiler does do a…
-
comment
Comment #31731917
Gosh, I really wish GCC had more/better documentation. Especially big picture stuff. E.g., I would like to know what register allocation algorithms it uses (and how certain details…
-
comment
Comment #29976979
This is very fundamental not only in maths but in theoretical computer science in general. Even to prove how "hard" a problem is. E.g. look into (Turing/many-one) reductions [1] Ma…
-
comment
Comment #29906669
Uff, I started working part-time pretty soon after starting my bachelors and have studied and worked part-time for many years. It's terrible. Worst of both worlds. Now I quit my jo…
-
comment
Comment #29252494
That's not really true. There was a huge outcry against the removal of (/=). There are still lots of warts in Prelude and base (head being partial, foldl is in prelude but not fold…
- story
-
comment
Comment #26449059
Not yet, but it's a work in progress: https://discuss.ocaml.org/t/multicore-ocaml-february-2021/74...
-
comment
Comment #26445147
Related: Potree WebGL point cloud renderer https://potree.github.io/
-
comment
Comment #26428467
Uff, φ is all sold out :smh:
-
comment
Comment #26385383
Relevant: "Hillel Wayne is Designing Distributed Systems with TLA+" https://www.youtube.com/watch?v=qubS_wGgwO0
-
comment
Comment #26086743
FYI there was a proposal for a "Haskell 2021 Language" Extensions (similar to Haskell 98 and 2010), which was approved. This enables a bunch of extensions (and I guess will become …
-
comment
Comment #25761899
What, since when is GCC implemented in C++? I don't see any of that: https://github.com/gcc-mirror/gcc Maybe in libstdc++, but what else would you use there. I wanted to know what …
-
comment
Comment #25091512
Yeah, well, Docker doesn't currently work so smoothly on Apple Silicon: https://github.com/docker/for-mac/issues/4733
-
comment
Comment #24846066
And layers of abstraction make it worse. Devs don't know SQL because Hibernate, now new devs rely on the "auto-magic" of Spring Data JPA and don't now Hibernate...
-
comment
Comment #24779316
That's different. Shift work - also around the clock - is allowed, as long as the individual worker's rest times are respected. The point being that there are three shifts of each …
-
comment
Comment #24541620
Here the ticket: https://gitlab.haskell.org/ghc/ghc/-/issues/18599
-
comment
Comment #24330206
There have been some attempts for localized programming languages. In fact, e.g., MS Excel Macros are localized (e.g., "SUMME()" in german instead of "SUM()"). There is even a Wiki…
-
comment
Comment #24106855
Isn't the biggest issue that alternative Python implementations (pyston, pypy) have to implement all the quirks of CPython and compatibility with C-Extensions? Since there is no wr…
-
comment
Comment #23699449
Oh man, I'm really interested in TTS (for rarer languages). Do you have any pointers or good resources to share?
-
comment
Comment #22967208
Or this one, which I think is the exact same recipe by the same guy, but made in the oven: https://www.youtube.com/watch?v=Cq90lUQUCUo I really love his accent xD Reminds me of my …
-
comment
Comment #22673182
I've tried jitsi for a group chat with friends, but the CPU usage went to the roof and we had other problems too. Apparently that's an issue with Firefox, as I've learned here. Any…
-
comment
Comment #22538080
And you trust a message from an unknown source? You can't simply memcpy according to some length indicator, that's just not safe. You still have to parse and validate.
-
comment
Comment #22442592
Since the author, russjones, seems to be here, I'd like to ask a question regarding writing the actual BPF programs. I've been writing a term paper about BPF verification, the in-k…
-
comment
Comment #22266755
I also wanted to congratualte you for your effors. I'm a daily and long time user of Duolingo and thought of libre alternatives for a while. I'd agree with some sentiments in this …