Hacker Newsnew | past | comments | ask | show | jobs | submit | guerby's commentslogin

You can add extra disk via the removable slots, frame.work shop has various disk sizes.

Its not about size but being able to run a RAID1 setup for speed and redundancy. External USB storage doesn't help here.

"With a USB 3.2 Gen 2 interface, it reaches 1000 MB/s read and 800 MB/s write speeds. It is fast enough to run apps and even boot an operating system from"

That doesn't matter. Fastest PCIe 5.0 NVMe SSD is 14000MB/s. You typically run RAID1 on identical drives. It's also about IOPs, not just speed.

About Tandem :

https://www.youtube.com/watch?v=SSSB7ZTSXH4

The Remarkable Computers Built Not to Fail by Asianometry


Full title: LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels

https://github.com/lucas-maes/le-wm

Abstract: Abstract: Joint Embedding Predictive Architectures (JEPAs) offer a compelling framework for learning world models in compact latent spaces, yet existing methods remain fragile, relying on complex multi-term losses, exponential moving averages, pretrained encoders, or auxiliary supervision to avoid representation collapse. In this work, we introduce LeWorldModel (LeWM), the first JEPA that trains stably end-to-end from raw pixels using only two loss terms: a next-embedding prediction loss and a regularizer enforcing Gaussian-distributed latent embeddings. This reduces tunable loss hyperparameters from six to one compared to the only existing end-to-end alternative. With ~15M parameters trainable on a single GPU in a few hours, LeWM plans up to 48× faster than foundation-model-based world models while remaining competitive across diverse 2D and 3D control tasks. Beyond control, we show that LeWM's latent space encodes meaningful physical structure through probing of physical quantities. Surprise evaluation confirms that the model reliably detects physically implausible events.


Open source open hardware microinverter incoming (with certification for EU grid):

https://fosdem.org/2026/schedule/event/7Q9HMF-open-solar-pow...

2025 for archive:

https://archive.fosdem.org/2025/schedule/event/fosdem-2025-6...


Always a bit jarring to see a devboard stacked on an otherwise neat board. Looks promising though.


I've seen commercial products that use socketed devboards inside. If anything, it's just an indication that the hobbyist and professional spaces are slowly converging.


https://pmc.ncbi.nlm.nih.gov/articles/PMC8755961/

"A narrative review on the effects of a ketogenic diet on patients with Alzheimer's disease"

https://www.sciencedirect.com/science/article/pii/S127977072...

"Effects of ketogenic diet on cognitive function of patients with Alzheimer's disease: a systematic review and meta-analysis"

And anecdotes from the field:

https://www.youtube.com/watch?v=s86CFw0qhVc

Revolutionizing Assisted Living: Hal Cranmer's Ketogenic & Carnivore Approach to Senior Wellness / Metabolic Mind


"nobody younger than 40 was attending"

Hmmm, I was there and this is definitely not true.


Thanks for the paper link, very different figures from the random USA newspaper article :)

I'd love to see an age adjusted figure as well as it's likely Europe has likely more very old people and my guess is that heat/cold mortality is concentrated in the very old people.


I suspect age distributions are part of the story. Also the Eastern US (where most of the population lives) experiences much larger swings in temperature between winter and summer so maybe people are just more prepared for it.


It's not the most convenient format because of their idea of what constitutes a region, but yeah, the US has a pyramid shaped population pyramid, while European regions have a big bulge of old people: https://www.cia.gov/the-world-factbook/references/population...


Don't know what algorithm are used by the famous libcaca:

https://github.com/cacalabs/libcaca


I bought a Gen11 framework 13 then later when available I replaced its motherboard by a Gen12.

The old motherboard with the coolermaster case is tucked between two books in my library and is now running my home proxmox.

64GB RAM 4TB NVME 4C/8T 2.5G ethernet and ... 2 Watt idle.

I did run "proxmox in proxmox" with ceph and cloudinit/live migration for a conference I gave on this old motherboard:

video https://jres.ubicast.tv/permalink/v1268c650f5d41v26pt0/ifram...

PDF https://conf-ng.jres.org/2024/document_revision_2424.html?do...

scripts https://framagit.org/guerby/proxmox-in-proxmox


I've been eyeing the coolermaster kit. It seems like an interesting way to do a 1l pc.

Can you just plug usbc directly into them without using the expansion things?

The cooling seems to travel 90° corresponding to in the bottom and out the back of a laptop. How do you have it between two books?


I bought several "Security Key NFC by Yubico": their cheapest model, no storage or fancy stuff.

My personal strategy is to use keys generated this way:

ssh-keygen -t ed25519-sk

Rules:

- A generated key never leave the machine it was generated on.

- ssh agent is never used

- ProxyJump in HOME/.ssh/config or -J to have convenient access to all my servers.

- DynamicForward and firefox with foxyproxy extension to access various things in the remote network from my local machine (IPMI, internal services, IoT, ...)

- On the web no passkey, only simple 2FA webauthn.

My understanding is that more features including "storage" means more attack surface so by avoiding it you're 1/ more secure 2/ it's cheaper.

White paper on passkey says their security is equal to the security of the OS (Microsoft Windows ...) so I avoid passkeys.


The more expensive one works as smart card so you can both generate and keep the key as hardware only. Works for SSH and GPG too


The generated FIDO keys with "[...]-sk" are hardware-only too, the "key" you load is only an "identifier" associating the onboard passkey, allowing you to add it on multiple computers but still requiring the FIDO key present to use[1]:

> ssh-keygen(1) may be used to generate a FIDO token-backed key, after which they may be used much like any other key type supported by OpenSSH, so long as the hardware token is attached when the keys are used. FIDO tokens also generally require the user explicitly authorise operations by touching or tapping them.

> [...]

> This will yield a public and private key-pair. The private key file should be useless to an attacker who does not have access to the physical token. After generation, this key may be used like any other supported key in OpenSSH and may be listed in authorized_keys, added to ssh-agent(1), etc. The only additional stipulation is that the FIDO token that the key belongs to must be attached when the key is used.

IMO the baseline Security Key ($20) series is now enough, unless your setup uses PGP, legacy SSH that doesn't support these key types, or if you're using a real certificate for e.g. code signing.

1: https://www.openssh.org/txt/release-8.2#:~:text=The%20privat...


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: