Hosting a website on a disposable vape
bogdanthegeek.github.io
William Gibson Reads Neuromancer
bearcave.com
Why do software developers love complexity?
kyrylo.org
React is winning by default and slowing innovation
lorenstew.art
Addendum to GPT-5 system card: GPT-5-Codex
openai.com
Wanted to spy on my dog, ended up spying on TP-Link
kennedn.com
The Rising Sea: Foundations of Algebraic Geometry Notes
math.stanford.edu
PayPal to support Ethereum and Bitcoin
newsroom.paypal-corp.com
Massive Attack Turns Concert into Facial Recognition Surveillance Experiment
gadgetreview.com
I wish my web server were in the corner of my room (2022)
interconnected.org
How big a solar battery do I need to store all my home's electricity?
shkspr.mobi
The Revised Report on Scheme or An UnCommon Lisp (1985) [pdf]
dspace.mit.edu
Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
When Your Father Is a Magician, What Do You Believe?
thereader.mitpress.mit.edu
How People Use ChatGPT [pdf]
cdn.openai.com
Show HN: Pooshit – sync local code to remote Docker containers
CubeSats are fascinating learning tools for space
jeffgeerling.com
How to self-host a web font from Google Fonts
blog.velocifyer.com
Scryer Prolog Meetup 2025
hsd-pbsa.de
GuitarPie: Electric Guitar Fretboard Pie Menus
andreasfender.com
GPT‑5-Codex and upgrades to Codex
simonwillison.net
Boring work needs tension
iaziz786.com
Pronounced Push-It....
I'm a lazy developer for the most part, so this is for people like me. Sometimes I just want my local code running in live remote containers quickly, without building images and syncing to cloud docker repos or setting up git workflows or any of the other draining ways to get your code running remotely.
With pooshit (and a simple config file), you can simply push your local dev files to a remote folder on a VM then automatically remove relevant running containers, then build and run an updated container with one command line call.
It works well with reverse proxies like nginx or caddy as you can specify the docker run arguments in the pooshit_config files.
https://github.com/marktolson/pooshit