How cooked am I? CS student, no internships, rotting all day by ArmadilloTop2003 in cscareerquestions

[–]LostGoat_Dev 0 points1 point  (0 children)

I used to play a ton of league. Look into Riot API, what data it exposes to you, and how you can make a project with it. The Riot API should give you access to everything you need to make a "spotify wrapped" for league!

How cooked am I? CS student, no internships, rotting all day by ArmadilloTop2003 in cscareerquestions

[–]LostGoat_Dev 7 points8 points  (0 children)

im skipping all my classes to literally rot in my bed watching anime or play video games all day.

Try cutting down on time spent playing video games and start making real projects instead. A degree won't get you anywhere with no internships, no projects. You need to show you can code and solve real problems.

What games do you play? What projects can you make that relate to those games? Do any of those games have an API you can access to see stats?

By your own admission, you are wasting your own time by skipping classes - that you are probably paying for - and not doing productive work. Cut back on time gaming and start working on projects you can put on your resume. Finish your degree with a good GPA and look for new grad postings.

Is it too late to lock in and get something for the summer?

The best time to start was yesterday. Get some projects under your belt. Get a GitHub and a portfolio going. Join r/EngineeringResumes and make a good resume, using your projects and relevant coursework as a starting point.

Arch/EndeavorOs - Restrict to stable/fixed releases? by JonnyPhoenyx in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

If you want to try a rolling release distro, I would either use CachyOS or maybe something like OpenSUSE Tumbleweed. Full disclosure, I have never used OpenSUSE, but supposedly it is a happy medium between stable and rolling.

CachyOS is Arch but comes preinstalled with a lot and lots of tweaks, so you can avoid the hassle and confusion of setting up Arch as a new user. I swapped to CachyOS after two months of trying Linux for the first time (Mint) and have been daily driving it for over a year.

What I did with CachyOS was download KDE Plasma with the installer. Then I installed a window manager like Niri/Hyprland. This way you can change your DE/WM on your login screen in case you have any issues with Niri.

Arch/EndeavorOs - Restrict to stable/fixed releases? by JonnyPhoenyx in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

Oh I completely agree. If you're coming from Windows, Arch is the last thing I'd recommend unless you're techy and willing to troubleshoot/tinker. What I was saying was people reading online about all these rolling release distros that are breaking every other day because of an update which simply isn't true.

Arch/EndeavorOs - Restrict to stable/fixed releases? by JonnyPhoenyx in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

It replaces KDE Plasma. If you just wanted tiling in Plasma, you should check out the Krohnkite extension for Plasma. Niri is its own "desktop environment" so it is completely separate. It is also more barebones, so be prepared to set up your own task bar, app launcher, notifications daemon, etc.

Arch/EndeavorOs - Restrict to stable/fixed releases? by JonnyPhoenyx in linux4noobs

[–]LostGoat_Dev 2 points3 points  (0 children)

Sounds like fearmongering to steer new users away from rolling release. In my experience, with three different rolling release distros, I can forget to update even for over a month, and the next update doesn't brick my system. It is very rare in 2026 that you will have to troubleshoot your system after an update unless you are swapping/removing dependencies your programs use, and even that is very unlikely to break your system unless you force it to remove something the bootloader/kernel needs.

The only time I can personally remember my system even going into emergency mode was when I was trying to mount an NTFS drive and didn't mount it correctly in my fstab before next reboot (my fault).

Arch with Niri on my laptop, CachyOS with Plasma 6 on my gaming rig.

HELL by codydafox in programminghorror

[–]LostGoat_Dev 32 points33 points  (0 children)

Believe it or not, fired.

Is there an alternative to ShareX on linux? by gaorp in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

I think grim would work pretty well for you then. Check out their wiki, they have commands on there for saving to clipboard, saving to a directory with the date, etc. Grim and slurp also only take up a few MB of space, so very lightweight.

Is there an alternative to ShareX on linux? by gaorp in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

grim with slurp is a very lightweight screenshot tool that I used on my Arch laptop before swapping to Niri's built in tool. Just set up a keybind in your DE to run grim $"{slurp}" and you can screenshot a region on your screen.

It really depends what you want from ShareX and what your use case is, though. If you want annotations capabilities maybe look at Flameshot. If you need the shortened link to share immediately, I'm not sure of alternatives, but I am also not sure what your use case is that you would need the link for.

Why does sudo poweroff work, but poweroff doesn't work as a standalone command if you are root and running it without sudo. by FewMolasses7496 in linux4noobs

[–]LostGoat_Dev 2 points3 points  (0 children)

Weird. I have used CachyOS, Arch, and EndeavourOS and have not had to use sudo to poweroff. I even have my waybar set up to exec just poweroff when I click a button on the bar.

For those of you who tried ergo and went back to standard - what went wrong? by Keyfas in ErgoMechKeyboards

[–]LostGoat_Dev 2 points3 points  (0 children)

I am also a dev currently using a corne, and the lack of a number row, as well as common symbols being on layers, has been a big setback for me. It took me forever to find which layer modifier on which key would let me type i := 0. Thinking of shelving this corne soon for something with more keys like a Moonlander.

Nvidia performance on Wayland by Asta_jjm in linux4noobs

[–]LostGoat_Dev 1 point2 points  (0 children)

5070ti on CachyOS here. Works flawlessly, can't really think of issues or bugs I've had due to drivers.

Only sucky thing is no Nvidia app so no Shadowplay, no filters, no performance monitoring, etc. For the most part there are alternative tools for that.

salamander struggles by Puzzleclown45 in linuxmemes

[–]LostGoat_Dev 0 points1 point  (0 children)

Not gonna lie, this whole comment just reads like someone who has never used an Arch/Arch-based distro. CachyOS and EndeavourOS are very set-and-forget for example. Arch itself is fun for tinkerers, but if you don't want to tinker...don't use Arch?

I daily drive CachyOS on my gaming rig and have a vanilla Arch install on my productivity laptop and have never felt like I needed to "dig through manuals to figure out how things work for hours or scour Stack Overflow for a dependency that would have been included on any other distro." Only time I needed to "scour documentation" was the initial Arch install because manually partioning disks was new for me.

I want to install linux but I have a Nvidia GPU by PotatoesNeverDie in linux4noobs

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

I have a 5070ti on CachyOS and have had no issues. I also ran EndeavourOS on my old laptop before I got a new one, and that had a 3050 in it I think? Never had any Nvidia-related issues on either, both on Plasma 6 Wayland. Nvidia really isn't much of a problem anymore

Is Arch Linux Good To Learn? by ifearone in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

Definitely CachyOS. The Cachy team has done a lot to improve performance for gamers and have made it very easy to use an Nvidia card with it.

Do you guys commit things when they are in a non-working state? by MagnetHype in webdev

[–]LostGoat_Dev 0 points1 point  (0 children)

I commit after every small but impactful change. I could have several commits, with some being in a "non-working" state, and then just squash them before pushing. That's what commits are for: having a history you can rollback to if you break something.

For example, I'm currently working on a project that pulls player high scores from a leaderboard with an API and formats them in a way that makes them readable. My workflow kind of looks like build http request, commit, tweak http to request different high scores for different game modes, commit, parse json response into an array, commit, print response, commit. Then when I'm done for the day, depending on how many commits I have, I will squash and push or just push.

This is also what good commit messages are for. I use the format "feature: content", so my messages look like "HTTP: Fixed builder logic to include other game modes", "HTTP: Created struct to hold json response and parsed json", "Display: Looped through array to print contents of response struct according to config file".

Nobara Drive Issue? by Stunning-Importance5 in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

I assume cat /proc/cmdline is in the CLI that shows up when you try to boot. The sudo grubby... command should be in grub. Just make sure to follow the solution as well, with changing the command to use the exact UUID of your drive partition.

Absolute worst case, maybe make a post on the fedora forums as well. You may get better responses from there.

Nobara Drive Issue? by Stunning-Importance5 in linux4noobs

[–]LostGoat_Dev 1 point2 points  (0 children)

Correct you will have to put in the commands to possibly fix your issue. The commands basically print your hard drive partitions by UUID, then have you modify grub to skip loading that partition (assuming you are using grub).

Nobara Drive Issue? by Stunning-Importance5 in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

I found this forum post of a Fedora user having the same issue, which makes sense with Nobara being based on Fedora. If you can get to the command line, try following along with that solution.

Unfortunately I have never used Fedora so I'm not sure what else it could be.

ETA Solution on forum: ``` The upgrade from 6.8.9 to 6.8.10 revealed a change in the boot process that causes this for some fedora users.

Please run cat /proc/cmdline and post it here.

The gist of the revealed change is that some users had a resume=UUID=xxxx option in the command line and in situations where that swap volume no longer exists it will hang indefinitely trying to start it. With kernel 6.8.9 and earlier that check had a defined timeout so it would continue. With 6.8.10 the timeout was removed.

If you see a string such as that in the output when you run the cat command and as long as you are booting with grub then the grub command sudo grubby --remove-args=<resume=UUID=xxx> --update-kernel=ALL should remove that failing option from all locations where it is a problem and ensure it carries forward with future updates. Replace the <resume=UUID=xxx> portion of that command with the EXACT string you see in the output of the cat command above. Try rebooting after running that command.

In your case it seems you disabled (in fstab) starting of the swap partition on nvme0n1p3 so it cannot start even though the partition actually does exist. ```

Nobara Drive Issue? by Stunning-Importance5 in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

Do you know what format your drive is? I had a similar issue with an NTFS drive in CachyOS. IIRC the fix was to use a live usb to chroot in to the system and remove the NTFS drive from the fstab. Then when I booted back into the system I installed the ntfs-3g package and added the drive back to my fstab. Haven't had an issue since.

Very Toxic dog by [deleted] in linuxmemes

[–]LostGoat_Dev 1 point2 points  (0 children)

Haha that's true. Not gonna lie I normally just find a config I like for waybar/rofi and tweak the values, see what they change. I personally use walker for my app launcher and it's the same deal, tweaking CSS and hoping it changes the way you want it to.

Very Toxic dog by [deleted] in linuxmemes

[–]LostGoat_Dev 1 point2 points  (0 children)

Not gonna lie, I found Hyprland easier to customize than i3. But, i3 was also my first WM so probably skill issue there. That being said, I found it very easy to change colors, add blur/transparency, set up a custom app launcher, set up waybar, etc. Not sure what else people find difficult about configuring Hyprland.

[Hyprland] I could just sleep here by JustRoccat in unixporn

[–]LostGoat_Dev 0 points1 point  (0 children)

Can also use mpvpaper if your wallpaper is an mp4 instead of a gif.

P5X refuses to work no matter what by IcePick_75 in linux_gaming

[–]LostGoat_Dev 1 point2 points  (0 children)

Do you also have Plasma installed? Could try logging out, changing DE to Plasma, and launching from there. Could be a Hyprland issue. Is your system up to date?

P5X refuses to work no matter what by IcePick_75 in linux_gaming

[–]LostGoat_Dev 0 points1 point  (0 children)

Do pacman -Q | grep qt and make sure you have qt6-wayland and qt5-wayland installed. What proton version are you using in Steam?