joshcodes

joined 2 years ago
[–] joshcodes@programming.dev 21 points 3 days ago (1 children)

Thought something was weird here. The contrast and colour is making it difficult. If you turn up shadows it changes the entire feeling, including where the obvious light source is. I wouldn't expect the dark side of the mattress unless there was a bright light directly above it.

Also the banister/handrail arm wouldn't be horizontal. Most importantly, congrats, you got me invested.

[–] joshcodes@programming.dev 2 points 6 days ago

If they ever discover their cousin the ostrich we won't survive the next war

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

That's not true, at 8 minutes he literally gets asked that exact question and responds no. Watch between 8 mins and 8:06 of the link you posted...

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

Can the propaganda have more pixels next time please and thank you, how am I meant to understand the wishes of glorious leader if I can't even make out the words?

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

Was just going to say I prefer Nicole

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

Never underestimate con men, never underestimate the fools around you, and never overestimate yourself and your ability to be conned.

[–] joshcodes@programming.dev 5 points 3 weeks ago (2 children)

Been seeing whoosh creep in here and I downvote where I see it. It's not funny, it's just annoying

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

That's like people calling Tech "the industry" I suppose.

[–] joshcodes@programming.dev 1 points 4 weeks ago

Hey I really appreciate you taking the time. That's super well reasoned and I see the benefit of the approach. I'll have a think!

[–] joshcodes@programming.dev 1 points 4 weeks ago

I like this idea, keep the old parts and reuse for something. I've always wanted a HTPC so maybe this gives me that in the future.

[–] joshcodes@programming.dev 1 points 4 weeks ago

I definitely will look into used parts. Great idea

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

Lol what part about that said sex worker/chat line? Well, you got me: For only $99.90 per hour I'll talk to you about zero trust best practice that'll get you rock hard. You'll be begging me for a vulnerable endpoint to appear in my network sooooo bad. And I might even let you phish one of my users but I'll make you my bitch first.

I'm really not sure of that's what sex chat lines are like but I think it'd do something for half of lemmy...

20
submitted 4 weeks ago* (last edited 4 weeks 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.

 

I'm about to start hosting an OpenCTI instance for work and was looking for advice on pretty much everything. I'm new to self hosting and was wondering if anyone had any advice or helpful guides (storage space, config tips, etc).

I'm looking to set up an OCTI server as a docker container behind nginx. I'd love to practice at home so this is sort of relevant to the community. Have you done this, what did you learn, do you have any things I should watch out for?

 

So I've been running Windows on my gaming system and Linux on my laptop for Uni for a while. I chose this to discourage working instead of relaxing, or gaming instead of working. However, I am finding that I often get the opportunity to work from home and I find it easier to just use my laptop on the go (I have a dual monitor setup + kvm switch so its a little annoying to have to come home and run 3 cables just for some extra screen realestate).

I want them to run the same OS so I can use the same tools and workflow. I use Ubuntu 23.04 on my laptop, W11 on my PC. I have nvidia GPU's in both (1660 Super Desktop and 3050 Laptop), so installing and maintaining drivers would ideally be easy. I would use Ubuntu but I plan to move away from it since they're moving away from .debs. Any recommendations? I am looking for stability, but something I can game on. I've never had a linux gaming pc so I don't know how much that changes things. I don't want to do much tinkering, I am more of a set an forget type.

I generally prefer Gnome, XFCE, KDE, Cinnamon, Mate in that order. I looked it up and a lot of the games I play are Proton DB Gold or up. The only game with an anticheat that I play is the MCC and I'll just disable the anticheat if its an issue.

 
view more: next ›