- 0 Posts
- 90 Comments
What do you mean “build”? It’s part of the development process.
Fury? I mean the only slop here are lemmings.
It does respect robots.txt, but that doesn’t mean it won’t index the content hidden behind robots.txt. That file is context dependent. Here’s an example.
Site X has a link to sitemap.html on the front page and it is blocked inside robots.txt. When Google crawler visits site X it will first load robots.txt and will follow its instructions and will skip sitemap.html.
Now there’s site Y and it also links to sitemap.html on X. Well, in this context the active robots.txt file is from Y and it doesn’t block anything on X (and it cannot), so now the crawler has the green light to fetch sitemap.html.
This behaviour is intentional.
What kind of code are you writing that your CPU goes to sleep? If you follow any good practices like TDD, atomic commits, etc, and your code base is larger than hello world, your PC will be running at its peak quite a lot.
Example: linting on every commit + TDD. You’ll be making loads of commits every day, linting a decent code base will definitely push your CPU to 100% for a few seconds. Running tests, even with caches, will push CPU to 100% for a few minutes. Plus compilation for running the app, some apps take hours to compile.
In general, text editing is a small part of the developer workflow. Only junior devs spend a lot of time typing stuff.
AI being trained by AI is how you train most models. Man, people here are ridiculously ignorant…
Here’s a thing - it’s not useless.
AI won’t see Markov chains - that trap site will be dropped at the crawling stage.
The fuck are you talking about, kiddo? Read the fucking docs!
Internally it will still read a whole word. Because the CPU cannot read less than a word. And if you read the ARM article you linked, it literally says so.
Thus any compiler worth their salt will align all byte variables to words for faster memory access. Unless you specifically disable such behaviour. So yeah, RTFM :)
Sorry, but you’re very confused here.
It’s not wasteful, it’s faster. You can’t read one byte, you can only read one word. Every decent compiler will turn booleans into words.
They do, that’s the optimisation.
Usually the most effective way is to read and write the same amount of bits as the architecture of the CPU, so for 64 bit CPUs it’s 64 bits at once.
And performance optimisation of a compiler for a 64 bit CPU will realign everything and each boolean will occupy 8 bytes instead.
There is a water shortage?
Aux@feddit.ukto politics @lemmy.world•Elon Musk is responsible for “killing the world’s poorest children,” says Bill GatesEnglish1·1 month agoExample of something that doesn’t exist? You remind me of people who believe in god.
Aux@feddit.ukto politics @lemmy.world•Elon Musk is responsible for “killing the world’s poorest children,” says Bill GatesEnglish1·1 month agoThese are not actually property taxes. Stamp duty is like VAT, it’s a transaction tax and its rate is very low. You don’t pay stamp duty while owning a property. Council tax is a weird abomination and while it is linked to property value in theory, in practice you’ll pay the same amount if you live in a £1m house or £50m mansion. Business rates are for business, and property owners don’t pay them, only those who rent.
There are no property taxes in the UK. The current government is thinking about land tax, but we’ll see if it ever comes to fruition.
People have been using AI tech for decades. It’s just marketing terms come and go.