My work uses python and it hasn’t been bad for new code that has tests and types. Old code we inherited from contractors and “yolo startup” types is less good, but we’ve generally be improving that as we touch it.
My work uses python and it hasn’t been bad for new code that has tests and types. Old code we inherited from contractors and “yolo startup” types is less good, but we’ve generally be improving that as we touch it.
Video Games are a broad medium, akin to reading. Asking “should I get into books?” would be similarly difficult to answer.
Also, be mindful of sturgeon’s law. 90% of everything is crap. For every “Taylor Swift” that was widely popular and successful, there’s 9 meh bands no one remembers.
All of that said, it’s a wide and deep medium with a lot of experiences.
If you like card games, there’re related genres. Deck builders are popular. Slay the Spire is popular. Cobalt Core is fun and not as hard. Monster Train is pretty good.
Those are all also “rogue lites”, so you could make the leap from there to something like FTL.
Lots of options.
Probably don’t spend a lot of money up front. Stuff goes on sale on Steam pretty often.
Probably avoid “gacha” games that are free to play or have “loot box” stuff. Those tend to be exploitive and bad.
I get the impression that some people have such decision fatigue, asking them to do something seemingly trivial is akin to asking someone without limbs to pick up a spoon.
People’s brains don’t work good.
Most people don’t know much, and don’t care that they don’t know much. Half of US adults can’t read at a 6th grade level. They don’t care about and probably do not understand complex topics.
That’s it. They just want cat gifs, and that’s the end of the thought.
I knew someone who was smart and successful and politically aware. She didn’t care about any of this. She was tired from work and just wanted the familiar ease or twitter. Trying to figure out which server to sign up for and finding content was too much work.
A lot of people have executive dysfunction. Making a choice is hard.
“would you rather have nothing to eat, or poison?”
If you eat nothing, maybe you can figure out a better solution with your remaining time. If you eat poison, you’re probably going to be too sick (or dead) to improve things.
Trump is poison.
Also Biden did improve some things, so it’s less “nothing” and more “some crackers”. Sure, a full meal would be better.
t’s not stupidity, it was a clear option between something the American people know does not work, and something that might work.
There is no reasonable expectation that Trump would “work” for anyone outside of some very wealthy and grifters. So, yes, voting for Trump is stupid.
Accelerationists can fuck off.
Satire is dead. Unfortunately, this guy somehow survives despite his best efforts to get sick.
Never used Facebook much. Nor Myspace before it. Seemed like it had some obvious pitfalls that everyone else was ignoring.
Used Twitter for a little while, but it was just making me mad. Then horrible guy bought it, so I deleted the already abandoned account.
Instagram also seemed like a source of feeling bad, so I never used it much.
I left reddit recently. It had some good content but the ownership sucks. With general Internet search getting bad, losing reddit sucks. Like, I searched yesterday for how to disable a setting in some app, and landed on some AI slop website that told me to write a letter to my local news station.
So this is all that’s left for me. It’s frustrating that most people don’t give a shit and will just move on to the next private platform. I had a friend who was generally smart and successful, but she just didn’t give a shit about this kind of thing. She wanted her easy entertainment, so she was on all the major platforms. Mastodon “didn’t have good content” so she didn’t use it.
I don’t think I understand what you’re talking about. Perhaps some examples would help.
I do think some people hold themselves to too low of a standard, though. There’s a song I like that has the line "I don’t want you to romanticize falling the fuck apart ". I think some people are just like “well, I ghosted my friend and didn’t do my tasks at work and didn’t feed my cat but life is hard am I right? No other way I could be. Time to go drink alone and watch TV”
I failed calc2 and am gainfully employed as a mid/upper level software engineer.
One guy at work really saved the day because he’s good at math, and made a very slow process much faster because he knows … uh… vector math? He did magic with numpy
Jira , mostly. It kind of sucks but it’s what we use.
Sublime text for quick notes.
Some people like notion but I often find it redundant with jira, and it’s often write-only memory.
Surely there’s a couple people still working there.
Yes. And no one’s going to do anything about it.
Most people are too lazy and thoughtless to stop using it .
The engineers that work there certainly aren’t going to stage a coup.
And no one’s going to just do violence to Musk.
Guild wars 2 is the only MMO that didn’t bore or annoy me.
Interesting. I’ve never felt a need for this, and as the other reply here said it was really unpopular in other languages.
I would have guessed you would have said something about how it’s annoying to type callable arguments, and how Protocol
exists but doesn’t seem that widely known.
Why would you add two arrays like that? Because I want to combine two lists.
The is
operator is for identity, not equality. Your example is just using it weirdly in a way that most people wouldn’t do.
No because I am not using Python to make a web app. That’s not the only thing people write you know… Most of what I’ve worked on has been webapps or services that support them :shrug:
Typescript and Python there’s absolutely no way I’d pick Python (unless it was for AI).
Agree to disagree then. We could argue all day but I think it’s mostly opinion about what warts and tradeoffs are worth it, and you don’t seem like you have no idea what you’re talking about. Sometimes I meet junior developers who have only ever used javascript, and it’s like (to borrow another contentious nerd topic) like meeting someone who’s only ever played D&D talking about game design.
Why would you use the is
operator like that?
The lambda thing is from late binding, which I’ve had come up at work once. https://docs.python-guide.org/writing/gotchas/#late-binding-closures.
“It’s so bad I have resorted to using Docker whenever I use Python.”
Do you not use containers when you deploy ? Everywhere I’ve worked in the past like 10 years has moved to containers.
Also this is the same energy as “JavaScript is so bad you’ve resorted to using a whole other language: Typescript”
To your point, typescript does solve a lot of problems. But the language it’s built on top of it is extremely warty. Maybe we agree on that.
the type system is still unable to represent fairly simple concepts when it comes to function typing
what do you mean by this?
Language sanity. They’re pretty on par here I think
[1] + [2]
"12"
A sane language, you say.
const foo = 'hello'
const bar = { foo: 'world'}
console.log(bar)
// { "foo": "world" }
the absolute dog shit pile of vomit that is Pip & venv
I’ve worked professionally in python for several years and I don’t think it’s ever caused a serious problem. Everything’s in docker so you don’t even use venv.
Those people aren’t a good match for you (or maybe anyone).