I never use Powershell and I use the terminal daily.
#Running #F1 #McLarenF1 #Books #Trance #ABGT #TheExpanse #Severance
- 18 Posts
- 168 Comments
You install git and you get git bash that works great in the Windows terminal. That’s something you do once. I use the terminal daily, not an issue at all.
Personally I’ve never experienced any performance issues with it, seems fast and responsive to me.
I dev every workday on Windows 11 and I don’t get why people feel like it’s awful to work on? I dunno what everyone else is doing but it’s basically just switching between the IDE, Slack and the browser. The OS never seems to be an issue for me. My only real gripe is that even I click update and shutdown at the end of the day, it updates and restarts.
Same for my colleagues using a Mac.
I’d be more bothered about using Teams over Slack
blackn1ght@feddit.ukto
Mildly Infuriating@lemmy.world•FIFA hikes 2026 World Cup parking pricesEnglish
1·1 month agoOh yeah I totally expet their rates to increase massively. And for people who made a reservation a long time ago who paid under the normal fee to have their booking suddenly cancelled.
blackn1ght@feddit.ukto
Mildly Infuriating@lemmy.world•FIFA hikes 2026 World Cup parking pricesEnglish
1·1 month agoFIFA is now charging around $175 on average for parking spots at 2026 World Cup games in the United States.
Holy shit - $175 to park your vehicle for one game?! What’s the chances that these venues are completely inacessible to public transport / walking?
blackn1ght@feddit.ukto
Programmer Humor@programming.dev•My new static, multi-page calendar applicationEnglish
13·1 month agoDo you plan on adding any + subscription features?
I think that’s the result of dependency injection.
blackn1ght@feddit.ukto
Not The Onion@lemmy.world•The latest skincare fad is rubbing salmon sperm on your faceEnglish
3·2 months agoSalmon wanker!
blackn1ght@feddit.ukto
Technology@lemmy.world•UK fines Reddit $19 million for using children’s data unlawfullyEnglish
161·2 months agoWell where’s the proof that he created it? I’ll happily stand corrected.
I just think that if we’re going to attack someone, it’s probably a good idea to use facts that are true and not made up (it’s likely that op just misremembered the details) otherwise it just puts doubt on any further valid points. I’ve no interest in defending the guy but I do think we should try and keep our facts straight when we criticise someone.
blackn1ght@feddit.ukto
Technology@lemmy.world•UK fines Reddit $19 million for using children’s data unlawfullyEnglish
252·2 months agoIt was always the version of events that I’ve read.
I just did a quick search and found this, a video claiming that he was a mod, but the majority of comments indicate it’s not true and that it was debunked.
blackn1ght@feddit.ukto
Technology@lemmy.world•UK fines Reddit $19 million for using children’s data unlawfullyEnglish
323·2 months agoI’m not defending the guy but wasn’t it that a mod of that subreddit added him as a mod as a joke? I don’t think spez created it.
blackn1ght@feddit.ukto
Mildly Infuriating@lemmy.world•Online shop's UK county selectorEnglish
2·2 months agoCountry selectors can also be annoying:
United Kingdom - not in the list. England - not in the list Great Britian - Yep
public interface ICanTravelThroughTheAir { } public class Flea : ICanTravelThroughTheAir { } public class AircraftCarrier { private readonly List<ICanTravelThroughTheAir> _aircraft = new(); public void AddAircraft(ICanTravelThroughTheAir flyingThing) { _aircraft.Add(flyingThing); } } public class Dog : AircraftCarrier { public void Woof() { Console.WriteLine("Bitch I'm an aircraft carrier!"); } } public static class Program { public int Main(string[] args) { var dog = new Dog(); for (var i = 0; i < 10000; i++) { dog.AddAircraft(new Flea()); } dog.Woof(); } }
blackn1ght@feddit.ukto
Not The Onion@lemmy.world•Trump posts video meme showing Barack, Michelle Obama as apesEnglish
60·2 months agoThis would be absolutetly career ending anywhere else.
However you’re on Debian stable and the latest version of the package that came out 24 years ago is still too new.
blackn1ght@feddit.ukto
Crazy Fucking Videos@lemmy.world•Rep. Ilhan Omar charged at by man, sprayed with unknown substance at town hall meetingEnglish
2·3 months agoLove how she immediately goes at him with her fist raised.
blackn1ght@feddit.ukto
Technology@lemmy.world•Engineer at Elon Musk's xAI Departs After Spilling the Beans in Podcast InterviewEnglish
28·3 months agoWhy does an AI agent need to be a virtual employee on the org chart? Are they doing something “creative” with their accounting?
























Nope. The language we use handles that for us. I don’t think path length has been an issue for a while now?
We use serverless functions using Linux and it’s never an issue. My previous employer, we had Windows servers and Linux based containers, and that wasn’t an issue either.