capability is fine. Conflation is stupid. You can also use code to erase itself, but thinking that’s a good idea is generally wrong. But to remove that, you also remove the general ability to erase files.
capability is fine. Conflation is stupid. You can also use code to erase itself, but thinking that’s a good idea is generally wrong. But to remove that, you also remove the general ability to erase files.
Sure, but let’s just clarify that this is someone going out of their way to create this problem, using Python’s ability to read it’s own code.
Basically, you can load any text file, including a source code file, and do whatever you want with it.
So, a function can be written that finds out whatever’s calling it, reads that file, parses the comments, and uses them as values. This can also be done with introspection, using the same mechanism that displays tracebacks.
This is a circumstance born, in no small part, of the idea that manual labor and menial labor is meaningless and has no real value.
Our economy has been sold from beneath us, and the overall cultural ideologies result in most people avoiding these things. But it is the only thing that is actual production - the rest of the economy is all efficiencies or expenditure.
Slowly, the wealth has slipped away, and now it’s becoming apparent to people, and they don’t know who to blame.
Find or make an enclave and survive together.
Welcome to the internet.
That’s a fairly decent and nuanced take.
Because they don’t know what i put in there.
Cursed ring of acrobatics.
Gives the player great acrobatic skill, but sticks to their finger when they wear it. And they can’t stop getting around acrobatically. Any action attempted fails, unless it is done acrobatically. Player has normal or only slightly improved stamina.
Player: i’ll get my rope and grappleing hook and scale the wall.
DM: lifts eyebrow you think so, do you?
Player: sigh I throw my pack into the air and leap after it. At the peak of its arc, I flip over it, grabbing my grappling hook and flinging it over the wall as I do.
DM: ok, sounds like difficulty of 15…
Blursed. Not that I disagree.
Snaps bad because shoving updates down throats.
This is a solid take.
Personally, I took snap out of my computer and burned it over a fire, but i toasted my marshmallows first, because I didn’t want snap on my marshmallows.
This is a much more reasonable argument than most.
But third and fourth-gen nuclear are excellent sources of constant energy that don’t require storage, and some of which have a tiny percentage of the waste stream of prior generations, and what waste they do produce is problematic along the lines of 400 years (as opposed to 27,000 years).
You have two votes, and they matter: where you work, and where you spend your money.
Someone should talk about doing something because they want to feel involved.
Maybe it’s you.
Yes. It’s a scalable hobby, and can run from virtually no cost to why-are-you-burning-money. But you can do a lot in gaming with little monetary investment.
There are lots of budget indie games that are lots of fun, and if you find out you like gaming and want to try more fancy titles, you can always upgrade hardware.
Minimal entry: your current pc. Install steam, and buy/try what you like, returning it if it’s too slow/doesn’t work.
Light entry: get familiar with your pc’s ram size, hd/ssd size, cpu speed/type, and graphics card. Use that to ensure your pc can handle the game by looking at the game’s minimum requirements.
Medium-heavy entry: Upgrade things.
Yes. All a part of the plan.
Yeah. ‘lib’ isn’t a standard Python library, it’s the name of the abomination that this person created. Since python has quite a bit of useful introspection, they can do something like:
abomination.add()
Now, I don’t know if python keeps the comments around, so it may involve getting the filename and line number, reading the file, and manually extracting the comment text from that line.