HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rustc

no profile record

Submissions

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

kx.com
5 points·by rustc·8 месяцев назад·0 comments

The Web Animation Performance Tier List

motion.dev
1 points·by rustc·8 месяцев назад·0 comments

The New Google Search Ad Layout Is Causing Accidental Clicks

seroundtable.com
29 points·by rustc·8 месяцев назад·3 comments

CVC Strikes $1.5B Deal for Namecheap

wsj.com
6 points·by rustc·10 месяцев назад·4 comments

comments

rustc
·8 месяцев назад·discuss
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 месяцев назад·discuss
> what's next?

Removing existing Docker images? Seems unlikely.
rustc
·9 месяцев назад·discuss
It's still risky if you pay unless you have a contract guaranteeing what the renewal price would be.
rustc
·9 месяцев назад·discuss
> 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 месяцев назад·discuss
Another weird idea: make this kind of tracking illegal. Why would anyone willingly agree to be tracked?
rustc
·9 месяцев назад·discuss
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 месяцев назад·discuss
Does any host provide more compensation than refund for downtime?
rustc
·9 месяцев назад·discuss
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 месяцев назад·discuss
But will the "big fine" be more than the money LinkedIn will make by doing this?
rustc
·10 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
> 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 месяцев назад·discuss
The notifications are not real time. You can rack up a significant bill before they are triggered.
rustc
·10 месяцев назад·discuss
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 месяцев назад·discuss
This is like `curl | bash` but you automatically execute the code on every webpage you visit with full access to your browser.
rustc
·11 месяцев назад·discuss
> 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
·в прошлом году·discuss
And does it break something? I was replying to "islands work until they don't".
rustc
·в прошлом году·discuss
> 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
·в прошлом году·discuss
> islands work until they don't

Like when?
rustc
·в прошлом году·discuss
> 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?