@thelinuxcast Haha, no, the Steelers have been very good a lot of years so you can’t win them all. Just glad they beat the Buccaneers.
We have a solitary Eagles fan in my office and I think he still has a plaque that says “Hungry dogs run faster” at his desk. :)
@thelinuxcast As a Pittsburgh I’m glad it’s a bye week for the Steelers. It’s the best they’ll do all season😂
@ink8@the9thcircle.club @josemanuel yeah, honestly fuck that person who said that. I’m sorry you have to out up with people like that. I cannot imagine how that would feel.
@josemanuel totally, they have the right to say it but it doesn’t make it less objectionable and stupid in my opinion. They can say what they want and I will think of them accordingly.
@josemanuel why is “free speech” always hateful speech to them?
@astrojuanlu For sure, sorry I was just spitballing. The closest I can think of is to check if it’s less than 3.11. If it is then import inspect.getargspec.
If not do something like
inspect.getargspec = def blank_func():
pass
Since it’s python you can redefine it to just do nothing.
Working on a breakout #pcb for a little LTE modem right now. Hoping to make something extremely low-cost for #IoT development using one of these cheap NB-IoT chips coming out of Quectel lately. It's my first proper project using #kicad and I'm loving it so far! #tech #electronics
Is there a #python tool to automatically take a Python codebase and make it compatible with 3.11 *without dropping older versions*? (Hence: pyupgrade doesn't work for me IIUC)
In particular, I'm dealing with a project that uses `inspect.getargspec`, deprecated since Python 3.0 and finally removed in Python 3.11.
@astrojuanlu if those areas are not critical you could wrap them in a a conditional that checks that the python version is less than 3.11
::: Raspberry Pi on 4K displays? Linux 6.2 will serve!
Linux 6.2 kernel will put the highly popular single-board computer Raspberry Pi to go for 4K @ 60Hz.
Not only fixing 4K @ 60Hz detection, there's a rework for 4K detection code in general with better core clock calculation +other increased checks around 4K resolutions.
=> https://lore.kernel.org/dri-devel/20221103083437.ksrh3hcdvxaof62l@houat/
#RaspberryPi #SBC #single #board #computer #Linux #RaspberryPiOS #kernel #development #screens #display #4K
Hey everybody! I work as an Android developer, but spend my free time with Linux-y, Python-y projects.
GPL > MIT
@kingu_platypus_gidora@octodon.social Maybe not super quick but I have been using this template I copied from someone else on Canva. Feel free to steal if useful!
Time to refresh my #introduction!
I'm Rémi (he/him), French developer living in #Copenhagen.
I'm the project manager and maintainer for #GodotEngine, an increasingly popular free and #opensource 2D and 3D game engine. (I'll try to make @godotengine more lively here too.)
My other tech interests are #FOSS as a whole, #Linux, #gamedev, #indiedev and #gaming in general.
I'm sometimes political, mostly aware of social inequalities, democracy, environment (so yes, leftist).
(Picture by @tumeo)
@feld harsh but based on the report there is no other choice.
Seeing lots of #newhere #introduction posts and realized I didn't post one yet.
I'm a (hopeful) career changer to software development and I've recently taken an interest in #Python.
I'm in #Ottawa 🇨🇦, love #bluejays baseball, #notredame football. I'm a lapsed #Oiler fan and have a garage and basement full of #woodworking tools I'd love to start using again.
@NZCharlie @dev_Paul I wonder if it’s something that would need to be configured on your mastodon.nz issues. I know the I'm on has some extra features the maintainers added like support for hosting videos. That is just a guess though.
@dev_Paul, you still use gifs. How do you do it?
Just broke into software development. Currently struggling to grasp C!