Hacker News
We omitted piles for a bridge foundations
Article URL: https://matrixsection.com/?p=1
Comments URL: https://news.ycombinator.com/item?id=43687623
Points: 1
# Comments: 0
'Silicon Six' accused of avoiding ~$278B in US corporation taxes over 10 years
Tell HN: Google terminated my YouTube account but charges me for YouTube Premium
Few months ago, Google randomly, and without warning, terminated my YoutTube account because "it violates our Spam, deceptive practices and scams policy", even though I had only published one simple, unlisted screen recording of my personal project, shared with friends and family. I appealed the decision and got immediately rejected with no recourse.
I was a YouTube Premium subscriber, and Google is still charging me every month with no way for me to cancel the subscription. None of the links work because, well, my YouTube account is terminated and nobody to talk to.
I've tried anything and everything with no luck. Has anybody experienced something like this? How were you able to stop the subscription?
Comments URL: https://news.ycombinator.com/item?id=43687597
Points: 2
# Comments: 1
The most famous carbon dioxide absorber
Article URL: https://www.howequipmentworks.com/apollo_13/
Comments URL: https://news.ycombinator.com/item?id=43687583
Points: 3
# Comments: 0
Show HN: Code+=AI – build AI webapps in minutes by having LLM complete tickets
The goal is to resolve frustrations while coding using AI, such as irrelevant changes sneaking in, messy copy+paste from ChatGPT to your editor, and getting quick previews of what you're working on.
3min demo video: https://codeplusequalsai.com/static/space.mp4
The main problem I'm solving is that LLMs still kinda suck at modifying code. Writing new code is smoother, but modifying code is way more common and a lot harder for LLMs. The main insight is that we're not modifying code directly. Rather, Code+=AI parses your source file into AST (Abstract Syntax Tree) form and then writes code to modify the AST structure and then outputs your code from that. I wrote a blog post detailing a bit more about how this is done: https://codeplusequalsai.com/static/blog/prompting_llms_to_m...
The system is set up like a Jira-style kanban board with tickets for the AI to complete. You can write the tickets or you can have LLMs write tickets for you - all you need is a project description. Each ticket operates on only 1 file however; for changes requiring multiple files, the LLM (gpt-4.1-mini by default) can Generate Subtasks to accomplish the task in full.
I also provide a code editor (it's monaco, without any AI features like copilot...yet) so you can make changes yourself as well. I have a strong feeling that good collaborative tools will win in the AI coding space, so I'm working on AI-human collaboration as well with this.
There is a preview iframe where you can see your webapp running.
This was a very heavy lift - I'll explain some of the architecture below. There is also very basic git support, and database support as well (sqlite). You can't add a remote to your git yet, but you can export your files (including your .git directory).
The architecture for this is the fun part. Each project you create gets its own docker container where gunicorn runs your Python/Flask app. The docker containers for projects are run on dedicated docker server hosts. All AI work is done via OpenAI calls. Your iframe preview window of your project gets proxied and routed to your docker container where your gunicorn and flask are running. In your project you can have the LLM write a webapp that makes calls to OpenAI - and that request is proxied as well, so that I can track token usage and not run afoul of OpenAI (it's not bring-your-own-key).
My next goal is to let users publish their webapps to our Marketplace. And each time a user loads your webapp that runs an OpenAI call, the token cost for that API call will be billed to that user with the project creator earning a margin on it. I'm building this now but the marketplace isn't ready yet. Stay tuned.
Really big day for me and hoping for some feedback! Thanks!
Comments URL: https://news.ycombinator.com/item?id=43687552
Points: 1
# Comments: 0
Godmode Is Shutting Down
Article URL: https://godmodehq.com/godsend/sunset
Comments URL: https://news.ycombinator.com/item?id=43687521
Points: 1
# Comments: 0
Cutting Edge: The Cautious Optimism for Psychiatric Brain Surgery
Article URL: https://undark.org/2025/04/14/cautious-optimism-psychiatric-brain-surgery/
Comments URL: https://news.ycombinator.com/item?id=43687504
Points: 2
# Comments: 0
Hertz says customers' personal data and driver's licenses stolen in data breach
Article URL: https://techcrunch.com/2025/04/14/hertz-says-customers-personal-data-and-drivers-licenses-stolen-in-data-breach/
Comments URL: https://news.ycombinator.com/item?id=43687501
Points: 28
# Comments: 4
Temu pauses Google Ads, falls from #2 to #19 in app store
Article URL: https://searchengineland.com/temu-pulls-us-google-shopping-ads-454260
Comments URL: https://news.ycombinator.com/item?id=43687495
Points: 22
# Comments: 11
There Are Two Types of Dishwasher People
Article URL: https://www.theatlantic.com/family/archive/2025/04/how-to-load-dishwasher/682425/
Comments URL: https://news.ycombinator.com/item?id=43687494
Points: 2
# Comments: 1
algolia/mcp: MCP servers for interacting with Algolia
Article URL: https://github.com/algolia/mcp
Comments URL: https://news.ycombinator.com/item?id=43687370
Points: 1
# Comments: 0
JEP draft: Extend native memory tracking to the entirety of the JDK
Article URL: https://openjdk.org/jeps/8354416
Comments URL: https://news.ycombinator.com/item?id=43687329
Points: 1
# Comments: 0
Show HN: A 'swipe'able, minimal and installable Hacker News client for mobile
Hey HN folks, I built a simple, minimal and 'swipe'able HN interface to glance through HN posts on mobile.
It is a PWA, so feel free to install and use it. Any feedback is welcome!
Cheers!
Comments URL: https://news.ycombinator.com/item?id=43687312
Points: 3
# Comments: 0
A cautionary tale about continuity
Article URL: https://www.mattkeeter.com/blog/2025-04-12-continuity/
Comments URL: https://news.ycombinator.com/item?id=43687310
Points: 1
# Comments: 0
The magic of fast feedback loops
Article URL: https://www.asimov.press/p/fast-feedback
Comments URL: https://news.ycombinator.com/item?id=43687304
Points: 1
# Comments: 0
Strip EXIF Data Out of Your Image Files Before Posting
Article URL: https://sheep.horse/2025/4/you_should_be_stripping_exif_data_out_of_your_imag.html
Comments URL: https://news.ycombinator.com/item?id=43687284
Points: 2
# Comments: 0
3000 Days of Duolingo
Article URL: https://mmapped.blog/posts/39-3000-days-of-duolingo
Comments URL: https://news.ycombinator.com/item?id=43687279
Points: 2
# Comments: 1
Mimrs: A Survey on Masked Image Modeling in Remote Sensing
Article URL: https://arxiv.org/abs/2504.03181
Comments URL: https://news.ycombinator.com/item?id=43687260
Points: 1
# Comments: 0
Europe Wants to Ban Carbon Fiber
Article URL: https://www.motor1.com/news/756539/europe-proposed-carbon-fiber-ban/
Comments URL: https://news.ycombinator.com/item?id=43687254
Points: 1
# Comments: 0