frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: SQLite Online – 11 years of solo development, 11K daily users

https://sqliteonline.com/
50•sqliteonline•1h ago•21 comments

Spotlight on pdfly, the Swiss Army knife for PDF files

https://chezsoi.org/lucas/blog/spotlight-on-pdfly.html
164•Lucas-C•5h ago•49 comments

Matrices can be your Friends

https://www.sjbaker.org/steve/omniv/matrices_can_be_your_friends.html
48•todsacerdoti•3h ago•27 comments

More random home lab things I've recently learned

https://chollinger.com/blog/2025/10/more-homelab-things-ive-recently-learned/
52•otter-in-a-suit•1w ago•8 comments

Control your Canon Camera wirelessly

https://github.com/JulianSchroden/cine_remote
22•nklswbr•5d ago•1 comments

Switch to Jujutsu Already: A Tutorial

https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/
62•birdculture•4h ago•41 comments

Wireguard FPGA

https://github.com/chili-chips-ba/wireguard-fpga
585•hasheddan•21h ago•142 comments

Clockss: Digital preservation services run by academic publishers and libraries

https://clockss.org/
27•robtherobber•5d ago•6 comments

LaTeXpOsEd: A Systematic Analysis of Information Leakage in Preprint Archives

https://arxiv.org/abs/2510.03761
39•oldfuture•5h ago•11 comments

Some graphene firms have reaped its potential but others are struggling

https://www.theguardian.com/business/2025/oct/13/lab-to-fab-are-promises-of-a-graphene-revolution...
42•robaato•5h ago•18 comments

Putting a dumb weather station on the internet

https://colincogle.name/blog/byo-weather-station/
87•todsacerdoti•5d ago•19 comments

Modern Linux tools

https://ikrima.dev/dev-notes/linux/linux-modern-tools/
113•randomint64•4h ago•94 comments

The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel 2025

https://www.nobelprize.org/prizes/economic-sciences/2025/summary/
53•k2enemy•2h ago•48 comments

Making regular GPS ultra-precise

https://norwegianscitechnews.com/2025/10/making-regular-gps-ultra-precise/
31•giuliomagnifico•6d ago•31 comments

Tauri binding for Python through Pyo3

https://github.com/pytauri/pytauri
132•0x1997•5d ago•37 comments

MPTCP for Linux

https://www.mptcp.dev/
24•SweetSoftPillow•4h ago•6 comments

Ask HN: What are you working on? (October 2025)

276•david927•18h ago•747 comments

MicroPythonOS – An Android-like OS for microcontrollers

https://micropythonos.com
137•alefnula•4d ago•39 comments

Jeffrey Hudson the Court Dwarf of the English Queen Henrietta Maria of France

https://en.wikipedia.org/wiki/Jeffrey_Hudson
34•daverol•5d ago•12 comments

Nobel Prize in Economic Sciences 2025

https://www.nobelprize.org/prizes/economic-sciences/2025/popular-information/
12•pykello•4h ago•1 comments

Show HN: Baby's first international landline

https://wip.tf/posts/telefonefix-building-babys-first-international-landline/
176•nbr23•5d ago•47 comments

gsay: Fetch pronunciation of English vocabulary from Google

https://github.com/pvonmoradi/gsay
15•pooyamo•4h ago•4 comments

Two Paths to Memory Safety: CHERI and OMA

https://ednutting.com/2025/10/05/cheri-vs-oma.html
15•yvdriess•4h ago•8 comments

HTTP3 Explained

https://http3-explained.haxx.se
125•weinzierl•7h ago•55 comments

Three ways formally verified code can go wrong in practice

https://buttondown.com/hillelwayne/archive/three-ways-formally-verified-code-can-go-wrong-in/
154•todsacerdoti•1d ago•96 comments

Bird photographer of the year gives a lesson in planning and patience

https://www.thisiscolossal.com/2025/09/2025-bird-photographer-of-the-year-contest/
161•surprisetalk•1w ago•35 comments

Emacs agent-shell (powered by ACP)

https://xenodium.com/introducing-agent-shell
201•Karrot_Kream•17h ago•26 comments

3D-Printed Automatic Weather Station

https://3dpaws.comet.ucar.edu
90•hyperbovine•3d ago•19 comments

A years-long Turkish alphabet bug in the Kotlin compiler

https://sam-cooper.medium.com/the-country-that-broke-kotlin-84bdd0afb237
133•Bogdanp•21h ago•145 comments

We need (at least) ergonomic, explicit handles [in Rust]

https://smallcultfollowing.com/babysteps/blog/2025/10/13/ergonomic-explicit-handles/
16•emschwartz•2h ago•1 comments
Open in hackernews

Armbian Updates: OMV support, boot improvents, Rockchip optimizations

https://www.armbian.com/newsflash/armbian-updates-nas-support-lands-boot-systems-improve-and-rockchip-optimizations-arrive/
74•transpute•5mo ago

Comments

proxysna•5mo ago
Armbian is an exceptional project, even if the support might be uneven in some places, being able to roll out the same OS across almost every SBC i have is an absolute game changer. If there is support, Armbian is worth trying 100% of the time.

Edit: Also if you don't like/want Ubuntu/Debian their build documentation is pretty great.

dima55•5mo ago
Their website doesn't answer the obvious question: what is it, and how is it different from vanilla debian? Do you know?
qwertox•5mo ago
Vanilla Debian will not run on your nice and shiny Radxa Rocks 5B or Banana Pi whatever.
dima55•5mo ago
Why not? What's missing?
qwertox•5mo ago
Different boot process, U-Boot needs to be compiled for the exact board, drivers for the specialized components are needed, DTB (on ARM systems, the kernel doesn't probe hardware the same way a PC does) and other reasons.
RetroTechie•5mo ago
> Different boot process, U-Boot needs to be compiled for the exact board

Why? That sounds dumb. And (assuming you're correct), how does Armbian deal with that / get around it?

ajb•5mo ago
It's basically the same in the x86 world : your bios is customised to the board

The sad part is that on ARM the kernel is usually also custom compiled for the board. So what happens is that Armbian ship a different image for each board.

If you go and look in https://github.com/torvalds/linux/tree/master/arch/arm you see a zillion "mach-xxx" directories for different SoC architectures, even if they all use Arm.

Device-tree is a partial solution, but no-one seems to have an incentive to finish the job and let a single image run on any (sufficiently recent) arm board. It's difficult for the community to fix because most people have only their own board. Someone would need to pay for a CI rig with every board, and some kernel devs to do the work of building a single kernel to run across everything. (I think that's originally what Linaro was for - not sure why they didn't finish the job)

qwertox•5mo ago
Right, the x86 BIOS/UEFI is baked into the motherboard firmware and handles early hardware init in a mostly standardized way. But with ARM boards, there's no universal firmware, it usually needs to be part of the image you download for that specific board.
moondev•5mo ago
https://developer.arm.com/Architectures/Unified%20Extensible...
yjftsjthsd-h•5mo ago
> Why? That sounds dumb.

Good, you understand the situation perfectly.

> And (assuming you're correct), how does Armbian deal with that / get around it?

You'll notice that if you try to download it from https://www.armbian.com/download/ , nearly every board has a different download image; this is because every one of those images embeds its own boot chain. There are efforts (in some projects, I'm not aware of armbian doing this) to build some amount of early bootloader per-board (often uboot), and just make the install steps something like "install this per-board thing, then install the real OS using a standard image" but that's less common and doesn't work super well when that initial bootloader has to go on the same storage device as the main OS.

dima55•5mo ago
I believe that's common on ARM devices. But "vanilla debian" generally refers to userspace, and that should just work. Is this "armbian" thing quite literally "kernel + bootloader + vanilla debian"? The website doesn't say that in any obvious place
puzzlingcaptcha•5mo ago
Pretty much, plus their little configuration utility for loading dtb overlays among other things.
pabs3•5mo ago
The hard work of upstreaming/mainlining all the hardware support code in the userspace drivers like mesa, the Linux kernel core/drivers, bootloaders like GRUB/u-boot, boot firmware like coreboot/Tianocore/u-boot.
FlyingSnake•5mo ago
How does Armbian compare to DietPi?

FWIW: I’m running dietPi on my OG Pi Zero W and it doesn’t even hit 30% resource usage.

apple4ever•5mo ago
Completely agree. I use it on my old PINE64 and it keeps on ticking.
chris37879•5mo ago
I just stumbled across armbian recently and I must say I really like it.

I wanted to use UEFI, but my orangepi cm5 modules don't seem to have the SPI chip needed to store the UEFI there, so I'd have to load it on a partition and lose out on some features like persisting variables across boot.

The arm ecosystem really needs to settle on some sort of universal boot loader / firmware layer and stop just hacking up the linux kernel and not contributing back to it.

Nexxxeh•5mo ago
I'm not an Arm dev and am just a consumer so I may be misunderstanding, but isn't Arm SystemReady pretty much the thing that's intended to solve the problem you're talking about (among others)?

https://developer.arm.com/documentation/107981/0302/SystemRe...

robotnikman•5mo ago
It is, but it seems like only servers are adopting it at the moment. Or high end ARM workstations. I can't think of any consumer devices or SBC's off the top of my head that support it.
moondev•5mo ago
Raspberry PI and Nvidia AGX

https://github.com/pftf/RPi4