Entertainment

You should feed the bots: (Maurycy’s blog)

πŸš€ Discover this trending post from Hacker News πŸ“– πŸ“‚ Category: πŸ’‘ Here’s what you’ll learn: Aug 3, 2025 (Programming) A week ago, I set up an infinite nonsense crawler trap – now it makes up 99% of my server’s traffic. What surprised me is that feeding scrapers garbage is the cheapest and easiest thing I could do. Meet the bots: These aren’t the indexing bots of old, but scrapers collecting data to train LLMs. Unlike search engines, which need the websites they crawl to stay up, AI companies provide a replacement. It should come as no surprise that these…
Read More
Clojure Land

Clojure Land

πŸ”₯ Check out this must-read post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Key idea: Last updatedNameStarsPavlov38Behavioral Programming for ClojurecljBehavorial programmingECA (Editor Code Assistant) 446Editor Code Assistant (ECA) - AI pair programming capabilities agnostic of editorcljAICode EditorsECA Emacs209Editor Code Assistant (ECA) integration for EmacscljAICode EditorsEmacsclojure2d570Java2D wrapper + creative coding supporting functions (based on Processing and openFrameworks)cljGraphicsJoyride551Making VS Code Hackable like Emacs since 2022cljVSCodeReplicant437A data-driven rendering library for Clojure(Script) that renders hiccup to DOM or to strings.cljcljsHiccupWeb frameworksLegba32Clojure library for building OpenAPI servicescljOpenAPITyped Clojure561An optional type system for ClojurecljcljsStatic TypingSyntax Extensionshashp474A better "prn" for debuggingcljcljsDebuggingComponent2125Managed lifecycle of stateful objects in ClojurecljcljsApplication…
Read More

About – Advent of Code 2025

πŸ’₯ Discover this trending post from Hacker News πŸ“– πŸ“‚ Category: βœ… Main takeaway: Hi! I'm Eric Wastl. I make Advent of Code. I hope you like it! I also make lots of other things. I'm on Bluesky, Mastodon, and GitHub. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other. You don't need a computer science background to participate - just a…
Read More
diamond geezer

diamond geezer

πŸ”₯ Discover this trending post from Hacker News πŸ“– πŸ“‚ Category: βœ… Main takeaway: This monument popped up in the middle of Barking recently.I thought it was very recently but it was actually unveiled in April 2022 and I'm just not very observant. It says "In Memory of those who lost their lives because of exposure to asbestos". And it's here because Barking has one of the highest rates of asbestos-related deaths in the country. In 1913 the Cape Asbestos Company built a huge asbestos factory beside the River Roding in Barking. The company mined asbestos-bearing rock at several sites…
Read More
microsoft/agent-lightning: The absolute trainer to light up AI agents.

microsoft/agent-lightning: The absolute trainer to light up AI agents.

✨ Read this trending post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Main takeaway: The absolute trainer to light up AI agents. Join our Discord community to connect with other users and contributors. Turn your agent into an optimizable beast with ZERO CODE CHANGE (almost)! πŸ’€ Build with ANY agent framework (LangChain, OpenAI Agent SDK, AutoGen, CrewAI, Microsoft Agent Framework...); or even WITHOUT agent framework (Python OpenAI). You name it! πŸ€– Selectively optimize one or more agents in a multi-agent system. 🎯 Embraces Algorithms like Reinforcement Learning, Automatic Prompt Optimization, Supervised Fine-tuning and more. πŸ€— Read more on our documentation…
Read More
Nike Unveils Project Amplify, the World’s First Powered Footwear System for Running and Walking β€” NIKE, Inc.

Nike Unveils Project Amplify, the World’s First Powered Footwear System for Running and Walking β€” NIKE, Inc.

πŸ”₯ Read this trending post from Hacker News πŸ“– πŸ“‚ Category: πŸ’‘ Main takeaway: Nike is unveiling Project Amplify: the world’s first powered footwear system for running and walking, designed to help everyday athletes go a little bit faster and farther β€” all with less effort.Engineered to augment natural lower leg and ankle movement, the Project Amplify system breaks the perception of possibility by providing an unparalleled boost to anyone who wants to move, creating a new future for running, jogging and walking.Β Built on motion algorithms informed by the Nike Sport Research Lab, the first-generation footwear system is comprised of…
Read More
RohanAdwankar/oxdraw: Diagram as Code Tool Written in Rust with Draggable Editing

RohanAdwankar/oxdraw: Diagram as Code Tool Written in Rust with Draggable Editing

πŸ’₯ Explore this insightful post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Here’s what you’ll learn: oxdraw_demo.mov The goal of oxdraw is to make it easy to create and maintain high-quality diagrams using a declarative and reproducible syntax. Charts are written in Mermaid syntax, while a web interface allows users to fine-tune positions connector paths, colors, and other styling components. Whenever a diagram is tweaked visually, the structural changes are persisted back to the source file as declarative code so that everything remains deterministic and versionable. The changes are saved as comments in the mermaid file so it remains compatible…
Read More
An update on TinyKVM. Hey all. TinyKVM was open-sourced this… | by fwsGonzo | Oct, 2025

An update on TinyKVM. Hey all. TinyKVM was open-sourced this… | by fwsGonzo | Oct, 2025

πŸš€ Check out this trending post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Key idea: Hey all. TinyKVM was open-sourced this february and since then I’ve been working on some things that are very much outside of the scope of the original implementation. Originally, it was intended to be for pure computation (and that is very much still possible, and is the default), but makes it hard to use TinyKVM outside of specialized use-cases. So, I’ve relented and implemented limited support for running unmodified executables in TinyKVM. Specifically, run-times like Deno, Python WSGI and similar run-times like Lune.I would like…
Read More

How programs get run: ELF binaries [LWN.net]

✨ Discover this awesome post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Main takeaway: Benefits for LWN subscribers The primary benefit from subscribing to LWN is helping to keep us publishing, but, beyond that, subscribers get immediate access to all site content and access to a number of extra site features. Please sign up today! February 4, 2015 This article was contributed by David Drysdale The previous article in this series described the general mechanisms that the Linux kernel has for executing programs as a result of a user-space call to execve(). However, the particular format handlers described in that…
Read More

D2 Tour | D2 Documentation

πŸ”₯ Read this awesome post from Hacker News πŸ“– πŸ“‚ Category: πŸ“Œ Here’s what you’ll learn: D2 is a diagram scripting language that turns text to diagrams. It stands for Declarative Diagramming. Declarative, as in, you describe what you want diagrammed, it generates the image. For example, download the CLI, create a file named input.d2, copy paste the following, run this command, and you get the image below. NETWORKUSERAPI SERVERLOGSCELL TOWERONLINE PORTALDATA PROCESSORSATELLITESTRANSMITTERUISTORAGE SENDSENDSENDPHONE LOGSMAKE CALL ACCESSDISPLAYPERSIST Using the CLI watch mode​ You can finish this tour in about 5-10 minutes, and at the end, there's a cheat sheet you…
Read More