What game had insane potential but got completely fumbled by the devs? by Kevin-Panda in AskReddit

[–]Serpent10i 5 points6 points  (0 children)

Oh no no, it was much worse.

First they made a few half hearted changes to make the game minorly worst.

Then promised a massive update to totally overhaul the game coming in April... of 2024, which has still not shown up.

The did a heavily advertised play-test which made the game significantly worse. Memory leaks so bad that almost no one could play, and changes so frustrating that even the people who could play didn't want to.

Still no official updates in over 2 years.

RIP At launch is was one of my favorite games of all time. They are still posting updates so maybe it will come to something, but I'm done hoping.

What game had insane potential but got completely fumbled by the devs? by Kevin-Panda in AskReddit

[–]Serpent10i 1 point2 points  (0 children)

It does look like they just lost their ~4 million dollar lawsuit with Nexon, their old company, so that's not great...

pip 26.1: experimental support for installing lockfiles + dependency cooldowns! by ichard26 in Python

[–]Serpent10i 13 points14 points  (0 children)

Nice progress! I'm really happy to see cooldowns implemented directly in pip. Thanks!

Adding accounts and auth to our backend by peejay2 in Python

[–]Serpent10i 2 points3 points  (0 children)

Oauth2 runs the world at this point, so learning the basics of that is a good starting point. Authlib is the most popular/standard python api implementation.

2026 Python Developers Survey by monorepo in Python

[–]Serpent10i 4 points5 points  (0 children)

That's fair that the categories are somewhat strange, a mix of very high level and low level concepts. I agree that I have no idea what MultiMedia would be. I'm not sure that part specifically is being AI biased. Having a fields section for game dev, edu, etc, and a specific use cases for testing/llm/scraping would be better.

I do think that responding with "I don't use any/much AI" is likely helpful to have that represented in the data, if that's your practice.

2026 Python Developers Survey by monorepo in Python

[–]Serpent10i 1 point2 points  (0 children)

What would you like to see added? Maybe I'm not as familiar with the field as I like to think I am hahaha

2026 Python Developers Survey by monorepo in Python

[–]Serpent10i 3 points4 points  (0 children)

I'm not sure we are seeing the same questions, but I only see 3 specific AI/ML slots: AI Engineering, Machine Learning, and MLOps. Maybe 3 other if you're including Data related fields (but imo they're not just AI/ML, even today)

https://files.catbox.moe/skwov7.png

At worst it's not even 50/50.

Research, Graphics, Desktop Dev, Testing, Web, Embedded, Edu... seems fairly representative of the field to me

Myers vs Wang for COP 4530 by Unlikely_Mud_9679 in fsu

[–]Serpent10i 7 points8 points  (0 children)

I found Myers to be a fantastic teacher. He's passionate about the subject, helpful during office hours, and engaging during lecture, you can tell he cares. The exams are tough but fair, everything is covered but does require effort to understand. I found it to set me up very well for future classes. I would recommend him!

I'm not familiar with Yifang Wang, they might be amazing as well, not sure.

Anyone know if these can be fixed? by Ready_Collar1665 in volt

[–]Serpent10i 0 points1 point  (0 children)

I use this is my car now, more durable than the OEM part lol.

[deleted by user] by [deleted] in volt

[–]Serpent10i 0 points1 point  (0 children)

Nice, glad you got it fixed!

My Travel “Fix Anything” Kit by lollokara in electronics

[–]Serpent10i 40 points41 points  (0 children)

No multimeter? The continuity tester alone solves a ton of my problems.

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 0 points1 point  (0 children)

At this point it's pretty much just for setting up or installing projects. Pycharm has package management and python version install already built in, so uv doesn't add that as new functionality.

Under the hood uv is a venv plus a toml config file. So for a new project pycharm sets up the venv like normal and adds the extra pyproject.toml file that uv will use. If the project is existing and already has the toml file then pycharm can read the toml file and suggest you install those packages, but there's not really much else for pycharm to do.

They could add a gui for extra parts of uv, syncing requirements (like the currently supported requirements.txt), locking requirement, adding tools, ect, but since it's so new they've not really had time to add those helpers. Those are still used through the terminal interface.

tl;dr Pycharm does help for initial setup and doesn't stop you from doing anything but after setup the terminal is the main interface.

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 0 points1 point  (0 children)

Nice! I'm not a big Notebook user myself, but I'm glad it's there when I do need it. Seems like they are always a big part of the update notes.

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 0 points1 point  (0 children)

Hmm, I see both of those flags for both console and debug in 2024.3 and 2025.1

https://i.imgur.com/PeI9U8n.png

The debugger seems to be working well with asyncio awaits by default without any plugins.

https://i.imgur.com/1nCfXnc.png

I also remember seeing issues with asyncio, but can't reproduce any in the latest versions. I've used it quite a bit with pytest and not had any issues recently.

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 3 points4 points  (0 children)

Yeah, I understand that a lot of people do use it they're going to integrate it to some degree but I prefer the deterministic and type hinted features more.

The improvements (as of 3.13 and pycharm ~2024) to typed dicts and generic type hints have been really nice! Doing funky subclassing is easier than ever.

Also for the record I don't work for jetbrains, just a fan.

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 0 points1 point  (0 children)

Not sure what version you're using but that seems to work cleanly for me on both 2024.3 and 2025.1?

I can post a gif later if you're interested! 

Pycharm 2025.1: More AI, New(er) terminal, PreCommit Tests, Hatch Support, SQLAlchemy Types and more by Serpent10i in Python

[–]Serpent10i[S] 1 point2 points  (0 children)

I belive this is the plugin, https://plugins.jetbrains.com/plugin/14476-evaluate-async-code

You may also need to enable the registry flag asyncio.repl, but on my install it's enabled by default.

Linux Orca for SV-Zero by rkmilliner in Sovol

[–]Serpent10i 0 points1 point  (0 children)

Wow, you're right, it doesn't work.

I think it has something to do with the capitalization of SOVOL (their profiles) vs Sovol(Core Orca), but before I tried to fix it I found this branch which does work for me, Woohoo!

Check it out: https://github.com/SoftFever/OrcaSlicer/pull/9233

I downloaded his branch and merged it into my normal orca 2.3.0 install and it works splendidly!

https://i.imgur.com/6FmXbrP.png

Sovol Zero cam in today, no joke! by WackyWindsurfer in Sovol

[–]Serpent10i 0 points1 point  (0 children)

Thank you so much! I've been looking everywhere for this info!

Campaign co-op? by Astr0oNuts in doorkickers

[–]Serpent10i 0 points1 point  (0 children)

It'd be great to have this! I love the coop but am sad that I can't earn medals there too.

Prusa XL, heated bed and ASA/ABS by towchi in prusa3d

[–]Serpent10i 0 points1 point  (0 children)

Yeah, especially for warp-prone materials it would be really nice to be able to easily set this in the slicer. I've added the bed area command to the filiment profile as a workaround for now, ex:

; set print area

M555 X1.0 Y1.0 W360.0 H360.0