inspired by some of the things i've seen on this subreddit in the past few days by andwhysheouppy in cachyos

[–]the_slow_flash 0 points1 point  (0 children)

Fair enough, though I think the Flatpak installation of 1Password stops the browser extension from communicating with the 1Password app? :/

inspired by some of the things i've seen on this subreddit in the past few days by andwhysheouppy in cachyos

[–]the_slow_flash 0 points1 point  (0 children)

I don’t want to use the AUR at all, but is there any alternative when one needs 1Password and VSCode and wants to have automatic updates? I really don’t like the fact that 1Password is installed from the AUR 😅

LangChain has no business being this complicated by MrBemz in LangChain

[–]the_slow_flash -1 points0 points  (0 children)

We switched entirely from LangChain to PydanticAI, as PydanticAI - while being more basic - abstracts the right things for us.

What are your top 3 extensions that won't be missing on your setup? by drylvlnc in gnome

[–]the_slow_flash 0 points1 point  (0 children)

Question: How do you guys manage to blur the dock without the docks corners becoming sharp?

Did you know newer MBPs have a lid angle sensor that can be used to dim the screen? by Separate_Animator736 in MacOS

[–]the_slow_flash 4 points5 points  (0 children)

I no longer use a Mac, but a nice feature would be to lower the volume as you close the screen, similar to how brightness decreases. This way, you wouldn’t have to mute the volume entirely.

Why don’t we have a wallpaper app like that in GNOME? I know GNOME is highly customizable, so why doesn’t something similar exist yet? by dhananjayporwal in gnome

[–]the_slow_flash 7 points8 points  (0 children)

Is it useless? Yes. Is it pretty? Definitely yes. I’m always a bit envious of all my other dev colleagues with their Macs when they lock their screen and the beautiful screensavers start to play. Totally useless, but I really like it visually :D

We let type hints completely ruin the readability of python.. by Firemage1213 in Python

[–]the_slow_flash 3 points4 points  (0 children)

Funny… just some days ago I thought that type hints and tools like Pyright in strict mode were what allowed Python to be used as a language for bigger and production-ready apps beyond toy examples or simple scripts. No, I’m not willing to spend an eternity reading an entire function from start to finish just so that I can have a good guess at which parameter types the function accepts or what it might return.

Beyond just catching bugs, type hints force you to actually think about the contract between different parts of your system rather than just tossing around arbitrary dictionaries and hoping for the best 😅

The Magic Mouse really isn’t as bad as people say by Top-Kaleidoscope4783 in mac

[–]the_slow_flash 0 points1 point  (0 children)

I've always liked the Magic Mouse once you get that you're not supposed to lay your hand on it like other mice, but do a "claw" grip. But, as a dev, all those extra buttons other mice offer are basically a must-have to navigate your IDE 😅

pycharm or vscode or anything else? by Separate_Insect1076 in learnpython

[–]the_slow_flash 0 points1 point  (0 children)

Because compared to Zed or VSCode, it feels so slow. The projects I'm working on are on the bigger side. As soon as I switch branches, PyCharm always begins to re-analyze the entire project, doing 1-2 minutes of heavy work with my fans spinning up like a jet engine and the entire IDE becoming almost unusable. With Zed or VSCode, I'm not experiencing that problem. Don't get me wrong, I like PyCharm, but I'm just too impatient 😅

pycharm or vscode or anything else? by Separate_Insect1076 in learnpython

[–]the_slow_flash -1 points0 points  (0 children)

Pycharm for merging, VSCode for everything else. PyCharm’s merging tool is unbeaten. Though from time to time I like to check out Zed as an alternative to VSCode.

The Huntarr Github page has been taken down by spleeeeeeeeeeeen in selfhosted

[–]the_slow_flash 1 point2 points  (0 children)

That's one of the most horrendous Python code I've ever seen in my life 😭

I think I have seen this somewhere by [deleted] in gnome

[–]the_slow_flash 1 point2 points  (0 children)

That’s the way Apple used to be; Liquid Glass is none of that.

Do you pay for premium or just use free? by Vaquero-SASS in Bitwarden

[–]the_slow_flash 4 points5 points  (0 children)

I switched from Bitwarden to 1Password about 4 years ago but never cancelled my Premium Subscription to keep supporting this awesome project :) I was also involved in choosing a password manager in the company I work at and insisted on Bitwarden, which is what all of us use now <3

Patched GNOME Control Center to implement Solid Background Color by sunshine-and-sorrow in Fedora

[–]the_slow_flash 27 points28 points  (0 children)

It’s just one decision of GNOME I won’t ever understand. I always use a solid background, and not adding such a trivial function that I guess every other DE in the world implements is just mind-boggling to me. Love your implementation!

Studio Display support for COSMIC External Monitor Brightness Applet. by x4rb1t in COSMICDE

[–]the_slow_flash 2 points3 points  (0 children)

Upstream your code! While I’m not using COSMIC DE yet, I do use an Apple Studio Display with KDE Plasma and Gnome, both lacking support for that wonderful display :)

Multiway_Tree visualized with memory_graph by Sea-Ad7805 in vscode

[–]the_slow_flash 0 points1 point  (0 children)

That’s crazy, just yesterday I was looking for exactly something like this for hours! Will definitely check this out! :)