Viewing profile — Kolja
Kolja
HN member- Joined
- Thu, Apr 16, 2020, 5:53 AM UTC
- HN karma
- 128
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About Kolja
No profile information was provided.
Recent public activity
-
comment
Comment #37553608
I have no personal experience with Wasmer or the people behind it. But with the things I read about them (e. g. https://mnt.io/2021/10/04/i-leave-wasmer/ crossed my path again a fe…
-
comment
Comment #37480301
I remember having those concerns. And Steam performance did take a few months to solidify if I remember correctly, so not everything was unfounded. Before it, only MMOs had login s…
-
comment
Comment #37480268
You are right, Valve being private removes a lot of the incentives to mess with Steam in ways I would consider negative.
-
comment
Comment #37480112
I think it's pretty amazing that Valve managed to create something of this type (a store/launcher/software platform), targeted at an easily annoyed[citation needed] group of people…
-
comment
Comment #37335408
Also, I can't find any mention of the French having problems cooling down their reactors last year due to drying out rivers. Nuclear might have been an option fifty years ago, but …
-
comment
Comment #35437297
I think you are off by at least a decade, MacOS X licenses cost low triple digits (cheaper if upgrading) well into the oughts.
-
comment
Comment #35180645
The style, and especially the splotchy background coloring, made Paper[1] (By WeTransfer it seems? When it was released they were called fiftythree.) my first guess. [1]: https://a…
- story
-
comment
Comment #33018673
I've repeatedly heard the sentiment from interviewers that it's not worth the time asking questions you know you won't get an answer to. As a sibling noted, both of your questions …
-
comment
Comment #33017828
This seems to be a weird micro-optimisation. While I agree with some of the goals (classless files, parameterless main exist in Kotlin and are nice to have), they should, in my opi…
-
comment
Comment #32922135
While I personally am mostly happy with using Exchange via IMAP (through Postbox), and therefore cannot speak to or against it, there is Owl[1]. Have you ever tried that, and if so…
-
comment
Comment #32748033
Not sure if I understand correctly, but wouldn't one of the two "operands" need to be a file in any case (the linked tools would require you to paste two times as well)? In that ca…
-
comment
Comment #32636787
Also, the latest version (>= 2.3.0, released June '19) has a new flag specific to managing dotfiles. When passing `--dotfiles`, stow replaces `dot-` at the beginning of filenames w…
-
comment
Comment #32305919
I'm sure that Docusaurus can do a lot, and more in the future. I think the resulting pages feel a little heavy to use (how they load and react in a browser), but that's just my per…
-
comment
Comment #32305848
No idea, actually (not a Rust developer myself). What I have noticed is that Rust seems to provide good tooling for building monolithic executables that contain a complete applicat…
-
comment
Comment #32304485
I thought so, too. I've switched to mdbook[1], which is more lightweight, and (at least at the time) was one of the few solutions that compiled down to a directory that can be used…
-
comment
Comment #31568788
There is no blaming in GP's post. Just the notion that Germans themselves, of their own volition, are striving to not let history repeat itself.
-
comment
Comment #30876766
Not everything that would be a net benefit to society has enough people interested in it that they can control markets through their wallets.
-
comment
Comment #29508503
It's not just you. And I know of at least a couple of people that think the same way...[1] [1]: https://www.youtube.com/watch?v=Y5sQqzLGOnA
-
comment
Comment #29092564
Not only not any more, Zig has never been closed source.
-
comment
Comment #27127335
> I am curious to know the reasons behind the @as() syntax. What's wrong with "i32 y = (i32) x;"? Built-ins in Zig are functions beginning with `@`. Your cast operator would be a n…
-
comment
Comment #25258950
OK, I misspoke. I heard the sentiment from the Apple-focused voices in my information bubble, doesn't mean that nobody else said it. It's just that "nobody believed those Geekbench…
-
comment
Comment #25258277
> Just nobody believed those Geekbench benchmarks showing that in short benchmarks your phone could be faster than your laptop. Except for a lot of the Apple-centric journalists an…
-
comment
Comment #23758715
I think Zig's error handling is even better: https://ziglang.org/#toc-A-fresh-take-on-error-handling Return values are a pair of an error value (internally basically an enum) and a…