HN user

rustc

1,476 karma
Posts22
Comments208
View on HN
kx.com 8mo ago

Benchmarking KDB-X vs. QuestDB, ClickHouse, TimescaleDB and InfluxDB

rustc
5pts0
motion.dev 8mo ago

The Web Animation Performance Tier List

rustc
1pts0
www.seroundtable.com 8mo ago

The New Google Search Ad Layout Is Causing Accidental Clicks

rustc
29pts3
www.wsj.com 10mo ago

CVC Strikes $1.5B Deal for Namecheap

rustc
6pts4
www.reuters.com 11mo ago

Anthropic settles class action from US authors alleging copyright infringement

rustc
7pts0
www.cloudflarestatus.com 5y ago

Cloudflare Dashboard and Cloudflare API service issues

rustc
1pts0
news.ycombinator.com 8y ago

Ask HN: Is the new Unsplash license compatible with open source licenses?

rustc
2pts2
github.com 11y ago

Psp's non-standard standard library (for scala)

rustc
1pts0
herbsutter.com 12y ago

Where can you get the ISO C++ standard, and what does “open standard” mean?

rustc
2pts0
blog.fusioncharts.com 12y ago

JSDoc vs YUIDoc vs Doxx vs Docco – Choosing a JavaScript documentation generator

rustc
1pts0
pzol.github.io 12y ago

Rust by Example: Working with HashMaps

rustc
1pts0
www.reddit.com 12y ago

Why are all the 'cool' jobs no longer using .NET?

rustc
25pts28
raganwald.com 12y ago

The Predicate Module Pattern

rustc
7pts2
elm-lang.org 13y ago

Elm 0.8 released – Improve Everything

rustc
5pts1
idontwantyourfuckingapp.tumblr.com 13y ago

I Don't Want Your Fucking App

rustc
560pts256
mashable.com 13y ago

Facebook Charging $100 to Message Mark Zuckerberg

rustc
57pts67
news.ycombinator.com 13y ago

Ask HN: Interesting Lisp/Clojure articles for experienced programmers?

rustc
2pts1
bugs.php.net 13y ago

htmlspecialchars does not throw E_WARNING on multibyte problems

rustc
30pts29
github.com 13y ago

JS AST rewriter for tail call elimination

rustc
1pts0
news.ycombinator.com 13y ago

Ask HN: What's the best way to setup an email server on a VPS?

rustc
8pts8
news.ycombinator.com 13y ago

Ask HN: Which Vim plugins / config line can you not live without?

rustc
3pts4
news.ycombinator.com 13y ago

Ask HN: Do you limit your code to a certain line width?

rustc
12pts23
Ripgrep 15.0 9 months ago

What is the right way to make ripgrep behave closer to `git grep`? Plain `rg` ignores files inside hidden folders like `.github`, `rg --hidden` will search `.github` but also search inside `.git`. I currently have this alias that I don't remember where I found: `rg --hidden --glob '!*/.git/*'`. Is there a better way?

I would prefer a solution that works from outside git repos, so no piping `git ls-files` into rg.

Legal win 10 months ago

It would disallow private forks of WordPress (require them to share the modifications) but I don't know whether WPEngine and other hosts have any private modifications or they all use stock WordPress.

If your bank calls you, hang up and log in or call their support number yourself.

And don't trust the number you see on Google. Google is known to show scammers' phone numbers in featured snippets or in their new "AI Mode". Click on the link and make sure it's the correct site before trusting the number.

Serverless Horrors 11 months ago

The notifications are not real time. You can rack up a significant bill before they are triggered.

Serverless Horrors 11 months ago

And what if they don't say "no problem"? Like the Netlify case where they at first offered a reduced bill (which was still a lot) before the post got viral and the CEO stepped in.

Claude for Chrome 11 months ago

This is like `curl | bash` but you automatically execute the code on every webpage you visit with full access to your browser.

Claude for Chrome 11 months ago

Malicious actors can hide instructions in websites, emails, and documents that trick AI into taking harmful actions without your knowledge, including:

* Accessing your accounts or files

* Sharing your private information

* Making purchases on your behalf

* Taking actions you never intended

This should really be at the top of the page and not one full screen below the "Try" button.

Crawling and scraping is legal. If your web server serves the content without authentication, it's legal to receive it, even if it's an automated process.

If you want to gatekeep your content, use authentication.

Are there no limits on what you use the content for? I can start my own search engine that just scrapes Google results?

did they not make it clear to their customers that letting the Nonsense Generator have root was a bad idea?

No, the opposite (from replit.com home page):

The safest place for vibe coding

Vibe coding makes software creation accessible to everyone, entirely through natural language. Whether it’s personal software for yourself and family, a new business coming to life, or internal tools at your workplace, Replit is the best place for anybody to build.

Ha, nice find! I'm the Adriaan in adriaan.com. I'm testing some new script features that might improve deliverability. It's not sending any personal data. I use another domain to have the least effect of ad-blockers.

You are sending the user agent, path, referrer, a session id + the IP (which is automatically sent) to your personal server and also using a different domain to track users who have ad blockers installed. Even Google Analytics does not use random domain names to track adblock users (yet).