expr

joined 2 years ago
[–] expr@programming.dev 6 points 4 months ago

Why are you talking about functional programming? Python sure as hell isn't FP.

[–] expr@programming.dev 2 points 4 months ago

I can only speak to Nebraska, but the malls here have all of those things except for record stores (for obvious reasons), and the number of malls has not changed in decades. They're all in various central locations of Lincoln and Omaha and are very much community spaces. Tons of families come to let their kids play in the play spaces (especially lower-income families), teenagers hang out at the mall with their friends, and so on.

[–] expr@programming.dev 1 points 4 months ago

I qualified my statement, so not sure what you were hoping to achieve with your comment.

Also, that can happen for any number of reasons that are entirely unrelated to whether or not malls are dead. Like, for example, Amazon offering an obscene amount of money to the owner of the mall to buy it out for the real estate.

[–] expr@programming.dev 17 points 4 months ago (9 children)

This is pretty much what my local mall looks like right now. The whole "all the malls died out" thing is mostly a myth, in my experience. Every time I go it's absolutely full of people.

[–] expr@programming.dev 4 points 4 months ago (1 children)

I have never witnessed this supposed "dying out". All the malls in my area are decked out for Christmas and have tons of people there all the time. I've been multiple times myself even in the last couple of months.

People always talk about this as a given, but I've never actually seen it. Ultimately, malls are one of the few remaining third spaces that you can be for free. That matters a lot.

[–] expr@programming.dev 3 points 4 months ago (1 children)

Not like that at my local mall at all. Decorations everywhere and more people than ever.

[–] expr@programming.dev 4 points 4 months ago (2 children)

Setting aside the fact that that is not even remotely true, do you think Linux = Red Hat? What about almost every other distro being run by volunteeers?

I've only ever seen redhat used by government and some corporations. As far as the broader community goes (especially the foss community), they are a pretty minor player.

It's honestly insane that you can sit there and shill for Microsoft these days. They've always been pretty evil, but now they've gone so far off the deep end they're even driving away people who have been all-in on Microsoft their whole lives. Even non-tech people are getting simply fed up with all of the spying and intrusive, AI-infested bullshit. Linux marketshare has been steadily increasing over the last couple of years, and it doesn't look like it's slowing down anytime soon. And all of it is, ultimately, because Windows is forcing people away.

[–] expr@programming.dev 2 points 4 months ago (1 children)

Eh, git is never really that fucked. If you understand how it works, it's generally not hard to get back to a state you want (assuming everything has been committed at some point, ofc).

I would much rather people try to spend some time trying to understand and solve a problem first. I had a "senior" engineer who would message me literally every morning about whatever issue he was facing and it drove me absolutely nuts. Couldn't do anything for himself. Unsurprisingly, he was recently laid off.

My time should be respected.

[–] expr@programming.dev 0 points 4 months ago

vim is definitely cooler than neovim.

[–] expr@programming.dev 20 points 4 months ago* (last edited 4 months ago) (1 children)

cat file.txt | grep foo is unnecessary and a bit less efficient, because you can do grep foo file.txt instead. More generally, using cat into a pipe is less efficient than redirecting the file into stdin with <, like grep foo < file.txt.

[–] expr@programming.dev 1 points 4 months ago

I mean, among people that use terminals, it's very normal. Commonplace, even.

[–] expr@programming.dev 12 points 4 months ago (3 children)

Because that's a perfectly normal and reasonable thing to do?

view more: ‹ prev next ›