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.
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…
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.
Late stage capitalism.
The issue is that capitalism fundamentally requires forward thinkers and enlightened (or at least rational) perspective to function sustainably.
But capitalism rewards short term thinking, everywhere from corporate leadership, to the workforce, to the consumers caught by ads designed to catch and hold their ever-shortening attention spans.
Fundamentally, it needs regulation to thrive. The true cost of a purchase, including environmental and decommissioning/disposal costs must be tied to the initial purchase value. Through this, we might get a functional capitalism.
Disgusting. Do you take a bath in the sink, too?! smh
Good point.
Ooh, typo. I’ll edit it so that those who fulfill these kinds of things know not to glass your home.
Trilium. You’ll be glass glad you tried it.
Syncthing-fork on fdroid.
Your comment has been noticed and new bots are inbound. Close your doors.
This is literally nostupidquestions.
I just learned about the fans, and my plans to get a framework next time tanked.
Day 4 assuming the egg is at chicken body temperature.
That is, you could be at day 14, and the egg is still fresh and fertile, so long as the eggs haven’t been at chicken temperature.
As soon as they sit at chicken temperature, they start to develop.
A chicken can lay eggs in the same nest for weeks, then start to sit on it, and they all start to develop once she sits on them.
Well, if you have Linux, there’s KDE Connect (works on Gnome, too).
My computer sound pauses when I get a call, i see phone notifications (that I want) on my computer, I copy something on my computer and then paste it on my phone… …the list goes on.
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.