If it’s enough negative thoughts pile up, they’ll eventually breach a threshold where people avoid the company. I was looking forward to Metroid Prime 4, but I’m thinking of skipping it now.
If it’s enough negative thoughts pile up, they’ll eventually breach a threshold where people avoid the company. I was looking forward to Metroid Prime 4, but I’m thinking of skipping it now.
Lemmy keeps it real.
Guys, I think Marx might have been onto something with the theory of alienation.
There’s a model that id used for open sourcing their engines. The source code is open, but the assets (textures, models, sounds, etc.) are still copyrighted and you still have to buy the game to get them legally. This means the company still sells copies on Steam or wherever, and games that replace all the assets can still sell them without any licensing costs, too.
I’m a little surprised this model never caught on. Even id only ever published the engine to the previous game–Quake 3 was open sourced a little after Doom 3 was released–and the practice seems to have stopped when John Carmack left.
Possibly because nobody has tested it in court, or some other subtle legal issue?
IIRC, the original reason was to avoid people making custom parsing directives using comments. Then people did shit like "foo": "[!-- number=5 --]"
instead.
Some hackers DoS the code. This guy DoS’s the corporate process.
Nobody going to admit to being the pigeon? Because that’s me.
Valid, but if it needs to be decided, then there should be something concrete scheduled to do that followup when people are back in.
Pi Pico SDK does. Well, the version for debugging symbols, anyway. Regular executable is .uf2.
I’ve actually met him. Pretty chill guy, but is completely confused by his Internet fame.
There will likely always be a job for someone who has good Perl knowledge. There’s no good reason to start a new project in it, though.
Eh, it’s a language that rewards deep knowledge. I like that. But it’s not coming back.
As a Perl developer: not going to happen.
We tend to forget about it these days, but the Unix permissions model was criticized for decades for being overly simplistic. One user having absolute authority, with limited ways to delegate specific authority to other users, is not a good model for multi-user operating systems. At least not in environments with more than a few users.
A well-configured sudo or SELinux can overcome this, which is one reason we don’t bring it up much anymore. We also changed the whole model, where most people have individual PCs, and developers are often in their own little VM environment on a larger server.
It’s entirely possible to parse HTML in PCRE. You shouldn’t, but it is possible. The language stopped being strictly regular a long time ago and is entirely capable of doing it.
I don’t. It may look less like line noise, but it doesn’t unravel the underlying complexity of what it does. It’s just wordier without being helpful.
Edit: also, these alternative syntaxes tend to make some easy cases easy, but they have no idea what to do with more complicated cases. Try making nested capture groups with these, for instance. It gets messy fast.
JSON numeric encoding is perfectly capable of precise encoding to arbitrary decimal precision. Strings are easier if you don’t want to fuck around with the parser, though.
If your home router blocked incoming connections on IPv4 by default now, then it’s likely to continue doing so for IPv6. At least, I would hope so. The manufacturer did a bad job if otherwise.
You can get exactly the same benefit by blocking non-established/non-related connections on your firewall. NAT does nothing to help security.
Edit: BTW–every time I see this response of “NAT can prevent external access”, I severely question the poster’s networking knowledge. Like to the level where I wonder how you manage to config a home router correctly. Or maybe it’s the way home routers present the interface that leads people to believe the two functions are intertwined when they aren’t.
It wouldn’t be my first choice, but it’ll probably do the job. Depends on what you want to do with it. There’s fewer people choosing this path, which means that when things go wrong, you’ll have fewer sources of information to help.
Some old Dell office PC with a good amount of RAM and an SSD would be just as well.