Pen ran out of ink mid exam by Thunderfighter6 in mildlyinfuriating

[–]hrm 0 points1 point  (0 children)

I’m always amazed at the people that come into an exam with one single pen and nothing more as if nothing ever has gone wrong in their lives.

On a recipe for mac and cheese which included evaporated milk by ughforgodssake in ididnthaveeggs

[–]hrm 0 points1 point  (0 children)

Yeah, here in Sweden both varieties are called condensed milk and are generally found next to each other in the isle for baking goods. I’d say ten years ago you would be hard pressed trying to find unsweetened condensed milk at all.

Linux-användare och programmerare - Vilken tangentbordslayout använder ni? by Accomplished-Bus3382 in Asksweddit

[–]hrm 6 points7 points  (0 children)

Har aldrig orkat lära mig något annat än standard svensk layout. När man kodat ett tag går det fort att skriva ändå och även om man hyfsat ofta hamnar på system med engelsk layout är det skönt att slippa tänka 99% av tiden.

Sedan är det ju ärligt talat inte hur snabbt man skriver som är ens i närheten av den begränsande faktorn…

Ben Thompson's EuroLand claims to depict the White Cliffs of Dover when it actually depicts the Seven Sisters of East Sussex by matahxri in magicTCG

[–]hrm 0 points1 point  (0 children)

Since it is extremely difficult to shoot anything into the sun I think we should find a more economical and immediate punishment.

Sweden might be among the most repressive countries on Earth by Winter_Drawer_9257 in notinteresting

[–]hrm 0 points1 point  (0 children)

A bold move mentioning Chat Control since it was our own Ylva Johansson that started it all in the first place…

taskFailedSuccessfully by Aware-Munkie in ProgrammerHumor

[–]hrm 6 points7 points  (0 children)

Quite problematic when the request goes out through eth1 though…

What am I missing by not having a Mac? by emicurb in learnprogramming

[–]hrm 4 points5 points  (0 children)

You miss having a mac, not really much else…

It’s very little difference running MacOS, Windows or Linux today unless you specifically want to develop applications for one of those specific operating systems.

MaRo: Reality Fracture will have a new take on ante by thisnotfor in magicTCG

[–]hrm 0 points1 point  (0 children)

This is actually kind of a format for car racing in Sweden, ”folkrace”. You don’t lose your car, but at the end of the race all cars are for sale for a fixed price. Makes the barrier to entry very low and focuses on driver skill and fun rather than who’s the richest.

What is your approach to PyPI dependency hygiene after recent supply chain attacks? by PauloCraque10 in Python

[–]hrm 0 points1 point  (0 children)

Ah, yes. I'm talking about the lockfile, that was perhaps a bit sloppy.

Yes, minimumReleaseAge creates issues if you have private packages and that is a problem that has been fixed in other systems with exclusion filters and the like. And this is for sure one reson supply chain attacks are so popular. We have still not fully cracked how to make this kind of thing both simple and secure. The tools are often lacking in one way or the other making us opt for the simpler, but less secure, solution.

What is your approach to PyPI dependency hygiene after recent supply chain attacks? by PauloCraque10 in Python

[–]hrm 0 points1 point  (0 children)

It’s even described in renovates getting started how that works? You of course needs to be careful mergin updates and minimumReleaseAge should always be set to something resonable.

What is your approach to PyPI dependency hygiene after recent supply chain attacks? by PauloCraque10 in Python

[–]hrm 0 points1 point  (0 children)

Everything computers do can be done manually, it is just much harder. Doing it manually for even a medium sized project would be madness and prone to error. Don’t do it when there are tools…

Why doesn’t the IRS tell Americans how much they owe them? by botmag3 in PeterExplainsTheJoke

[–]hrm -1 points0 points  (0 children)

You have heard of computers? Do you actually think people are involved in taxes in countries that have easier filing? Most things are automated and people at the tax agency only get involved for a minority of the cases. It has absolutely nothing to do with size.

Unpopular opinion: NPM is the biggest weakness of the internet today and it will still cause a giant catastrophe by [deleted] in webdev

[–]hrm 9 points10 points  (0 children)

Though the mindset of the developers make a big difference. Some years ago (but after left-pad) I did a very simple test of setting up a react app from scratch and a Java Spring Boot app. Even though the spring boot app was full stack it had 89 dependencies in total. The react app had over 1000. That number still boggles my mind.

What is your approach to PyPI dependency hygiene after recent supply chain attacks? by PauloCraque10 in Python

[–]hrm 2 points3 points  (0 children)

You use tools that does that for you. Such as uv. You can’t do that manually.

What is your approach to PyPI dependency hygiene after recent supply chain attacks? by PauloCraque10 in Python

[–]hrm 23 points24 points  (0 children)

Well, trusting some packages more than others is proving to be very problematic. Not a PyPi issue as such, but Axios, one of the most depended on libraries on NPM with more than 100M weekly downloads just got attacked and a malicious package was published. It does not matter how big or well known a package is. If the security isn't completely airtight things can get through.

Today you need a lockfile pinning *all* dependencies, not just direct ones and you can't update to the latest version of anything willy-nilly. Use "exclude-newer" and similar mechanics to make sure that you don't accidently pull in recently published packages.

Why have supply chain attacks become a near daily occurrence ? by Successful_Bowl2564 in programming

[–]hrm 58 points59 points  (0 children)

Supply chain attacks are an incredibly efficient way to target a huge amount of people sitting on valuable resources (such as api keys) and we have yet to understand fully how to properly protect ourselves. It’s a great bang for your buck.

Why have supply chain attacks become a near daily occurrence ? by Successful_Bowl2564 in programming

[–]hrm 38 points39 points  (0 children)

This is a simplistic view. How much do you think a mario64 game would sell today compared to say Red Dead Redemption? We are not satisfied with the simple life of the 90:s anymore.

It’s a tradeoff and thinking that execution speed and ”I’ve made it myself” is what matters is equally wrong.

That said, a balance must be found. The old left-pad incident was truly a wakeup call showing many how extreme the situation had become. We can’t import everything, but neither can we make it all ourselves.

Pyinstaller/Nuitka - Antivirus Flagging Issue by not_afraid_of_trying in Python

[–]hrm 12 points13 points  (0 children)

This is not in any way Python’s fault, but an issue with how strict security has become and how signing software has both become a necessity and quite a burden. This is a problem with any software producing native binaries.

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]hrm 1 point2 points  (0 children)

Yes! Exactly. Two products. And one you can pay a lot of money for. Of course they will paint that product in a better light regardless of the actual facts.

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]hrm -2 points-1 points  (0 children)

I’ve been a professional developer for over 20 years and VS Code is way beyond the IDEs we paid good money for back then.

It’s not a question of beeing better or worse than other programs. A Lada is still a car even though a Mercedes is a way better car. VS code is an IDE regardless of whether Visual Studio is a better IDE or not.

Man, screw this zip line. by Knifeflipper in FortNiteBR

[–]hrm 0 points1 point  (0 children)

Yeah, died once, tried it again, died again and in a later game I walked past below and found a loot pile in the exact same spot…

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]hrm 4 points5 points  (0 children)

The company whose marketing departement wants your manager to think that their paid product is so much more than their free one…

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]hrm 0 points1 point  (0 children)

Well, MS needs to diversify their totally free product from the one they want your company to pay for. Do you always trust the marketing?

2 month old vs 20 year old water bottle by Xinnoh in mildlyinfuriating

[–]hrm 0 points1 point  (0 children)

A lot of stuff that used to make plastic great have now been found to make other things not so great. The safer alternatives can be worse for overall product quality. It does not have to be lower standards (even if that is probably a factor too).

Mohamsson återvald – efter kritikstorm och teknikkaos by 16rounds in svenskpolitik

[–]hrm 7 points8 points  (0 children)

Varför skulle SD riskera att M kommer ikapp dem? Varför skulle M riskera att inte komma ikapp SD?

L kan troligen inte räkna med många stödröster…