frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Upgrading 200 GB Postgres within 10 minutes in Heroku

https://rosenfeld.page/articles/2025_11_16_upgrading_200_gb_postgres_within_10_minutes_in_heroku
1•sh_tomer•1m ago•0 comments

AWS, Google, Microsoft and OCI Boost AI Inference Performance with Nvidia Dynamo

https://blogs.nvidia.com/blog/think-smart-dynamo-ai-inference-data-center/
1•gmays•2m ago•0 comments

What the hell is wrong with Europe? [video]

https://www.youtube.com/watch?v=iH0aij_A08A
2•delichon•6m ago•0 comments

Online KIM-1 emulator – 1976 Single Board Computer

https://maksimkorzh.github.io/KIM-1/
1•gregsadetsky•8m ago•0 comments

ELI5 Explanation of the CAP theorem

https://lukasniessen.medium.com/this-is-a-super-simple-eli5-explanation-of-the-cap-theorem-5cd9e8...
1•birdculture•9m ago•0 comments

Show HN: Engineered doc accuracy at LinkedIn, made the truth layer for docs

1•aa_y_ush•12m ago•0 comments

9NEWS Questions Flock Safety CEO over Mass Surveillance and ICE Access

https://www.9news.com/article/news/investigations/flock-safety-ceo-addresses-mass-surveillance-ac...
1•mhb•13m ago•0 comments

Why your mock breaks later

https://nedbatchelder.com/blog/202511/why_your_mock_breaks_later.html
1•ingve•18m ago•0 comments

Show HN: A ready to use Stremio account for non technical friends and family

https://www.own-your.stream/
1•anonbuddy•20m ago•0 comments

Fun-reliable side-channels for cross-container communication

https://h4x0r.org/funreliable/
1•CharlesW•21m ago•0 comments

Show HN: My Side project a free email template builder for CRM, or any website

https://mailui.co/plugin
2•sifuldotdev•28m ago•0 comments

AI note taking startup started out as 2 guys pretending to be AI

https://www.linkedin.com/posts/sudotong_we-charged-100month-for-an-ai-that-was-activity-739369038...
2•yehudabrick•29m ago•0 comments

Most Theses Are Never Read

1•edugo•31m ago•0 comments

WhatsApp Breaking Through Apple's Walled Garden

https://www.wsj.com/tech/personal-tech/whatsapp-iphone-ipad-apple-392131e7
2•bookofjoe•33m ago•1 comments

A polished Weather Dashboard on a colour E-Ink display – with Rust

https://matada.org/posts/weather-edp-dashboard/
2•matada_•42m ago•0 comments

Robust peak detection algorithm using z-scores

https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data
2•slow_typist•44m ago•0 comments

Big Tech's most important infrastructure is at the bottom of the sea

https://sherwood.news/tech/big-techs-most-important-infrastructure-is-at-the-bottom-of-the-sea/
1•gmays•44m ago•0 comments

Show HN: Dream – An LLM memory architecture using adaptive TTL to control cost

1•matheusdevmp•45m ago•0 comments

Show HN: Secure Code Execution for AI

https://github.com/BinSquare/ERA
2•binsquare•49m ago•0 comments

Why AI writing is mid

https://www.interconnects.ai/p/why-ai-writing-is-mid
2•AIBytes•50m ago•2 comments

Modular Hydroponic Systems for Restaurant Basements

https://beatable.co/analysis/2F8D7A275F
1•diodoe•51m ago•1 comments

Stop worrying and learn to love the PMS

https://hi-im-ada.beehiiv.com/p/8-the-inner-autumn
1•heyimada•56m ago•0 comments

How Your Brain Creates 'Aha' Moments and Why They Stick

https://www.quantamagazine.org/how-your-brain-creates-aha-moments-and-why-they-stick-20251105/
2•wjb3•58m ago•0 comments

Quantum computing tech keeps edging forward

https://arstechnica.com/science/2025/11/quantum-roundup-lots-of-companies-announcing-new-tech/
1•wjb3•58m ago•0 comments

Microsoft Patch Tuesday, November 2025 Edition

https://krebsonsecurity.com/2025/11/microsoft-patch-tuesday-november-2025-edition/
1•todsacerdoti•59m ago•0 comments

What Do P Values Mean?

https://www.medscape.com/viewarticle/skills-lab-what-do-p-values-really-mean-2025a1000sa6
1•wjb3•59m ago•0 comments

Show HN: TrieLingual: Study languages with prefix tries (and puns)

https://github.com/mreichhoff/TrieLingual
1•mreichhoff•1h ago•0 comments

Brain Waves Are the Hidden Engine Behind Thought and Consciousness

https://thedebrief.org/mit-neuroscientist-proposes-brain-waves-are-the-hidden-engine-behind-thoug...
1•DrierCycle•1h ago•0 comments

Dnstap-receiver: a dnstap streams receiver in Python

https://github.com/dmachard/python-dnstap-receiver
1•fanf2•1h ago•0 comments

Never Record a Meeting

https://rumination.computer/articles/never-record-a-meeting/
1•hazn•1h ago•0 comments
Open in hackernews

Git Changesets

https://github.com/changesets/changesets
20•kaishiro•6mo ago

Comments

LordDragonfang•6mo ago
The title made me think this was an official feature of git or maybe GitHub, but it's entirely unrelated - in fact, the readme doesn't even mention git.

I'd suggest changing the title to actually use the project tagline: "Changesets - versioning and changelogs with a focus on monorepos" (possibly s/with a focus on/for/)

(@dang @tomhow)

nemetroid•6mo ago
From the "detailed explanation" document (my emphasis):

> When organising the release of packages, you may end up wanting to group several changes together written by different people and/or over a relatively large period of time. The best time to capture this information is when submitting a PR (when it is fresh in your mind), not when you eventually go to batch and release these changes.

> Git is a bad place to store this information, as it discourages writing detailed change descriptions - you want to allow people to provide as much documentation for the change as they want.

How does Git discourage writing detailed change descriptions? Is this a Github thing, i.e. the web UI workflows discourage it? I use Git a lot but barely use Github.

https://github.com/changesets/changesets/blob/main/docs/deta...

thealistra•6mo ago
So much words in the docs. So little explanation of why