Viewing profile — the_panopticon
the_panopticon
HN member- Joined
- Tue, Mar 21, 2023, 12:07 AM UTC
- HN karma
- 111
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About the_panopticon
No profile information was provided.
Recent public activity
-
comment
Comment #45740026
I think the subsequent level is 'Distinguished Engineer.' That's terminal AFAIK. Maybe they'll need a 'Sr DE' someday?
-
comment
Comment #45608802
This is great to see. Google has role-modeled open source hardware/silicon with efforts like https://opentitan.org/ and https://developers.google.com/silicon in the past, too. I wo…
-
comment
Comment #45465901
"History may not repeat itself, but it often rhymes" - Mark Twain https://www.microsoft.com/en-us/research/project/mylifebits/
-
comment
Comment #45429456
Very interesting. It sounds like tuning at the PTX level can increase workload efficiencies, such as quote "Specifically, we employ customized PTX (Parallel Thread Execution) instr…
-
comment
Comment #42626475
Intel does have https://www.clearlinux.org/
-
comment
Comment #41769253
+1, especially the 'Grand Inquisitor' portion. And a close 2nd would be Dostoevsky's "Crime and Punishment.'
-
comment
Comment #41464048
This article is a nice addition to the community since rarely is a complete rewrite of a firmware corpus possible. Speaking of Rust and host or boot firmware, the recently publishe…
-
comment
Comment #41427901
This is a good read. Dr. Blaise Agüera y Arcas was a keynote speaker at https://attend.ieee.org/newera/program/ here in Seattle a week ago but he didn't really get a chance to delv…
-
comment
Comment #41384467
"Universal" is also a term that doesn't typically engender happiness in technologists.
-
comment
Comment #41257071
In Ocaml, interesting. I was similarly surprised when I learned that the firs Rust compiler was written in Ocaml, too https://users.rust-lang.org/t/understanding-how-the-rust-com..…
- comment
-
comment
Comment #40979651
This reminds me of the saying https://en.wiktionary.org/wiki/success_has_many_fathers,_fai... that I’ve seen often played out in big companies, too.
-
comment
Comment #40961084
There is still support for CSM in the open source https://github.com/tianocore/tianocore.github.io/wiki/Compat... and even nice projects like https://github.com/coreboot/seabiosto …
-
comment
Comment #40946027
Fascinating work. The ARC std https://en.wikipedia.org/wiki/ARC_(specification) was used to boot the Dec Alpha Windows machines, along w/ MIPS, etc. Anyone know of other open sourc…
-
comment
Comment #40908291
Seems to be a trend including work like https://www.linuxboot.org/ .
-
comment
Comment #40841476
I recall trying to debug a crash in QNX during the mid-90's. I was impressed by the svelte OS that could load from a 3.5" floppy. The failure scenario was coincident with one of my…
-
comment
Comment #40603784
Weaponizing data for ads and https://nypost.com/2024/06/06/business/costco-to-stop-sellin... . Feels about right for our post modern world.
-
comment
Comment #40514980
Some interesting links on topic at bottom of https://www.rioslab.org/2023/04/14/open-source-hardware-ip-r...
-
comment
Comment #40442352
Reminds me of article https://www.nextplatform.com/2024/04/17/what-happens-when-hy...
-
comment
Comment #40429048
RISC-V has defined support. See "3.4 The RV128I Base ISA" https://people.eecs.berkeley.edu/~krste/papers/EECS-2016-1.p... . You can find an emulator "RISC-V system emulator support…
- story
-
comment
Comment #40359587
An interesting example of that flocking from some tech talent in the Pacific Northwest https://www.datacenterdynamics.com/en/news/omniva-stealth-st...
- story
- story
-
comment
Comment #40319612
Maybe baremetal BSD 4.4? That's the codebase for the Unix personality layer of OSX (which is Mach as ukernel + a Unix layer on top). Or FreeBSD like Netflix uses for their first-pa…