Meta: Shut Down Your Invasive AI Discover Feed. Now
mozillafoundation.org
Decreasing Gitlab repo backup times from 48 hours to 41 minutes
about.gitlab.com
Why Bell Labs Worked
links.fabiomanganiello.com
Sandia turns on brain-like storage-free supercomputer – Blocks and Files
blocksandfiles.com
Odyc.js – A tiny JavaScript library for narrative games
odyc.dev
Exa (YC S21) Is Hiring a Founding Physical Design Engineer to Build Chips for AI
ycombinator.com
A masochist's guide to web development
sebastiano.tronto.net
An Interactive Guide to Rate Limiting
blog.sagyamthapa.com.np
Free Gaussian Primitives at Anytime Anywhere for Dynamic Scene Reconstruction
zju3dv.github.io
See how a dollar would have grown over the past 94 years [pdf]
newyorklifeinvestments.com
Curate Your Shell History
esham.io
VPN providers in France ordered to block pirate sports IPTV
torrentfreak.com
Weaponizing Dependabot: Pwn Request at its finest
boostsecurity.io
Self-hosting your own media considered harmful according to YouTube
jeffgeerling.com
How to (actually) send DTMF on Android without being the default call app
edm115.dev
Ask HN: Any good tools for viewing congressional bills?
Top researchers leave Intel to build startup with 'the biggest, baddest CPU'
oregonlive.com
OpenAI is retaining all ChatGPT logs "indefinitely." Here's who's affected
arstechnica.com
Swift and Cute 2D Game Framework: Setting Up a Project with CMake
layer22.com
The impossible predicament of the death newts
crookedtimber.org
Jepsen: TigerBeetle 0.16.11
jepsen.io
ThornWalli/web-workbench: Old operating system as homepage
github.com
I built https://stringflux.io/ to make everyday string transformations a little less painful. It’s similar to CyberChef in the sense that it supports multiple string operations, but with a cleaner, more focused UI and smart suggestions based on your input.
You can also chain transformations — for example: decode base64 string which was base64 encoded from minified json → then json format (pretty-print) it — all in one flow. This is helpful when dealing with complex or nested strings, like encoded API responses or log data, where you need to apply multiple steps to make the content readable.
The idea came from the frustration of jumping between different tools just to handle common string tasks.
There’s a short GIF demo in the GitHub README: https://github.com/stringflux/stringflux
Would love to hear your thoughts and feedback!