Viewing profile — BD103
BD103
HN member- Joined
- Thu, Oct 12, 2023, 5:42 PM UTC
- HN karma
- 150
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About BD103
https://bd103.github.io
Recent public activity
- story
- story
- story
-
comment
Comment #42248762
- freejs, created mere minutes before this comment
-
comment
Comment #42236817
Also see "On 'Safe' C++", which goes deeper into many of the insights brought up by this article. https://news.ycombinator.com/item?id=42186475 >
-
comment
Comment #42185528
Support for constant float operations was released in Rust 1.82! https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html
- story
-
comment
Comment #41773213
You may be interested in Ferrocene[0], a version of the Rust toolchain that is vetted for critical systems like automobiles. It's offered by Ferrous Systems, the same people who he…
-
comment
Comment #41643434
Check out the Rust's documentation page on platform support[0]. You'll be able to find the full list of supported platforms, as well as the target tier policy, and specific target …
-
comment
Comment #41643379
For those curious, this is the link[0] to the filesystems talk with the relevant timestamp. A bit more was discussed in this[1] article as well about Wedson Almeida Filho leaving. …
-
comment
Comment #41300417
> On my personal computer, a 2013 MacBook, it uses more like 50 and starts darn near instantaneously. Just for clarification, do you mean 50 GiB or 50 MiB? I'm assuming MiB in this…
-
comment
Comment #40876653
There is a Rust tool named `generate-release` within the website repository[0]. It handles interacting with the Github API to get a list of significant changes, breaking changes, a…
-
comment
Comment #40846720
I love the link to the article on time dilation in this article, fascinating! ( https://pilotswhoaskwhy.com/2021/03/14/gnss-vs-time-dilation... )
-
comment
Comment #39827609
This name reminds of an LogCat, Android Studio’s logging tool.
-
comment
Comment #39782156
Agreed. I built my personal website with Nuxt Content, but I'm not satisfied with it. It forces you to do a lot of things yourself and is definitely targeted towards dynamic websit…
- story
-
comment
Comment #39679022
Don't worry, you still can! I've been actively contributing to the past 4 months, working on improving CI and the website. I started out doing PRs for typos and little improvements…
-
comment
Comment #39664128
There's a lot of great servers mentioned here, but there are two that I haven't seen yet: - QuiltMC, which is a fork of FabricMC - NeoForge, which is a fork of Forge Both have thei…
-
comment
Comment #39664077
> Environmental historian J. R. McNeill stated that he "had more adverse impact on the atmosphere than any other single organism in Earth's history."
-
comment
Comment #39637385
Yup, I remember watching a video about how the RAM bus is the bottleneck when running Super Mario 64 on the N64. The original implementation used trig lookup tables, but the person…
-
comment
Comment #39538749
You might find SymPy Gamma interesting: https://www.sympygamma.com
-
comment
Comment #39310444
By "Minecraft guy," do you mean the person who made Minecraft? I think his name was Markus Persson, but he went by Notch online...
-
comment
Comment #39294467
I would argue that Python does not inhibit this project as much as you imply. There are multiple benefits to Python, such as: - A built-in dictionary type, used for indexing words …
-
comment
Comment #39278693
Exactly. This is implemented by the Javascript code formatter Prettier [1] where you have to pass `--write` in order to overwrite an unformatted file. [1]: https://prettier.io
-
comment
Comment #39261345
Rust binaries seem to be larger than they should be, though. I believe Kobzol [1] has been making some work on that. [1]: https://kobzol.github.io/rust/cargo/2024/01/23/making-rust…