frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: An embeddable fractional indexing library in C

https://github.com/sqliteai/fractional-indexing
1•marcobambini•1m ago•0 comments

Show HN: President: A Strategy Game

https://storage.googleapis.com/presidents-game/index.html
1•squigs25•1m ago•0 comments

WP Engine Acquires WPackagist

https://wpengine.com/blog/wp-engine-acquires-wpackagist/
1•mesklin•1m ago•0 comments

What is wisdom, and can it be taught?

https://knowablemagazine.org/content/article/mind/2026/what-is-wisdom-can-it-be-taught
1•speckx•2m ago•0 comments

Linux Page Faults, MMAP, and userfaultfd

https://www.shayon.dev/post/2026/65/linux-page-faults-mmap-and-userfaultfd/
1•shayonj•2m ago•0 comments

Voices – say something you've never said out loud

https://www.justvoiceit.com
1•bassiebas•2m ago•0 comments

Websites That Look Like Desktops

https://desktops.zip/
1•TigerUniversity•3m ago•0 comments

Middle East energy shock revives interest in nuclear power

https://www.ft.com/content/694d1009-95b6-4cb8-ac3b-3fa639c826d3
2•mpweiher•3m ago•1 comments

Show HN: LegalTech – A curated list of tools and software

https://github.com/Vaquill-AI/awesome-legaltech
1•pkhodiyar•3m ago•0 comments

"This Is Not the Computer for You"

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
1•Xiol•3m ago•0 comments

Show HN: Free API mock server from your OpenAPI spec (no sign-up)

https://apinotes.io/mock-server
1•ApiNotes•4m ago•0 comments

Stop letting your AI Agents burn tokens on dead APIs

https://aistatus.cc/
1•ZX2026•5m ago•0 comments

Agents have a state problem. Event sourcing fixes it

https://x.com/__morse/article/2032107422525907273
1•xmorse•5m ago•0 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•7m ago•0 comments

Buying Back our Slack: AI and the case for rebuilding the firm

https://www.seeingthesystem.com/p/buying-back-our-slack
1•TinyBig•7m ago•0 comments

Show HN: VaultLeap – USD accounts for founders outside the US

https://vaultleap.com
2•GregReve•7m ago•0 comments

Netflix Salary Drop

https://www.teamblind.com/post/netflix-tech-salary-drop-wvij2svu
1•DGAP•7m ago•1 comments

Show HN: A workspace for humans and agents to do real work

https://www.pompeii.ai/
1•mattyhogan•7m ago•0 comments

What's the future of custom software development with AI agents taking over?

1•rahulvarshneya•8m ago•0 comments

GFiber and Stonepeak's Astound to Combine

https://stonepeak.com/news/gfiber-and-stonepeaks-astound-to-combine-creating-a-leading-independen...
1•somebehemoth•8m ago•0 comments

Show HN: YoloAI: Sandboxed agent, no permission fatigue, diff/apply workflow

https://github.com/kstenerud/yoloai
1•kstenerud•8m ago•0 comments

FFF MCP – file search tool for AI that is faster and cheaper [video]

https://www.youtube.com/watch?v=0JAzFgOvRL0
1•neogoose•10m ago•1 comments

ShowHADS – A convention for writing technical docs that AI reads efficiently

https://github.com/catcam/hads
1•catcam•11m ago•1 comments

Why a Peruvian mountain is becoming an 'impossible' particle detector

https://www.newscientist.com/article/2517730-why-a-peruvian-mountain-is-becoming-an-impossible-pa...
2•Brajeshwar•11m ago•0 comments

Show HN: We open sourced Vapi – UI included

https://github.com/dograh-hq/dograh
2•pritesh1908•12m ago•1 comments

Measuring the Machines That Kill

https://benvanroo.substack.com/p/measuring-the-machines-that-kill
1•Reechik•12m ago•0 comments

Pokemon Go Had Players Capturing More Than They Realized

https://hackaday.com/2026/03/12/pokemon-go-had-players-capturing-more-than-they-realized/
1•beardyw•12m ago•0 comments

Show HN: Stop over-budget AI API calls per customer/feature (no proxy)

https://margindash.com/
1•gdhaliwal23•14m ago•1 comments

Oracle prepares for 30K job cuts as it hails efficiencies from AI coding tools

https://www.ft.com/content/ce1c8fd9-5aae-4026-a883-aeba00b6e9e0
3•DGAP•15m ago•0 comments

Show HN: Switchboard – A desktop app for managing Claude Code sessions

https://github.com/doctly/switchboard
2•kapitalx•15m ago•1 comments
Open in hackernews

I spent a year building a GPS-ephemeral social network. Here's what happened

4•fariniasty•2h ago
I was doom-scrolling Instagram when I asked myself: Why am I even doing this?

I'm a graphic designer, not a professional dev, but I decided to build the opposite of the "engagement at all costs" machine. No algorithm. No permanent profiles. No infinite scroll. Just GPS, reciprocity, and 48-hour ephemeral posts.

The Concept

What if posts stayed in the physical location where you took them? I built Bliip: a Vanilla JS PWA radar-based platform where content is anchored to GPS coordinates and expires after 48 hours.

I stopped calling it 'social media' and started thinking of it as a 'localized reality node' - which sounds pretentious, but bear with me. It’s not about following people; it’s about discovering the space you’re currently standing in.

Core mechanics:

Give-to-get: You must post to unlock nearby content for 24h. No lurkers allowed. GPS-locked: Content is tied to space, not users. The Narrator: A sarcastic "System" AI (the gatekeeper) that roasts you during onboarding.

Who is this actually for?

Bliip definitely isn't for everyone. It's for the person at a music festival, a campus, or a neighborhood block party who wants to know what the person three feet away is seeing — not what an algorithm decided they should see six hours ago.

Technical Hurdles

Schrödinger's Photo: Modern phones don't release files immediately; they process HDR/AI in the background. If you grab the file too fast, it's "not there" yet. I had to dump the Blob directly to RAM to bypass the OS lag.

Video Without a Server Farm (FFmpeg.wasm): I couldn't afford a transcoding backend. I used FFmpeg.wasm to move the processing to the client's CPU. Getting it to behave on mobile browsers required a nightmare of SharedArrayBuffer and COOP/COEP header configurations (the true PWA experience), but it works.

AI Brain Surgery: I coded this with AI assistance, which was a hallucination-filled roller coaster. Halfway through, GPT-5 started failing on complex WASM memory logic. I tried switching to Claude, but it insisted it was the year 2025 and at one point literally outputted "KURWA MATEUSZ" (my name + a Polish swear word) in a moment of context-collapse. I finally "transplanted" the project's brain to Gemini to finish the last 10k lines.

Google Play Hell: The new "12 testers for 14 days" rule is trauma for solo devs. If day 13 had 11 testers instead of 12, Google reset the clock. It took two months just to "exist" in the store.

Reality Check

Organic users arrived. They saw the neon/cyberpunk design and thought: "Dating app."

I learned the industry term TTD (Time To Dick). Bliip's score was alarmingly short. Ratings plummeted to 1.0 because users expected Tinder and got a location-based radar with a sarcastic narrator telling them to go outside.

I spent months solving memory leaks and building Redis spatial indexing, only to be rewarded with crotch photos and 1-star reviews. This is the darkest moment for solo devs. Total isolation.

Current State

After 1 year solo: 38,106 lines of code (Vanilla JS, PHP, Redis) €0 marketing budget 15 active users Regrets: 0

Tech stack: Frontend: Vanilla JS PWA (No big frameworks, just sweat) Backend: PHP + MySQL + Redis (Spatial indexing/GeoSearch) Video: Client-side FFmpeg.wasm Infra: €30/month VPS

What I Learned

Users will misunderstand your cathedral and shit in the corner. Those who stay to help clean are your true audience. Don't build for everyone (build for yourself first). Tech stack doesn't matter (PHP is a sleeper hit for Geo). Being a designer who codes is a superpower (and a curse).

Try it: https://play.google.com/store/apps/details?id=me.bliip.twa Web: https://bliip.me

Comments

fariniasty•2h ago
Hi HN, I'm the creator. I'm a graphic designer who decided to learn enough code to build the “social network” (if you can even call it that) I actually wanted to use. It turned into a year-long hobby project and a lot of late nights fighting FFmpeg, Google Play requirements, and the occasional rebellious AI model.

Happy to answer questions about the PWA architecture, running media processing on the client side, or anything else about how this works.

genxy•1h ago
https://news.ycombinator.com/item?id=47340079
fariniasty•1h ago
Guilty as charged. I'm from Poland, not a native English speaker. I used AI to translate and format my raw notes so your eyes wouldn't bleed reading a wall of broken English.

I'll stick to my raw English in the replies from now on. Apologies if the main text felt synthetic.