If your comic is rated mature, or if the user is using a known VPN IP address, Webtoons will require a login.
If your comic is rated mature, or if the user is using a known VPN IP address, Webtoons will require a login.
Depends on the features.
Git has some counterintuitive commands for some commands you may want to do when you want to quickly do something. Being able to click a button and have the IDE remember the syntax for you is nice.
Some IDEs have extra non-native Git features like have inlined “git blame” outputs as you edit (easily see a commit message per-line, see who changed what, etc.), better diff/merge tooling (JetBrain’s merge tool comes to mind), being able to revert parts of the file instead of the whole file, etc.
the git integration in vscode which I discarded after few attempts to use
I’m going to be honest, I don’t really like VS Code’s Git integration either. I find it clunky and opinionated with shitty opinions.
I guess they could prevent you from doing that by:
Photoshop does a lot of things in really stupid, convoluted ways. Krita also does a lot of the same things in equally stupid, convoluted ways, but different than PS so you get no benefit from knowing how its done in other software. Text editing comes to mind. Both PS and Krita feel like they were designed by drunk people when it comes to doing anything beyond writing text and picking a font/color/size.
> Thinking the TIOBE Index is worth anything beyond the 2000s.
Nothing concrete from what I can tell. Becoming a hard fork is relatively recent though (mid-November of last year, roughly).
As a side note, I understand why Gitea and Forgejo went for a “copy GitHub Actions” approach to their CI, but man do I wish more self-hosted repo software tried to copy Drone/Woodpecker instead. Iterative containers in the pipeline is such a smoother build experience, and it kind of sucks that Gitness is the only one doing it (that I know of).
They were still pulling in mainline Gitea changes while introducing their own stuff last I checked.
There’s cases where the government doesn’t have all the information they need to automatically generate them for you. That usually applies to businesses, though, since their accounting department is supposed to keep track of expenses and correct their tax filings before submitting them.
That’s not a reason the government shouldn’t make it automatic/easier for the vast majority of the population, though.
They have, yes. Doing math for your taxes is as simple a task as doing math that needs to be applied to your taxes in the correct order. There’s no need for AI in that process at all.
The only potentially difficult part (massive “potentially” here) that doesn’t involve math is probably having a UI that intuitively guides the user into selecting the right things that apply to them (if that data can’t already be queried from somewhere else like a government site). But you don’t really need AI for that either.
Swear to God people don’t understand how software works at all. It’s like you said: solved problems don’t need AI. I wish more people understood this. AI is insanely inefficient and power-hungry. Are there applications where it works and is the best tool for the job? Maybe? I don’t know. The closest I’ve seen is in cases where you basically want to throw a bunch of random shit at the wall and see what sticks, and there’s no real way to automate that properly.
But solved problems have solutions that are faster (like, orders of magnitude faster in most cases) and don’t consume anywhere near as much power than AI. And people clearly don’t understand how software works, because “power consumption” is a massive factor in how much you pay for cloud services (which is what most AI companies are doing).
It’ll just get ignored. I saw a fucking padding: 0.0.3rem
at work today, and it just broke the one class.
Only if you have the appropriate level of privacy settings enabled (and extensions installed) in your browser. Your IP address actually has very little to do with ID-ing you, since most trackers will use hundreds of different fingerprinting methods to create “shadow accounts” of you using things like your system information, screen resolution, installed locales, etc.
This doesn’t mean a VPN doesn’t help, though. Just pointing-out that you probably won’t be asked if you’re a bot if you go on Google while logged-in to a Google account, regardless of whether your VPN is on or not.
Disclaimer: This is speculation, because I haven’t read the actual law (and I’m not Italian, so it’s not like I really have a reason to).
I would assume that they will handle it like this:
To be able to sell your VPN service in Italy, you’ll have to get accredited. Since you’re now taking Italian customers’ money, your company’s dealings in Italy fall under Italian law. They might be able to extradite you, depending on what country you operate from, but realistically most businesses don’t want to get involved in that kind of stuff, because even if you don’t get extradited, no one wants to be put in a situation where they need to actively avoid a country.
This leaves free VPN services, right? Well, since ISP and “legal” VPNs need to conform to the new law, the Italian government could blacklist those VPNs’ websites (which all ISPs and legal VPNs are required by law to block within 30 minutes of them being added to the block list). So now, you’re in an awkward position as an Italian if you want to get a VPN that doesn’t follow those laws.
I’m not sure at what extent this law goes, or how they handle people who are paying to circumvent it (because you might have bought a VPN before this), but they might simply require that banks refuse to process payments from VPN providers that refuse to get accredited.
Obviously, they can’t really block this thing without going the Great Firewall route (and even that has ways of being bypassed), but that’s not really their goal here. Their goal is to establish a stranglehold on what the everyday citizen does. It’s to put a framework in place that allows them to quickly and efficiently block content they deem you shouldn’t be able to see. It’s a disgusting display of a government overreaching and censoring what their citizens’ have access to on the web.
I’ve had an RPI3 running for 7+ years (currently running Home Assistant on it). Still uses the original SD card that shipped with it, too. These things are durable and reliable as hell, as far as I’m concerned.
A document detailing technical requirements of Italy’s Piracy Shield anti-piracy system confirms that ISPs are not alone in being required to block pirate IPTV services. All VPN and open DNS services must also comply with blocking orders, including through accreditation to the Piracy Shield platform.
According to the article, it requires them to get accreditation to operate in in Italy, unless I’m reading that wrong.
Most corporate VPN companies I’ve dealt with would love to slip in additional cost to counteract this cost on their end.
Reading the article: A ruling body filled with randos puts a site on a block list and every VPN operating in Italy must block the site within 30 minutes. There is no review or judicial oversight to sites added to the block list. This seems to include all forms of VPNs, including corporate ones. They could start charging a premium to Italian users which would start affecting businesses, I guess.
It’s not that we want to ignore warnings.
Speak for yourself, I promise you the team I work on actively ignores warnings and doesn’t even want to solve them as they pop-up. Being told you can’t compare doubles (because of precision loss) and ignoring it is on the developer and isn’t even that hard to fix. Most of our warnings come from shit like that.
Like, I get it. It’s probably not worth it to hunt down every “unused variable” warning (especially in an API where we used to have a variable for it and we don’t use it anymore and we don’t want to break the existing API so we just leave it there), but there’s things that are just trivial to fix when you’re working on code that’s right next to it.
Oh yeah, I’m genuinely about to hand-in my resignation as soon as I find another job over this kind of shit. I keep being told that the business is really trying to clean-up its act when it comes to coding practices, but they keep putting some of the most incompetent people I’ve ever worked with in charge of shit (because they do promotions based on years of experience instead of actual actionable experience). It’s awful.
First thing I do on my projects is enable warnings as errors and increase my warning levels when reasonable.
Unfortunately, the same can’t be said on the projects I work on at work. Drives me crazy that we get likes 300+ warnings whenever we run the app and that we can’t change it because "they’re just warnings*.
Might be a case where Canadian applicants submit another form that has the relevant information in a different format too.