🔥 Check out this insightful post from Culture | The Guardian 📖 📂 **Category**: Music,Culture,Punk 📌 **What You’ll Learn**: HeyOptimism may seem outdated, but the Downtown Boys are proud outliers. On Public Luxury, the Rhode Island band's third and best album, they wear their politics proudly — while bringing ambiguity, strangeness and a new shade to their passionate, bilingual saxophone-driven punk. Opener No Me Jodas comes out loud, fists raised, but makes way for an upbeat bass line: a brutal, big-hearted reminder that there's beauty in fighting for what you believe in.Artwork for public welfareIn the nine years since the…
💥 Check out this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A C++ implementation of a fast hash map and hash set using hopscotch hashing The hopscotch-map library is a C++ implementation of a fast hash map and hash set using open-addressing and hopscotch hashing to resolve collisions. It is a cache-friendly data structure offering better performances than std::unordered_map in most cases and is closely similar to google::dense_hash_map while using less memory and providing more functionalities. The library provides the following main classes: tsl::hopscotch_map, tsl::hopscotch_set, tsl::hopscotch_pg_map and tsl::hopscotch_pg_set. The first two are faster and use…
✨ Read this insightful post from Culture | The Guardian 📖 📂 **Category**: Books,Culture 💡 **What You’ll Learn**: My first memory is readingWhen I was five years old and starting school, I used to catch a bus from the Oxfordshire village where I lived. Twice a day I read the little metal plaque attached to the upholstery bearing the warning “Mind your head when you leave your seat.”My favorite book growing upIn the late 1970s, my father had a copy of John Michell's Phenomenology. Each page covers something strange, which may or may not be true: showers of fish, scars,…
🔥 Explore this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: This repository contains slisp a compiler which will read lisp programs as input, and generate standalone assembly representations for Linux/AMD64. The project is either named for "Simple Lisp" or "Steve's lisp", take your pick. Lisp is traditionally interactive, and provides a REPL, but having a compiled version is still useful, and still allows most common lisp-programs to execute. Quick links: ;; factorial. woo. (defun fact (n) (if (<= n 1) 1 (* n (fact (- n 1))))) ;; entry-point (defun main () (println "Showing some…
✨ Explore this awesome post from Culture | The Guardian 📖 📂 **Category**: Music,Culture ✅ **What You’ll Learn**: from South LondonRecommended if you like They converged, their trap, an indicator of miserythe next Nobody's Coming to Save Us was released on 25 September, and toured the UK from 26 SeptemberBurners are the extreme musicians we need. They observe the world around them, are angry at what they see and do not feel much hope for the future. Like many of us.Formed in 2021, the four-piece band released their debut single Ingsoc later that year, combining hardcore punk drums with death…
✨ Check out this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Hit Run on any sample — it executes right in your browser, no install. Gossamer's VM is compiled to WebAssembly. Forward pipes Web routing Goroutines ADTs and Matching fn double(x: i64) -> i64 ⚡ fn add(a: i64, b: i64) -> i64 💬 fn clamp(lo: i64, hi: i64, x: i64) -> i64 { if x < lo 🔥 else if x > hi ⚡ else { x } } fn main() { let n = 3 |> double |> add(10) |> clamp(0, 100) println!("answer: {}",…
🚀 Check out this awesome post from Culture | The Guardian 📖 📂 **Category**: Games,Culture,Steam,Golf,Sport 💡 **What You’ll Learn**: I I've always struggled playing golf. I wish I hadn't done that. It's a beautiful game in concept. Take a leisurely walk in the sunshine, play ball around, and eat sandwiches and beer during and after playing. Sure, you have to dress like Huggy Bear from Starsky and Hutch, and getting an actual club membership is more complicated than joining the Freemasons (although many offer a two-for-one deal with this), but you don't have to be fit, and you don't even…
✨ Read this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A wave of voter anger over massive data center projects is beginning to reshape U.S. politics, with local officials and senior lawmakers losing elections after backing controversial developments tied to the artificial intelligence boom.In Utah on Wednesday, State Senate President J. Stuart Adams—one of the most powerful Republicans in the state—lost his primary election after supporting a major data center development near the Great Salt Lake, in one of the clearest signs yet of the growing political risks tied to the industry.At the local level,…
💥 Discover this trending post from Culture | The Guardian 📖 📂 **Category**: Television,Television & radio,Culture,Reese Witherspoon ✅ **What You’ll Learn**: IIf there's a young adult romance on TV, we millennial women will watch it. Throw in a love triangle or an emotionally available hockey player for an open conversation about consent, and you've got a recipe for a cultural phenomenon. Cover it with childhood nostalgia and serve it to us every summer until our inner teenager explodes.Dramas centered around teenage girls have taken the year 2026 by storm, with love stories reminiscent of Taylor Swift leaving viewers mesmerized by…
💥 Explore this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Liva AI is a multimodal data company. Our mission is to help build more inclusive and emotionally intelligent AI that can interact with people more naturally. We’re already a partner to frontier AI labs and voice agent companies. We’re hiring a Founding Operations Lead to take on a full-time, high-ownership role. You’ll run data collection projects from the ground up, manage contributors and contractors, solve problems quickly, and keep projects moving without needing much direction. This role is for someone who is extremely organized, intense,…
