frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Mechanical Watch: Exploded View

https://fellerts.no/projects/epoch.html
634•fellerts•11h ago•89 comments

I wrote my PhD Thesis in Typst

https://fransskarman.com/phd_thesis_in_typst.html
172•todsacerdoti•5h ago•85 comments

Using Home Assistant, adguard home and an $8 smart outlet to avoid brain rot

https://www.romanklasen.com/blog/beating-brainrot-by-button/
115•remuskaos•6h ago•51 comments

Finding a billion factorials in 60 ms with SIMD

https://codeforces.com/blog/entry/143279
44•todsacerdoti•3h ago•1 comments

Hawaii Highways

http://www.hawaiihighways.com/
35•yakattak•3h ago•9 comments

Klein Bottle Amazon Brand Hijacking (2021)

https://www.kleinbottle.com/Amazon_Brand_Hijacking.html
120•sebg•7h ago•39 comments

Cross-Account and Cross-Region Backups with AWS Backup (and Friends)

https://tylerrussell.dev/2025/06/20/cross-account-and-region-backups-with-aws-backup-and-friends/
16•terussell85•2d ago•3 comments

Git Notes: Git's coolest, most unloved­ feature (2022)

https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature/
451•Delgan•17h ago•114 comments

Polystate: Composable Finite State Machines

https://github.com/sdzx-1/polystate
4•goless•58m ago•5 comments

Optifye.ai (YC W25) – Founding Back End Engineer

1•Vivaan_Baid•1h ago

Using Wave Function Collapse to solve puzzle map generation at scale

https://sublevelgames.github.io/blogs/2025-06-22-nurikabe-map-gen-with-wfc/
9•greentec•2h ago•1 comments

Adobe Project Indigo is a new photo app from former Pixel camera engineers

https://www.engadget.com/apps/adobe-project-indigo-is-a-new-photo-app-from-former-pixel-camera-engineers-213453207.html
17•bookofjoe•2d ago•6 comments

Interview with Francine Prose on early-1970s San Francisco [audio]

https://www.laphamsquarterly.org/content/episode-3-francine-prose
44•keiferski•6h ago•6 comments

Radio Garden

https://radio.garden/?2025
41•LeoPanthera•5h ago•7 comments

LibRedirect – Redirects popular sites to alternative privacy-friendly frontends

https://libredirect.github.io
383•riffraff•20h ago•96 comments

How to negotiate your salary package

https://www.complexsystemspodcast.com/episodes/how-to-negotiate-your-salary-package/
226•surprisetalk•4d ago•194 comments

2048 with only 64 bits of state

https://github.com/izabera/bitwise-challenge-2048
106•todsacerdoti•3d ago•26 comments

We’ve had a Denisovan skull since the 1930s—only nobody knew

https://arstechnica.com/science/2025/06/the-controversial-dragon-man-skull-was-a-denisovan/
55•Bluestein•3d ago•13 comments

10 out of 12 people cured in Type 1 Diabetes Study

https://www.nejm.org/doi/full/10.1056/NEJMoa2506549
47•gametorch•2h ago•13 comments

The cultural decline of literary fiction

https://oyyy.substack.com/p/the-cultural-decline-of-literary
120•libraryofbabel•10h ago•225 comments

2025 Alonzo Church Award: Paul Blain Levy for Call-by-Push-Value (CBPV)

https://siglog.org/winner-of-the-2025-alonzo-church-award/
5•matt_d•1d ago•0 comments

Show HN: Turn a paper's DOI into its full reference list (BibTeX/RIS, etc.)

https://references.mireklzicar.com
33•mireklzicar•8h ago•12 comments

TPU Deep Dive

https://henryhmko.github.io/posts/tpu/tpu.html
374•transpute•23h ago•77 comments

AGI is Mathematically Impossible 2: When Entropy Returns

https://philarchive.org/archive/SCHAIM-14
43•ICBTheory•8h ago•104 comments

CF-Shield – An open source tool to protect any website with Cloudflare

https://github.com/Sakura-sx/cf-shield
9•Sakura-sx•2h ago•3 comments

Using an $8 smart outlet to avoid brainrot

https://www.neilchen.co/blog/kasa
112•NWChen•14h ago•65 comments

Kilauea volcano errupts, lava more than 1k feet high [video]

https://www.youtube.com/watch?v=oG5zz9Sjw3E
71•asix66•2d ago•35 comments

How fast are Linux pipes anyway?

https://mazzo.li/posts/fast-pipes.html
186•keepamovin•19h ago•24 comments

Bluetooth Jammer

https://github.com/EmenstaNougat/ESP32-BlueJammer
9•yeknoda•5h ago•0 comments

Republican representative's ectopic pregnancy clashes with Florida abortion law

https://www.theguardian.com/us-news/2025/jun/22/kat-cammack-republican-florida-abortion-law-ectopic-pregnancy
5•KnuthIsGod•47m ago•3 comments
Open in hackernews

FreeBSD Kernel Modules Pkg(8) Repositories

https://vermaden.wordpress.com/2025/06/22/freebsd-kernel-modules-pkg8-repositories/
26•todsacerdoti•6h ago

Comments

yjftsjthsd-h•3h ago
Oh good, it does tie to the actual installed minor version. For a moment, I worried we would hit a situation where it would break the other way, with pkg immediately trying to install modules for the next minor version before it was installed.
ggm-at-algebras•3h ago
Never played with kernel mods via packages but very tempted to start.

I have hopes of a path to a radically smaller kernel and loadables for the things not integrated by default. The end would be a path to a kernel Makefile specifying the minimum set, so a path from loadable to static, but with smaller state than generic and smaller critical dependency size.

vermaden•3h ago
I believe you already played with /usr/src/sys/amd64/conf/MINIMAL kernel?
ggm-at-algebras•1h ago
Yes. Some time ago. Circumstances took me to TrueNAS Core BSD flavour which is regrettably retrograde, and I am about to rejoin the cleaner experience but the transition is .. scary. Making a smaller kernel is off to one side of my main intent which is to NOT lose my existing ZFS state!