Readit News logoReadit News
colejohnson66 commented on Mark Zuckerberg freezes AI hiring amid bubble fears   telegraph.co.uk/business/... · Posted by u/pera
ath3nd · 2 days ago
Edgy prediction: Meta is irrelevant and on a path to even further irrelevancy, and, fingers crossed, a bankruptcy or at least Zuck being removed as the main man
colejohnson66 · 2 days ago
"The Zuck" can't be removed — he has more the 60% of the votes![0] The board stupidly voted to do so a few years ago.

[0]: He only has about 13% of the shares, but the dual allocation means that his class B shares are worth 10 votes. And he owns 99% of those shares. https://observer.com/2023/06/mark-zuckerberg-2023-shareholde...

colejohnson66 commented on "Remove mentions of XSLT from the html spec"   github.com/whatwg/html/pu... · Posted by u/troupo
dpassens · 4 days ago
Not necessarily. The idea is that this is browser-internal, so presumably it would still work even if JS from external sources is disabled.
colejohnson66 · 3 days ago
No. The idea is that website authors do the work. The proposal suggests the browsers wholesale remove support and forget about it.

https://github.com/whatwg/html/issues/11523#issuecomment-315...

colejohnson66 commented on "Remove mentions of XSLT from the html spec"   github.com/whatwg/html/pu... · Posted by u/troupo
MallocVoidstar · 4 days ago
> Xee implements modern versions of these specifications, rather than the versions released in 1999.

My understanding is that browsers specifically use the 1999 version and changing this would break compat

colejohnson66 · 4 days ago
As if removing XSLT entirely won’t break back-compat?
colejohnson66 commented on XZ Utils Backdoor Still Lurking in Docker Images   binarly.io/blog/persisten... · Posted by u/torgoguys
wahern · 5 days ago
> Why would long lived VMs be better if they're also using old versions of software?

It's more difficult to break out of a VM and take over the host, unless a container has a very strict seccomp policy that limits the exposed kernel surface area. The Linux kernel's high rate of feature churn has resulted in an endless parade of root exploits. Locking down a container takes effort as you risk breaking the application by removing access to fancy kernel features du jour. VMs have bugs, too, but it's a better situation, especially if the interface between guest and host is limited to a few virtio drivers. Firecracker, for example, takes this minimalist approach; relative to containers it's more of a "secure by default" situation as far as host protection goes, and unless the guest environment requires direct access to peripheral hardware, everything will still work as intended.

colejohnson66 · 4 days ago
So the problem is Linux, not Docker, then.
colejohnson66 commented on Microsoft's latest Windows 11 24H2 update breaks SSDs/HDDs, may corrupt data   neowin.net/news/report-mi... · Posted by u/bundie
gchamonlive · 7 days ago
You are saying we are going to see similar reports for Linux when using these parts? Why did it started happening after a windows update then? And why did it need a patch?
colejohnson66 commented on Why Nim?   undefined.pyfy.ch/why-nim... · Posted by u/TheWiggles
zahlman · 7 days ago
Where does the money get spent? Just developer salaries and marketing?
colejohnson66 · 7 days ago
Yes. Writing a language in your free time means juggling work on the side. Or you can be at Google and get paid to write Go for your job, and get free marketing from it. Even Rust had the backing of Mozilla. Until your "pet" language reaches critical mass that you can sustain yourself and quit your day job, you're fighting the giants.
colejohnson66 commented on ARM adds neural accelerators to GPUs   newsroom.arm.com/news/arm... · Posted by u/dagmx
cubefox · 8 days ago
There are now at least three ways to accelerate machine learning models on consumer hardware:

  - GPU compute units (used for LLMs)
  - GPU "neural accelerators"/"tensor cores" etc (used for video game anti-aliasing and increasing resolution or frame rate)
  - NPUs (not sure what they are actually used for)
And of course models can also be run, without acceleration, on the CPU.

colejohnson66 · 8 days ago
An "NPU" is a matrix multiplier accelerator. It removes some general-purpose stuff that GPUs provide in favor of more "AI"-useful units, like support for values a byte or smaller (i.e., FP4, INT4, etc.).
colejohnson66 commented on PCIe 8.0 announced by the PCI-Sig will double throughput again   servethehome.com/pcie-8-0... · Posted by u/rbanffy
pshirshov · 10 days ago
Can I just have a backplane? Pretty please?
colejohnson66 · 10 days ago
Sockets (and especially backplanes) are absolutely atrocious for signal integrity.

u/colejohnson66

KarmaCake day9809September 27, 2015
About
All comments are my own opinions and not the views of my employer.
View Original