I never use Powershell and I use the terminal daily.
#Running #F1 #McLarenF1 #Books #Trance #ABGT #TheExpanse #Severance
- 1 Post
- 139 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·22 days 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·22 days 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·24 days agoDo you plan on adding any + subscription features?
I think that’s the result of dependency injection.
blackn1ght@feddit.ukto
Mildly Infuriating@lemmy.world•Online shop's UK county selectorEnglish
2·1 month 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.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
4·2 months agoDone. Although it does expose a bigger issue that the site can point to instances that can be unreachable by certain users. Maybe the whitelist shouldn’t contain any instances that have any wide range blocks.
blackn1ght@feddit.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
2·2 months agoI just spoke with the admin, they’re blocking VPNs (guessing via a rule within Cloudfront).
blackn1ght@feddit.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
2·2 months agoOk - so when I switch to a UK VPN server, it works, but when I’m on an Ireland server, it doesn’t. So they must have a block on the specific IP for the Irish server I was using or just flat out blocking Ireland.
blackn1ght@feddit.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
1·2 months ago
This is what I’m seeing…
blackn1ght@feddit.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
1·2 months agoI am actually yeah. Maybe I’ll suddenly transport myself to a different country and see if that solves it.
blackn1ght@feddit.ukOPtoLemmy Support@lemmy.ml•[Solved] join-lemmy.org join instance CTA leads to dead instanceEnglish
1·2 months agoI should clarify - CTA == Call To Action - a primary button that is used to drive users through a journey we want to take them down.
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
Mildly Infuriating@lemmy.world•Tried to carefully install the faucet immediately after gluing and caulking the sinkEnglish
13·3 months agoIt’s because you tried to force it.
When you log into the console and all your shits gone and you start to have a mild panic, when you suddenly realise it’s switched you to a different region.
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.