Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BD103
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Working in Groups
(internet.place)
2 points
by
BD103
1y ago
|
0 comments
2.
▲
Some more thoughts on FOSS Sustainability
(onepict.com)
3 points
by
BD103
2y ago
|
0 comments
3.
▲
Don't include social engineering in penetration tests (2017)
(jacobian.org)
2 points
by
BD103
2y ago
|
0 comments
4.
▲
by
BD103
2y ago
- freejs, created mere minutes before this comment
5.
▲
by
BD103
2y ago
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 >
6.
▲
by
BD103
2y ago
Support for constant float operations was released in Rust 1.82! https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html
7.
▲
Moderating with Empathy (2022)
(blog.gareth-coles.dev)
1 points
by
BD103
2y ago
|
0 comments
8.
▲
by
BD103
2y ago
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 help maintain Rust Analyzer (the de-facto LSP for Rust).
9.
▲
by
BD103
2y ago
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 requirements and maintainers. [0]: https:/&#
10.
▲
by
BD103
2y ago
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. [0]: https://youtu.be/WiPp9YEBV0Q?t=1529 [1
11.
▲
by
BD103
2y ago
> 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 scenario, since allocating 50 GiB doesn't mix
12.
▲
by
BD103
2y ago
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, and contributors. (The main Bevy repository has pull request
13.
▲
by
BD103
2y ago
I love the link to the article on time dilation in this article, fascinating! ( https://pilotswhoaskwhy.com/2021/03/14/gnss-vs-time-dilation... )
14.
▲
by
BD103
2y ago
This name reminds of an LogCat, Android Studio’s logging tool.
15.
▲
by
BD103
2y ago
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 websites. Since I am building for Github Pages, I found it qu
16.
▲
by
BD103
3y ago
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, and so can you! (I recommend looking for issues
17.
▲
by
BD103
3y ago
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 their own benefits and downsides, and are mostly compa
18.
▲
by
BD103
3y ago
> Environmental historian J. R. McNeill stated that he "had more adverse impact on the atmosphere than any other single organism in Earth's history."
19.
▲
by
BD103
3y ago
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 optimized it by instead using Taylor series (I think) and s
20.
▲
by
BD103
3y ago
You might find SymPy Gamma interesting: https://www.sympygamma.com
21.
▲
by
BD103
3y ago
By "Minecraft guy," do you mean the person who made Minecraft? I think his name was Markus Persson, but he went by Notch online...
22.
▲
by
BD103
3y ago
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 - Clean and easy to read code, which is one of Python's
23.
▲
by
BD103
3y ago
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
24.
▲
by
BD103
3y ago
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-b...
25.
▲
by
BD103
3y ago
I know! The dinosaur brand is awesome :)
26.
▲
by
BD103
3y ago
This reminds of Little Alchemy, which used to be popular a few years ago
27.
▲
by
BD103
3y ago
I learned programming through a mixture of Scratch and code.org. Once I "graduated" from those websites, I learned my first professional programming language using W3Schools. I wouldn't recommend signing up for W3Schools, but
28.
▲
by
BD103
3y ago
There's a lot of talk about Apple trying to circumvent this, but there actually are some good things from this. For instance, Firefox on Mobile can now use the Gecko engine instead of WebKit! (I think it's still Gecko?)
29.
▲
Doing First Grade Math in Rust's Type System
(fprasx.github.io)
9 points
by
BD103
3y ago
|
2 comments
30.
▲
by
BD103
3y ago
This is pretty interesting! A related algorithm that may be useful is Wave Function Collapse, which can be taught using seating constraints like this.
More ›