Entertainment

Sycophancy is the first LLM “dark pattern”

💥 Discover this trending post from Hacker News 📖 📂 Category: 📌 Main takeaway: People have been making fun of OpenAI models for being overly sycophantic for months now. I even wrote a post advising users to pretend that their work was written by someone else, to counteract the model’s natural desire to shower praise on the user. With the latest GPT-4o update, this tendency has been turned up even further. It’s now easy to convince the model that you’re the smartest, funniest, most handsome human in the world. This is bad for obvious reasons. Lots of people use ChatGPT…
Read More

Oya Studio – Better than JSON

🚀 Discover this insightful post from Hacker News 📖 📂 Category: 💡 Key idea: Or why I stopped using JSON for my APIs If you develop or use an API, there’s a 99% chance it exchanges data encoded in JSON. It has become the de facto standard for the modern web. And yet, for almost ten years, whenever I develop servers—whether for personal or professional projects—I do not use JSON. And I find it surprising that JSON is so omnipresent when there are far more efficient alternatives, sometimes better suited to a truly modern development experience. Among them: Protocol Buffers,…
Read More
Metro Job Growth & Housing Demand: 2026 Economic Snapshot

Metro Job Growth & Housing Demand: 2026 Economic Snapshot

🚀 Read this must-read post from Hacker News 📖 📂 Category: 📌 Key idea: The job market drives housing demand, but the type of jobs created or lost impacts the type of housing. High-income sectors—Information, Professional Services, and Financial Activities—are shrinking across most major metros. Workers in these industries drive for-sale housing demand more than rental demand. Nationally, high-income sector employment remained flat YOY in August, well below its long-term compound annual growth of +1.6%.The Education and Healthcare sectors account for the bulk of new jobs added in most metros and are growing faster than normal in almost every market.…
Read More
Developer Relation Engineer at Better Auth

Developer Relation Engineer at Better Auth

✨ Check out this awesome post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: About us We’re a small, fast-moving team on a mission to make high-quality authentication something every developer can own. Better Auth is one of the fastest-growing auth solutions in the world. We serve 10M+ downloads a month across our frameworks, and our OSS projects - Better Auth (23.5k⭐) and NextAuth/Auth.js (27k⭐) are two of the most widely used auth libraries on the internet. Our work powers everything from weekend side projects to products at ChatGPT, Google Labs, Cal.com, YC startups, and thousands of…
Read More
soufianekhiat/ImAnim: Animation Enginer for Dear ImGui

soufianekhiat/ImAnim: Animation Enginer for Dear ImGui

✨ Explore this must-read post from Hacker News 📖 📂 Category: 📌 Here’s what you’ll learn: Animation Engine for Dear ImGui ImAnim brings modern animation capabilities to ImGui applications. Write smooth, UI animations with minimal code. // Animate anything in one line float alpha = iam_tween_float(id, channel, hovered ? 1.0f : 0.5f, 0.3f, ease, policy, dt); Immediate-mode friendly - Works naturally with ImGui's paradigm Zero dependencies - Only requires Dear ImGui Large easing collection - 30+ easing functions including spring physics Perceptual color blending - OKLAB and OKLCH Responsive layouts - Anchor-relative animations that survive window resizing Category Capabilities Tweens…
Read More
Netflix Kills Casting From Its Mobile App to Most Modern TVs

Netflix Kills Casting From Its Mobile App to Most Modern TVs

🔥 Explore this trending post from Hacker News 📖 📂 Category: 📌 Key idea: Netflix has quietly removed the ability to cast content from its mobile apps to most modern TVs and streaming devices, including newer Chromecast models and the Google TV Streamer. The change was first spotted by users on Reddit and confirmed in an updated Netflix support page (via Android Authority), which now states that the streaming service no longer supports casting from mobile devices to most TVs and TV-streaming devices. Users are instead directed to use the remote that came with their TV hardware and use its…
Read More
For Decades, Cartographers Have Been Hiding Covert Illustrations Inside of Switzerland’s Official Maps – Eye on Design

For Decades, Cartographers Have Been Hiding Covert Illustrations Inside of Switzerland’s Official Maps – Eye on Design

💥 Read this must-read post from Hacker News 📖 📂 Category: 📌 Key idea: A marmot hiding in plain sight in the Swiss Alps The first three dimensions—length, height, and depth—are included on all topographical maps. The “fourth dimension,” or time, is also available on the website of the Swiss Federal Office of Topography (Swisstopo). In the “Journey Through Time,” a timeline displays 175 years of the country’s cartographic history, advancing in increments of 5-10 years. Over the course of two minutes, Switzerland is drawn and redrawn with increasing precision: inky shapes take on hard edges, blues and browns appear…
Read More

Why xor eax, eax? — Matt Godbolt’s blog

🔥 Read this insightful post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: Why xor eax, eax? Written by me, proof-read by an LLM. Details at end. In one of my talks on assembly, I show a list of the 20 most executed instructions on an average x86 Linux desktop. All the usual culprits are there, mov, add, lea, sub, jmp, call and so on, but the surprise interloper is xor - “eXclusive OR”. In my 6502 hacking days, the presence of an exclusive OR was a sure-fire indicator you’d either found the encryption part of the…
Read More

Blocked

🚀 Discover this awesome post from Hacker News 📖 📂 Category: 📌 Here’s what you’ll learn: Blocked Your request has been blocked due to a network policy. Try logging in or creating an account here to get back to browsing. If you're running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block. You can read Reddit's Terms of…
Read More
deepseek-ai/DeepSeek-Math-V2 · Hugging Face

deepseek-ai/DeepSeek-Math-V2 · Hugging Face

🚀 Check out this insightful post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: Downloads last month4,434 ' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['tool_calls'] is defined and message['tool_calls'] is not none %}{%- if ns.is_last_user or ns.is_only_sys %}{{'<|Assistant|>'}}{%- endif %}{%- set ns.is_last_user = false -%}{%- set ns.is_first = false %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls'] %}{%- if not ns.is_first %}{%- if message['content'] is none %}{{'<|tool▁calls▁begin|><|tool▁call▁begin|>'+ tool['function']['name'] + '<|tool▁sep|>' + tool['function']['arguments'] + '<|tool▁call▁end|>'}}{%- else %}{{message['content'] + '<|tool▁calls▁begin|><|tool▁call▁begin|>' + tool['function']['name'] + '<|tool▁sep|>' + tool['function']['arguments'] + '<|tool▁call▁end|>'}}{%- endif %}{%- set ns.is_first = true…
Read More