Year: 2026

nowhere ยท an entire website encoded in a URL

nowhere ยท an entire website encoded in a URL

๐Ÿ’ฅ Check out this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ“Œ **What Youโ€™ll Learn**: There is a part of a URL called the fragment, the text after the #. By design, fragments are never sent to servers. They exist only in the browser, only on the device, only at the moment of access. Nowhere puts everything there. An entire website compressed and encoded in a string of characters. There is no server holding it. There is no account it belongs to. There is no company you need permission from. The link is the site. Wherever the link travels,…
Read More
They wanted to join Raya. They have been on the waiting list for years

They wanted to join Raya. They have been on the waiting list for years

๐Ÿš€ Explore this trending post from WIRED ๐Ÿ“– ๐Ÿ“‚ **Category**: Culture,Culture / Culture News,Status Pending ๐Ÿ“Œ **What Youโ€™ll Learn**: there The special agony of being in limbo, that eternal state in between, where time extends to infinity.Today, this experience is especially true for people vying to join Raya, the members-only dating app. Getting a Raya account requires an invitation from a current member, and even after submitting the application, you cannot log in until your application is approved. This process creates a bottleneck similar to the line outside a nightclub, where a select few breezes flow in while the rest…
Read More
US special forces soldier arrested after allegedly winning $400,000 on Maduro raid

US special forces soldier arrested after allegedly winning $400,000 on Maduro raid

๐Ÿ”ฅ Read this trending post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ“Œ **What Youโ€™ll Learn**: A US special forces soldier involved in the capture of Venezuelan President Nicolรกs Maduro was arrested and charged for allegedly betting on that operation, netting him $400,000 in profits. According to an indictment unsealed Thursday, Master Sgt. Gannon Ken Van Dyke opened an account in late December on Polymarket, one of the best-known prediction markets. He wagered about $32,000 that Maduro would be โ€œoutโ€ by January. The bet was a long-shot. But Van Dyke was involved in the planning and execution of Operation Absolute Resolve,…
Read More
Next federal agency for gender affirming care

Next federal agency for gender affirming care

๐Ÿš€ Check out this must-read post from WIRED ๐Ÿ“– ๐Ÿ“‚ **Category**: Politics,Politics / Policy,LGBTQ Rights ๐Ÿ’ก **What Youโ€™ll Learn**: The FTC appears to be targeting transgender rights, and going beyond its usual ways of doing so, according to experts and federal employees who spoke to WIRED.Since July 2025, the agency has been preparing to frame gender-affirming care for minors as a consumer protection issue, in a move that a former FTC employee, who spoke to WIRED on the condition of anonymity due to fear of retaliation, called โ€œvery strange.โ€โ€œI think their ultimate goal here is to be on the front…
Read More
GitHub – matz/spinel ยท GitHub

GitHub – matz/spinel ยท GitHub

๐Ÿ”ฅ Discover this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: Spinel compiles Ruby source code into standalone native executables. It performs whole-program type inference and generates optimized C code, achieving significant speedups over CRuby. Spinel is self-hosting: the compiler backend is written in Ruby and compiles itself into a native binary. Ruby (.rb) | v spinel_parse Parse with Prism (libprism), serialize AST | (C binary, or CRuby + Prism gem as fallback) v AST text file | v spinel_codegen Type inference + C code generation | (self-hosted native binary) v C source (.c) | v…
Read More
The first StrictlyVC of 2026 kicks off in a week in San Francisco

The first StrictlyVC of 2026 kicks off in a week in San Francisco

๐Ÿš€ Discover this awesome post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: Startups,Venture,AI,Fundraising,Forum AI,StrictlyVC San Francisco,TDK Ventures,Replit,StrictlyVC,eclipse ๐Ÿ’ก **What Youโ€™ll Learn**: StrictlyVC The first San Francisco event of the year is almost here, with only one week to go. It's time to get yourself a ticket. The project and founder communities will gather at the Sentro Philippine Cultural Center on April 30 for an evening filled with what StrictlyVC does best: engaging in insightful conversations with excellent speakers, with ample opportunity for networking that drives results. And we're excited to announce another speaker joining our lineup: Eclipse Founder and CEO Lior Susan,…
Read More
GitHub – NV404/gova ยท GitHub

GitHub – NV404/gova ยท GitHub

๐Ÿš€ Read this insightful post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: The declarative GUI framework for Go. Build native desktop apps for macOS, Windows, and Linux from a single Go codebase โ€” typed components, reactive state, real platform dialogs, and one static binary. No JavaScript runtime, no embedded browser, no C++ toolchain to learn. Status: pre-1.0. The API will shift before v1.0.0. Pin a tag in production. package main import g "github.com/nv404/gova" type Counter struct{} func (Counter) Body(s *g.Scope) g.View { count := g.State(s, 0) return g.VStack( g.Text(count.Format("Count: %d")).Font(g.Title), g.HStack( g.Button("-", func() { count.Set(count.Get() - 1)…
Read More
Vercel says some of its customers’ data was stolen before the recent hack

Vercel says some of its customers’ data was stolen before the recent hack

๐Ÿš€ Explore this must-read post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: Security,context ai,cybersecurity,data breach,Vercel ๐Ÿ’ก **What Youโ€™ll Learn**: App and website hosting giant Vercel said Thursday that hackers had accessed some of its customers' data before the company discovered a recent data breach, suggesting this incident may have broader security implications than initially known. In an update to its security incident page, Vercel said it had identified evidence of malicious activity on its network prior to the hack in early April after it expanded its initial investigation. โ€œWe have discovered a small number of customer accounts with evidence of prior compromise…
Read More

Composition Shouldn’t be this Hard โ€” Cambra

๐Ÿ’ฅ Read this trending post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: Iโ€™ve spent over a decade building data infrastructure: observability systems at Twitter, streaming data processing systems at Google, declarative data processing systems at Snowflake. From the beginning, I noticed a strange gap between the conceptual elegance of programming languages and databases, and the reality of developing and operating real systems using them. That reality is filled with tedium and stress. All of the systems Iโ€™ve ever worked on have felt brittle in one way or another: hard to change, and easy to break. Infrastructure engineers…
Read More
Salmon raises $100 million in equity and debt to bring digital credit to underbanked Filipinos

Salmon raises $100 million in equity and debt to bring digital credit to underbanked Filipinos

๐Ÿ”ฅ Read this must-read post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: Fintech,digital credit,neobanks,Salmon,the Philippines ๐Ÿ“Œ **What Youโ€™ll Learn**: The Philippines has millions of unbanked adults, and the consumer lending market is starting to catch up. Manila-based consumer finance app Salmon has raised $60 million in equity and $40 million in debt to bring digital banking to Filipinos. Salmon was founded by Pavel Fedorov, George Chesakov, and Ravi Montemayor, all of whom previously worked at Russian digital bank Tinkoff. Montemayor was, in fact, Tinkoff's first employee in the Philippines, and has led the company's expansion in the country since 2016. In March…
Read More