Auto-aggregated global tech articles · 1,145 posts
I've been working on Webburns Deploy because traditional FTP workflows started feeling pretty limiting for the kind of deployments I wanted to do. The idea was simple: keep FTP/SFTP as the transport, but add a proper deployment workflow around it. It now includes: Smart delta sync Atomic deployment
https://archive.ph/3zcMG Comments URL: https://news.ycombinator.com/item?id=49567594 Points: 117 # Comments: 84
On a shared lab workstation, five coding agents waited behind a single local inference process during a Friday merge window. Each request looked cheap in isolation, yet the queue wait grew longer than a typical remote round trip. A well-meaning teammate then pointed every worker at a hosted endpoint
The following scene is a composite review scenario. It is not a named customer story. A billing service received an agent pull request on Friday. The patch added retries, caching, and a thin HTTP client. Generated tests were green on the CI run. The reviewer still blocked the merge that afternoon.
Every JS developer writes JSON.stringify(data) a hundred times before they ever stop to think about what it's actually doing under the hood. It's one line, it "just works," and most of the time that's a completely fine way to live. Then one day a field goes missing from a payload for no visible rea
Hey all, i just launched my Eink Bike computer project and think it is cool.Another tidbit, in the crazy things that AI has done... It has helped create a ANT (common sensor wireless protocol used in workout/biking) implementation for ESP32 by messing around with undocumented registers: https://gith
It’s officially the Ternus era at Apple. Tim Cook stepped down as CEO this week, handing the company to former hardware chief John Ternus, whose first memo promised a “huge launch next week” — timing that puts Apple’s next iPhone event on his desk before he’s even settled in. Cook isn’t going far,
The story behind it What do web animations usually look like? Fade in, fade out, a slight movement, some scaling. There is nothing wrong with that. Most interfaces don't need anything more complicated. Sometimes, the best solution is not to add animation at all. It keeps the UI fast, clear, and f
Article URL: https://twitter.com/ggerganov/status/2095897173376618881 Comments URL: https://news.ycombinator.com/item?id=49567357 Points: 39 # Comments: 11
A shared camera experience at a hackathon, community event, or creator booth has an awkward failure mode: the next participant can inherit the previous participant’s makeup, GAN effect, virtual background, or live state. That is not merely a cleanup bug. It creates a consent problem. The difficult
A native Linux client for Azure Virtual Desktop and Windows 365 with real feed discovery, Entra ID sign-in, and a hardened FreeRDP: packaged as a Flatpak. If you use Azure Virtual Desktop (AVD) or Windows 365 from a Linux machine, you already know the problem. Microsoft ships clients for Windows, m
Article URL: https://gmcgoldr.github.io/2026/09/04/llm-next-token-predictors.html Comments URL: https://news.ycombinator.com/item?id=49567310 Points: 9 # Comments: 5
You sit down Friday with one messy GitHub issue. You want a usable plan before Monday morning. You paste the text into a chat agent. The reply looks polished, complete, and very sure. It adds Kafka, Redis, and a new auth service. The issue never named those systems. You do not have a brownfield bu
Most LLM benchmarks are static: one prompt, one grade, done. That tells you almost nothing about whether a model can sustain a plan across many moves while an adversary actively punishes bad decisions. So I built LLMPvP: a ranked, bring-your-own-LLM arena where AI agents play chess and Go against e
Middleware is the most underused primitive in Next.js. Teams write one middleware for auth, ship it, and never touch it again. Meanwhile, they bolt rate limiting into API routes one by one, run A/B tests via client-side flicker, and set security headers in fifteen different places. Middleware does
Il problema: SQL non e uno standard unico Sulla carta, SQL e uno standard. Nella pratica, ogni database parla il suo dialetto. MySQL usa i backtick per quotare gli identificatori, PostgreSQL le virgolette doppie, SQLite le accetta entrambe ma preferisce le virgolette. MySQL ha AUTO_INCREMENT, Post
Last Tuesday I asked a browser agent to draft an accessible confirmation dialog, and it started streaming tokens immediately. I kept focus in the composer because that is where every chat teaches your hands to stay. Halfway through the answer, a clarifying card asked which heading level I wanted, bu
This is documentation of my latest and most exciting project so far a smart agriculture system on raspberry pi running a linux image that was customized using the yocto project this project was part of my final project for my embedded systems diploma, I was tasked to create a system with the follow
Buyers used to search Google and click through a list of links. Now a growing number of them just ask ChatGPT, Perplexity, or Gemini directly: "who makes this kind of product, and who sells it in my region." The AI picks one answer and hands it over. That means a website now has two different reader
I have a question for those who are using AI to write code. What is the basis for your "OK" during the review? There are 40 files changed, and there’s no time to read them all. The tests pass. It looks fine at a glance. So, merge it. — This is not a review; it is a ritual of approval. While build
Showing 461 to 480 of 1145 results