Vscode definitely can’t handle large files like vim can. I can open files that are multiple GBs in vim without issue. Vscode definitely cannot.
- 0 Posts
- 271 Comments
As a native English speaker I can pronounce English words I’ve never seen before pretty easily. I’d say that there is a general system to it, but it just has a metric fuckton of exceptions. Though to be honest, it’s not really all that different from having to learn the genders for every single noun in gendered languages coming from a non-gendered language. At least pronunciation in English follows a certain kind of logic (albeit one heavily influenced by loanwords). Gendering of nouns has always seemed completely arbitrary and is just straight memorization.
And, you know, most businesses aren’t open at midnight. So you’re more limited in what you can do in a day.
Also, getting a decent amount of sunlight is important, and that’s harder to do when you’re sleeping through a lot of sunlight hours.
4 is pretty early but 10:40am is also just pretty late to wake up unless you’re like, a teenager or something (or work odd hours). A lot of the day is already gone by then.
IMO it’s nicest when you can keep your waking hours relatively close to the time the sun is up.
A real nerd would know that React is a library and HTML is a markup language, and neither are programming languages.
Unix is my IDE, vim is my editor.
Yep. When everything about your IDE (unix) is programmable, it makes “modern” IDEs seem quite quaint.
Personally I make extensive use of https://f1bonacc1.github.io/process-compose/launcher/ to orchestrate a bunch of different shell scripts that trigger based on file changes (recompiling, restarting servers, re-running tests, etc.). Vim just reads from files as needed. It’s lightning fast, no bloat, and a world-class editing experience.
English may not be their first language (since the question mark thing is common in French, for example), though of course if that were true, their comment looks even worse.
I’m fairly certain there is a real version of this out there though, because I remember seeing it many years ago before all of the AI bullshit.
My sense is that this is a real photo that has been reproduced by AI.
expr@programming.devto /0 Governance@lemmy.dbzer0.com•New rule proposal for the Golden Rules - Voting post0·2 months agoI agree with this. Been considering switching to the instance, but don’t really like all of the AI stuff. I don’t really care about copyright, more about the effect on humanity in a much broader sense and the environment.
… Do you actually believe this nonsense?
expr@programming.devto Technology@lemmy.world•DRM-Free OnlyFans Downloads See Widevine Project Nuked From GitHubEnglish1·2 months agoIt’s just for the “last mile” where code gets packaged up into releases. There’s still thousands of developers that have all of the code on their machines as well, it’s just that their local repos aren’t the ones that end up in the hands of end users.
expr@programming.devto Technology@lemmy.world•DRM-Free OnlyFans Downloads See Widevine Project Nuked From GitHubEnglish1·2 months agoChanges can come from anywhere. The Linux kernel itself doesn’t use any central repository like Github, it’s instead done via emailing patches that are eventually merged into the mainline kernel repository managed by Linus.
It is 100% decentralized.
Erm… You might be confusing millennials with Gen Z or something. I was 19 when annoying orange first showed up, and I’m on the younger end of millennials. Me and my friends found it pretty obnoxious.
expr@programming.devto Programming@programming.dev•AI: a fork in the road for open source61·2 months agoYep. It does increasingly feel like developers like me who find it deeply disturbing and problematic for our profession and society are going to increasingly become rarer. Fewer and fewer people are going to understand how anything actually works.
Anduril has had many, many recruiters desperately trying to get me to work for them. On the surface, what they make does sound incredibly cool: embedded systems/operating systems for autonomous robotics.
The only problem is those robots happen to be death bots (and Palmer Luckey, who makes me want to stay far, far away).
Flossing must be a bitch.
expr@programming.devto Showerthoughts@lemmy.world•Unlike in movies, most smart people aren't good in chess.1·2 months agoCompletely agree. Just a bunch of people who clearly don’t play the game and know nothing about it talking out of their asses.
IMO you can’t have a serious opinion about the game without having actually played it competitively. If you’re just somebody that’s casually played a couple games with friends and family, your opinion about the game isn’t really relevant.
expr@programming.devto Showerthoughts@lemmy.world•Unlike in movies, most smart people aren't good in chess.0·2 months agoDo you know their rating? Tbh most people’s idea of being “pretty good at chess” is actually not very good at all (I don’t mean that as an insult, more lack of familiarity with the game).
That’s not to say that it’s impossible for someone to think those things and be a strong chess player, but it’s probably not super common. I’ve actually ran into a couple people at a local chess club with “interesting” ideas about vaccines and uh… let’s just say they were not hard to beat (I think I mated one guy in like 12 moves). And btw, I’m not even a super strong chess player myself (~1134 USCF). But like, they probably would seem really strong to someone that just occasionally plays chess at family gatherings or whatnot. Chess is a game with a low skill floor and very high skill ceiling, so you have a huge range in ability.
What do you mean “build our dev environments around vim”? If you mean they write dev tooling in vimscript and explicitly require everyone to use it, I actually agree with you. I don’t believe employers should really ever force any particular editor or IDE if the work is getting done. I would be equally annoyed by a workplace forcing me to use vscode instead of vim. It would slow me down way too much.
If you are just complaining that they build dev tooling as a CLI, hard disagree. That is absolutely what dev tooling should use because it’s actually universal and can be used regardless of your editor choice.
At my workplace, our dev tooling is done via CLI and our developers use vim, emacs, and vscode. Because it’s all CLI, it’s easy for individual developers to add their own scripts to automate parts of their workflow as they see fit (and if such automations are deemed useful by the group at large, it will get merged into our shared devtools repo). We even have some editor-specific stuff in there people have written that they find useful, but it’s entirely optional.