Feed aggregator

Show HN: Interactive visualizer for Karpathy's 243-line microGPT

Hacker News - Thu, 02/12/2026 - 1:42pm

Saw Karpathy drop microgpt yesterday.

Decided to Build an interactive visualizer for it to help me understand it better.

Type a name → watch it flow through the tokenizer, embeddings, and attention heads in real time.

Comments URL: https://news.ycombinator.com/item?id=46993126

Points: 1

# Comments: 1

Categories: Hacker News

Hackers Are Trying to Copy Gemini via Thousands of AI Prompts, Google Reports

CNET Feed - Thu, 02/12/2026 - 1:40pm
A new report from Google warns the industry of attempts to clone AI models.
Categories: CNET

6 Expert-Backed Vitamins to Help With Healthy Aging

CNET Feed - Thu, 02/12/2026 - 1:36pm
These vitamins can be the key to keeping you aging well.
Categories: CNET

European data protection supervisors warn the European Commission against narrowing the privacy protections for personal data as it gears up for a swathe of data protection reforms.

Computer Weekly Feed - Thu, 02/12/2026 - 12:56pm
European data protection supervisors warn the European Commission against narrowing the privacy protections for personal data as it gears up for a swathe of data protection reforms.
Categories: Computer Weekly

YouTube Is Finally on the Apple Vision Pro. Can We Expect More Google Apps to Come?

CNET Feed - Thu, 02/12/2026 - 12:48pm
You can now watch Google's immersive YouTube videos on the Vision Pro. Maybe Google Maps will be next?
Categories: CNET

Can Diazepam Cause Anxiety?

Hacker News - Thu, 02/12/2026 - 12:44pm

Comments URL: https://news.ycombinator.com/item?id=46992178

Points: 1

# Comments: 0

Categories: Hacker News

Blogging with Emacs org-mode and SvelteKit

Hacker News - Thu, 02/12/2026 - 12:43pm

Article URL: https://www.chiply.dev/post0

Comments URL: https://news.ycombinator.com/item?id=46992142

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Is Prettier extension working for you in Cursor?

Hacker News - Thu, 02/12/2026 - 12:40pm

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

Categories: Hacker News

Show HN: A New and comprehensive Vibe Coding web platform is here

Hacker News - Thu, 02/12/2026 - 12:40pm

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

Categories: Hacker News

Show HN: ConsentScope – detect cookies loaded before user consent

Hacker News - Thu, 02/12/2026 - 12:38pm

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

Categories: Hacker News

Pages