Entertainment

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
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
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
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

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
Familiarity is the enemy

Familiarity is the enemy

✨ Explore this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: My thoughts on why enterprise knowledge systems have failed for sixty years, and what might finally replace them.A couple of weeks ago I demoed one part of what I have been building to a senior exec at a global enterprise - someone who had been asked to lead and guide AI adoption in their part of this billion dollar company - our conversation was off the record, but what they told me - and why they couldn't buy my product - that is the basis…
Read More

Ubuntu 26.04 LTS released [LWN.net]

🔥 Explore this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: This release brings a significant uplift in security, performance, and usability across desktop, server, and cloud environments. Ubuntu 26.04 LTS introduces TPM-backed full-disk encryption, expanded use of memory-safe components, improved application permission controls, and Livepatch support for Arm systems, helping reduce downtime and strengthen system resilience. [...] The newest Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Cinnamon, Ubuntu Kylin, Ubuntu Studio, Ubuntu Unity, and Xubuntu are also being released today. For more details on these, read their individual release notes under the Official flavors section: https://documentation.ubuntu.com/release-notes/26.04/#official-flavors…
Read More
Habitual coffee intake shapes the gut microbiome and modifies host physiology and cognition

Habitual coffee intake shapes the gut microbiome and modifies host physiology and cognition

✨ Discover this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Ethical approvalThis protocol is a basic experimental study involving humans since it is a systematic study directed toward greater understanding on how coffee intake in healthy individuals influences the microbiome and behaviour with no intention to change the health status of the participants.The study protocol was approved by the Clinical Research Ethic Committee of the Cork Teaching Hospitals (Study Identification Number APC115) and was registered in the Clinical Trials portal with the ClinicalTrials.gov ID NCT05927038, “Coffee Consumption, the Gut Microbiome, and the Microbiota-Gut-Brain Axis” and…
Read More

Why I Write | The Orwell Foundation

🔥 Read this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: This material remains under copyright in some jurisdictions, including the US, and is reproduced here with the kind permission of the Orwell Estate. The Orwell Foundation is an independent charity – please consider making a donation or becoming a Friend of the Foundation to help us maintain these resources for readers everywhere.  From a very early age, perhaps the age of five or six, I knew that when I grew up I should be a writer. Between the ages of about seventeen and twenty-four I…
Read More
GitHub Status – Incident with multiple GitHub services

GitHub Status – Incident with multiple GitHub services

💥 Check out this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Subscribe to updates for Incident with multiple GitHub services via email and/or text message. You'll receive email notifications when incidents are updated, and text message notifications whenever GitHub creates or resolves an incident. VIA SMS: Afghanistan (+93) Albania (+355) Algeria (+213) American Samoa (+1) Andorra (+376) Angola (+244) Anguilla (+1) Antigua and Barbuda (+1) Argentina (+54) Armenia (+374) Aruba (+297) Australia/Cocos/Christmas Island (+61) Austria (+43) Azerbaijan (+994) Bahamas (+1) Bahrain (+973) Bangladesh (+880) Barbados (+1) Belarus (+375) Belgium (+32) Belize (+501) Benin (+229) Bermuda…
Read More