Viewing profile — sapiogram
sapiogram
HN member- Joined
- Mon, Aug 18, 2014, 9:25 PM UTC
- HN karma
- 919
- Public activity
- 342 items
- HN profile
- View on Hacker News ↗
About sapiogram
No profile information was provided.
Recent public activity
-
comment
Comment #49192698
The font blurriness har finally been fixed now, at least.
-
comment
Comment #49172619
The game was first released in 2001, but released on steam on 2021. Needless to say, most players don't play through steam.
-
comment
Comment #49062680
What are you talking about, only Rust actually forces you to handle errors. Go functions merely return a tuple with an error along with the result, with a convention that you must …
-
comment
Comment #48918989
ARM could change that in the long term, Apple doesn't own them. It would be a generational fumble by ARM to lose Apple as a customer, though.
-
comment
Comment #48783329
Requires an area around your office that isn't ugly or overrun with cars.
- story
-
comment
Comment #46811552
> Officially before the one child policy they were at 800 million. After 30 years of 1 child policy somehow they were at 1.2 billion. The math isn't mathing. Even if I take your nu…
-
comment
Comment #46172981
Haskell is far more dangerous. It allows you to simple destruct the `Just` variant without a path for the empty case, causing a runtime error if it ever occurs.
-
comment
Comment #46059131
I thought this problem was Wayland's reason for existing?
-
comment
Comment #46059088
As long as you're willing to stay on some old LTS distro, you'll be fine for at least another 10 years. X isn't going anywhere.
-
comment
Comment #46049061
Depends on your definition of "major". Small utility functions are added on nearly every release, but they definitely aren't major.
-
comment
Comment #46036087
Rust's standard library hasn't received any major additions since 1.0 in 2015, back when nobody was writing web services in Rust so no one needed logging.
-
comment
Comment #45813903
> Or, for $300, you can buy an RTX 5060 that is better than the best GPU from just 6 years ago. It's even faster than the top supercomputer in the world in 2003, one that cost $500…
-
comment
Comment #45783229
Kill threads at will?
-
comment
Comment #45777223
Rust solves this at compile-time with move semantics, with no runtime overhead. This feature is arguably why Rust exists, it's really useful.
-
comment
Comment #45642513
Do you monitor your product closely enough to know that there weren't other brief outages? E.g. something on the scale of unscheduled server restarts, and minute-long network outag…
-
comment
Comment #45599193
Idk about subpixel font rendering, but font rendering on Linux looks massively better after a patch last week: https://github.com/zed-industries/zed/issues/7992#issuecomme...
-
comment
Comment #45592328
And that was already impressive. High-end gaming computers with dual-channel DDR5 only reach ~100GB/s of CPU memory bandwidth.
-
comment
Comment #45592307
> I wish Apple would take gaming more seriously and make GPTK a first class citizen such as Proton on Linux. Note that games with anticheat don't work on Linux with Proton either. …
-
comment
Comment #45590767
In Norway, power cables have been a top-tier political issue for years. They make electricity more expensive locally, since the surplus power can be exported instead of needing to …
-
comment
Comment #45461146
> I bet it’s smooth given how concurrent friendly Go is with channels and go routines etc. You can do the same in any language with threads, and a library providing channels. Hell,…
-
comment
Comment #45389153
There's a hugely popular video game called Rust not written in Rust.
-
comment
Comment #45379130
How close is Redox to being able to run a web browser? I'd love to try doing real work on it.
-
comment
Comment #45287170
WASM does not support pthreads in the browser, only web workers, which are much more limited.
-
comment
Comment #45278244
Wikipedia give a lower bound for BB(6) of 2^2^2^2^2^2... repeated 33554432 times, that's definitely a fast-growing function!