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

Show HN: Simple tool to expolre UK companies with goods trading data

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

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

Categories: Hacker News

Show HN: BotMode checks if your site renders correctly for Googlebot

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

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

Categories: Hacker News

Show HN: Been using this for my setup. Now opening it. AI hedge fund

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

Lets collaborate

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages