HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rustc

no profile record

投稿

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

kx.com
5 ポイント·投稿者 rustc·8 か月前·0 コメント

The Web Animation Performance Tier List

motion.dev
1 ポイント·投稿者 rustc·8 か月前·0 コメント

The New Google Search Ad Layout Is Causing Accidental Clicks

seroundtable.com
29 ポイント·投稿者 rustc·8 か月前·3 コメント

CVC Strikes $1.5B Deal for Namecheap

wsj.com
6 ポイント·投稿者 rustc·10 か月前·4 コメント

コメント

rustc
·8 か月前·議論
That's how you get this feature: https://wiki.php.net/rfc/deprecate-bareword-strings.

tldr: undefined constants were treated as a string (+ a warning), so `$x = FOO` was `$x = "FOO"` + a warning if `FOO` was not a defined constant. Thankfully this feature was removed in PHP 8.
rustc
·9 か月前·議論
> what's next?

Removing existing Docker images? Seems unlikely.
rustc
·9 か月前·議論
It's still risky if you pay unless you have a contract guaranteeing what the renewal price would be.
rustc
·9 か月前·議論
> OR they acknowledge that it's almost impossible to build a website without some form of tracking

Why would it be almost impossible to "build a website" without tracking?
rustc
·9 か月前·議論
Another weird idea: make this kind of tracking illegal. Why would anyone willingly agree to be tracked?
rustc
·9 か月前·議論
Or just ban this kind of data collection. Is there any reason anyone would willingly click "Accept" when a website asks to share your data with 500+ partner sites?
rustc
·9 か月前·議論
Does any host provide more compensation than refund for downtime?
rustc
·9 か月前·議論
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.
rustc
·10 か月前·議論
But will the "big fine" be more than the money LinkedIn will make by doing this?
rustc
·10 か月前·議論
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.
rustc
·10 か月前·議論
Have you thought about licensing future additions to WordPress under AGPL? I believe it can be done [1]. This will disallow private forks and require companies to publish any changes they make.

[1]: https://opensource.stackexchange.com/questions/12276/how-to-...
rustc
·10 か月前·議論
> 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.
rustc
·10 か月前·議論
The notifications are not real time. You can rack up a significant bill before they are triggered.
rustc
·10 か月前·議論
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.
rustc
·11 か月前·議論
This is like `curl | bash` but you automatically execute the code on every webpage you visit with full access to your browser.
rustc
·11 か月前·議論
> 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.
rustc
·昨年·議論
And does it break something? I was replying to "islands work until they don't".
rustc
·昨年·議論
> Be careful with Netlify. Their bandwidth charges are even more egregious than Vercel’s.

$550/TB for those who want to save a search.
rustc
·昨年·議論
> islands work until they don't

Like when?
rustc
·昨年·議論
> All evidence I can find, regardless of domain or context, suggests Redis vs. valkey marketshare is something around a 99%/1% difference.

What evidence did you find?