HarkMahlberg
People keep asking me, and I haven’t really had an answer, but now yeah, I’m thinking I’m back.
- 1 Post
- 16 Comments
Sorry, the sarcasm didn’t come through. My joke was that no software is perfect because software is constantly evolving as people’s needs and desires change.
Clown on JS all you like, but if git was perfect within a week of creation, why does it receive updates? 🤔
HarkMahlberg@kbin.earthto Fediverse@lemmy.world•Is it rude to reply using English under posts in a language you can’t speak?10·1 month agoMisskey has a massive Japanese population in part because it was written by Japanese speakers.
HarkMahlberg@kbin.earthto Fediverse@lemmy.world•Downvote brigading via third instance hypothetical5·1 month agoOn the one hand, one of the things we often tout about the Old Internet was the ability for anyone to run their own website, forum, blog, etc, free from corporatization. On the other hand, running your website is a responsibility on your part, and in the convenience-focused Internet we have now, seems to be a forgotten lesson.
On the third, mutant hand growing out of our back, fedi software should be designed with security-by-default, i.e. no open registration, to prevent the forgotten lesson from being a huge problem.
HarkMahlberg@kbin.earthto Fediverse@lemmy.world•Downvote brigading via third instance hypothetical6·1 month agoIn the wild, it’s far more common for them to just spin up a bunch of accounts across “good” instances (particularly those without registration applications) and coordinate.
In 2023, this happened to a ton of unsecured Misskey instances who then proceeded to spam most of the Fediverse. It was just a troll in reality, but revealed that the Fediverse is no less vulnerable to coordinated, sophisticated attacks (and with how politically minded it is, there’s plenty of incentive for nation state actors to do so).
HarkMahlberg@kbin.earthto Asklemmy@lemmy.ml•Thinking of immigrating to Italy - am I insane?11·1 month agoJust wanna say warm wishes, share your research if you find anything.
HarkMahlberg@kbin.earthto Fediverse@lemmy.world•Internet forums are disappearing because now everything is Reddit and Discord. And that's worrying.21·1 month agoWell there’s the disaster that was hexbear…
I missed an opportunity to say the bunkiest of funches, and I’ll never forgive myself.
hear ye hear ye, behold the funkiest of bunches
HarkMahlberg@kbin.earthto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:23·1 month agoVacation is a quaint problem lol, at least you know they’re eventually coming back. What do we do about the guy who retired 5 years ago and still has locked files in his name?
HarkMahlberg@kbin.earthto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:5·1 month agoI could go all day with my grievances… For some fucking reason, Team Foundation Server thought it would be a good idea to model their source control on folders and files rather than atomic nodes of changes like git.
I’m sure someone thought this was intuitive, but it falls apart once you realize you can check in cross-branch or even cross-project files into a single changeset. This allows you to easily pollute projects you’re working on but didn’t intend to modify yet, if you forgot to exclude their files. And then, when your code reviewer checks the history of the project folder you modified, they don’t even notice all the files you changed that WEREN’T in that folder but were part of the same changeset. So you pass your review, and all the sudden there’s unwanted, unnoticed, and untested changes in some other project, with a nice code review stamp on them!
And the entire checkout/checkin system is just flipping the read-only flag on the files in file explorer. It’s the most amateurish shit. If you edit a file in an open, active project, the file gets checked out automatically. But if you’re editing loose scripts that aren’t part of a bespoke SLN or CSPROJ, you have to check those out manually… which it will only tell you to do once you try to save the file.
And then Visual Studio cannot understand that I might need to switch regularly between 2 types of version control systems. If you’re not on the same VCS plugin when you want to open a recent project on it, it doesn’t automatically switch it for you, it just refuses to load the project. The only way to reliably to switch is by going into the options menu, changing it there, THEN loading the project.
git is practically made of grease compared to how stuttery and clunky TFS is. I’ll shed no tears for the fossils who are having a hard time learning git, they will be better off whether they realize it or not.
HarkMahlberg@kbin.earthto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:7·1 month agoWelcome to my world… our new lead architect has mandated that we move everything from TFS to GitLab before the end of the year. I hope it comes true.
HarkMahlberg@kbin.earthto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:8·1 month agoYeah VSS was the predecessor to TFS, and now TFS is called Azure DevOps… whatever the fuck that means, Microsoft needs to get it together with product naming. Anyway TFS sucks major rotten ass. I have my problems with git - namely user friendliness - but TortoiseGit has put all those troubles to rest.
Nothing like that can fix TFS.
I’m more worried about the cheapness and corner cutting.