Feed aggregator
Show HN: Design Inspiration for LLMs
I feel the rapid progress of LLM capability means that building software is shifting away from implementation and toward discernment. The challenge is becoming less about how software is built, but about what is built and how it is presented.
It becomes a question of taste. LLMs create exceptionally generic and inconsistent designs in the absence of curated references.
FontofWeb grounds AI in real production websites. It draws from a crowd-sourced search engine of over 1,000 live sites, extracting proven color and typography combinations, along with layout and styling patterns that already work in context.
This is available through a free public MCP service.
Comments URL: https://news.ycombinator.com/item?id=47041394
Points: 1
# Comments: 0
Fault Injection
Article URL: https://en.wikipedia.org/wiki/Fault_injection
Comments URL: https://news.ycombinator.com/item?id=47041373
Points: 1
# Comments: 0
Show HN: ClawCloud – Easy Hosted OpenClaw w 800 integrations, zero setup, BYOK
Article URL: https://www.clawcloud.dev/
Comments URL: https://news.ycombinator.com/item?id=47041352
Points: 1
# Comments: 0
Resist and Unsubscribe (Scott Galloway)
Article URL: https://www.resistandunsubscribe.com
Comments URL: https://news.ycombinator.com/item?id=47041339
Points: 1
# Comments: 1
Marcin Wichary: beautiful or interesting things at the Museum of Printing
Article URL: https://mastodon.online/@mwichary/116071993928892953
Comments URL: https://news.ycombinator.com/item?id=47041335
Points: 1
# Comments: 0
An attempt to make MicroVMs more accessible (SmolVM – Python SDK)
Article URL: https://github.com/CelestoAI/SmolVM
Comments URL: https://news.ycombinator.com/item?id=47041334
Points: 1
# Comments: 1
Ask HN: Why is Codeforces so slow?
I enjoy using Codeforces for competitive programming — the problems and community are great.
However, the site is often very slow:
- During contests, the site can become extremely slow or even crash.
- The rating page (filtering by country, organization, etc.) can be laggy and prone to crashing.
I’m curious whether this is mainly a scaling issue, an infrastructure limitation, or something specific to how Codeforces handles contests and ratings.
It’s understandable that contests can crash under high user load, but Codeforces has been around for over 16 years — why hasn’t this been improved?
Thanks!
Comments URL: https://news.ycombinator.com/item?id=47041324
Points: 2
# Comments: 0
An inquest heard today that there were major issues with the system used to by the Police Service of Northern Ireland to record information reported by the public
Today's NYT Connections: Sports Edition Hints and Answers for Feb. 17, No. 512
Today's NYT Connections Hints, Answers and Help for Feb. 17, #982
Today's Wordle Hints, Answer and Help for Feb. 17, #1704
Today's NYT Strands Hints, Answers and Help for Feb. 17 #716
Show HN: Binary is no longer safe
This post is about the brute-force reverse engineering of binary (compiled) programs using Large Language Models (LLMs) to automate this two-part problem: decompilation and conversion to a modern programming language.
The most interesting part for most will likely be the demonstration on how to use differential-property testing to automate the LLM feedback loop for the rewrite (translation) phase (in this case to rewrite to Rust).
This that I believe would solve the 'rewrite issues' discussed recently here: https://news.ycombinator.com/item?id=46954696
Comments URL: https://news.ycombinator.com/item?id=47040190
Points: 1
# Comments: 0
Claude 4 Sonnet: Conversation with Kai
Article URL: https://docs.google.com/document/d/12woq_BpFbzLkH4zHvVRJLPyiZGoDVDxA/edit
Comments URL: https://news.ycombinator.com/item?id=47040179
Points: 1
# Comments: 0
Show HN: Provisioner per-board sidecar for serial access, flashing, and bring-up
Hi HN,
I’ve been building a small infrastructure tool called Provisioner: a per-board provisioning sidecar for SBC bring-up and lab automation. https://github.com/alessandrocarminati/provisioner
The model is simple: one instance per board. It sits next to the hardware, owns the serial console, exposes access over SSH, and serves boot artifacts (kernel, initramfs, rootfs) via TFTP/HTTP. It’s designed for the phase where networking is unreliable, storage is half-flashed, and UART is the only thing still telling the truth.
What it does
- Serial console ownership + SSH multiplexing - Monitor shell + serial tunnels - Scriptable boot interaction - Artifact provisioning (TFTP + HTTP) - In-band file transfer over serial - gzip/base64 hacks + XMODEM - Derived from my earlier send_console-ng utility https://github.com/alessandrocarminati/send_file-ng - Pluggable power control - SNMP PDUs, among others cheap ESP8266/Tasmota devices - Serial logging - Lightweight access control
Provisioner also embeds a minimal init runtime (goinit) inside the kernel initramfs, acting as its on-board provisioning agent, handling flashing, artifact retrieval, and reporting management state back over serial.
Routing & stream handling
Internally, Provisioner routes serial traffic through a pluggable router:
- Producers/consumers attach as components - Human vs machine clients handled differently - Unicast control sessions - Broadcast multiplexing to multiple observers
This allows several users or services to watch the same console without interfering.
Filters
A filter subsystem can intercept and modify serial streams on the fly.
Originally added to mitigate ANSI Device Status Reports (e.g. Cursor Position Report issues) when tunneling serial consoles, but it doubles as a general stream rewriting mechanism for automation and normalization.
Positioning
Not trying to replace large systems like LAVA.
This is aimed at:
- Homelabs - Bring-up benches - Kernel/BSP work - Small shared labs
Think lab automation you can deploy in an afternoon, not fleet orchestration.
Project is still evolving but already in daily use. Feedback and abuse welcome.
Comments URL: https://news.ycombinator.com/item?id=47040176
Points: 1
# Comments: 0
A Pocket Guide to Surviving the Robot Apocalypse
Article URL: https://corbt.com/posts/a-pocket-guide-to-surviving-the-robot-apocalypse/
Comments URL: https://news.ycombinator.com/item?id=47040155
Points: 1
# Comments: 0
Virtual Width Networks (VWN)
Article URL: https://arxiv.org/abs/2511.11238
Comments URL: https://news.ycombinator.com/item?id=47040153
Points: 1
# Comments: 1
Kung Fu Robots Deliver 'Knockout' Performance at Spring Festival Gala [video]
Article URL: https://www.youtube.com/watch?v=NVX6vq0RSnY
Comments URL: https://news.ycombinator.com/item?id=47040149
Points: 1
# Comments: 0
Show HN: Scrappy – Open-source browser scraper written in Go
Article URL: https://github.com/sunergos-ro/scrappy
Comments URL: https://news.ycombinator.com/item?id=47040148
Points: 1
# Comments: 0
