Someone was posting a week or two ago having done something kinda like that. Something to do with magic circles or similar, looked rad.
- 0 Posts
- 17 Comments
PolarKraken@programming.devto Programmer Humor@programming.dev•Python needs an actual default functionEnglish1·5 days agoI would love that! I do think there are probably interesting underlying personality factors / preferences for a lot of this stuff as well.
I do think that many of Python’s characteristics map to my own personality and I bet there’s something to that. Things like syntax of course, but not strictly syntax, also things like “The Zen of Python”, and the way its a “jack-of-all-trades, master-of-none”. I also really kind of need the freedom and accompanying responsibility to break any “rules” on a whim (Python will happily let you overwrite its own internals while running, for instance), but I almost never do anything that uses it…
I could probably keep going lol. Feels like a “people looking like their pets” scenario, lmao
PolarKraken@programming.devto Programmer Humor@programming.dev•Python needs an actual default functionEnglish4·7 days agoEveryone’s welcome to their opinion of course, but I find Python more readable than anything else and I resent the visual clutter required to make intentions plain in other languages. Feels like having a conversation where people say the words “comma”, “period”, etc.
I also spend more time with Python than anything else and I suspect these two facts about me relate, lol
Sounds much like PowerBI, which I can’t say I’ve used much directly. But every time we use it, because the client likes the idea and it can theoretically do “all the business intelligence” natively…we eventually find it can only do 80% of what they actually want, which completely removes its single advantage and forces us to go custom anyway. We’ve stopped offering it, to be clear.
PolarKraken@programming.devto Programmer Humor@programming.dev•Can anyone confirm accuracy?English9·7 days agoCouldn’t agree more. Field service is one hell of a drug. Money’s good, variety is fun, the chaos and travel are fun too, and you learn a lot quickly. The latter often because some or all of the mfg. plant you’re visiting needs you to fix your stuff so they can run, and no one is coming to BFE to help you, lol.
But that all wears off, in time, and it starts to take a huge toll like you described. Never met a long term field service engineer with a healthy home life, or with their health in general. I got out because both of mine were crumbling, for real.
PolarKraken@programming.devto Programmer Humor@programming.dev•Can anyone confirm accuracy?English12·7 days agoAh, alcoholic then
PolarKraken@programming.devto Linux@programming.dev•Found a printer and Linux saves the day againEnglish1·10 days agoHard agree, I have a B&W laser of theirs from similar era bought new and it just works and works.
As someone new to both, I’m commenting to hear your answer to the other person’s “why?” :)
For OP - Bazzite works a little differently as an immutable OS. Basically only a small handful of directories are editable, and the immutable nature is intended to help provide stability, particularly for users who don’t want to tinker as much (at least that’s my understanding).
Here’s their documentation on auto mounting drives. You’ll probably want the link titled “KDE Partition Manager Guide” under GUI Methods.
But you can edit
/etc/fstab
as suggested here, and I’ve done it that way. Just need to mount it under/var/mnt/
and disregard locations recommended by guides that pertain to other distros.Edit: just saw someone else posted the same link, whoops!
PolarKraken@programming.devto Programmer Humor@programming.dev•This will be *really* funny, until you remember 99% of current super hyped AI stuff is running on PythonEnglish3·19 days agoOne tremendous strength of Python no one has mentioned is its vast ecosystem of high quality packages. It’s not just the language features that speed up development, that ecosystem makes a huge difference.
Another (far more subjective) advantage is readability - when written according to Python’s (actually quite opinionated!) style guidelines and general software engineering best practices, Python is also extremely readable, which really facilitates teamwork. My software shop has transitioned to using Python for most things these days for that reason, away from JS, after seeing my work and code reviews, FWIW.
I’m not some wizardly dev, to be clear, but I’m this shop’s first senior dev specializing in Python. I write deliberately clean and readable Python and folks are really enjoying it - enough to voluntarily switch.
Performance is always listed as a Python drawback, and it’s not untrue, it’s just so overblown as a problem. It basically never causes me issues. Crucially, saving dev time is almost always the better choice compared to saving compute cycles. And I’d take that farther and say anyone junior enough to be wondering about Python and performance…is almost certainly working on tasks that Python is well suited to - better suited, than most other languages.
(Hopefully this was not too controversial, but I accept the risk of a flame war, as is tradition lol)
Edit: clarity
PolarKraken@programming.devto Linux@programming.dev•Linux isn't (just) better, it's also more FUN!English3·28 days agoLOL
PolarKraken@programming.devto Linux@programming.dev•Linux isn't (just) better, it's also more FUN!English3·30 days agoBoy have I got news for you…
PolarKraken@programming.devto Linux@programming.dev•End of 10 - Windows ten is ending. Microsoft wants you to buy a new computer. But what if you could make your current one fast and secure again?English3·1 month agoFWIW I boot Bazzite in desktop mode with two 27" displays and have been very happy. Mixed use, not nearly as much gaming as it’s really intended for most of the time, and occasionally patchy experience but (un-)usually great. So many quality of life little doodads.
For instance, the screens brighten and dim effortlessly with my scroll wheel on a widget in the taskbar, just by default. Discovered it by accident lol, what else don’t I know?!
It’s excellent. Folks should use it.
PolarKraken@programming.devto Technology@beehaw.org•Elon Musk's X lost 11 million users in the EU over the past 5 monthsEnglish1·1 month agoWhoops 😅
PolarKraken@programming.devto Technology@beehaw.org•Elon Musk's X lost 11 million users in the EU over the past 5 monthsEnglish3·1 month agoNah, this seems like a big deal. Not necessarily “imminent doom for Twitter” big, but still. Social media platforms live and die on network effects, and none (that I’m aware of) has ever successfully “forced” their own viability without having naturally strong network effects.
Network effects work in favor of signups and engagement of course, but they work on the downswing too, they can accelerate abandonment and replacement.
Maybe they’re hoping there’s an untapped market for that, which would involve strong margins and therefore help fund work on more run-of-the-mill hardware…?
Lots of assumptions I just made 😅