Forgot your password?
typodupeerror

Comment Re: Biased news (Score 1) 118

>One could infer that the State of California thinks its citizens are dumber than the average American, and thus can't be allowed to see triangular arrows lest they draw the wrong conclusion

Or the plastics recycling was always an industry greenwashing campaign, and the vast majority of people actually do believe that sorting their plastics into a recycling bin leads to less plastic being manufactured, and this is just a move to educate the people that plastic recycling is actually a sham.

Comment AI generated C compiler - not so great (Score 3, Insightful) 162

Apparently the performance of the code it produces is worse than gcc with all optimizations turned off. That's pathetic. And it is written in rust, so it can't bootstrap - And the size of it is on par with a hand-written C compiler - so no win there.

When I worked on compilers at IBM, our first bootstrap of C for x86 was a cause for celebration. A double bootstrap was a great "smoke test". But that was relatively easy. Passing the validation test suites were *way* harder - like 50x harder.

Comment Re: What is it? (Score -1, Troll) 37

Itâ(TM)s in its name. SERP = Search Engine Results Page. Theyâ(TM)re scrapes of Google SERPs. This is fallout from the Reddit license where Reddit decided to collect rent from Google and others for scraping their content. Apparently Reddit and Google decided to put Google only visible stuff on their pages (which is explicitly illegal under Googleâ(TM)s TOS, and has resulted in index banning) and then served up this secret content via SerpAPI.

Scraping Google SERPs has been standard behavior for literally as long as Google has existed. Thatâ(TM)s literally how Facebook, Microsoft, and countless startups and academics evaluate their own search engines. Iâ(TM)m not exaggerating. They literally compare their results to Google results, which always made me wonder what Google does.

As far as ignoring robots.txt and using different IPs? Please. Thatâ(TM)s also has been standard behavior for as long as the web has been around.

This is monopoly behavior, and Google is openly engaging in it and attacking the open web because thereâ(TM)s a sympathetic White House administration for them.

Slashdot Top Deals

Remember Darwin; building a better mousetrap merely results in smarter mice.

Working...