Hacker News
Show HN: Google's Epstein Files
Article URL: https://twitter.com/sushrut141/status/2021992771872346198
Comments URL: https://news.ycombinator.com/item?id=46992143
Points: 2
# Comments: 0
Blogging with Emacs org-mode and SvelteKit
Article URL: https://www.chiply.dev/post0
Comments URL: https://news.ycombinator.com/item?id=46992142
Points: 1
# Comments: 0
Ask HN: Is Prettier extension working for you in Cursor?
I started noticing problems with Prettier in Cursor around 3 weeks ago.
Discussion on Cursor forum: https://forum.cursor.com/t/after-last-update-prettier-stopped-working/149213
I managed to fix it a couple of days ago by:
- updating to the latest Cursor version
- downgrading the Prettier extension to 11.0.2
- removing the following from settings.json "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }
(more info: https://forum.cursor.com/t/after-last-update-prettier-stopped-working/149213/24)
- manually removing the broken v12 prettier extension (they were two versions v11 and v12 installed in .cursor/extensions): rm -rf ~/.cursor/extensions/esbenp.prettier-vscode-12.1.1-universal
(more info: https://forum.cursor.com/t/after-last-update-prettier-stopped-working/149213/23)
Comments URL: https://news.ycombinator.com/item?id=46992093
Points: 1
# Comments: 0
Show HN: A New and comprehensive Vibe Coding web platform is here
Hey guys, we have built a new vibe coding platform, and we are in beta right now, but we would love it if you could find time and give us your precious feedback. Thanks for reading it means a lot to me.
Comments URL: https://news.ycombinator.com/item?id=46992089
Points: 1
# Comments: 0
Memgraph 3.8: Atomic GraphRAG and Vector Single Store with Performance Upgrades
Article URL: https://memgraph.com/blog/memgraph-3-8-release-atomic-graphrag-vector-single-store-parallel-runtime
Comments URL: https://news.ycombinator.com/item?id=46992088
Points: 1
# Comments: 0
BleuNova – Ethical self-hosted AI agent (privacy-first)
Article URL: https://github.com/BleuRadience/BleuNova-AI-Agent
Comments URL: https://news.ycombinator.com/item?id=46992081
Points: 1
# Comments: 1
Show HN: ConsentScope – detect cookies loaded before user consent
So I recently ran a small experiment.
I tested 20 websites (SaaS, e-commerce, agencies, blogs) to check something simple:
Do they actually wait for user consent before loading analytics?
14 out of 20 loaded Google Analytics or other tracking scripts before the user clicked “Accept”.
In most cases:the cookie banner was visible, no interaction had happened yet but GA/GTM requests were already firing. You don’t really notice this unless you’re watching the Network tab closely.
So I built a small tool to monitor:
cookies being set
localStorage/sessionStorage usage
tracking-related network requests
the exact timestamp of the consent click
Originally it was just a script for internal audits. It grew into a Chrome extension called ConsentScope.
What it does:
-compares before vs after consent
-classifies cookies (necessary / analytics / marketing)
-shows a simple timeline of events
-optionally exports a report
It doesn’t auto-click banners. It doesn’t interpret the law. It just shows what technically happens.
I’m curious if others have checked this on their own sites. Feel free to ask anything technical — happy to share details.
Comments URL: https://news.ycombinator.com/item?id=46992058
Points: 1
# Comments: 0
Weight-loss revolution (does not much) show up in the data
Article URL: https://www.ft.com/content/0de44a07-528d-4515-9fb4-f6636d9c4230
Comments URL: https://news.ycombinator.com/item?id=46992034
Points: 1
# Comments: 1
U.S. Smuggled Thousands of Starlink Terminals into Iran After Protest Crackdown
Origin of "To Err Is Human; to Foul Things Up Requires a Computer" (2010)
Article URL: https://quoteinvestigator.com/2010/12/07/foul-computer/
Comments URL: https://news.ycombinator.com/item?id=46992027
Points: 1
# Comments: 0
Show HN: Simple tool to expolre UK companies with goods trading data
Under the hood: FastAPI + htmx, I found it easier for AI development than React. Data: dbt + duckdb/ducklake
Comments URL: https://news.ycombinator.com/item?id=46992019
Points: 1
# Comments: 0
Show HN: BotMode checks if your site renders correctly for Googlebot
Hi guys,
I made this tool that's built on top of the main PageGym analyzer, which respects the robots.txt files of all the resources on your site in the same way Googlebot would, and can also enforce the 2 MB HTML and resource limit that Google recently revealed through their documentation.
The idea is that if you're depending on scripts or some other resources which are loaded from a third party location, then access to them is governed by the robots.txt file of that third party, so if they're blocked and they happen to be required for rendering parts of your content, then your page might not get indexed correctly.
The same thing can happen if you're hitting the 2 MB limit for HTML or scripts. Yes quite a few websites seem to have this issue: https://pagegym.com/blog/2mb-googlebot-limit#stats
For the 2 MB thing it initially issues a warning if it finds any violations (this is actually part of the main tool), and if you have any you can turn on Trim mode in the reanalysis options to actually truncate the files.
Note: The reported timings are affected by robots.txt fetches, so don't rely on them. If you want proper load behaviour analysis use the main tool.
Comments URL: https://news.ycombinator.com/item?id=46992018
Points: 1
# Comments: 0
1,300-year-old world chronicle unearthed in Sinai
Article URL: https://www.heritagedaily.com/2026/02/1300-year-old-world-chronicle-unearthed-in-sinai/156948
Comments URL: https://news.ycombinator.com/item?id=46991998
Points: 1
# Comments: 0
Unorthodox Analytical Engine Utilizing Tinygrad
Article URL: https://github.com/ronfriedhaber/autark
Comments URL: https://news.ycombinator.com/item?id=46991936
Points: 2
# Comments: 0
Can medical "AI" lie? Large study maps how LLMs handle health misinformation
Article URL: https://medicalxpress.com/news/2026-02-medical-ai-large-llms-health.html
Comments URL: https://news.ycombinator.com/item?id=46991922
Points: 1
# Comments: 1
Why are people disconnecting or destroying their Ring cameras?
Article URL: https://www.usatoday.com/story/news/nation/2026/02/10/ring-super-bowl-ad-dog-camera-privacy/88606738007/
Comments URL: https://news.ycombinator.com/item?id=46991909
Points: 3
# Comments: 0
Show HN: Been using this for my setup. Now opening it. AI hedge fund
Lets collaborate
Comments URL: https://news.ycombinator.com/item?id=46991907
Points: 1
# Comments: 0
Transformers in 200 lines of dependency free Python
Article URL: https://twitter.com/i/status/2021694437152157847
Comments URL: https://news.ycombinator.com/item?id=46991061
Points: 2
# Comments: 0
Show HN: Insider Trading Alerts – Open-Market Buys&Sells from SEC Form 4 Filings
Article URL: https://stockalert.pro/alerts/insider-transactions
Comments URL: https://news.ycombinator.com/item?id=46991058
Points: 2
# Comments: 0
How the FBI might have gotten inaccessible camera footage from house
Article URL: https://www.npr.org/2026/02/12/nx-s1-5711620/nancy-guthrie-video-footage-fbi
Comments URL: https://news.ycombinator.com/item?id=46991049
Points: 2
# Comments: 0
