frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When Bill Gates Yelled at Me About Climate Change

https://www.theframelab.org/when-bill-gates-yelled-at-me-about-climate-change/
2•doener•38s ago•0 comments

Xen exploitation part 1: XSA-105, from nobody to root

https://blog.quarkslab.com/./xen-exploitation-part-1-xsa-105-from-nobody-to-root.html
1•coldsunrays•1m ago•0 comments

The Zhee Showroom

https://zheeshowroom.com/
1•mahdihabibi•2m ago•1 comments

Ucs-detect: automatically test the Unicode version and support level of a termin

https://ucs-detect.readthedocs.io/
1•fanf2•6m ago•0 comments

Sagittarius A*, the supermassive black hole at the center of the Milky Way

https://en.wikipedia.org/wiki/Sagittarius_A*
1•kaycebasques•7m ago•0 comments

Goofing on Meta's AI Crawler

https://bruceediger.com/posts/goofing-on-meta/
1•bediger4000•9m ago•0 comments

Solving Amazon's Infinite Shelf Space Problem

https://worksonmymachine.ai/p/solving-amazons-infinite-shelf-space
1•Stwerner•10m ago•0 comments

Bernardo Kastrup on the anticipation for Google's Gemini 3 release

https://mastodon.nl/@BernardoKastrup/115554155793916448
1•netfortius•11m ago•0 comments

Show HN: A free CLI tool to extract LinkedIn data

https://github.com/linkdAPI/linkedin-leads-discover
1•LinkdAPI•14m ago•0 comments

Minimalism in Art and Design

https://minimalissimo.com
1•keiferski•14m ago•0 comments

Show HN: Rovr – a modern terminal file explorer

https://github.com/NSPC911/rovr
1•NSPG911•21m ago•0 comments

Show HN: I Built the Anti-Social Network (and Social Media Billionaires Hate It)

https://eintercon.com/
4•abilafredkb•22m ago•2 comments

Two books I recommend to developers

https://notes.eatonphil.com/books-developers-should-read.html
1•ibobev•22m ago•0 comments

Weighting an Average to Minimize Variance

https://www.johndcook.com/blog/2025/11/12/minimum-variance/
1•ibobev•23m ago•0 comments

Programming from a Smartphone

https://olekgor.substack.com/p/programming-on-a-smartphone-my-approach
1•agornostal•23m ago•0 comments

Show HN: Research on NeXT ('85–'97) + Interview with Co-Founder Dan'l Lewin

https://repository.gatech.edu/entities/publication/dfd5ec68-c3c5-4c15-9e94-81e510d5e134
2•zaxel1995•26m ago•0 comments

Kodak Ran a Secret Nuclear Device in Its Basement for Decades

https://www.popularmechanics.com/science/energy/a69147321/kodak-film-nuclear-reactor/
2•cainxinth•26m ago•1 comments

What I Learned From a Stroke at 26

https://www.nytimes.com/2016/09/25/jobs/what-i-learned-from-a-stroke-at-26-make-time-to-untangle....
2•suioir•26m ago•0 comments

Linux on the Fujitsu Lifebook U729

https://borretti.me/article/linux-on-the-fujitsu-lifebook-u729
10•ibobev•28m ago•3 comments

Archie Guardian: Local AI Security Monitoring

https://github.com/archiesgate42-glitch/archie-guardian
1•ArchieGate•30m ago•1 comments

Neural basis of the association between future time perspective and ADHD

https://www.sciencedirect.com/science/article/abs/pii/S0278584625001812
2•DrierCycle•30m ago•0 comments

Show HN: Animate Video Game Sprites with Prompts

https://gametorch.app/sprite-animator
1•gametorch•33m ago•0 comments

Mouse Accuracy

https://mouseaccuracy.com/
1•denysonique•35m ago•0 comments

Bayesian nonlinear asymptotic regression model

https://world.hey.com/apetrov/bayesian-nonlinear-asymptotic-regression-model-a1a4bdca
1•apetrov•36m ago•0 comments

The 1B Token Challenge: Finding the Perfect Pre-Training Mix

https://huggingface.co/blog/codelion/optimal-dataset-mixing
2•codelion•40m ago•0 comments

Patterns for Faster Python Code

https://blog.jetbrains.com/pycharm/2025/11/10-smart-performance-hacks-for-faster-python-code/
3•birdculture•41m ago•0 comments

Amazon Pulls Out of Mamdani's NYC–Hundreds Laid Off in Manhattan

https://www.msn.com/en-us/money/smallbusiness/amazon-pulls-out-of-mamdani-s-nyc-hundreds-laid-off...
4•delichon•41m ago•5 comments

You're a computer science major, don't panic

https://www.nytimes.com/2025/11/12/opinion/ai-coding-computer-science.html
1•azhenley•41m ago•0 comments

Immunometabolic dysregulation in depression predates illness onset

https://www.nature.com/articles/s44220-025-00538-9
1•DrierCycle•44m ago•0 comments

Show HN: Lightweight exchange rate checker (no cookies, no ads)

https://myip.casa/generalutilities/exchangerate
1•myip_casa•44m ago•0 comments
Open in hackernews

Show HN: PgPlayground – Batteries included browser only playground for Postgres

https://pg.firoz.co
2•written-beyond•2h ago

Comments

written-beyond•1h ago
I was really tired of spinning up docker containers to try out stuff in postgres. Couple that in with launching a database ide and managing the connection URL, makes the whole process tedious and slow.

PgPlayground is meant to be the default place for you to brainstorm, tinker and (eventually) debug in the world of postgres.

Since this is all built on top of PGLite you are restricted to wasm compilable extensions but the current catalogue covers a lot of different use cases.

Looking forward to some feedback!