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?