Viewing profile — at_compile_time
at_compile_time
HN member- Joined
- Mon, Mar 01, 2021, 6:19 PM UTC
- HN karma
- 270
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About at_compile_time
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #48756250
>Inigo Quilez I came across this guy's channel the other day and it was an immediate subscribe.
-
comment
Comment #48647036
>How do we know that the ruling/governing class is not abusing these monitoring systems and exempting themselves from monitoring? Ah, so except for THE ENTIRE FUCKING PROBLEM, this…
-
comment
Comment #48621824
or stop midsentence
-
comment
Comment #48562106
I did a lot of automation at my last job, which was closer to engineering in the classical sense than engineering in the software sense. The automation mostly amounted to web scrap…
-
comment
Comment #48253529
Seems like exactly the kind of thing permissions are for.
-
comment
Comment #48253307
Learning Rust really ruined C# for me. The explicitness saves you from so much defensive programming.
-
comment
Comment #47583763
Reliably terrible.
- comment
-
comment
Comment #47356359
They also own a large part of the pet food industry. Given how much health is affected by diet, that's a huge conflict of interest.
-
comment
Comment #47225973
The problem of offices is not when we spend time in them but rather that we spend time in them at all. What a banal hell it is we have consented to endure compared to the comforts …
-
comment
Comment #47225959
>If you want the ability to start your work day earlier and end it earlier, that seems like a worker protection bill that needs to be passed. If that's what passes for aspiration t…
-
comment
Comment #47129273
If your key is a hash of the code and its dependencies, for a given toolchain and target, then any change to the code, its dependencies, the toolchain or target will result in a ne…
-
comment
Comment #45883494
I hadn't heard of ATS before, and I think that I mistook your using it as an example of "more isn't always better" and thought you were suggesting it as an actual alternative. I'm …
-
comment
Comment #45882285
Rust's real superpower is its tooling. Cargo handles package management, building, testing, documentation, and publishing. The compiler's errors explain what went wrong and where i…
-
comment
Comment #45469690
That C++ already has many implementations of sparse sets seems to be a point in favor of sparse sets rather than a point against Rust, especially given that C++ doesn't need them t…
-
comment
Comment #45456966
When I say they prioritize social stability, I mean that they won't stop producing cars regardless of how little economic sense it makes because they need to keep people employed t…
-
comment
Comment #45366982
We must be working from different definitions of efficient. Yes, the CCP can say jump and expect their corporations to do so, but when everyone in a modern economy jumps at the sam…
-
comment
Comment #44774853
>What's next, complaining that some doctor is an asshole for appearing on TV to refute people claiming ivermectin cures covid, thus making it impossible for people to seriously stu…
-
comment
Comment #44215388
Any examination that isn't done in person on general course material (nothing an LLM could prepare for you) is just stubborn refusal to protect students from themselves in an age w…
-
comment
Comment #43840244
No, it would not. Even conversions using "as" are discouraged in favor of conversion traits such as From and TryFrom. Rust's goals of being explicit and correct are at odds with pe…
-
comment
Comment #43840226
On the contrary, I find indices to be the most natural way to represent anything that resembles a graph in Rust. They allow you to sidestep the usual issues that arise with ownersh…
-
comment
Comment #43840000
> verschlimmbessern Thank you for this delightful word.
-
comment
Comment #43201920
>If you want to tell someone that exponentiating an area gives a rotation, you need to basically deal with the fact that that sentence sounds like nonsense. It's not just an area t…
-
comment
Comment #43200019
>Even in 3D GA, some mixed-grade elements are not invertible. This paper [1] claims to have inverses for general multivectors up to a certain dimension, but I've never needed them …