frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cloudflare Introduces Net Dollar

https://www.cloudflare.com/press/press-releases/2025/cloudflare-introduces-net-dollar-to-support-...
1•wilhelmklopp•3m ago•0 comments

Vim Macro Sudoku Solver

https://www.youtube.com/watch?v=ciyGQYpQSag
1•Croak•5m ago•0 comments

TimeCopilot: Framework for Forecasting combining Time Series Models with LLMs

https://arxiv.org/abs/2509.00616
1•favoboa•6m ago•0 comments

FBI ex-chief Comey criminally charged as Trump targets critics, source says

https://www.reuters.com/world/us/fbi-ex-chief-comey-criminally-charged-trump-targets-critics-sour...
3•mikhael•8m ago•0 comments

A Clean Pomodoro for Mac

https://github.com/iamvaar-dev/pomodoro-timer
1•venkibvb5192•10m ago•0 comments

Apple working on MCP support to enable agentic AI on Mac, iPhone, and iPad

https://9to5mac.com/2025/09/22/macos-tahoe-26-1-beta-1-mcp-integration/
2•jasonmorganson•14m ago•0 comments

GPUs when you need them: Introducing Flex-start VMs

https://cloud.google.com/blog/products/compute/introducing-flex-start-vms-for-the-compute-engine-...
1•arilg•20m ago•0 comments

X402 Support (With Crypto)

https://blog.thirdweb.com/changelog/x402-support/
1•rmason•21m ago•0 comments

Awesome Streaming Collection

https://github.com/manuzhang/awesome-streaming
1•gangtao•26m ago•0 comments

Why was Windows 3.0's WinHelp called an online help system when it ran offline?

https://devblogs.microsoft.com/oldnewthing/20250922-00/?p=111619
2•doener•27m ago•1 comments

Doug Bowser Bids Farewell to the Mushroom Kingdom

https://www.businesswire.com/news/home/20250925384737/en/Doug-Bowser-Bids-Farewell-to-the-Mushroo...
1•coloneltcb•29m ago•0 comments

Calls for criminal investigation into releasing Mikie Sherrill's military record

https://abc7ny.com/post/calls-investigation-release-mikie-sherrills-military-records-amid-ugly-nj...
4•petethomas•34m ago•0 comments

Trump signs executive order to transfer TikTok to US owners

https://www.theguardian.com/technology/2025/sep/25/trump-china-tiktok-deal
4•voxadam•36m ago•0 comments

Do you have a collection of old tech?

2•Molitor5901•37m ago•1 comments

The Power Behind the Cloud: Data Centers, National Energy, and What's Next

https://medium.com/predict/the-power-behind-the-cloud-data-centers-national-energy-and-whats-next...
1•WaitWaitWha•39m ago•0 comments

Silicon Valley's argument against regulating AI: would be the Antichrist

https://www.theverge.com/ai-artificial-intelligence/785407/peter-thiel-antichrist-tech-regulation
3•roldie•43m ago•2 comments

EFfective Field TheORy SurrogaTe: A Cosmological Emulator

https://github.com/CosmologicalEmulators/Effort.jl
3•JumpCrisscross•48m ago•0 comments

Peter Thiel Wants Everyone to Think More About the Antichrist

https://www.wsj.com/tech/peter-thiel-antichrist-lectures-dd28c876
4•tejohnso•49m ago•0 comments

Hyundai's US Auto Plants Are Rife with Labor Abuses

https://jacobin.com/2025/09/hyundai-auto-factory-labor-abuses/
5•PaulHoule•50m ago•0 comments

Postgres 18 Is Out: Try It on Neon

https://neon.com/blog/postgres-18
4•clarkbw•51m ago•1 comments

Hacker News – AI

https://hn-ai.org/
5•leephillips•51m ago•2 comments

Practical Cryptography for Developers

https://cryptobook.nakov.com
1•ibobev•52m ago•0 comments

Austria military ditches Microsoft for open-source LibreOffice – here's why

https://www.zdnet.com/article/austria-military-ditches-microsoft-for-open-source-libreoffice-here...
11•CrankyBear•53m ago•3 comments

Category Theory for Programmers

https://github.com/hmemcpy/milewski-ctfp-pdf
1•ibobev•55m ago•0 comments

NASA targeting early February for Artemis II mission to the Moon

https://arstechnica.com/space/2025/09/nasa-targeting-early-february-for-artemis-ii-mission-to-the...
2•gmays•55m ago•1 comments

A Modern Approach

https://theory.cs.princeton.edu/complexity/
2•ibobev•57m ago•1 comments

China Bought $12.6B in U.S. Soybeans Last Year. Now, It's $0

https://www.nytimes.com/2025/09/25/business/china-soybean-sales-farmers.html
13•JumpCrisscross•57m ago•2 comments

Why is Elonmusk so obsessed with sex and genitalia?

8•nothrowaways•1h ago•11 comments

Some Observations Concerning Large Programming Efforts (1964)

https://dl.acm.org/doi/pdf/10.1145/1464122.1464146
3•fletchr•1h ago•0 comments

Device uses AI and bioelectronics to speed up wound healing

https://news.ucsc.edu/2025/09/smart-device-ai-bioelectronics-speed-up-wound-healing/
2•geox•1h ago•0 comments
Open in hackernews

RedoxFS is the default filesystem of Redox OS, inspired by ZFS

https://doc.redox-os.org/book/redoxfs.html
42•doener•1h ago

Comments

zxspectrum1982•1h ago
Why? Why not simply adopt btrfs?
johncolanduoni•1h ago
Well they’d have to write their own driver anyway for one. If they were going to take an existing design and write a new driver, ZFS would be the better choice by far. Much longer and broader operational history and much better documentation.
MadnessASAP•35m ago
And you might not get sued by Oracle! RedoxOS seems to use the MIT license while OpenZFS is under the CDDL. Given Oracles litigious nature they'd have to make sure none of their code looked like OpenZFS code, even better make sure any of the developers had ever even looked at the ZFS code.

Its much better to hope that OpenZFS decides to create a RedoxOS implementation themselves then to try and make a clean room ZFS implementation.

hsbauauvhabzb•55m ago
Why not use ext2 or fat16?
craftkiller•28m ago
License is the obvious blocker, aside from all the technical issues[0]. Btrfs is GPL, RedoxOS is MIT, ZFS is CDDL. You can integrate CDDL into an MIT project without problems[1], but due to the viral nature of the GPL, integrating btrfs would have impacts on the rest of the project.

What I'm wondering is what about HAMMER2? It's under a copyfree license and it is developed for a microkernel operating system (DragonflyBSD). Seems like a natural fit.

[0] btrfs holds the distinction of being the only filesystem that has lost all of my data, and it managed to do it twice! Corrupt my drive once, shame on you. Corrupt my drive twice, can't corrupt my drive again.

[1] further explanation: The CDDL is basically "the GPL but it only applies to the files under the CDDL, rather than the whole project". So the code for ZFS would remain under the CDDL and it would have all the restrictions that come with that, but the rest of the code base can remain under MIT. This is why FreeBSD can have ZFS fully integrated whereas on Linux ZFS is an out-of-tree module.

jhack•1h ago
No transparent compression?
seanw444•1h ago
According to the bottom of their landing page [1], it's on the roadmap.

[1] https://www.redox-os.org/

Modified3019•56m ago
According to this https://www.redox-os.org/faq/ Looks like snapshots are planned.
cyboru•45m ago
> Redox had a read-only ZFS driver but it was abandoned because of the monolithic nature of ZFS that created problems with the Redox microkernel design.

Curious about the details behind those compatibility problems.

arghwhat•37m ago
If it relied on OpenZFS, then I wouldn't be too surprised.

The whole ARC thing for example, sidestepping the general block cache, feels like a major hack resulting from how it was brutally extracted from Solaris at the time...

The way zfs just doesn't "fit" was why I had hope for btrfs... ZFS is still great for a file server, but wouldn't use it on a general purpose machine.

ladyanita22•38m ago
Redox is shaping up to be the most advanced OSS alternative to Linux apart from BSDs.
snvzz•29m ago
You might not be aware of Genode[0].

0. https://genode.org/

cayleyh•36m ago
"because of the monolithic nature of ZFS that created problems with the Redox microkernel design"

Anyone have an idea what this actually means and what problems they were having in practice?

snvzz•35m ago
>File/directory quantity limit up to 4 billion per 193TiB (2^32 - 1 = 4294967295)

32bit inodes? why?

Other systems had to go through pains to migrate to 64bit. Why not skip that?

adgjlsfhk1•14m ago
Ext4 and NTFS both have a 2^32-1 limit on number of files as well. Realistically, you never actually want to make tons of files, so I have a pretty hard time seeing this being an issue in practice.