So hard to understand ><
So hard to understand ><
Everyone should be able to do a hello world without IDE
It’s still like that with programming languages like Go and Rust. Job offers are exclusively for senior staff engineers with 5 years of language-specific experience.
Another problem is that Safari is not compatible with the web. Like, I’m not going to prevent myself from using aspect ratios on images because some people made the bad decision of getting an inferior phone that locks them out of using good browsers. And many devs couldn’t have known about it until the website was done and published to prod and iOS users started complaining about it because testing with Safari costs thousands of dollars in Apple hardware - and even if it was caught, it’s still Apple’s fault.
That only-one-ignore-without-premium thing is really asshole design, though
It’s already happening on Pixiv…
No rationale provided.
Put your Git host’s runners on them and you now have free-ish CI minutes!
Yeah, the discovery process is shite on IPFS. You kinda have to cheat it to get it to work with something like .
Idk if it’s inefficient with large data, but it’s inefficient with compressed storage, as it does block-level deduplication, which is very cool.
The issue list where your Git repos are hosted. For example, GitHub is pretty amazing. GitLab is nice too. There’s also Gitea, which looks like GitHub, which is pretty amazing.
There’s no shame in being a play-button corporate programmer who’s in it only for the money! In fact, most employers prefer this kind of people.
Usage: ./malware [OPTIONS]
Options:
-h, --help Display this help message and exit.
-i, --infect Infect target system with payload.
-s, --spread Spread malware to vulnerable hosts.
-c, --configure Configure malware settings interactively.
-o, --output [FILE] Save log output to a file.
-q, --quiet Quiet mode - suppress non-critical output.
Advanced Options:
-a, --activate [CODE] Activate advanced features with code.
-b, --backdoor [PORT] Open backdoor on specified port.
-m, --mutate Evade detection by mutating code.
Description:
Malware toolkit for educational purposes only.
Use responsibly on authorized systems.
Examples:
./malware -i Infect local system with default payload.
./malware -i -s Infect and spread to other systems.
./malware -a ACTCODE -b 1337 Activate advanced features and open backdoor.
./malware -q -o output.log Run quietly, save logs to 'output.log'.
“Other people” are what’s wrong with me. People don’t use linters/formatters/type annotations when it’s optional and produce dogshite code as a result. Having the compiler itself enforce some level of human decency is a godsend.
Except that you should use Prettier for formatting instead of ESLint. That said, semicolons are useless noise
Should’ve written the malware in Go, smh
And I fucking love it. Thank you Go!
It only matters if you want to be able to use the commit tree and actually find something. Otherwise, there’s no harm in using merges.
The experience of using these JS frameworks is not comparable to using Java or Python as if they were PHP. There’s tangible (and monetary) benefits to using web tool for the web.
Making it open source would mean it’s easier to archive old flash content. It would also make it easier to port or secure. It’s the only ethical choice.
The point is that you can enable each separate extension you want running on your code editor or uninstall them if you’re unsatisfied. This makes it as light as you want it to be - or as heavy as you need it to.
VSCode is like
vim
without vim controls and in a browser. Seen that way, it makes more sense. With Vim, you have to hunt for obscure Github repositories and follow arcane installation instructions for hidden extensions that you may or may not need and you have to learn a whole-ass keyboard-shortcut-based programming language just to use any of it.With VSCode, you click on Extensions, search what you want and it’ll probably be there unless it’s a toxic ecosystem like PHP/C# or some niche ecosystem that no one heard about.