frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bug Blindness

https://danluu.com/bug-blind/
77•davidmckenna•2h ago•29 comments

FreeCORE TrueNAS Core – Continued

https://freecore.org/
30•sashk•1h ago•17 comments

Hy4 preview

https://www.tencent.com/tencent-releases-and-open-sources-tencent-hy4-preview/
206•shenli3514•7h ago•130 comments

RISC-V is now officially supported by CPython

https://blog.python.org/2026/08/riscv-now-officially-supported/
32•lumpa•5d ago•2 comments

Tether: iMessage, SMS, etc. on Linux

https://zackbartel.com/blog/2026/08/tether/
373•zackb•5d ago•158 comments

Nancy Grace Roman Space Telescope

https://science.nasa.gov/mission/roman-space-telescope/
136•JumpCrisscross•11h ago•67 comments

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter

https://github.com/gbin/defragger
10•gbin•4d ago•3 comments

Lawmakers added $1 to car insurance policies. That money paid for Flock cameras

https://www.texastribune.org/2026/08/28/texas-flock-cameras-auto-insurance-fee-mvcpa-grants/
135•DeepLogin•3h ago•44 comments

Calibrate Before You Accelerate: Bias Toward Action in a New Role

https://tucker.wales/writing/bias-towards-action/
119•tuckerwales•9h ago•50 comments

SQLite as a Document Database (2020)

https://dgl.cx/2020/06/sqlite-json-support
178•lioeters•5d ago•46 comments

Domain-Driven Agents

https://coldtake.dev/blog/domain-driven-agents
60•AlarQ•7h ago•7 comments

Functional State Machines in Rust: Typestate and Newtype Patterns

https://dl.acm.org/doi/10.1145/3830438.3830958
55•matt_d•7h ago•16 comments

Is it safe to call print in a Python signal handler?

https://iafisher.com/2026/08/sigprint
20•hellerve•3d ago•2 comments

Glacier Mice

https://en.wikipedia.org/wiki/Glacier_mice
269•ostacke•5d ago•51 comments

EVE Online moves to Python 3

https://www.eveonline.com/news/view/the-move-to-python-3-begins
313•TylerJaacks•4d ago•163 comments

Good Culture Is the Biggest Productivity Hack, Not AI

https://newsletter.eng-leadership.com/p/good-culture-is-the-biggest-productivity
267•gpi•9h ago•63 comments

DHS is using obscure law to snoop on journalists, non-profits, unions

https://www.theguardian.com/us-news/2026/aug/29/trump-dhs-1509-summons-records-journalists-nonpro...
326•firefax•8h ago•55 comments

Samsung's Processing-in-Memory (PIM)

https://chipsandcheese.com/p/hot-chips-2026-samsungs-processing
246•ingve•20h ago•92 comments

Highest-ever ocean temperature measured as powerful El Niño forms

https://www.latimes.com/environment/story/2026-08-26/highest-ever-ocean-temperature-measured-as-p...
119•measurablefunc•3h ago•103 comments

Defrag98: Windows 98 Disk Defragmenter Simulator Online

https://defrag98.com
97•throw0101a•4h ago•53 comments

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
384•hentrep•1d ago•103 comments

Indirect Calling of Nested Functions on GCC Without Executable Stack

https://uecker.codeberg.page/2026-08-29.html
69•uecker•12h ago•44 comments

Sleepwalker: Passive Backdoor with Its Own Command Language

https://r136a1.dev/2026/08/24/sleepwalker-a-passive-backdoor-with-its-own-command-language/
55•defrost•4d ago•8 comments

Trees for a Changing Climate and Resilient Urban Forest (2022)

https://www.coolboulder.org/news/trees-for-a-changing-climate-resilient-urban-forest
35•mooreds•10h ago•5 comments

Quantifying Colour

https://ekunazanu.foo/lab/quantifying-colour/
73•vismit2000•11h ago•7 comments

Creating the Aetheryte Radio

https://haz.ee/posts/aetheryte-radio.html
70•wonger_•1d ago•14 comments

Recovering Corrupt Zip Files

https://www.construct.net/en/blogs/ashleys-blog-2/recovering-corrupt-zip-files-1895
33•AshleysBrain•3d ago•14 comments

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io
98•andrewww-dev•3d ago•25 comments

StemDeck, a free, open-source and local AI stem separator

https://github.com/stemdeckapp/stemdeck
209•thclpr•1d ago•58 comments

A safe MySQL upgrade that wasn't so safe

https://blog.elis.cc/articles/a-safe-mysql-upgrade-that-wasnt-so-safe/
34•el1s7•7h ago•8 comments
Open in hackernews

FreeCORE TrueNAS Core – Continued

https://freecore.org/
30•sashk•1h ago

Comments

ink_13•59m ago
What a shame I didn't discover this sooner -- I finally sent my 11-year-old TrueNAS system[1] through the one-way Linux door about a year ago because I gave up on any hope that something like this would come along and I didn't see another way to keep it current.

The migration path went smoothly but I preferred the FreeBSD setup if only because it forced me to do something a bit more interesting in my spare time. I do quite a lot of Linux work in my day job and it was nice to occasionally work on something that was surface-level similar but subtly and not-so-subtly different.

[1] Over 11 years I have replaced every component (even the CPU/motherboard) at least once except for the case. Migrating from MBR to UEFI was "fun".

suprjami•52m ago
The NAS of Theseus
Joel_Mckay•3m ago
FreeBSD with ZFS tends to be less chaotic once setup. Linux distro in storage appliances can be hit or miss, but ZFS/F2FS/CephFS for /home and ext4+Overlayfs for OS / are reliable these days.

Usually, for JBOD file archiving people want to avoid cutting-edge anything. Sometimes Linux kernel less-popular fs updates add or remove data-corrupting fringe filesystem bugs and features. People usually discover this on their own after the fist SSD/HDD starts to wear-out, upgrade breaks compatibility, and the solution is re-install/copy-over everything.

Accordingly, I was surprised people now deploy btrfs on linux / for some distro, as your options when things go awry was limited at one time. Would be cool if it was finally production ready, and actually reliable on degraded hardware.

Too late for me, started my own mini vanity NAS/automated-testing project last year with a few built in features similar to https://guacamole.apache.org and Proxmox. If the OS build stops sucking over winter break, than I may share the build-script someplace for people to pull off parts they find useful, and a USB-bootable portable rtx GPU image for test-drive/recovery scenarios. =3

inventor7777•59m ago
AT first I was very confused, then I realized that this is building on TrueNAS CORE, and not TrueNAS SCALE. Makes much more sense now!
magicalhippo•8m ago
And for those still confused, CORE is FreeBSD-based and has been discontinued, while SCALE is Debian-based and the version that will be developed by TrueNAS going forwards.

Hence the "continued" part in the title.

bhouston•58m ago
I did the migration to Linux and it actually was painless. I didn't really notice any degradation or hiccups in any way. But I guess this is a good option if FreeBSD is important to you.
mtlynch•54m ago
Worth noting that TrueNAS recently stopped publishing their build scripts, intentionally making it harder to build their open source code.[0]

[0] https://forums.truenas.com/t/clearing-the-air-on-build-scrip...

teruakohatu•43m ago
This is disappointing, time to migrate from yet another was-open-source-now-only-technically-open-source software.

At work the trend is only adopt open source on a paid plan, adopting or relying on open source otherwise is just waiting for the rug to be pulled. Essentially treat open source as closed source.

How did we end up with this state of affairs?

Grombobulous•14m ago
Oftentimes the alternative is migrating to one dying or unstable zero-funding open source project to the next.

Which path you go down depends on a lot of factors of that particular piece of software.

Can I trust FreeCORE to be a stable, secure project that hangs on to my NAS data if it’s an unfunded fork? Or would it be better to give up some openness for something like TrueNAS SCALE?

When it comes to stuff like Proxmox and TrueNAS I think a lot of what keeps those good products for homelab use is the fact that they have commercial customers paying for the development. I can count on TrueNAS being around and getting updates because they have a proven revenue stream.

That said, it’s a balance, because sometimes that commercialization becomes a rug pull. A lot of the viability of those projects for homelab use revolves around the companies that put those products out recognizing that they have a customer base that will not pay and accepting that fact without deciding to try to squeeze out every last person who just might pay by compromising the free edition.

I like the way Proxmox and OpnSense handle this: you get the community patch channels which are “not for production use” which scares the corporate businesses into paying but has zero negative impact for home users.

To be clear I’m also not saying FreeCORE specifically is a fly-by-night project or unstable or anything. I’m genuinely unfamiliar with it. I’m just saying, sometimes projects like that end up not being the right choice for certain use cases.

a2ff6eeb0•50m ago
This seems nice. FreeBSD always seemed nicer than Linux, though now that Linux is being developed by LLMs and Torvalds is vibe-coding, I wonder if they'll be able to keep up.
inventor7777•23m ago
As far as I understand, Torvalds said that he is not going to oppose all AI-generated improvements to Linux, not that he's vibe coding new kernel modules for fun.
a2ff6eeb0•20m ago
Torvalds is mostly merging code in the kernel, not writing modules. He claims he's a manager now: https://www.zdnet.com/article/open-source-summit-linus-torva...

But he's very pro-ai, though, and is vibe closing other projects like https://www.phoronix.com/news/Linus-Torvalds-Vide-Coding

discite•46m ago
Thank you, you made my day 100% better
mvanbaak•18m ago
There's also bsdnas: https://bsdnas.com
bluGill•18m ago
Who is behind this? I've been burned once with nas, and I watched the long Plex to Jellyfin saga. What assurance do I have that this will continue to be developed and will become good?
caycep•17m ago
oh man, just as I upgraded to the debian TrueNAS
rkagerer•6m ago
I used TrueNAS in the past but last touched it several years ago.

I gather now there are two flavors: CORE which continues to use FreeBSD under the hood, and SCALE (aka Community Edition) which is based on Debian Linux. If I understand correctly, the former is only receiving security and stability updates, and iXsystems is developing all new features only on SCALE.

If you were to install fresh today, would you prefer this (FreeCORE) or the official SCALE version, and why?

No MacOS clients, so don't need SMB Spotlight.