Viewing profile — KETpXDDzR
KETpXDDzR
HN member- Joined
- Wed, Jun 03, 2020, 1:16 AM UTC
- HN karma
- 417
- Public activity
- 198 items
- HN profile
- View on Hacker News ↗
About KETpXDDzR
No profile information was provided.
Recent public activity
-
comment
Comment #49263050
I wonder how the caveman skill will affect this. Also, you can probably put the output of Claude in another LLM to get rid of the watermark.
-
story
Show HN: StarSkew, a privacy-light Amazon review analyzer (starskew.com)
I built "StarSkew". A privacy-light Amazon review analysis tool. Right now, Chrome and Edge extensions are available. The extension displays a small feedback box on the Amazon prod…
- story
-
comment
Comment #45982091
In Germany headlights are limited by power consumption. The law was written pre-LED. Just another example of the ridiculously slow German government.
-
comment
Comment #45961167
Yeah, I gave my AWS root API key to Cursor in agent mode. I learned that AWS charges ridiculous amounts for transferring and storing data.
-
comment
Comment #45921741
I can highly recommend looking to response times for you locality. For me it's Denver and I'm shocked that they didn't meet any of their goals: https://www.denvergov.org/files/asse…
-
comment
Comment #45867259
Everytime I read such news, I'm glad that I ditched Windows for Linux. Since Proton makes almost all games run, I don't have any reason to use Microsoft's rotten software anymore.
-
comment
Comment #45786855
I tried using oolama to run an LLM on my A6000 for Cursor. It fits completely in VRAM. Nevertheless it was significantly slower than Claude 4.5 opus. Also, the support in Cursor fo…
-
comment
Comment #45767216
The new UI in cursor is optional. You can still use the old one.
-
comment
Comment #45732756
If someone is looking for an open source alternative: https://pikvm.org/
-
comment
Comment #45624167
> Python SVG libraries create spurious connecting lines That rather sounds like a bug to me. I'd try browser automation to get the book pages, then OCR it (or just store them as im…
-
comment
Comment #45367144
India: 71% of H-1B approvals China: 11.7% of H-1B approvals All other nationalities: 17.3% combined Src: https://www.aljazeera.com/news/2025/9/22/h-1b-fee-hike-whos-...
-
comment
Comment #45153235
If LLMs make devs 19% less effective on average and the number of releases is growing the same, doesn't that mean that 1. Only a handful of devs use LLMs 2. For every developer get…
-
comment
Comment #45027472
It seems most banking apps do work: https://privsec.dev/posts/android/banking-applications-compa...
-
comment
Comment #44806106
> We were able to fingerprint this crawler using a combination of machine learning and network signals. Yikes. AntiVirus scanners for website access.
-
comment
Comment #44737729
Clothes for women rarely have pockets due to a combination of historical, social, and fashion-driven reasons that stem from gender inequality and ideas about femininity. Key reason…
-
comment
Comment #44593360
Thanks Microsoft for making Windows so crappy that ppl switch to Linux!
-
comment
Comment #44468112
Can't (AI) crawlers just use a browser user agent? TL;DR: Yes, but with some more work that the big AI companies can surely manage to implement. To bypass detection, a crawler woul…
-
comment
Comment #44401832
IIRC Claude Code indexes your code via a vector DB. That's why it's good for larger codebases. I'm not aware that GeminiCLI has this, too.
-
comment
Comment #44357536
Why can't the Iran just buy a nuke from Russia?
-
comment
Comment #44264564
You should judge a civilization by how they treat their poorest. In this case the US is treating them with batons and rubber bullets.
-
comment
Comment #44206829
With git it should be straightforward to implement an incremental, dedup backup solution since all objects are stored with their hashs in filename.
-
comment
Comment #43910824
ssh username@server "sqlite3 my_remote_database.db .dump | gzip -c" | gunzip -c | sqlite3 my_local_database.db
-
comment
Comment #43576805
Here's the official source for the calculation: [0]. Also, there are some hints this might be from a LLM [1]. And an official statement that it's about trade imbalances and not rec…
-
comment
Comment #43085239
> They want LLMs. That's why NVIDIA has NIMs [0]. A super easy way to use various LLMs. [0] https://developer.nvidia.com/nim