Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vinkelhake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vinkelhake
20d ago
These seem like some fairly standard approaches for reducing memory usage. I can't help to think that the approach of joining several distinct list into a single one in some way undercuts Rust's safety guarantees. If you previous
2.
▲
by
vinkelhake
29d ago
I don't think Molyneux's issue ever was due to industry pressure. The guy made some great games back in the day, but as long as he has been in the spotlight he has been known for overpromising and underdelivering. Don't get m
3.
▲
by
vinkelhake
1mo ago
And there's also [[clang::musttail]] and [[msvc::musttail]]. As well as an effort to get it standardized: https://isocpp.org/files/papers/D3939R0.html (in C++).
4.
▲
by
vinkelhake
2mo ago
Give me a ping Vasily. One ping only please. Sad.
5.
▲
by
vinkelhake
3mo ago
I've seen variants of this comment for many years. The alternative to "web UI slop" would presumably be one of the many native toolkits. I see it in a different way. The fact that "web UI slop" has managed to make g
6.
▲
by
vinkelhake
5mo ago
I grew up with and absolutely adore The Last Ninja series. I'm not going to comment on the size thing because it's so trite. Instead - here's [0] Ben Daglish (on flute) performing "Wastelands" together with the Norw
7.
▲
by
vinkelhake
6mo ago
This is "just" about providing the official Chrome binary to ARM64 "desktop" Linux. You've been able to build and run Chromium on ARM Linux for a long time (I'm running it right now), it's just that they h
8.
▲
by
vinkelhake
6mo ago
I did something similar a few years ago. I put together a Pimoroni Interstate 75 (which is an RP Pico with an integrated LED matrix connector), a 32x64 matrix, a NES controller port, designed a simple case for it and made a Tetris. It was a
9.
▲
by
vinkelhake
7mo ago
FWIW, and errors aside, I think I agree with the general sentiment. Things added to the C++ library ossify. The ABI concerns, and the general unwillingness to do anything about it, is a big reason why Google largely exited the C++ standard
10.
▲
by
vinkelhake
7mo ago
Is there an equivalent to Godwin's law wrt threads about Google and Google Reader? See also: any programming thread and Rust.
11.
▲
by
vinkelhake
10mo ago
I recently had my Framework Desktop delivered. I didn't plan on using it for gaming, but I figured I should at least try. My experience thus far: * I installed Fedora 43 and it (totally unsurprisingly) worked great. * I insta
12.
▲
by
vinkelhake
10mo ago
This felt like a blast from the past. At a few times reading this article, I had to go back and check that, yes, it's actually a new article from the year 2025 on STM in Haskell and it's even using the old bank account example.
13.
▲
by
vinkelhake
10mo ago
That would depend on your idea of "good". It would be an upstream swim in most regards, but you could certainly make it work. The Asahi team has shown that you can get steam working pretty well on ARM based machines. But if gaming
14.
▲
by
vinkelhake
11mo ago
Besides the box art, I miss the days when 1) the graphics card didn't cost more than the rest of the components put together, 2) the graphics card got all of its damn power through the connector itself, and 3) MSRP meant something.
15.
▲
by
vinkelhake
11mo ago
Which format are you saying the Chromium team made and wants to push in favor of jxl?
16.
▲
by
vinkelhake
1y ago
You can write a WASM program today that touches the DOM, it just needs to go through the regular JS APIs. While there were some discussions early on about making custom APIs for WASM to access, that has long since been dropped - there are j
17.
▲
by
vinkelhake
1y ago
I first watched it back when it came out. At the time I was living in a different country and San Francisco was just another US city to me. I just happened to re-watch it yesterday (it still holds up) for the first time since moving to the
18.
▲
by
vinkelhake
1y ago
I live in the bay and occasionally ride Waymo in SF and I pretty much always have a good time. I visited NYC a few weeks ago and was instantly reminded of how much the traffic fucking sucks :) While I was there I actually thought of Waymo a
19.
▲
by
vinkelhake
1y ago
A simple example is `toJSON`. If an object defines that method, it'll get invoked automatically by JSON.stringify and it could have arbitrary side effects. I think it's less about side effects being common when serializing, just t
20.
▲
by
vinkelhake
1y ago
It's unfortunately not (yet) as good as in MacOS, but acceptable.
21.
▲
by
vinkelhake
1y ago
An alternative that is available right now is to get an M1/M2 MacBook Air and run Asahi Linux on it. The older models are pretty cheap, but still quite fast. There are some missing features, but it runs really well. I've been usin
22.
▲
by
vinkelhake
1y ago
I used yaml for some things back in the stone age (shout out to why the lucky stiff and syck). The more I used it, and the more I came in contact with it I started to dislike that it has so many features, and tries to be overly clever. I&#x
23.
▲
by
vinkelhake
1y ago
That kind of reasoning makes sense if you have a single publisher controlling the entire market and they don't want to undercut their own business. But that's obviously not the case. There are plenty of publishers that want to pub
24.
▲
by
vinkelhake
1y ago
While reading this, the old ARexx (Amiga Rexx) popped into my head. It was a scripting language that in itself wasn't very noteworthy. However, it also made it easy for applications to expose functionality through an ARexx port. And ag
25.
▲
by
vinkelhake
1y ago
LIDAR pulses are in the order of a few nanoseconds.
26.
▲
by
vinkelhake
1y ago
One reason which matters with libraries is that slapping constexpr on a function is, in a way, a promise by the author that the function is indeed meant to be constexpr. If the author then changes the internals of the function so that it ca
27.
▲
by
vinkelhake
1y ago
> It’s too bad you still can’t cast a char to a uint8_t though in a constexpr expression. Uh, what? That has worked fine since the introduction of constexpr in C++11.
28.
▲
by
vinkelhake
1y ago
Google already has custom ASICs for video transcoding. YouTube has been running those for many years now. https://streaminglearningcenter.com/encoding/asics-vs-softwa...
29.
▲
by
vinkelhake
1y ago
> That game would cost $90 today with inflation. Speaking of $90 - Nintendo recently announced the Switch 2 and physical copies of the games will be just that, $90.
30.
▲
by
vinkelhake
1y ago
You're looking at constructs mostly related to C++26 reflection. It's very new, so that might be why it looks like it's from a different planet. They necessarily had to invent some new syntax for it. I think C++26's refl
More ›