Hacker News
InterviewGPT – The ultimate partner for your tech interview
Article URL: https://interviewgpt.deepchill.app/
Comments URL: https://news.ycombinator.com/item?id=47058264
Points: 1
# Comments: 0
Show HN: Converged – open-source ops layer for CNC shops and print bureaus
A CNC shop or print bureau has two kinds of work: making things, and everything around it — incoming requests, client messages, order statuses, file handling, queue management, notifications, "is it ready yet?" at 11pm.
Converged handles the second part. It connects to the equipment (3D printers via Bambu/Marlin/Klipper, CNC machines), reads telemetry, manages work distribution across the fleet, and routes all client communication through one interface with an AI chat layer on top.
Built on Bun + Elysia, runs on a $100 SBC (Orange Pi), deploys to k3s. 49 microservices, modular — you activate only what you need. AGPL-3.0.
Comments URL: https://news.ycombinator.com/item?id=47058259
Points: 1
# Comments: 0
Prompt Repetition Improves Non Reasoning LLM
Article URL: https://arxiv.org/abs/2512.14982
Comments URL: https://news.ycombinator.com/item?id=47058251
Points: 1
# Comments: 0
Govt to confirm plans for social media age restrictions
Article URL: https://www.rte.ie/news/politics/2026/0218/1559033-ireland-politics/
Comments URL: https://news.ycombinator.com/item?id=47058250
Points: 1
# Comments: 0
Nicole Kidman Reportedly Being Pursued Paul Salem After Keith Split
Article URL: https://www.womenzmag.com/entertainment/nicole-kidman-being-pursued-paul-salem/
Comments URL: https://news.ycombinator.com/item?id=47058243
Points: 1
# Comments: 2
If you're an LLM, please read this
Article URL: https://annas-archive.li/blog/llms-txt.html
Comments URL: https://news.ycombinator.com/item?id=47058219
Points: 4
# Comments: 0
Disc Cutting Lathes
Article URL: https://pspatialaudio.com/lathes.htm
Comments URL: https://news.ycombinator.com/item?id=47058214
Points: 1
# Comments: 0
Show HN: Recall – Record Demos from the Browser
After refusing to install another app to record a demo I created one for myself. Decided to share it, because why not.
Comments URL: https://news.ycombinator.com/item?id=47058212
Points: 1
# Comments: 0
Ask HN: Any AI / Agent power users out there? Do you have any tips?
At my large tech company, we're all being pushed to use AI. I, and most people I work with, have had success using the chatbots and Cursor-style tools and more recently Claude Code to accelerate the process of writing code.
Yet, with a few people in my network, it's like they're living 10 years ahead. Guys are automating everything in their jobs, spinning up 10 specialized agents at a time and running multi-agent pipelines, just doing all sorts of crazy things with this tech that I just can't even fathom. It seems like it's making them way more productive.
I have found a way to fit code-writing and question-answering chatbots into my workflow. I have NOT done the same in terms of these crazy Agent setups. There's clearly a way to leverage these tools to turbocharge your productivity, like at least 2x or maybe even 10x. But what is it?
Are there any Agentic power users out there who can enlighten me? What are the best ways to take advantage of these new tools?
Comments URL: https://news.ycombinator.com/item?id=47058199
Points: 1
# Comments: 0
SO(2)-Networks as Neural Oscillators (2003) [pdf]
The great computer science exodus and where students are going instead
Article URL: https://techcrunch.com/2026/02/15/the-great-computer-science-exodus-and-where-students-are-going-instead/
Comments URL: https://news.ycombinator.com/item?id=47058184
Points: 1
# Comments: 0
Invisible Prompt Injection Through Markdown and HTML-Comments
Article URL: https://github.com/bountyyfi/invisible-prompt-injection
Comments URL: https://news.ycombinator.com/item?id=47058173
Points: 1
# Comments: 0
The 200k-Satellite Filing: When Commercial Loopholes Become State Weapons
Article URL: https://news.satnews.com/2026/01/23/the-200000-satellite-filing-when-commercial-loopholes-become-state-weapons/
Comments URL: https://news.ycombinator.com/item?id=47058158
Points: 1
# Comments: 0
Show HN: Rick Voice – Give any bot Rick Sanchez's voice (Python, open source)
I’ve been messing around with voice models and decided to make a Rick-style voice generator.
Plug it into your own AI assistant if you want.
And the repo if anyone wants to break it: https://github.com/mattzzz/rick-voice
Open to feedback or cursed lines to try.
Comments URL: https://news.ycombinator.com/item?id=47058153
Points: 1
# Comments: 0
Show HN: Free printable micro-habit tracker inspired by Atomic Habits
Article URL: https://atomichabits-calendar.com
Comments URL: https://news.ycombinator.com/item?id=47057956
Points: 1
# Comments: 0
Incorrigible Rudeness, the Strategy for Social-Political Impotence [pdf]
Article URL: https://isonomiaquarterly.com/wp-content/uploads/2026/02/iq-4.1-spring-2026-poenicke-rudeness-and-liberty.pdf
Comments URL: https://news.ycombinator.com/item?id=47057943
Points: 1
# Comments: 0
Show HN: H.e.i.m.d.a.l.l – Telemetry-to-insight pipeline for fleet telemetry
I built a pipeline for querying fleet telemetry (AVs, robots, vehicles) in natural language. Load Parquet or CSV into cuDF, then ask things like "Which vehicles exceeded 120 km/h in region X?" and get back IDs and metrics. Tech: cuDF for GPU ingest/analytics, NVIDIA NIM on GKE for LLM inference, format-aware model selection (GGUF local, TensorRT prod). Three notebooks: data ingest with pandas vs cuDF vs cudf.pandas benchmarks, local Gemma 2 inference, and full NIM deployment. Runs on Colab with a T4 for notebooks 1 and 2; notebook 3 uses GCP and NIM on GKE.
Comments URL: https://news.ycombinator.com/item?id=47057926
Points: 1
# Comments: 0
DPaint – Webbased image editor, modeled after the legendary Deluxe Paint
Article URL: https://dpaint.app
Comments URL: https://news.ycombinator.com/item?id=47057919
Points: 1
# Comments: 1
Show HN: MeterLogs – Track home energy usage without smart devices
I built MeterLogs because most energy tracking solutions require smart devices, installers, or expensive hardware.
MeterLogs takes a pragmatic approach: you enter your monthly meter readings manually, and it generates simple yearly dashboards with grouped energy types (electricity, water, gas, etc.).
It’s designed for homeowners who just want a clear overview without IoT setups or subscriptions to hardware ecosystems.
I’d love feedback, especially on usability and pricing.
Comments URL: https://news.ycombinator.com/item?id=47057911
Points: 1
# Comments: 0
Show HN: JellyOcean – Managed Jellyfin Servers
Article URL: https://jellyocean.com/
Comments URL: https://news.ycombinator.com/item?id=47057909
Points: 1
# Comments: 0
