I figured they would just run sfc /scannow
and then sit staring at their screen bewildered when it inevitably does nothing.
Find me on Mastodon, if you want.
I figured they would just run sfc /scannow
and then sit staring at their screen bewildered when it inevitably does nothing.
Just found this article about it that seems to fundamentally misunderstand it in every single way. I didn’t know it was even possible to be this clueless. Either that, or it’s AI.
Thor from Pirate Software (a game studio) does this. He has his set up so that if he doesn’t log into a specific server for a year, the source code to his game will be automatically published.
You could do the same thing. Just grab a super cheap server that checks the last login date and sends out emails.
You can code in Notepad in the same way you can eat off the floor with your hands. Using better tools is a nicer experience.
As for performance, when one of the world’s most popular editor runs on Electron, it’s not that hard to see why performance could be an issue when working on large projects on older hardware.
I’ve never personally had an issue with VSCode’s performance, but I’m also fortunate enough to be in a position where I can afford a relatively modern machine. Many others have to make do with what they have, which is why Zed might appeal to them.
Perhaps try making a simple web chat application. I recommend it for a myriad of reasons:
“Will ever finish”, not “has already finished”. It needs to predict.
It’s not even that. I can generally read a C-like language, but when the first line I see is a long-ass array of bytes with zero documentation it just makes me not want to even try.
While I agree with the premise of the article, the code is completely unreadable to me. I took a look at the first snippet and just thought “Nah.”
I used to only use C#, and I liked the simplicity of only using one symbol to access any prop/field/method. But now I’ve used Rust for a while I do prefer separating the two for the same reasons you mentioned.
So no, you’re not alone. Even cross-lang!
Do people actually say “select star”? When I read SQL I always say “select all” because it reads better.
that would break iMessage support on older iOS devices that no longer are supported
Yes, that’s what “no longer supported” means.
Valve is currently a private company, which is likely why they’ve been able to avoid enshittification for so long. All we can do is hope that whoever eventually takes over when Gabe steps down also has his ideals at heart.
That’s horrendous, I love it.
I quite like the term Software Alchemist.
To me, the words “engineer” and “developer” both imply that a well thought out and structured plan is in place for them to do their job. Not so with “alchemist”, which implies a fair amount of experimentation and uncertainty, both of which are very common in the software industry.
Ah I see. I don’t think there’s a way to do that yet.
If you’re so inclined, perhaps you could contribute to the discussion (or development) around tags on Lemmy here, since a feature like that would solve your issue.
Just block the community. It would have been faster than typing this comment.
I get the advantage, and if I could change our schema with a click of my fingers I would, but it’s not that easy. We do use the native date type in our schema, but the dates we store in there are in local time. It’s bad, I know. It was originally written by a couple of people about 15 years ago, so software standards were a lot more lax back then.
We already have many customers with lots of data that are currently using this product, so it’s unfortunately non-trivial to fix all of their data with the current systems we have in place.
We developers often want to fix so many things but we’re often told what to do based on what the business cares more about, rather than what we actually want to fix. That’s why we always end up building shit on top of shit, because the business doesn’t want to pay us to rewrite 15-20 years worth of legacy code despite in doing so it would make the product an order of magnitude better in every conceivable way.
I think what they meant is requiring that only UTC time should be in the database. This prevents ambiguity when pulling dates/times out as with many poorly designed systems it’s not possible to know whether a date represents UTC time or local time.
At my work we store local time in our database and I hate it. We only serve customers in our country, which only has one time zone, so that’s fine for now. But we’ve definitely made it harder for ourselves to expand if we ever wanted to.
Inko looks like it copied Rust’s homework and changed it a little.
I don’t really see what it offers that I couldn’t get from another lang. What’s the USP?
Not to mention VSCodium already exists.