Man, we just can’t win with these UI tools, I also thought Bruno was the solution. Only use it on my work machine so that’s why I guess I never noticed this. Thank you for sharing, time to go back to digging for better alternatives.
Mikelius
Old Profile: https://beehaw.org/u/Mikelius
- 0 Posts
- 15 Comments
I’m shocked how far I had to scroll down before it was mentioned, I was getting scared I would have to say it lol
Mikelius@lemmy.mlto
Programmer Humor@programming.dev•Everyone knows what an email address is, right? (Quiz)
1·3 months agoAnd after that, I now can’t wait for the next pull request with a regular expression on email validation to come through.
As a professional, my reasoning for NOT using AI is as follows:
- I don’t want to lose the muscle memory of what I do. Sure AI might be able to do annoying things like test templates… But that’s not a skill I want to forget or lose, as self written unit tests have actually helped me catch mistakes that “would have worked” in prod (i.e. Code functions, but has undesired outcomes). AI can’t usually spot that.
- As a person who digs deep in cyber security and monitors heavily the malicious realm, I’m paranoid of malicious or weak code being spit into my repos.
- I’m a privacy nut, too. Most “good” AI solutions are anti privacy.
- If anyone here has done a proper code review of AI generated code from coworkers, they should know it adds a ton of extra time because of errors, inconsistencies with repo practices, etc and actually wastes the time of the developer and reviewers.
Am I saying “NEVER AI?”? nah. But it’s far from ready for me personally to even consider for programming purposes. I’m also well aware this isn’t what many others think or feel; I don’t scream at people for using it if it’s what they feel helps them.
To be fair, this is true for Windows and Mac too, unless you aren’t counting the simple scape goat of wiping and reloading lol
Mikelius@lemmy.mlto
Programming@programming.dev•ASCII Skyline - a terminal-based recreation of an old screensaver I loved as a kid
11·6 months agoDang, talk about flashbacks I didn’t expect. Nicely done!
Another screensaver I miss and would actually put on my machine if I could… Johnny Castaway.
Mikelius@lemmy.mlto
linuxmemes@lemmy.world•cringe Arch btw femboys VS Real gentoo femcels
3·10 months agoAlso hard to relate. Got my Gentoo server running full auto updates every morning and then send an ntfy alert on success or failure. Haven’t seen a failed update in so long (other than the occasional package that had a bad build or something once in a while).
Back when I was fresh in the Gentoo and Linux world (Gentoo is where I started) and updating once a month, I can definitely say I ran into issues… dunno if it’s that big of an issue these days though.
Not an opinion, I have an actual situation with my eyes where they twitch uncontrollably when presented with bright lights for a long period of time. I have tried minimum screen brightness, lowered contrast/colors, auto brightness based on the environment, various software solutions to removing blue light 24/7 from the screen - none of it worked. Went permanently dark theme on everything, magically eyes haven’t twitched in years.
Light theme vs dark theme is not just a preference, it’s an actual accessibility need for some of us.
I totally thought because of how long the equals looked, it was multiple equals characters, not just >>= lol. That’s what got me confused. Don’t think these are things I’d personally use but each to their own preferences right xD
What is that weird >>=== symbol? Looks like a cross breed between C and JavaScript here.
I hate short variable names in general too, but am okay with them for iterators where i and j represent only indices, and when x/y/z represent coordinates (like a for loop going over x coordinates). In most cases I actually prefer this since it keeps me from having to think about whether I’m looking at an integer iterator or object/dictionary iterator loop, as long as the loop remains short. When it gets to be ridiculous in size, even i and j are annoying. Any other short names are a no go for me though. And my god, the abbreviations… Those are the worst.
Mikelius@lemmy.mlto
Programming@programming.dev•GitHub besieged by millions of malicious repositories in ongoing attack
3·2 years agoSorta kinda wondering (conspiracy thought, totally no evidence, just a random thing that came to my mind) if this is either an attack on AI or attempt to compromise those who use AI to write their code. Or both.
This post may have crashed Voyager twice… Once when scrolling by it, again when trying to reply. I don’t know why I can reply now.
Edit: lol I know why. My app auto updated at the same time I clicked reply. Perfect timing. Scrolling crash still unexplained though.
Mikelius@lemmy.mlto
Programmer Humor@lemmy.ml•How do you know if a tree that fell in the forest made a sound?
6·2 years agoUse
-Fso you can keep getting those live reports even after the forest you’re watching vanishes
Daily on my Gentoo server, through a Cronjob every morning. It’s a custom script though, so there’s more than just doing an emerge update. It’ll send me ntfy notifications for the update results, if there are new news items, and if there are any time config merge updates to make. A few other things as well but that’s the main stuff.
Other servers, typically weekly or only manually when I ssh into them (for the ones I don’t really feel the need to update frequently).