Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pthariensflame
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pthariensflame
5y ago
Yay!
2.
▲
by
pthariensflame
5y ago
Yes, it can; it's intended to!
3.
▲
by
pthariensflame
5y ago
See also their Introduction to Apple Silicon for alternative OSes: https://github.com/AsahiLinux/docs/wiki/Introduction-to-Appl...
4.
▲
Open OS Ecosystem on Apple Silicon Macs – Asahi Linux Project
(github.com)
2 points
by
pthariensflame
5y ago
|
1 comments
5.
▲
by
pthariensflame
5y ago
There’s at least one Armv8 supercomputer out there today, and it’s a beast too: https://en.m.wikipedia.org/wiki/Fugaku_(supercomputer)
6.
▲
by
pthariensflame
5y ago
Minor aside: Arm does, in fact, have a recent CPU family with 2-way SMT: Cortex-A65(AE)/Neoverse E1.
7.
▲
Bare metal Apple M1 Debian at 4K 60
(twitter.com)
299 points
by
pthariensflame
5y ago
|
90 comments
8.
▲
Gnome Shell on the Apple M1, bare metal
(twitter.com)
263 points
by
pthariensflame
5y ago
|
130 comments
9.
▲
Unicode 14.0 Beta Review
(home.unicode.org)
2 points
by
pthariensflame
5y ago
|
0 comments
10.
▲
by
pthariensflame
5y ago
https://news.ycombinator.com/item?id=27287519
11.
▲
by
pthariensflame
5y ago
It’s not a standard ARM register; it’s implementation-defined and nobody gave it a meaningful name. It appears to do nothing much.
12.
▲
by
pthariensflame
5y ago
I think that was the point. XD
13.
▲
Rust for Windows v0.9
(blogs.windows.com)
4 points
by
pthariensflame
5y ago
|
0 comments
14.
▲
by
pthariensflame
5y ago
That’s more or less what they currently do: https://opensource.apple.com/
15.
▲
Initial support for Apple M1 merged into Linux kernel and will be part of 5.13
(twitter.com)
2 points
by
pthariensflame
5y ago
|
0 comments
16.
▲
by
pthariensflame
6y ago
Yes, but some of them are, and some are even worse.
17.
▲
by
pthariensflame
6y ago
The latter, definitely.
18.
▲
How Futhark implements bounds checking on the GPU
(futhark-lang.org)
1 points
by
pthariensflame
6y ago
|
0 comments
19.
▲
by
pthariensflame
6y ago
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 process, just like in a good old Lisp. Why isn’t `const f
20.
▲
by
pthariensflame
7y ago
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