Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kolja
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Kolja
3y ago
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 few days ago) would make
2.
▲
by
Kolja
3y ago
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 screens separating gamers from gaming ;-) Nowadays, the only
3.
▲
by
Kolja
3y ago
You are right, Valve being private removes a lot of the incentives to mess with Steam in ways I would consider negative.
4.
▲
by
Kolja
3y ago
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 (gamers), running for this long, that is mos
5.
▲
by
Kolja
3y ago
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 now it's too late to start, and we should focus on
6.
▲
by
Kolja
3y ago
I think you are off by at least a decade, MacOS X licenses cost low triple digits (cheaper if upgrading) well into the oughts.
7.
▲
by
Kolja
4y ago
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://apps.apple.com/us/app/paper-by-wetr
8.
▲
Overpowering TikTok Filters
(axbom.com)
1 points
by
Kolja
4y ago
|
0 comments
9.
▲
by
Kolja
4y ago
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 can reasonably fall into that category. Not d
10.
▲
by
Kolja
4y ago
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 opinion, not be implemented for the sole purpose of making `mai
11.
▲
by
Kolja
4y ago
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, what's your experience been like? [1]: https:/&
12.
▲
by
Kolja
4y ago
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 case, assuming that one file is OK and only the
13.
▲
by
Kolja
4y ago
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 with `.` in the symlinks. The online help does not me
14.
▲
by
Kolja
4y ago
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 personal opinion. I had tried to find a tool that wou
15.
▲
by
Kolja
4y ago
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 application, including assets. That's quite nice for trying stu
16.
▲
by
Kolja
4y ago
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 without limitations while offline. [1]: https:/&
17.
▲
by
Kolja
4y ago
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.
18.
▲
by
Kolja
4y ago
Not everything that would be a net benefit to society has enough people interested in it that they can control markets through their wallets.
19.
▲
by
Kolja
5y ago
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
20.
▲
by
Kolja
5y ago
Not only not any more, Zig has never been closed source.
21.
▲
by
Kolja
5y ago
> 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 new syntax construct, something Zig tries t
22.
▲
by
Kolja
6y ago
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 benchmarks" is not completely true.
23.
▲
by
Kolja
6y ago
> 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 and podcasters, who have been imagining for years how fast
24.
▲
by
Kolja
6y ago
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 result value. Error handling is manda