joshcodes

joined 2 years ago
[–] joshcodes@programming.dev 2 points 5 days ago

Competition is good and the more Windows tries to meet this promise, the more Linux gets exposure.

[–] joshcodes@programming.dev 2 points 1 week ago

Yeah they'll drop this as soon as they realise The Dreaded Kali Linux Hacker OS System is open source tbh. First cyber attack, they'll realise they didnt know the owner of the malicious device's age, cry on TV then amend the law to include it.

Meanwhile the number of school shootings will remain the same, foster care systems will be underfunded, but the children will be rendered safe.

Remind me, if everyone is a child until proven otherwise as implemented by discord etc, are they still allowed to collect my data when I dont age verify? Can I sue them for collecting what could have been a toddlers information as they couldn't possibly have known I wasn't one?

Its all so fucking stupid.

[–] joshcodes@programming.dev 3 points 1 week ago (1 children)

Dynamic programming is a headfuck when you first learn it, they're obviously just a superior being.

[–] joshcodes@programming.dev 2 points 3 weeks ago

Our service desk were forbidden from moving over on release because new outlook can't modify the subject of an email, so we couldn't add ticket numbers. They've been using this feature since outlook was released.

I did some reading on forums and thousands of people rely on this feature and noticed it missing. Not sure if its been added yet because I still use "classic".

[–] joshcodes@programming.dev 7 points 3 weeks ago

I know this with the text "mess with the pope, get the no-scope"

[–] joshcodes@programming.dev 10 points 4 weeks ago (1 children)

Is it worth your reaching out to the EFF? It sounds like you may like to work with them. Granted, I dont know if they have much to do with Europe or if they're just a US thing.

Also possible you've discussed this somewhere. I'm just an advocate for pooling knowledge and resources.

[–] joshcodes@programming.dev 1 points 1 month ago

It was the British and they didnt burn it to the ground so I'm not sure why people think thats what happened. It was a retaliation attack for the US fighting in Canada, sure. But they weren't Canadian troops.

They didnt burn it to the ground because the building burnt too fast for them to get the fire hot enough. The outer walls and bits inside were still standing. I believe the British even ate dinner in the house because the chef had prepared it for the president or something but I couldn't find a source for that.

[–] joshcodes@programming.dev 12 points 1 month ago (1 children)

Sydney and Melbourne have pretty good public transport. Unfortunately they're compensating for everywhere else, which has some truly fucking awful public transport. Looking at Adelaide in particular but I know others are also shit.

[–] joshcodes@programming.dev 0 points 1 month ago* (last edited 1 month ago) (1 children)

Nuclear is the most expensive energy solution, the hardest to maintain and the worst possible outcome for human error. Solar panels can be easily installed and will generate some power most days of the year. Wind farms produce more energy altogether but run less often. Use both with batteries and you dont care if its sunny or not. Also, power grid? Energy is made somewhere and sent elsewhere. You can do this by putting solar where, on average, it is very sunny such as a desert and wind where it us windy, such as near the beach. Then you run power cables to your cities. The whole project would costs as much as like two nuclear facilities. Oh and nuclear takes like decades to build. You have to make Fukushima/Chernobyl before you can accidentally melt it down. That takes at least 5-10 years of investment. Or you could put the same money into solar and get energy within months...

[–] joshcodes@programming.dev 1 points 2 months ago

Was going to say this, the cables are messed up

[–] joshcodes@programming.dev 3 points 2 months ago

I mean, you want to go hard ball: our attorney general is who actually fired the prime minister and he was a CIA plant.

[–] joshcodes@programming.dev 1 points 2 months ago

Recently had a similar issue with Via, the app for keyboards. Basically, there was an issue with chrome talking to the hardware...Except some lifesaver recommended plugging my keyboard directly into my machine, bypassing the docking station (the thing causing me issues) and fixing my problem. So I've technically still never had a driver issue, only a shitty docking station experience.

20
submitted 10 months ago* (last edited 10 months ago) by joshcodes@programming.dev to c/pcmasterrace@lemmy.world
 

I have a B450 motherboard, 16gb DDR4 3200 RAM, 1660 Super gpu and a Ryzen 5 2600 CPU. I don't plan on updating the GPU this time, because I don't play a lot of games that require anything more, I'm playing a lot of older titles currently. The problem is this also makes me feel like I shouldn't update the pc at all.

I think I mostly just want to mess around with a decent home lab, but because I dont have an intended use case I'm struggling to justify. I also had parents who don't like to spend money on this sort of thing and I've got their disapproving voices in my head.

The plan is to upgrade to a 5900XT and 64 gb of ram and probably run a lot of virtual machines in a little lab environment but I'm not sure how often I'll have them all running so it could be overkill. The upgrade is about $700 all up too so not small but not too much. I know I'm extending the lifespan of a computer instead of e-wasting the entire thing but I'm still a little apprehensive.

Good idea or nah?

P.S. I run Linux Mint on all my machines if that somehow changes anyone's mind or is somewhat helpful? Can't let the arch users be the only ones to announce.

Edit: thanks for the replies. I went to bed so I'll try to reply to people as today goes. Thanks for the ideas and the one person who asked if I was a sex worker, you've made me laugh and think.

 

Transcription: picture is a screenshot of a user inbox page with a new message containing a photo of a woman with dark hair. The message reads "Hi I am Nicole but you can call me the Fediverse chick". There's more text but this is very obviously a bot attempting to get people to join a particular server.

On a side note: I can't delete this message as I get an error about dms not being available. I've blocked the bot already. Does programming.dev support dm's?

 

I dont post often but I struggled to find a solution to my issue so I am trying to fix that very problem by adding a resource. Hope this helps someone.

I have moved my last windows pc to Linux Mint last weekend (I had some issues writing to my other USBs and had it lying around, technically I set out to try Fedora Silverblue but that may come later down the road now). I keep all my games and important files on secondary hdds and ssds in my machine as I've had data loss many times before from moving machines go Linux.

All went well, installation worked, but when I installed Steam, nothing showed up in the 'storage' page of the settings menu. "Hmm, it's probably a permission issue" I thought, if it cant see the drives it's not allowed to. Command used to debug this was:

ls -ld /media/gamedrive1 /media/gamedrive2

which showed root had read, write and execute access but I had read access.

So next I had to change /etc/fstab and make sure my drives were mounted correctly (using ntfs-3g driver instead of ntfs on one drive, and adding my users name as the owner and group owner).

This took me a minute to get right because it relies on the uuid of the drive, not the /dev/sdX identifier (I've been informed you can also use the /dev/disks/by-id/. It was super easy to do this through the gnome-disks utility, so I didn't need to keep editing the fstab file with nano and could see partition names.

I then I had drives visible in the 'Storage' settings in Steam (I did also switch from the downloaded deb file from steams website to the apt installation but I dont think I needed to).

I try to run a game, forget proton exists, retry to run the game with compatibility mode on, then get a 'Disk Write Error' for my /media/JoshCodes/gamedrive1/SteamLibrary/steamapps/downloading/random/file.

Super weird I think, but it's probably a cache issue, some dumb file from my windows machine that didn't get permission-ed properly for some reason - idk it was 10pm. I clear my cache, reset steam entirely, manually remove the files, nothing works. On a fluke, a troubleshooting step led me to a solution by way of it not working: I tried to create a symlink between the downloads folder on the main drive and the drive I had the game library installed on. The recommendation was to use:

ls -s /opt/steam/downloading /path/to/steamlibrary/downloading

Can't remember the error but it was something like "symlinks are not able to be created as they are not compatible with this file system". Oh dammit. This drive is on a filesystem that is incompatible (exFAT) with my other file systems for some reason. Someone smarter than me clarified that Steam and video games in general rely on symlinks, which are not supported on exFAT file systems, but will work on Windows for reasons I won't get in to.

Unfortunately I did have to move everything from my exFAT drive to a 3rd drive, reformat (just used ext4 as its native linux) and put all my files back on. At this point it was like 1am but I could open Civ V and Rocket League! Huzzah, crashed and went to bed. That's the first time I've really stuck with a problem that I wasn't familiar with, learned a shitload about mounting drives and just thought it through. A little help from the internet at the end but good outcome.

I hope that helps someone else!

Edit: Added commands and fixed formatting. Changed title as it was not correct as pointed out (Sorry, that's the first thing I typed and forgot to check that before posting). Added some info stolen from the comments on why symlinks don't work.

 
view more: next ›