Viewing profile — AquilaFasciata
AquilaFasciata
HN member- Joined
- Tue, Aug 20, 2024, 12:35 AM UTC
- HN karma
- 1
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About AquilaFasciata
No profile information was provided.
Recent public activity
-
comment
Comment #44867614
Note: Many libraries have NYT codes for 24-72hrs. Like the San Fransisco Public Library. https://sfpl.libanswers.com/faq/166904
-
comment
Comment #44867597
It's difficult to find one that pays $50-60,000.
-
comment
Comment #44867584
No, they rely on "consultants."
-
comment
Comment #44635570
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…
-
comment
Comment #44635465
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.
-
comment
Comment #44635438
> 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 b…
-
comment
Comment #44635302
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++ compile…