HarkMahlberg
People keep asking me, and I haven’t really had an answer, but now yeah, I’m thinking I’m back.
- 0 Posts
- 20 Comments
Yeah I figured they went the Twitch approach. Desktop YouTube I still have ublock for, but there’s no hope for the TV.
I have a pihole and the youtube app on a smart TV. Trying to block the ad domains from the TV just bricks the app. Maybe I’m doing something wrong but, I got no luck.
HarkMahlberg@kbin.earthto Europe@feddit.org•Trump administration using Fox News to spread Greenland annexation propaganda | Possibly getting MAGA public ready to approve of it292·11 days agoArmchair general? NATO’s Article 5 is a collective defense pact: an attack on one member is an attack against all members. With the US being the aggressor, Denmark and Greenland would be the members invoking Article 5, and surely all other NATO members would enter the war against the US.
Trump could invoke Article 5 too I assume, but I doubt (I fucking pray) any NATO member would ally with the US.
HarkMahlberg@kbin.earthto Fediverse@lemmy.world•Is it rude to reply using English under posts in a language you can’t speak?10·12 days 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·13 days 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·13 days 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·14 days 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·17 days 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 Technology@lemmy.world•I'm an American software developer and the "broligarchs" don't speak for me - ratfactor21·19 days agoI’m with you. I used to build maps, models, and textures for Battlefront 2 and share the files for free on Filefront. I got into programming for the joy of creating things that make people happy, or solve some little problems they have. I still make mods, the communities are out there and I’m glad I found them.
But tech evangelists and bro culture ruined the idea of programming as a career for me. The greed of late stage capitalism infected our industry the moment Facebook hit the scene, crypto accelerated it, and AI may as well be the final nail in the coffin. It’s no longer a worthy or noble profession.
HarkMahlberg@kbin.earthto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:23·20 days 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·20 days 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·20 days 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·20 days 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.
HarkMahlberg@kbin.earthto Selfhosted@lemmy.world•Discord going public. Plz help a future refugee.422·22 days ago@Xanza@lemm.ee Among my friends, it replaced Facebook Messenger, Teamspeak, and Mumble instantly. It was fast and the voice quality was excellent. The appeal in 2017 was obvious. The bloat that it had tacked onto it since then is egregious.
Don’t get me started on the “rewards”…
LibreOffice will function perfectly fine for a single user taking classroom notes, or making a presentation, or a spreadsheet, or what have you. You might notice it crash occasionally, but in the dozen or so times it crashed on me, it has a 100% success rate at recovering the file. It’s kind of remarkable.