Hacker News

Rapid Hot-Swapping for Go Lambdas

Hacker News - Fri, 02/27/2026 - 1:49am

Article URL: https://github.com/vaijab/flint

Comments URL: https://news.ycombinator.com/item?id=47177375

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: A read-it-later app that exports clean Markdown to Obsidian

Hacker News - Fri, 02/27/2026 - 1:46am

I made a read-it-later app because clipping directly into my Obsidian vault was creating a lot of noise.

Workflow is simple: capture links, read in a clean reader view, highlight, then export highlights/notes as clean Markdown. Unread items auto-archive after a few days to keep the queue small.

What’s your approach to web clipping and keeping the vault clean?

Comments URL: https://news.ycombinator.com/item?id=47177359

Points: 1

# Comments: 1

Categories: Hacker News

Is traditional ML relevant anymore? Any active research going on in ML methods?

Hacker News - Fri, 02/27/2026 - 1:38am

Everything I see today is only about LLMs. I personally use LLMs in my daily activities and they are doing great job. But I wonder what happened to traditional machine learning methods all of a sudden! Those hamspam classifiers, sentiment analysis models, word2vecs, RNNs, CNNs, LSTMs, FFNNs, where are they now? What is a typical data scientist or a ML engineer of late 2010s doing now? The decision trees they trained, the neural nets they architected, the accuracy evaluations, hyperparameter tunings where are they all now? It feels like it is all about LLMs suddenly. The traditional ML models which served specific problem with light weight and easily deployable loads are all obsolate now?

Comments URL: https://news.ycombinator.com/item?id=47177313

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: PipelineIQ – AI diagnoses CI/CD failures and sends fixes to Slack

Hacker News - Fri, 02/27/2026 - 1:18am

I built this after watching engineers spend 30-60 minutes staring at pipeline logs. You add one step to GitHub Actions — when a pipeline fails, Claude analyzes the logs and sends the root cause + specific fix steps to Slack within seconds.

Stack: FastAPI, Supabase, Claude API, Slack API. Free beta, looking for feedback from engineering teams.

Comments URL: https://news.ycombinator.com/item?id=47177167

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Nano Banana 2 – Sub-second AI image gen via Gemini 3.1 Flash

Hacker News - Fri, 02/27/2026 - 12:50am

Hi HN,

I wanted to see how far I could push the "Flash" in Gemini 3.1. Most AI interfaces feel bloated and slow, so I built Nano Banana 2 to focus on raw speed.

Technical Highlights:

Stack: Next.js + Edge Runtime to minimize TTFB.

Optimization: Custom streaming pipeline for Nano Banana 2 image preview tokens.

Locales: Automated i18n for 13 regions (MS, IL, PL, etc.) based on real-time search breakout data.

The goal was to build a globally responsive UI that feels native regardless of where the user is. Would love your feedback on the latency and the streaming implementation.

Free to try for the HN community: https://nano-banana2.me/

Comments URL: https://news.ycombinator.com/item?id=47176969

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Conduit – Automatic Port Forwarding for Docker Containers

Hacker News - Fri, 02/27/2026 - 12:50am

A small Go library built to make it dead simple to connect to expose internal ports from a Docker container (can be used anywhere, but this was my use-case).

I had trouble finding a dead simple tool for reliably exposing internal ports consistently.

Codespaces, Dev Containers, etc all have a different mechanism they use to expose ports. To keep exposure platform agnostic, this tool can be run directly in the container.

Comments URL: https://news.ycombinator.com/item?id=47176968

Points: 1

# Comments: 0

Categories: Hacker News

Pages