frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Meta: Shut Down Your Invasive AI Discover Feed. Now

https://www.mozillafoundation.org/en/campaigns/meta-shut-down-your-invasive-ai-discover-feed-now/
137•speckx•1h ago•54 comments

Decreasing Gitlab repo backup times from 48 hours to 41 minutes

https://about.gitlab.com/blog/2025/06/05/how-we-decreased-gitlab-repo-backup-times-from-48-hours-to-41-minutes/
59•immortaljoe•1h ago•11 comments

Why Bell Labs Worked

https://links.fabiomanganiello.com/share/683ee70d0409e6.66273547
23•speckx•1h ago•9 comments

Odyc.js – A tiny JavaScript library for narrative games

https://odyc.dev
95•achtaitaipai•2h ago•17 comments

Sandia turns on brain-like storage-free supercomputer – Blocks and Files

https://blocksandfiles.com/2025/06/06/sandia-turns-on-brain-like-storage-free-supercomputer/
29•rbanffy•1h ago•7 comments

An Interactive Guide to Rate Limiting

https://blog.sagyamthapa.com.np/interactive-guide-to-rate-limiting
55•sagyam•1h ago•18 comments

A masochist's guide to web development

https://sebastiano.tronto.net/blog/2025-06-06-webdev/
71•sebtron•2h ago•7 comments

Free Gaussian Primitives at Anytime Anywhere for Dynamic Scene Reconstruction

https://zju3dv.github.io/freetimegs/
17•trueduke•1h ago•0 comments

Too Many Open Files

https://mattrighetti.com/2025/06/04/too-many-files-open
18•furkansahin•1h ago•7 comments

See how a dollar would have grown over the past 94 years [pdf]

https://www.newyorklifeinvestments.com/assets/documents/education/investing-essentials-growthofadollar.pdf
5•mooreds•13m ago•0 comments

Curate Your Shell History

https://esham.io/2025/05/shell-history
30•todsacerdoti•2h ago•21 comments

4-7-8 Breathing

https://www.breathbelly.com/exercises/4-7-8-breathing
15•cheekyturtles•1h ago•3 comments

VPN providers in France ordered to block pirate sports IPTV

https://torrentfreak.com/major-vpn-providers-ordered-to-block-pirate-sports-streaming-sites-250516/
35•gasull•1h ago•8 comments

Weaponizing Dependabot: Pwn Request at its finest

https://boostsecurity.io/blog/weaponizing-dependabot-pwn-request-at-its-finest
50•chha•5h ago•29 comments

Deepnote (YC S19) is hiring engineers to build an AI-powered data notebook

https://deepnote.com/join-us
1•Equiet•4h ago

Silicon Valley aghast at the Musk-Trump divorce

https://www.ft.com/content/df15f13d-310f-47a5-89ed-330a6a379068
15•gitgudflea•22m ago•11 comments

Swift and Cute 2D Game Framework: Setting Up a Project with CMake

https://layer22.com/swift-and-cute-framework-setting-up-a-project-with-cmake
61•pusewicz•5h ago•43 comments

Self-hosting your own media considered harmful according to YouTube

https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful
1297•DavideNL•11h ago•547 comments

Ask HN: Any good tools for viewing congressional bills?

17•tlhunter•49m ago•9 comments

How to (actually) send DTMF on Android without being the default call app

https://edm115.dev/blog/2025/01/22/how-to-send-dtmf-on-android
19•EDM115•5h ago•3 comments

Top researchers leave Intel to build startup with 'the biggest, baddest CPU'

https://www.oregonlive.com/silicon-forest/2025/06/top-researchers-leave-intel-to-build-startup-with-the-biggest-baddest-cpu.html
50•dangle1•2h ago•29 comments

Jepsen: TigerBeetle 0.16.11

https://jepsen.io/analyses/tigerbeetle-0.16.11
170•aphyr•5h ago•45 comments

ThornWalli/web-workbench: Old operating system as homepage

https://github.com/ThornWalli/web-workbench
18•rbanffy•4h ago•4 comments

The impossible predicament of the death newts

https://crookedtimber.org/2025/06/05/occasional-paper-the-impossible-predicament-of-the-death-newts/
534•bdr•1d ago•178 comments

OpenAI is retaining all ChatGPT logs "indefinitely." Here's who's affected

https://arstechnica.com/tech-policy/2025/06/openai-confronts-user-panic-over-court-ordered-retention-of-chatgpt-logs/
12•Bender•1h ago•7 comments

Small Programs and Languages

https://ratfactor.com/cards/pl-small
64•todsacerdoti•3h ago•21 comments

Show HN: Air Lab – A portable and open air quality measuring device

https://networkedartifacts.com/airlab/simulator
438•256dpi•1d ago•177 comments

The Coleco Adam Computer

https://dfarq.homeip.net/coleco-adam-computer/
17•rbanffy•6h ago•8 comments

Tokasaurus: An LLM inference engine for high-throughput workloads

https://scalingintelligence.stanford.edu/blogs/tokasaurus/
198•rsehrlich•19h ago•23 comments

Apple warns Australia against joining EU in mandating iPhone app sideloading

https://www.neowin.net/news/apple-warns-australia-against-joining-eu-in-mandating-iphone-app-sideloading/
30•bundie•1h ago•13 comments
Open in hackernews

Show HN: String Flux – Simplify everyday string transformations for developers

https://stringflux.io
15•eaglepeak•18h ago
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!

Comments

ThinkBeat•17h ago
I thought this would be a useful library and I was curious what platforms it supported.
phoronixrly•16h ago
Wow, this is one step away from a free online password quality verifier!
the_arun•12h ago
I didn't find code in the github for a self hosting option. From security standpoint it is not a good idea to paste Strings in someone's website & share sensitive/protected data. Self hosting would be a good option.