✨ Discover this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: LiveView 1.2.0 is available now! To update from LiveView 1.1 to 1.2, simply update the version requirement in your mix.exs file and re-fetch your dependencies: ⚡ Colocated CSS In LiveView 1.1, we introduced Colocated Hooks and Colocated JavaScript, allowing you to write hooks directly inside any HEEx template. LiveView 1.2 builds on the background work done for Phoenix.LiveView.ColocatedJS to allow you to colocate CSS in HEEx too. def table(assigns) do ~H""" <style :type=⚡> thead ⚡ tbody, tr:hover 💬 style> <table>...table> """ end As with Colocated…
💥 Check out this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Does consciousness depend on flesh and blood? The answer is almost certainly no, according to Eric Schwitzgebel, a distinguished professor of philosophy at the University of California, Riverside. In a new working paper, Schwitzgebel and Jeremy Pober, a former UCR graduate student who is now a postdoctoral researcher at the University of Lisbon, assert that consciousness is likely possible in life forms made of much different stuff. Think of the five-limbed alien with a rock-like exterior in the recent blockbuster movie “Project Hail Mary.”…
🚀 Explore this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: I recently watched a video that put a name on something I'd been feeling. The author splits an LLM's context window into two zones. There's the smart zone, where the model is sharp, and the dumb zone, where attention drops off and the model starts forgetting what you told it five minutes ago. The cutoff sits somewhere around 100k tokens. It doesn't matter how big the advertised context window is. This matters because coding agents will happily walk you straight into the dumb zone. A…
🚀 Discover this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Tribblix : the retro illumos distribution Tribblix is an open source operating system created by Peter Tribble. Based on illumos, it blends a retro style with modern components. NEWS: June 12th 2026: Milestone 40 available. (updates). See the X86 Release Notes. NEWS: April 21st 2026. SPARC m34 ISO available for download, in addition to the upgrades from m33 to m34 that were previously available. (SPARC Release Notes.) Important: 32-bit hardware support now completely removed. While the SPARC version still suffers from lack of testing and…
🔥 Read this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Graphical User Interfaces provide a rich interaction between the user and a software system. Such richness is complex to manage, so it's important to contain that complexity with a thoughtful architecture. The Forms and Controls pattern works well for systems with a simple flow, but as it breaks down under the weight of greater complexity, most people turn to “Model-View-Controller” (MVC). Sadly MVC is one of the most misunderstood architectural patterns around, and systems using that name display a range of important differences, sometimes described…
🚀 Explore this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: weave Entity-level semantic merge driver for Git. Two agents edit different functions in the same file? Clean merge. Every time. # Two agents edited different functions $ git merge feature-b CONFLICT (content): Merge conflict in src/lib.ts Automatic merge failed. # Git sees overlapping lines. # The functions don't actually overlap. # Same merge, with weave configured $ git merge feature-b weave [src/lib.ts]: 2 entities matched, 2 modified, 0 conflicts Merge made by the 'ort' strategy. # Different functions = no conflict. copied $ brew install…
✨ Read this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: A few weeks ago an ordinary security assessment turned into an incident response whirlwind. It was definitely a first for me, and I was kindly granted permission to outline the events in this blog post. This investigation started scary but turned out be quite fun, and I hope reading it will be informative to you too. I'll be back to posting about my hardware research soon. Twice a year I am hired to do security assessments for a specific client. We have been working together…
💥 Discover this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: A sunscreen ingredient used in Europe and Asia that blocks UVA and UVB rays has been approved for use in the U.S. mihailomilovanovic/iStockphoto/Getty Images hide caption toggle caption mihailomilovanovic/iStockphoto/Getty Images For the first time in nearly three decades, the Food and Drug Administration approved a new chemical UV filter for use in sunscreens sold in the U.S. And that has many dermatologists cheering. "This is a very big deal," says Dr. Heather Rogers, a dermatologist in Seattle and a fellow of the American Academy of…
💥 Read this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: ReactOS, the open-source operating system working for binary compatibility with Microsoft Windows computer programs and drivers, has reached the milestone of being able to enjoy the classic game Half-Life running on this open-source platform. ReactOS has been in development for 28 years now and today its developers are noting on X the ability to run the Windows version of Half-Life. Some years ago were reports of the Half-Life game at least initializing under ReactOS while given today's X coverage, it seems to be the first…
🔥 Check out this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: When I open a link, say on Hacker News, and I see a blog post or a GitHub README obviously written by AI, I feel a few things. I feel offended, because it’s like I’ve been tricked, like the author thinks I’m a rube who won’t notice or mind. I feel sad at how common this experience is, how many people are happy to dump their sewage on the commons and sign their name on it. And I feel contempt for the author, because…
