Viewing profile — quic5
quic5
HN member- Joined
- Sat, Feb 26, 2022, 2:19 PM UTC
- HN karma
- 100
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About quic5
No profile information was provided.
Recent public activity
-
comment
Comment #39225708
> At its core, Juno uses the YouTube website itself. No, not scraped. It presents the website as you would load it, but similar to how browser extensions work, it tweaks the themin…
- story
-
comment
Comment #38989390
From the README > Yes, that is 4 pairs of --s. This is because Bun will pass the first pair to another bun run command, the second will go to tauri dev, the third will go to vite d…
-
comment
Comment #37990701
You're right we should (ab)use another unicode code point to indicate that this text was scanned using an OCR app /s
-
comment
Comment #37681474
It’s still MIT licensed right? Seems like we need a Vscodium for Insomnia
-
comment
Comment #37554584
I attempted to delete my Wasmer account a week ago. The button just prompted me to send an email, so I did that, but didn't get response since. Any idea how to enforce GDPR here?
-
comment
Comment #37219745
Digging through the source I've found https://github.com/cotes2020/jekyll-theme-chirpy
-
comment
Comment #36996663
That is absolutely true. But but you can write memory-bug-free code in Zig but you cannot prevent heap allocations in most of the languages listed in the article, making it outrigh…
-
comment
Comment #36996611
I don't believe there ever was support for macOS on 32-bit ARM.
-
comment
Comment #36996595
That totally misses the point of quality software. What good is memory safety if you medical device crashes because of an out of memory error? What I'm trying to say: There are use…
-
comment
Comment #36890198
Happens a lot with Zig's builtin functions: See https://github.com/ziglang/zig/issues?q=is%3Aissue+mentions%... for example
-
comment
Comment #36847921
> Human beings need spiritual experiences That is debatable. Spiritual explanations are just easier and we humans are lazy
-
comment
Comment #36759623
But there aren’t any guarantees that the file the source map points to is actually the source, right?
-
comment
Comment #36628315
Apple already has recent street view of Germany and nobody cared.
-
comment
Comment #36578141
Not all that useful but fun: you can implement swizzling with comptime
-
comment
Comment #36577899
A good api (like std.debug.print for example) can implement nice compile errors that fail early with readable messages manually at comptime. Still not as convenient as traits thoug…
-
comment
Comment #36244996
> Observation: Separating Safari and Web App allows both to run independently. You can open a Web app without opening Safari, you can close Safari without all web apps closing.
-
comment
Comment #36124803
The biggest bottleneck in Zig's case is LLVM. That's why they implement fast alternative backends for development. See: https://kristoff.it/blog/zig-new-relationship-llvm/
-
comment
Comment #35339534
All because of a single German political party that will struggle to get the required 5% next term. Kinda crazy
-
comment
Comment #35258854
Honestly most bad abstraction come from authors thinking they're geniuses (in that moment)
-
comment
Comment #35118842
https://archive.ph/pgsOL
-
comment
Comment #35048857
Having spent countless hours in Cities: Skylines I’m a bit worried that I haven’t spotted a single form of public transport nor more bike infrastructure than a painted bike lane. I…
-
comment
Comment #35009749
Yeah because wanting basic human rights is just something "the West" wants
- comment
-
comment
Comment #34957445
The print function is implemented in the std library[1] not the compiler and Zig does not have varargs [1] https://github.com/ziglang/zig/blob/f6c934677315665c140151b8...