HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guerby

3,410 karmajoined hace 8 años
http://guerby.org

Submissions

Terence Tao: What's Next for SAIR Competitions [video]

youtube.com
1 points·by guerby·hace 6 días·0 comments

Iran President orders restoration of internet access after 87-day blackout

indiatoday.in
5 points·by guerby·hace 2 meses·0 comments

The New Linux Kernel AI Bot Uncovering Bugs Is a Local LLM on Framework Desktop

phoronix.com
17 points·by guerby·hace 3 meses·1 comments

Rust open-source headless browser for AI agents and web scraping

github.com
3 points·by guerby·hace 3 meses·0 comments

Amazon Buys Globalstar for $10.8B to Expand Its Satellite Internet Service

nytimes.com
1 points·by guerby·hace 3 meses·0 comments

French consumer group sues Ubisoft over shutdown of online game 'The Crew'

reuters.com
4 points·by guerby·hace 3 meses·0 comments

LeWorldModel with Yann LeCun

arxiv.org
2 points·by guerby·hace 4 meses·1 comments

Revealed: The worst mega-leaks of methane driving global heating

theguardian.com
5 points·by guerby·hace 4 meses·1 comments

[untitled]

1 points·by guerby·hace 4 meses·0 comments

How to Run a One Trillion-Parameter LLM Locally: AMD Ryzen AI Max+ Cluster Guide

amd.com
3 points·by guerby·hace 4 meses·0 comments

FOSDEM 2026

fosdem.org
2 points·by guerby·hace 5 meses·0 comments

LoongArch architecture added to Debian Ports

lists.debian.org
3 points·by guerby·hace 7 meses·2 comments

Humans were lighting fires from scratch a lot earlier than previously thought

economist.com
6 points·by guerby·hace 7 meses·3 comments

Statin-independent association between low LDL and risk of T2 diabetes

link.springer.com
2 points·by guerby·hace 7 meses·1 comments

Germs and the big lie: unmasking the root cause of heart disease – Dr Paul Mason [video]

youtube.com
1 points·by guerby·hace 8 meses·0 comments

Germs and the big lie: unmasking the root cause of heart disease – Dr Paul Mason [video]

youtube.com
1 points·by guerby·hace 8 meses·0 comments

comments

guerby
·hace 20 días·discuss
In French

https://www.francenormalisation.fr/les-acteurs-de-la-normali...

If there is only knowing the norm that makes you able to follow the law that refers it then it's a "obligatory norm" and must be readable without cost.

https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI00004...

List of such norms in spreadhseet linked here:

https://www.legifrance.gouv.fr/contenu/menu/autour-de-la-loi...
guerby
·hace 20 días·discuss
Interesting, could you cite one such law and norm?
guerby
·hace 20 días·discuss
In France if a standard is mandated by law (like electrical home wiring) then it must be freely available.

I assume most democracies have similar laws, it's a basic right to know what laws you should follow ...
guerby
·hace 2 meses·discuss
On https://godbolt.org/ select Ada and compiler option "-O2"

    function Square(num : Integer) return Integer is
        tab : array (0..100) of integer;
    begin
        for i in 0..101 loop 
            tab(i):=i; 
        end loop;
        return tab(100);
    end Square;
The assembly code generated is :

    sub     rsp, 8    #,
    mov     esi, 11   #,
    mov     edi, OFFSET FLAT:.LC0     #,
    call    "__gnat_rcheck_CE_Index_Check"  #
Loop is not run and exeption handler is called directly.

Link : https://godbolt.org/z/qT4TsKPxz
guerby
·hace 2 meses·discuss
In the french system an appeal is basically a re-trial since the appeal court can confirm, infirm or modify the lower court verdict.
guerby
·hace 2 meses·discuss
You're mixing specification (a language reference manual) and implementation (a given compiler, target, options, ...).

The Ada language specification says the Ada programmer can expect any Ada compiler when used in fully compliant mode to properly raise STORAGE_ERROR when a stack overflow occurs.

Only the Ada compiler writer has to deal with this, not every single programmer on every single program and platform (the UB behaviour of some languages).

In the case of GCC/GNAT the compiler manual provides insight on how to be in compliant mode per target regarding stack overflow, what are the limitations if any. You have tools to monitor and analyze you Ada code in this respect too.
guerby
·hace 2 meses·discuss
That's exactly what the CEO of Mistral Arthur Mensch says in this audition before french legislators:

https://www.youtube.com/watch?v=I20fcnkzj5A
guerby
·hace 2 meses·discuss
Ada 83 has no UB on call stack overflow, from the reference manual :

http://archive.adaic.com/standards/83lrm/html/lrm-11-01.html

"STORAGE_ERROR This exception is raised in any of the following situations: (...) or during the execution of a subprogram call, if storage is not sufficient."
guerby
·hace 2 meses·discuss
"I've been distro-hopping for probably twenty years. Fedora, OpenSUSE, Ubuntu, Arch, and most recently Fedora with KDE Plasma."

Missing : good old debian :)
guerby
·hace 2 meses·discuss
I found this video by Modo Energy interesting on why Spain has so little battery right now:

https://www.youtube.com/watch?v=8CwB38oLEYM

Solar Saturation & Grid Collapse: Spain's BESS Opportunity - Modo Energy
guerby
·hace 3 meses·discuss
"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"
guerby
·hace 3 meses·discuss
You can add extra disk via the removable slots, frame.work shop has various disk sizes.
guerby
·hace 3 meses·discuss
About Tandem :

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

The Remarkable Computers Built Not to Fail by Asianometry
guerby
·hace 4 meses·discuss
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.
guerby
·hace 4 meses·discuss
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...
guerby
·hace 5 meses·discuss
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
guerby
·hace 5 meses·discuss
"nobody younger than 40 was attending"

Hmmm, I was there and this is definitely not true.
guerby
·hace 6 meses·discuss
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.
guerby
·hace 6 meses·discuss
Don't know what algorithm are used by the famous libcaca:

https://github.com/cacalabs/libcaca
guerby
·hace 7 meses·discuss
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