A file that “robots” are supposed to respect when they index a website. Here’s Googles https://www.google.com/robots.txt
Yo whatup
A file that “robots” are supposed to respect when they index a website. Here’s Googles https://www.google.com/robots.txt
You should look into YouTube ReVanced
The law boiled down says any applications from Rushia or China are inherently a security risk and therefore can be banned no questions asked (currently they have to go app by app) which to put it simply is extremely concerning. Straight up US great firewall type shit
If your joking yes, if your not Java and Java Script are seperate things.
Here’s an idea. How about instead of paying money to buy a token that you then buy electricity with you just… Buy electricity. You can have a distrubuted system without the silly tokens that’s how stuff like torrents work. Or better idea go through some sort of central (maybe government!!) agency which has enough power to enforce people are fairly paid for the power they sell to what I’m going to call “the grid”.
Anyway fun fact my Grandpa, almost 2 decades ago plonked some solar panels on his barn and was able to sell the extra power to their utility provider. They lived so far out into the boonies that their neighbors literally kept and sold cows for a living so I’d like to assume pretty much anybody can do the same.
Uninitalized memory (int a;
with no assignment) vector of int vectors (IE a dynamic int[][]
) and attempting to find a
, an int
in the vector of vectors of int IE int
instead of vector<int>
. I think the iterator type is correct but I’m not sure off the top of my head
Heh, sucker’s more free pencils for me
But Sony does!
Right, but the last attempt was falling apart within months of instillation with very light foot tragic and weather so…
You have significantly more pleasent migrations when you use a custom launcher. Far as settings go Samsung S7 -> OnePlus 8 from what I recall got most of the settings I cared about. Notification settings for example, even app overrides
You don’t have to be religious to think a fat dude in some red clothes that magically travels around the world giving out presents to good children isn’t a fun yearly tradition. Frankly it’s kind of an overdramatic reaction to a small red hat overlaid onto an icon. Should configuration be provided to disable the functionally? Sure I don’t care, hell have it disabled by default I don’t mind but it’s stupid to make a huge stink about something so minor.
JetBrains has really nice Git integration. Interactive rebaseses and merges are quite pleasant but I’m still dipping into the command line to do stuff occasionally. Most commonly a git reset HEAD~
cause I want to split a commit though I had to dig through the reflog the other day cause I suddenly realized I lost an important branch that ended up being over a hundred commits back.
Act works out pretty good but you need to pass it a token and stuff so the actual github CLI bits can work which is kind of a hassle. It took me much too long to discover you need a classic token, the one from the github CLI app gh auth token
won’t work.
Edit: Ah! Also getting act setup involved getting docker setup which involved me enabling virtualization in my bios for what I swear is like the 4th time I’ve done so. Also because I’m on Windows (iirc at least) I had to setup WSL or just make a windows container ಠ_ಠ
I’d say in most cases that’s a sign something needs to be extracted into a separate function. Course sometimes code is just complicated and extracting only makes things harder to follow. Even then I’d much rather use early return than nested if
s as those are significantly harder for me to follow.
My code got much more readable when I learned about early returns lol
Yup. I always get shat on for mentioning that the crypto crap is off by default. I quite like the idea behind it, have the browser send you ads and then allow you to choose what to do with the earnings but in practice it doesn’t work so well sadly
Wow that’s crazy who could have seen that coming
Who cares?
Visual Studio is pretty miserable lol. If I had to chose between VS and using a terminal editor like Vim I’d choose Vim in a heartbeat and I’m a JetBrains (of Intellij fame) guy.
VS Code is ight.
The way to get around it is respecting
robots.txt
lol