HackerLangs
トップ新着トレンドコメント過去質問紹介求人

jdub

4,274 カルマ登録 16 年前
http://bethesignal.org/

コメント

jdub
·6 日前·議論
You reckon large language models run by this mob of billionaire boot-licking dweebs will lead to a Star Trek style utopia? Come on.
jdub
·11 日前·議論
Take a look at how modern PCs enumerate all of their non-PCI hardware. I'll put a bucket over here.
jdub
·11 日前·議論
Because they're designed for different things.

Ampere's primary focus is running lots of simple tasks concurrently, at relatively low power, with lots of I/O. So, many tens to hundreds of cores, not too fast, at lower power draw than amd64, with lots of PCIe lanes for storage and network.

Apple's primary focus is user experience and power efficiency. That's why you'll find a handful of fast performance cores and low power efficiency cores, along with graphics acceleration to drive high resolution displays.
jdub
·16 日前·議論
"first principles" and "from scratch" are predictable failure modes... he had very good reason to pursue a Python-like language given the circumstances and objectives
jdub
·16 日前·議論
(It feels very grumpy-old-man to complain about "low effort", but I think it's more culturally relevant than ever before...)

... not investigating your field is a massive low effort failure mode. You don't have to know your field, but you have to investigate it, appreciate it, draw upon it... even, or perhaps especially, if you're standing in opposition to it.

(This is also why "first principles" twits like Elon are so annoying...)
jdub
·16 日前·議論
Whoa, I just mentioned GURPS in a completely different context in this very comment thread. :explodinghead:
jdub
·16 日前·議論
Cheat: "That's in GURPS. Uh huh, GURPS. Seen it: GURPS. Good idea, really nicely executed in GURPS. You'll like how GURPS did that." :-D
jdub
·18 日前·議論
zig makes cross-compiling easy for a single project - but not everything is zig (or supported by zig cc)

the various embedded build systems make cross-compiling easy at scale, which means you often don't need to think about it when adding a new package
jdub
·先月·議論
I doubt it's that complicated, motivated, or considered...

It's probably just garden variety disrespectful behaviour.

Purposeless agent spam won't be cheap entertainment forever, but you're right that later stages of industrialised abuse will be scary and unpleasant.
jdub
·先月·議論
That's a less efficient protocol than 9pfs and virtiofs, even if you subtract the encryption.

An example of improving efficiency: virtiofs has a relatively recent feature to map pages from host memory directly into guest memory, but that's a lot of risky acrobatics if your priorities are reliability and isolation...

... but it's not supported by Virtualization Framework's built-in virtiofs "folder sharing". (sad face)

... but someone could build it on top of the new macos 27+ custom virtio device support. (intrigued face)
jdub
·先月·議論
These are all security boundaries of a kind, some more effective than others, balancing priorities according to threat model. Running every app on your phone in a hardware virtual machine would be... an expensive choice.
jdub
·先月·議論
It's not substantially different from previous approaches (9pfs vs. virtiofs).

My suggestion: Don't use the host filesystem from the guest at all. It'll be faster, and better isolated. It's a false convenience.
jdub
·先月·議論
Different threat models. Your typical Android device (and Linux server for that matter, at home or at scale) is not usually running security-sensitive general workloads for multiple tenants in the same OS instance. :-)
jdub
·先月·議論
[dead]
jdub
·先月·議論
Containers (those popularised on Linux by Docker) are built on Linux primitives like cgroups and namespaces, so they're running directly on the same kernel, same VFS, often the same FS, etc. Their isolation properties rely on (a) all those Linux features working as expected, and (b) the container runtime setting them up properly.

Depending on your threat model, that's fine, but a lot of people (including me) will say that containers are not a security mechanism.

But macOS requires[1] virtualisation for containers anyway; the security is just a bonus.

[1] at least for a real Linux kernel...
jdub
·先月·議論
The underlying Virtualization Framework works on Intel Macs, but they'll miss out on new features landing in macOS 27 and beyond.
jdub
·先月·議論
You can run amd64 binaries inside an aarch64 Linux virtual machine. Although they're not supporting Rosetta for macOS apps from macOS 27, the Rosetta support in Virtualization Framework will remain.
jdub
·先月·議論
Very different: Linux running in a virtual machine can't bind mount into a macOS host's filesystem. So they use virtiofs.
jdub
·先月·議論
MacRumors always delivers.

https://www.macrumors.com/2026/06/08/wwdc-2026-live-coverage...
jdub
·先月·議論
Perhaps one day...

A few things contributed to its demise: less industry money sloshing around for travel and sponsorships, a growing sense that "Linux" didn't represent the entire community, and a pandemic.

Which left "Everything Open" launching weaker in every sense.

But I don't think Linux or Open Source feel sufficiently radical or inspiring to sustain that kind of community-building (local or global) these days... maybe a "Fuck AI" tech conference. :-D