Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AquilaFasciata
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
AquilaFasciata
1y ago
Note: Many libraries have NYT codes for 24-72hrs. Like the San Fransisco Public Library. https://sfpl.libanswers.com/faq/166904
2.
▲
by
AquilaFasciata
1y ago
It's difficult to find one that pays $50-60,000.
3.
▲
by
AquilaFasciata
1y ago
No, they rely on "consultants."
4.
▲
by
AquilaFasciata
1y ago
Reminder that this is what the author said about safety: "it manages to combine speed and low-level control with a high level of bug-resistance, more commonly referred to as safety"
5.
▲
by
AquilaFasciata
1y ago
I'm a hobbiest, so I only write in it 4 times a week, but I only run into borrow checker issues when I refactor large portions of existing code.
6.
▲
by
AquilaFasciata
1y ago
> it manages to combine speed and low-level control with a high level of bug-resistance, more commonly referred to as safety. This article didn't even make it 2 paragraphs before being incorrect. Safety isn't bug resistance - S
7.
▲
by
AquilaFasciata
1y ago
Yes. I learned Rust in a weekend. Basic Rust isn't that complicated, especially when you listen to the compiler's error messages (which are 42x as helpful compared with C++ compiler errors).