frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Atlas playing through the Written Realms introduction

https://twitter.com/teebesz/status/1980746247482012025
1•teebes•1m ago•1 comments

The bot keeping humans out of dangerous silos

https://thehustle.co/news/the-bot-keeping-humans-out-of-dangerous-silos
1•rmason•2m ago•0 comments

Aposematism

https://en.wikipedia.org/wiki/Aposematism
1•nomilk•6m ago•0 comments

B.C. gov't proposes new power rules for AI, data centres

https://www.cbc.ca/news/canada/british-columbia/bc-ai-power-centres-9.6946054
1•Tiktaalik•6m ago•0 comments

A simple way to send emails using Docker and bash

https://adamfallon.com/send_email_simply.html
1•AJRF•8m ago•0 comments

IP over Avian Carriers NBN Proposal

https://www.accc.gov.au/by-industry/telecommunications-and-internet/national-broadband-network-nb...
1•coolcoder613•8m ago•0 comments

Mosquitoes found in Iceland for first time as climate crisis warms country

https://www.theguardian.com/environment/2025/oct/21/mosquitoes-found-iceland-first-time-climate-c...
3•bookofjoe•8m ago•0 comments

Open Source VDI

https://www.infinibay.net
2•aborek•9m ago•0 comments

Multimodal AI startup Fal.ai raised at $4B+ valuation

https://techcrunch.com/2025/10/21/sources-multimodal-ai-startup-fal-ai-already-raised-at-4b-valua...
1•amrrs•10m ago•0 comments

Donor Kidney Reprogrammed to Universal Type O

https://www.medscape.com/viewarticle/first-report-donor-kidney-reprogrammed-universal-type-o-2025...
1•wjb3•11m ago•1 comments

Expanding forest research with terrestrial Lidar technology

https://www.nature.com/articles/s41467-025-63946-6
1•PaulHoule•13m ago•0 comments

Grasshopper Is a Way to Play

https://addons.mozilla.org/en-US/firefox/addon/grasshopper-urls/
1•Toby1VC•13m ago•1 comments

Tea Alp

1•tuckerstepka•15m ago•0 comments

Instant coffee just beat drip

https://www.theguardian.com/global/2025/oct/10/instant-coffee-just-beat-drip-we-were-stunned-too
1•sharjeelsayed•16m ago•0 comments

Measuring the Impact of Early-2025 AI on Experienced Developer Productivity

https://arxiv.org/abs/2507.09089
2•stefap2•16m ago•2 comments

Keanu Codes

https://www.keanu.codes/
1•ColinWright•18m ago•0 comments

African e-mobility company (Spiro) to raise $100M

https://www.ft.com/content/b8a4995d-0f65-444e-94ce-5d7d90ab8f1f
1•alephnerd•20m ago•0 comments

Apple Watch's hypertension alert misses half cases, but may boost treatment

https://www.statnews.com/2025/09/23/apple-hypertension-app-benefits-despite-limitations/
1•brandonb•21m ago•0 comments

Career Snakes and Ladders

https://kevquirk.com/blog/career-snakes-ladders/
4•jethronethro•23m ago•0 comments

Lottery-fication of Everything: 0 day options, perps, parlays are now mainstream

https://www.dopaminemarkets.com/p/the-lottery-fication-of-everything
3•_1729•23m ago•0 comments

Useful bias manipulation re: LLM – the stochastic parrot speaks

https://gist.github.com/gladiatr72/d73b2dbd3b670b9d3cff29cdf2ee369d
1•gladiatr72•24m ago•1 comments

rlsw – Raylib software OpenGL renderer in less than 5k LOC

https://github.com/raysan5/raylib/blob/master/src/external/rlsw.h
8•fschuett•28m ago•0 comments

Tidy Up Your Data

https://yakirhavin.com/blog/tidy-up-your-data/
1•yhavin•29m ago•0 comments

Show HN: I use ChatGPT these days to develop new features quickly

https://chatgpt.com/share/68f7f17f-022c-800a-8a75-814847ffe87d
1•EGreg•30m ago•1 comments

We resolve a $1000 Erdős problem, with a Lean proof vibe coded using ChatGPT

https://borisalexeev.com/papers/erdos707.html
4•mathfan•31m ago•0 comments

Using AI and automation to migrate between instruction sets

https://cloud.google.com/blog/topics/systems/using-ai-and-automation-to-migrate-between-instructi...
1•tanelpoder•33m ago•0 comments

Python 2.7.18.11 (extended support 2025)

https://docs.activestate.com/platform/updates/mar-2025-activepython-2.7-extended-support/
2•apelapan•35m ago•2 comments

Domains and Bounded Contexts Don't Map 1 on 1

https://verraes.net/2025/08/domain-and-bounded-contexts-dont-map-one-on-one/
1•SlackingOff123•35m ago•0 comments

We rewrote OpenFGA in pure Postgres

https://getrover.substack.com/p/how-we-rewrote-openfga-in-pure-postgres
3•wbadart•36m ago•0 comments

Have Lots of AWS Accounts

https://src-bin.com/substrate/blog/you-should-have-lots-of-aws-accounts/
2•meistro•36m ago•0 comments
Open in hackernews

Walrus: A High Performance Storage Engine built from first principles

7•nubskr•8h ago
Hi, Recently I've been working on a high performance storage engine in Rust called Walrus

A little bit of intro, Walrus is an embedded in-process storage engine built from first principles and can be used as a building block to build these things right out of the box like Timeseries Event Logs, Database WAL, Message Queue, mini Kafka, key value stores, task queues, and much more..

the recent release outperforms single node apache kafka and rocksdb at the workloads of their choice (benchmarks in the repo)

repo: https://github.com/nubskr/walrus

If you're interested in learning about walrus's internals, these two release posts will give you all you need:

1. v0.1.0 release post:https://nubskr.com/2025/10/06/walrus (it was just supposed to be a write ahead log in the beginning..) 2. v0.2.0 release post: https://nubskr.com/2025/10/20/walrus_v0.2.0

I'm looking forward to hearing feedback from the community and the works of a 'distributed' version of walrus are in progress.

(it wouldn't let me post the links at the top for some reason)