Languages: C++
Yeah, hard pass on looking at that code base.
Languages: C++
Yeah, hard pass on looking at that code base.
Alpine Linux users are in shambles.
If we’re going fictional characters, then Havelock Vetinari from the Discworld novels.
As someone who has done a lot of distro hopping in the past, I’ve found that going for a stable release that is widely used as a daily driver is superior for gaming than “gaming specific” linux distros, largely on the basis that the gaming distros have routinely had buggy UIs, driver issues, and a variety of unexpected and undesired behavioral problems tied to the array of “gaming adjacent” software installed, most of which you can install yourself with little to no effort and most of which you probably don’t want or need in the first place.
“My daughter Murph. I keep gettin’ older. She stays the same age.”
Also, I love how he had a son who just wanted to be a farmer and that meant that Matthew McConaughey’s character was justified in being totally emotionally disinterested in him, compared to his genius daughter. Seriously, at a certain point I think Nolan forgot he wrote this guy with two kids. His entire character was defined by his relationship with his daughter. Why even give him a son in the first place?
“quick call?”
“sure, I’ve got time for the two hour meeting this is going to be.”
Don’t Bother Reading
“I guess this is why real companies do regression testing.”
It’s an interesting idea, though, that one’s preference for a particular design or aesthetic, especially when that design or aesthetic is emblematic of a particular historical or cultural moment, is never wholly isolated to its visual or material components, but also innately tied to our memory and understanding of that moment. I personally don’t think you can extricate a particular aesthetic from the psychic background noise surrounding it. Our minds don’t work that way. It’s always forming these subconscious or unconscious connections, binding events and memory to abstract signifiers.
We don’t like the 90s aesthetic because it’s “better” or even attractive. I mean, nobody has wallpaper in their home with those pastel and neon triangles. Many of us like it because it reminds us of childhood, of not having responsibilities other than waking up early enough on Saturday to catch all your cartoons and of not complaining too much when you have to go visit your grandparents who can never remember your birthday and who always ask you how old you are this year, of finishing Super Mario on the SNES before your friend does so you can brag about being better at video games than him. It’s of a simpler time and place, because we were simpler. And it was, in retrospect, of an America briefly sandwiched between the end of the original “Forever War” that was the Cold War, and the beginning of the 20th Century’s new “Forever War,” that is the War on Terror.
Great thing is that since it’s open source someone can just fork the project and continue development in a different direction.
On reddit, there’s a subreddit called r/lrcast, which is the dedicated subreddit for the Limited Resources podcast. The primary purpose of the subreddit, however, is not to discuss the podcast, but to discuss the “limited” format of Magic: the Gathering, which constitutes draft and sealed. It’s a very difficult, very expensive format of Magic to play and is a niche subsection of an already fairly niche hobby.
I’ve heard nothing but good things about HTMX
I’ve only ever heard anything “bad” about HTMX and it was here on Lemmy, actually. I ran into someone who was absolutely certain that HTMX was unsafe by design because it leveraged HTML over the wire and was therefore susceptible to HTML injection attacks, specifically by injecting malicious scripts that could be ran from domains you didn’t control. I tried explaining that proper utilization of access-control headers innately prevented this because they worked on the browser level and couldn’t be intercepted or interfered with by HTML injection by design, but he kept insisting it was unsafe while refusing to elaborate. He was very wrong, of course, but also very confident.
I do a lot of systems and backend programming and HTMX is the only way I can actually be productive with frontend work when I have to do it. It’s so simple and straightforward.
This is the only actual explanation I’ve found for why numpy leverages its own implementation of what is in most languages a primitive data type, or a derivative of an integer.
I think there’s a difference between “python guidelines encourage” something and “this is a common coding pattern.” Yes, you can use try/except for flow control, but there’s a lot of people, myself included, who try to use that style sparingly.
python guidelines
Do you have a specific PEP you’re referencing or is this one of those “I assume this must be the case because of how common using try/except statements for flow control are” kind of things?
I’ve heard similar from the worst first year CS students you could ever meet. People talk out their ass without the experience to back up their observations constantly. The indentation thing is a reasonable heuristic that states you are adding too much complexity at specific points in your code that suggests you should isolate core pieces of logic into discrete functions. And while that’s broadly reasonable, this often has the downside of you producing code that has a lot of very small, very specific functions that are only ever invoked by other very small, very specific functions. It doesn’t make your code easier to read or understand and it arguably leads to scenarios in which your code becomes very disorganized and needlessly opaque purely because you didn’t want additional indentation in order to meet some kind of arbitrary formatting guideline you set for yourself. This is something that happens in any language but some languages are more susceptible to it than others. PEP8’s line length limit is treated like biblical edict by your more insufferable python developers.
I get the feeling a lot of our more vocal free speech absolutists are going to be conspicuously quiet on this one.
Sounds like a hell of your own making. Always change the background to something generic. Like a nice tree. Always. Nobody gives a shit about trees.
I’m not criticizing the choice of C++. I just don’t want to look at the code because I don’t personally like the language.