Feed aggregator
Symbolics Genera to be available under free for non-commercial use license
Article URL: https://hachyderm.io/@gmpalter/117044268951603975
Comments URL: https://news.ycombinator.com/item?id=49196119
Points: 2
# Comments: 0
Show HN: How will the Aug 12 eclipse look like from your address?
August 12 is a total solar eclipse over Iceland and northern Spain and partially across Europe. In France it'll be visible over 90% (~92% in Paris at 8:17pm).
I wanted to know if I can view it and from where (with proper protecting glasses of course :). I built a site to help see it: you type your address (in France only for now, there's a default address you can click on to try it) and it shows you how it'll look like. You can also see the details of the eclipse for multiple cities.
Try it here: https://eclipse2026times.com/
Basically, using IGN's open data (https://www.ign.fr/), a ray is cast along the sun's azimuth and you'll see if the line of sight is clear. You'll see the fully rendered street in which you'll be able to move around and the tool puts you automatically on the lowest floor from which you can get a clear view to see the eclipse. All done in the browser client-side, nothing server-side.
Keep in mind you can't yet see cloud coverage and sometimes building data is outdated. There are probably other improvements to make as well.
Let me know what you think and if there's any features you'd like to see.
Comments URL: https://news.ycombinator.com/item?id=49196116
Points: 2
# Comments: 0
Ask HN: Do you rehearse with AI before seeing a doctor or dentist?
I do.
For me, the benefit is greater than the privacy risk. AI helps me find the right words to explain precisely what I am experiencing and organize what I want to ask.
Comments URL: https://news.ycombinator.com/item?id=49196112
Points: 1
# Comments: 0
Show HN: Live Embedded Dashboards on Your GitHub Repo Page
The link is to our GitHub template repo. Just follow the instructions to get the dashboard templates on your repo. You put the SlickFast URL endpoint inside your readme. There are multiple templates on the page to choose from.
It's very easy to create your own style, or to add whatever metrics you want, if you want to go custom.
SlickFast is a new svg native render core without headless chrome or other library calls. SlickFast has 47 chart types that can be combined in any arrangement or aspect ratio. An entire dashboard is just one image render.
SlickFast has MCP and is made for agentic workflows. Hook it up to your agent, tell it what you want. Opus tier models can basically one shot new dashboards.
Github accepts SVG input. (SlickFast does SVG+PNG output)
SlickFast is free and open source under AGPL. github.com/slickfast/slickfast
SlickFast runs locally unless you use the API.
I hope I see some cool designs!
Comments URL: https://news.ycombinator.com/item?id=49196110
Points: 1
# Comments: 0
AI Hacking, Fearmongering and Prometheus
Article URL: https://askmike.org/articles/ai-hacking-fearmongering-prometheus/
Comments URL: https://news.ycombinator.com/item?id=49196082
Points: 2
# Comments: 1
The crisis of Europe's disappearing rivers
Article URL: https://theweek.com/environment/the-crisis-of-europes-disappearing-rivers
Comments URL: https://news.ycombinator.com/item?id=49196057
Points: 2
# Comments: 1
Show HN: A browser game for experimenting with cellular societies
Article URL: https://gameofsociety.alirizasaral.com
Comments URL: https://news.ycombinator.com/item?id=49196023
Points: 1
# Comments: 0
Zero-Click AI Browser Hacking: Claude and ChatGPT Atlas Hijacked via Emails, X Posts
Zenity researchers reported the findings to Anthropic and OpenAI in late 2025 and early 2026, but they remain unpatched.
The post Zero-Click AI Browser Hacking: Claude and ChatGPT Atlas Hijacked via Emails, X Posts appeared first on SecurityWeek.
Microbiome manipulation and enhanced weathering influence tree growth
Article URL: https://www.carboncommunity.org/glandwr-forest-carbon-study
Comments URL: https://news.ycombinator.com/item?id=49195994
Points: 1
# Comments: 0
Radio Transmission Security
Article URL: https://transec-taxonomy.pages.dev
Comments URL: https://news.ycombinator.com/item?id=49195985
Points: 1
# Comments: 1
Show HN: CaseHero – your own documented copy of every call with a company
Article URL: https://case-hero.com/
Comments URL: https://news.ycombinator.com/item?id=49195984
Points: 2
# Comments: 0
Pentagon draws up new nuclear weapons strategy for war with Russia and China
Article URL: https://www.yahoo.com/news/politics/articles/pentagon-draws-nuclear-weapons-strategy-160127758.html
Comments URL: https://news.ycombinator.com/item?id=49195980
Points: 1
# Comments: 1
Whats Good HN
been feeling great lately, working on my side startup, haha. What are you doing guys these weekend
Comments URL: https://news.ycombinator.com/item?id=49195965
Points: 1
# Comments: 1
Why Do Fewer Renters Expect to Move?
Article URL: https://libertystreeteconomics.newyorkfed.org/2026/08/why-do-fewer-renters-expect-to-move/
Comments URL: https://news.ycombinator.com/item?id=49195958
Points: 2
# Comments: 0
Show HN: ReflectWorld – Entity-oriented memory system for open-ended video
ReflectWorld gives AI agents persistent memory over video streams — memory that participates in perception, not just retrieval. Design details in the first comment.
Comments URL: https://news.ycombinator.com/item?id=49195953
Points: 2
# Comments: 0
TCM Tongue Diagnosis AI
Article URL: https://www.sciencedaily.com/releases/2012/05/120526191322.htm
Comments URL: https://news.ycombinator.com/item?id=49195947
Points: 1
# Comments: 1
Typora theme for long-form Chinese – token-built, 0 important
Article URL: https://github.com/huiyonghkw/hekouwang-typora-theme
Comments URL: https://news.ycombinator.com/item?id=49195538
Points: 1
# Comments: 1
GitHub Star History, Revived
Article URL: https://star-history.dera.page
Comments URL: https://news.ycombinator.com/item?id=49195535
Points: 1
# Comments: 1
Factoring Your Code
Article URL: https://grugbrain.dev/#grug-on-factring-your-code
Comments URL: https://news.ycombinator.com/item?id=49195533
Points: 1
# Comments: 0
Ask HN: How do you do PR reviews now?
Hey HN, I need to take step back regarding the PR review process. As everyone is saying AI let's us write way more line of code than before, we have code reviewers that are somewhat relevant, we all know the current state of software engineering.
But... to me PR reviews is still the bottleneck, I still think it's important to have ownership over the code that is merge to main branch, everyone should still have a ownership towards his own code but in order to all progress at the same time towards a codebase that grows faster than ever before how do we do it?
Also how do you not end up mentally dried after reviewing 5 PRs in a day (I'm working on a open-source project which add a bit of complexity as well).
We are trying multiple things: PR author adds comments regarding what should be looked at, labels easy/hard review, PR reviews in pair (author + reviewer).
What are you doing? Do you have a better UI than GitHub or IDEs ones?
Comments URL: https://news.ycombinator.com/item?id=49195510
Points: 2
# Comments: 0
