iammike

joined 1 year ago
[–] [email protected] 4 points 1 month ago

You can probably use something like

git clean -xdf

To get rid of all the artifacts not tracked by git, in this case it's virtually the same as deleting the repo and re-cloning it.

NOTE: Make sure everyhing is staged, otherwise that data is gone

[–] [email protected] 4 points 8 months ago

If they're leaving them there, I'd be all for it

[–] [email protected] 3 points 11 months ago (5 children)

I never tried this myself, but you got me curious. Since Proton uses SimpleLogin to handle aliases you should be able to use this from their docs to achieve this (you can login into SimpleLogin via proton if you never did) https://simplelogin.io/docs/getting-started/send-email

[–] [email protected] 7 points 1 year ago (8 children)

WTF is wrong with you people? All this effort just to be a dick.

[–] [email protected] 2 points 1 year ago

Indeed, I'd just like to remind people of the left-pad incident

[–] [email protected] 7 points 1 year ago

Yes absolutely

[–] [email protected] 24 points 1 year ago* (last edited 1 year ago) (4 children)

.NET has been around for two decades. It's a well established technology with plenty of resources, documentation and libraries and frameworks. I guess these are in part the reason it's still thriving.

You're thinking about .NET Framework reading your opinions on it, .NET (Microsoft is terrible at naming) is the "newest" standard and it's fully open source and cross platform. They removed Windows only APIs and embraced the open source way.

While Microsoft is indeed full of shit they did a great move with .NET in the last 10 years.

You don't even need Visual Studio, I use Rider for instance and I love it! I cannot stand Visual Studio either, mostly because I hate its UI/UX.

At the end of the day is matter of preferences, I like .NET and C# and I work with these technologies daily for instance.

[–] [email protected] 1 points 1 year ago

That's passion my friend! Don't underestimate it as just stubbornness

[–] [email protected] 5 points 1 year ago

Italian here, I don't care lol. This isn't surely the classic recipe, but nobody is entitled to tell you how to cook. If you like it, others can just fuck themselves.

[–] [email protected] 3 points 1 year ago

Similarly, you can leverage this to wire traffic to DB replicas for instance. This if you need to handle traffic to DBs under specific scenarios (DB problems, burst of traffic, bugs, etc). So basically a purely technical feature flag (paying attention to authorization as always)

view more: next ›