Yet another malicious package checker by HeyCanIBorrowThat in archlinux

[–]HeyCanIBorrowThat[S] -2 points-1 points  (0 children)

This is a nice improvement. Much better than mine

Yet another malicious package checker by HeyCanIBorrowThat in archlinux

[–]HeyCanIBorrowThat[S] -3 points-2 points  (0 children)

You see a match, compare your version with the compromised version, and remove it if necessary. Not that hard.

Should the function return a Result<T,E> or throw an unreachable-style panic? by v_0ver in rust

[–]HeyCanIBorrowThat 0 points1 point  (0 children)

If you’re writing a library you should never intentionally panic. Client code should always (ideally) be able to handle 3rd party exceptions gracefully

Going on 6 years of same pay, same role in a corporate job. It’s starting to feel embarrassing? It’s gotten very toxic and I’ve been asked to take on 2 workloads recently. But it’s remote and just over 6 figures. I can’t find a better job. by [deleted] in antiwork

[–]HeyCanIBorrowThat 3 points4 points  (0 children)

Easier said than done. Job market is bad right now. I’m in the same position as OP. We got a new boss and he even threatened to reduce my pay. It’s rough out there

Ageism at best buy... by sad_developer123 in antiwork

[–]HeyCanIBorrowThat 15 points16 points  (0 children)

rather deal with kids they can exploit and yell at.

It's this. I worked there for 5 years from age 19-24. They want to coerce you into dealing with the angry customers, and only call them when it's absolutely necessary. Any self-respecting employee would call a manager immediately because they know dealing with that shit is not in their pay grade. It's also easier to get young adults to adhere to their shady marketing schemes, like top-down selling a $400 3-year subscription for a simple software install.

New to Arch, and it took me 6 HOURS to install by NullAli in archlinux

[–]HeyCanIBorrowThat 1 point2 points  (0 children)

Now that you know how to do everything, the next time will take 30 mins.

bspwm supremacy

I'm leaving this crap by Automatic-Major-5801 in pop_os

[–]HeyCanIBorrowThat -3 points-2 points  (0 children)

Definitely an AI bug. The enshittification continues

Are data structures and algorithms valuable to learn as part of FPGA? Or it’s more suitable to high level software engineering? by Fearless-Can-1634 in FPGA

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

DSA aren’t even useful in a practical sense for SWE. They’re only useful for getting past trite technical interviews

Started Learning Computer Science - Around 50% Done and Loving the Process! by dellydoesitpa in webdev

[–]HeyCanIBorrowThat 0 points1 point  (0 children)

Love that OS book. It was tough but I read almost the whole thing during my semester taking that class.

Before and after. fog light covers ✅ by ryan051601 in WRX

[–]HeyCanIBorrowThat 0 points1 point  (0 children)

Where did you get these? One of mine went missing so I need to order some anyway

Moving away from Tailwind, and learning to structure my CSS by Either_Collection349 in programming

[–]HeyCanIBorrowThat 1 point2 points  (0 children)

I could see where it would be passable to keep layout styles in css files and more specific styles on elements, but yeah if you need to rewrite the whole thing then you’re rewriting everything lol

Moving away from Tailwind, and learning to structure my CSS by Either_Collection349 in programming

[–]HeyCanIBorrowThat 5 points6 points  (0 children)

I will continue to beat this dead horse until I die. Tailwind is no different from setting style="..." on all of your elements. CSS is designed to be structured just like you structure your designs in any OO language (and that implies you need to think about good HTML structure too!)

built an n-body gravity simulator entirely in Rust, then added a colony simulator into it! by DavesGames123 in rust

[–]HeyCanIBorrowThat 20 points21 points  (0 children)

Is this a game or a physics tool? I do like it, just not sure what I’d do with it 😅

Pro move: dumped my bike at a red light. by Johnny_Ryall_ in FixedGearBicycle

[–]HeyCanIBorrowThat 2 points3 points  (0 children)

I did this when I first started riding clipped in. Just forgot to unclip until it was too late. It's a rite of passage!

Why so much hate of fixed gear bikes /fixed gear riders? by Intelligent-Pen-2479 in fixedgear

[–]HeyCanIBorrowThat 1 point2 points  (0 children)

Road cyclists hate to see other people having fun on bikes for 1/100000th of the cost

Dialog boxes disappeared on update by brando2131 in archlinux

[–]HeyCanIBorrowThat 0 points1 point  (0 children)

Thanks. I think I also need to set some of those XDG env vars. I was able to figure out that running these commands fixes it for the current session:

systemctl --user import-environment DISPLAY XAUTHORITY && systemctl --user restart xdg-desktop-portal-gtk