Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rustc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rustc
10mo ago
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`
2.
▲
Benchmarking KDB-X vs. QuestDB, ClickHouse, TimescaleDB and InfluxDB
(kx.com)
5 points
by
rustc
10mo ago
|
0 comments
3.
▲
The Web Animation Performance Tier List
(motion.dev)
1 points
by
rustc
11mo ago
|
0 comments
4.
▲
The New Google Search Ad Layout Is Causing Accidental Clicks
(seroundtable.com)
29 points
by
rustc
11mo ago
|
3 comments
5.
▲
by
rustc
11mo ago
> what's next? Removing existing Docker images? Seems unlikely.
6.
▲
by
rustc
11mo ago
It's still risky if you pay unless you have a contract guaranteeing what the renewal price would be.
7.
▲
by
rustc
11mo ago
> 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?
8.
▲
by
rustc
11mo ago
Another weird idea: make this kind of tracking illegal. Why would anyone willingly agree to be tracked?
9.
▲
by
rustc
11mo ago
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?
10.
▲
by
rustc
11mo ago
Does any host provide more compensation than refund for downtime?
11.
▲
by
rustc
11mo 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'
12.
▲
by
rustc
1y ago
But will the "big fine" be more than the money LinkedIn will make by doing this?
13.
▲
by
rustc
1y 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.
14.
▲
by
rustc
1y ago
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.stackexchan
15.
▲
by
rustc
1y ago
> 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 Mod
16.
▲
CVC Strikes $1.5B Deal for Namecheap
(wsj.com)
6 points
by
rustc
1y ago
|
4 comments
17.
▲
by
rustc
1y ago
The notifications are not real time. You can rack up a significant bill before they are triggered.
18.
▲
by
rustc
1y 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.
19.
▲
by
rustc
1y ago
> Included in Always Free Tier > 1 TB of data Someone can rent a 1Gbps server for cheap (under $50 on OVH) and pull 330TB in a month from your site. That's about $30k of egress on AWS if you don't do anything to stop it.
20.
▲
by
rustc
1y ago
> If you put your information freely on the web, you should have minimal expectations on who uses it and how. Does this only apply to "information" or should we treat all open source code as public domain?
21.
▲
by
rustc
1y ago
> If you want your content to be free, you release it and have no issues with AI. If you want to make money of your content, add a paywall. What about licenses like CC-BY-NC (Creative Commons - Non Commercial)?
22.
▲
by
rustc
1y ago
This is like `curl | bash` but you automatically execute the code on every webpage you visit with full access to your browser.
23.
▲
by
rustc
1y 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 >
24.
▲
Anthropic settles class action from US authors alleging copyright infringement
(reuters.com)
7 points
by
rustc
1y ago
|
0 comments
25.
▲
by
rustc
1y ago
Since when does PayPal Honey replace ads on websites? > PayPal Honey is a browser extension that automatically finds and applies coupon codes at checkout with a single click.
26.
▲
by
rustc
1y ago
There are many APIs that scrape Google but I don't know of any search engine that scrapes and rebrands Google results. Kagi.com pays Google for search results. Either Kagi has a better deal than SERP apis (I doubt) or this is not legal
27.
▲
by
rustc
1y ago
> Should curl be considered a bot too? What's the difference? Perplexity definitely does: $ curl -sI https://www.perplexity.ai | head -1 HTTP/2 403
28.
▲
by
rustc
1y ago
> 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 the
29.
▲
by
rustc
1y ago
It's ironic Perplexity itself blocks crawlers: $ curl -sI https://www.perplexity.ai | head -1 HTTP/2 403 Edit: trying to fake a browser user agent with curl also doesn't work, they're using a more
30.
▲
by
rustc
1y ago
And now you spend the same time verifying/reviewing AI output?
More ›