Feed aggregator
The Cost of Garbage Collection for State Machine Replication
Article URL: https://charap.co/pile-of-eternal-rejections-the-cost-of-garbage-collection-for-state-machine-replication/
Comments URL: https://news.ycombinator.com/item?id=43490228
Points: 1
# Comments: 0
Beloved imported cats of the Ancient Japanese court
Article URL: https://www.reading-journal.blog/2nd/neko-kotenbungaku-3/
Comments URL: https://news.ycombinator.com/item?id=43490218
Points: 1
# Comments: 0
A Command-Line Inspector for Model Context Protocol Servers
Article URL: https://blog.fka.dev/blog/2025-03-26-introducing-mcp-tools-cli/
Comments URL: https://news.ycombinator.com/item?id=43490213
Points: 1
# Comments: 0
Show HN: A Weather App with a Twist
Hello HN! We are a tiny crew building a weather app named Brzzy, that doesn’t just tell you the forecast—it vibes with you. Instead of boring stats, it pairs real-time weather data with GIFs and Memes that capture how the sky’s feeling in your area. Cloudy with a chance of sass? Sunny with a side of chill? You get the gist. Check us out on the Apple App Store! Stay Brzzy
Comments URL: https://news.ycombinator.com/item?id=43490192
Points: 2
# Comments: 0
They Might Be Giants Flood EPK Promo (1990) [video]
Article URL: https://www.youtube.com/watch?v=C-tQSFQ-ESY
Comments URL: https://news.ycombinator.com/item?id=43490173
Points: 1
# Comments: 0
DeepSeek-V3 Technical Report
Article URL: https://arxiv.org/abs/2412.19437
Comments URL: https://news.ycombinator.com/item?id=43490167
Points: 8
# Comments: 0
Formalising CXL Cache Coherence [pdf]
Article URL: https://doc.ic.ac.uk/~afd/papers/2025/ASPLOS-CXL.pdf
Comments URL: https://news.ycombinator.com/item?id=43490163
Points: 1
# Comments: 0
Show HN: AI in JetBrains that doesn't suck
Hi HN! We’re William and Kevin from Sweep AI. We’re building an AI coding assistant for JetBrains IDEs.
We previously tried to build an AI junior developer that writes GitHub PRs (https://news.ycombinator.com/item?id=36987454). It was fun, but we ultimately decided to pivot. Here are a couple reasons it didn’t work:
1. Our agent really needed a well defined spec to have a >90% success rate on tasks. Developers are lazy (myself included) when describing tasks and agents weren’t good enough to make up for it. We found developers don’t want to write a spec, they want to see the agent try and iterate with it. Fixing this is hard! The flow needs to be fast otherwise people get distracted and go scroll HN or check slack.
2. Executing code is challenging, especially for production apps. Github actions were too slow to use as a code execution sandbox, and emulating the developer’s environment in Docker or what-have-you was not feasible. Agents weren't ready for real codebases because their CI wasn't built with agents in mind.
We looked around for a better UX than GitHub issues, and we noticed that JetBrains developers were consistently unhappy with GitHub Copilot. Cursor and Windsurf (the current market leaders) only supported VSCode.
There were other good options but none were Cursor-quality. We asked ourselves “why not?” and decided to investigate. I spoke with an ex-JetBrains employee who said: “The best AI developers don’t really use Java, and the best Java developers tend to work in enterprise companies rather than startups.”
So we decided to take our experience in building an AI agent and go for JetBrains. Here’s what we’ve learned so far:
- The latest open-source models like Qwen are really good. Some use cases like applying code to a file work decently with these models out of the box, so we don’t have to do as much 0 → 1 R&D to build a great product. This doesn’t make it easy, but it does mean a small team that really cares can deliver a great product.
- Most agents are still while-loop wrappers. We tried that with the last generation of models and found it to slow. Instead we’re trying a different approach that relies more on the code graph to see neighboring files. It really decreases the latency because we can rely on the user’s current file and skip the “grep in a loop” section. It also costs a bit more, but this hasn’t been a problem yet.
- Big company solutions for JetBrains feel like box-ticking and are behind their VSCode equivalents. I’ve seen many complaints that GH Copilot uses a couple of gigs of RAM (which really sucks when your IDE already takes 3+ gigs of RAM.
Let me know what you think! I’m also curious how/if you’re using agents. I usually get impatient waiting for the LLM.
Comments URL: https://news.ycombinator.com/item?id=43490121
Points: 4
# Comments: 0
Open Source – Let AI to Tell the AI's Trend?
Article URL: https://github.com/liyedanpdx/reddit-ai-trends
Comments URL: https://news.ycombinator.com/item?id=43490112
Points: 2
# Comments: 1
Peg Parsing Series Overview
Article URL: https://medium.com/@gvanrossum_83706/peg-parsing-series-de5d41b2ed60
Comments URL: https://news.ycombinator.com/item?id=43490080
Points: 1
# Comments: 0
47% of jobs will vanish in the next 25 years, say Oxford University researchers
DO NOT PUBLISH Best 8K TVs for 2025: Why We're Not Recommending Any 8K TVs
Newer Kindles get touchscreen page-turning in new software update
OpenAI Close to Finalizing Its $40B SoftBank-Led Funding
Article URL: https://www.bloomberg.com/news/articles/2025-03-26/openai-close-to-finalizing-its-40-billion-softbank-led-funding
Comments URL: https://news.ycombinator.com/item?id=43490010
Points: 2
# Comments: 1
Chinese Embassy Is Promoting American YouTuber IShowSpeed
Article URL: https://hexbear.net/post/4476770
Comments URL: https://news.ycombinator.com/item?id=43489991
Points: 1
# Comments: 0
Mud, water and wood: The system that kept a 1604-year-old city afloat
Article URL: https://www.bbc.com/future/article/20250324-the-ancient-forest-that-supports-venice
Comments URL: https://news.ycombinator.com/item?id=43489974
Points: 1
# Comments: 0
A PHP library for encoding video files into ASCII art
Article URL: https://github.com/enxas/scoria
Comments URL: https://news.ycombinator.com/item?id=43489969
Points: 1
# Comments: 0
IShowSpeed to livestream across China despite YouTube ban
Article URL: https://tribune.com.pk/story/2535619/ishowspeed-to-livestream-across-china-mongolia-and-hong-kong-despite-youtube-ban
Comments URL: https://news.ycombinator.com/item?id=43489963
Points: 3
# Comments: 0
The CCP's dystopian AI plot to turn the world into China
Article URL: https://www.taipeitimes.com/News/feat/archives/2025/02/27/2003832570
Comments URL: https://news.ycombinator.com/item?id=43489954
Points: 3
# Comments: 0
Let's Build a Simple Database
Article URL: https://cstack.github.io/db_tutorial/
Comments URL: https://news.ycombinator.com/item?id=43489948
Points: 2
# Comments: 0