

Hasn’t been updated since 2018. Does it still work?
Developer and refugee from Reddit
Hasn’t been updated since 2018. Does it still work?
Oh, I know you can, but it’s optional and the syntax is kind of weird. I prefer languages that are strongly typed from the ground up and enforce it.
Python is easy, but it can also be infuriating. Every time I use it, I’m reminded how much I loathe the use of whitespace to define blocks, and I really miss the straightforward type annotations of strong, non-dynamically typed languages.
There’s inevitably going to be some rebounding from this. It’s probably true that the large language models these companies are betting their businesses on can do some of the things entry-level grads do, but we’ve already seen several of them fail because their MBAs didn’t realize that just barfing out code is only one part of what developers do.
Source: Am developer, currently working with LLMs and related tech, none of which would be able to get anywhere without someone like me doing the work.
It’s… Well, it’s 100% fraud.
I use Opera on a Mac for all my Bing-based Edge-recommending needs.
I’d buy one for about tree-fiddy.
Nah. It’s not almost like that. Nope. It’s exactly that.
This is weaponized incompetence and stupidity.
Excellent breakdown. Well done!
And on top of all that, the article is specifically about Microsoft urging people to get rid of old hardware, which I take to mean NOT current-gen, bleeding-edge gaming hardware. So my suggestion was about not being forced to upgrade your hardware to keep having a usable computer.
Translation: “Install Linux.”
The answer is always going to be, “Because you’re running the incredibly bloated Windows operating system.”
That’s the thing I’ve been most worried about. The media have largely capitulated out of (justifiable) fear of reprisal and violence. The fear is legit, but we depend on the media to speak truth to power especially when democracy is on the line.
This is why I no longer believe this will end without violence.
Literally have the opposite experience. Fought with my old Brother printer constantly. My Epson Ecotank is rock-solid.
Why is this weirdo so obsessed with the letter X?
I’m shocked! Shocked! Well, not that shocked.
Headline in six months: Salesforce Hires Software Engineers After Realizing Middle Managers Don’t Know How To Turn AI-Generated Code Into Actual Applications
Being a software engineer is a hell of a lot more than just the actual act of writing code.
Not many, but plenty use various corporate applications that are Windows-only.
It’s some kind of locked-down version of GlobalProtect that’s integrated with a TPM module to prevent machines that aren’t running our corporate image on corporate-approved laptops from being able to connect.
There’s probably some kind of workaround, but I’m lazy and it’s easier just to power up the Windows machine now and then.
I only ever use Windows on my work computer, and only when I need access to a resource that requires our Windows-only VPN.
But seriously, “just use linux” is worthless advice. Lots of people use Windows for specific applications that don’t exist in the Linux ecosystem. For example, there are no Linux applications that come close to AutoCAD, and it simply doesn’t work on Linux.
Better advice would be to get new (or newer used) hardware if possible, if you absolutely need to use Windows, since this workaround will inevitably be “corrected” by Microsoft. Then you can do whatever you like with the old hardware, such as install and learn Linux at your own pace.
I would argue that without consistent and enforced type hinting, dynamically typed languages offer very little benefit from type-checking at runtime. And with consistent, enforced type hinting, they might as well be considered actual statically typed languages.
Don’t get me wrong, that’s a good thing. Properly configured Python development environments basically give you both, even if I’m not a fan of the syntax.