Viewing profile — pthariensflame
pthariensflame
HN member- Joined
- Fri, Mar 01, 2019, 12:28 AM UTC
- HN karma
- 241
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About pthariensflame
Recent public activity
- story
-
comment
Comment #30729241
Yay!
- story
-
comment
Comment #30718767
Yes, it can; it's intended to!
-
comment
Comment #30706889
See also their Introduction to Apple Silicon for alternative OSes: https://github.com/AsahiLinux/docs/wiki/Introduction-to-Appl...
- story
-
comment
Comment #29573760
There’s at least one Armv8 supercomputer out there today, and it’s a beast too: https://en.m.wikipedia.org/wiki/Fugaku_(supercomputer)
-
comment
Comment #28994944
Minor aside: Arm does, in fact, have a recent CPU family with 2-way SMT: Cortex-A65(AE)/Neoverse E1.
- story
- story
- story
-
comment
Comment #27287524
https://news.ycombinator.com/item?id=27287519
-
comment
Comment #27287519
It’s not a standard ARM register; it’s implementation-defined and nobody gave it a meaningful name. It appears to do nothing much.
-
comment
Comment #27286196
I think that was the point. XD
- story
-
comment
Comment #27020685
That’s more or less what they currently do: https://opensource.apple.com/
- story
-
comment
Comment #25596765
Yes, but some of them are, and some are even worse.
-
comment
Comment #25042279
The latter, definitely.
- story
-
comment
Comment #24301743
You can! Just not through `const fn`. Rust has macros, which at their limit are capable of running arbitrary Rust code that manipulates syntax and communicates with the compilation…
-
comment
Comment #21105185
If you’re looking for a higher-level interface to SAT, SMT, and general constraint solvers, I can recommend MiniZinc: https://www.minizinc.org/index.html