标签:#news
找到 12053 篇相关文章
Women are getting most of the new jobs. What's going on with men? – OPB
How Netflix Maps Thousands of Microservices in Real-Time
Netflix has shared details about Service Topology. This internal system creates and updates a live dependency graph for thousands of microservices. It helps engineers see how services connect and resolve issues more quickly. The system merges three separate data sources into a single, queryable graph. It updates almost in real-time as traffic patterns shift. By Claudio Masolo
US tobacco firms applied tobacco strategies to globalize ultra-processed foods
I Thought I Knew How Electrolysis Worked [video]
Do We Need Billionaires?
The Morning After: NVIDIA thinks its new chip will revolutionize PCs
NVIDIA launches a powerful AI-ready notebook chip, NASA ends a Mars mission and Meta's still looking into glasses-based facial recognition.
Win16 Memory Management
Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
Researcher uses Opus 4.8 to find critical counterfeiting vulnerability in Zcash
Google experiments with sending Chrome searches straight to AI
Google seems to be testing a new feature that will take you to AI Mode by default when you do a search in Chrome.
Communication on European Tech Sovereignty, and an EU Open-Source Strategy
Ask HN: Is the web for machines (/llm.txt) the one we wished we had as humans?
I got really tired, as a human, of parsing the standard marketing heavy web we have today. I've always loved the simplicity of gopher and gemini web. Recently I found myself manually adding `/llm.txt` to most websites I visit because I find the content for LLMs strait to the point and clear. The only annoyance is web browsers like chrome do not render the markdown. So could the AI revolution actually fix the web for humans as a side effect? Do you find yourself doing the same?
Ask HN: Is Azure capacity this constraind or am I doing it wrong?
I'm working with AWS for many years, and currently I'm working in product with suppose to be cloud agnostic. I started with AWS and now it's time to spin up it into Azure (because many enterprises using azure for some reason). I started in US EAST region in azure and at beginning I had an issue with Postgres Flexible, raised a support ticket, and in the result they recommended me to move to another region. The overall conversation to say this takes about 1 day. I've moved to US EAST 2, and after
Arithmetic Without Numbers – How LLMs Do Math
Why Apple Might Put Cameras Into Its Next AirPods
From battery life to privacy, there are many hurdles to the idea taking off.
SpaceX won't get early access to the S&P 500
The largest index in the world won't relax its rules to let SpaceX enter early.
Anthropic proposes a global slowdown of AI development
Anthropic warns that AIs will soon be able to build their own successor, and it's suggesting that companies may have to slow down development.
Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens
Hi HN, Not sure if anyone would be interested. But, just wanted to share that I've been maintaining my small tool called 'lowfat' that helps me filters some of my verbose CLI output. It's a single binary, works as an agent hook or a shell wrapper. It has a plugin system to customize filters per command. The idea is pretty simple: agents don't need the full kubectl get -o yaml or any 10k-line dump to make decisions. So that lowfat sits in between, strips the noise, and passes through what matters