- 0 Posts
- 271 Comments
JTskulk@lemmy.worldto
Technology@lemmy.world•Tesla Caps Employee AI Spend at $200 per Week After Adoption PushEnglish
5·1 month agoWhy don’t we use the word “spending” anymore?
JTskulk@lemmy.worldto
Games@lemmy.world•Bohemia Interactive released Arma: Cold War Assault Remastered as open source softwareEnglish
11·1 month agoWell they need to learn, and if they refuse, we put them in the FOSS reeducation camp!
JTskulk@lemmy.worldto
Games@lemmy.world•Bohemia Interactive released Arma: Cold War Assault Remastered as open source softwareEnglish
1·1 month agoSay libre then.
JTskulk@lemmy.worldto
Games@lemmy.world•Bohemia Interactive released Arma: Cold War Assault Remastered as open source softwareEnglish
11·1 month agoRight, but then why describe it as the lesser thing?
JTskulk@lemmy.worldto
Technology@lemmy.world•Family files wrongful death suit following Tesla crash in TexasEnglish
752·2 months agoIt’s creepy that Tesla is immediately telling the world what this guy did in his car. It shows that they really are spying on all Tesla drivers all the time and they’ll publish that information at the drop of a hat to save face.
JTskulk@lemmy.worldto
Games@lemmy.world•Bohemia Interactive released Arma: Cold War Assault Remastered as open source softwareEnglish
134·2 months agoTitle is inaccurate, it was not released as open source software, it was released as Free software. This shit’s GPL3!
JTskulk@lemmy.worldto
Linux@lemmy.ml•What do you think KDE should focus on for the next two years? - Call For SubmissionsEnglish
11·2 months agoYou’re reading it wrong and misinterpreting the message. It’s like me saying that your Celsius thermometer is wrong because water freezes at zero instead of 32. Just because you know why doesn’t make one or the other wrong, it’s just different.
That being said I think I would also prefer it the other way.
JTskulk@lemmy.worldto
Linux@lemmy.ml•What do you think KDE should focus on for the next two years? - Call For SubmissionsEnglish
61·2 months agoIt’s not a bug, just a difference in prioritization. It makes more sense for a server and less for a desktop with removable devices
JTskulk@lemmy.worldto
Linux@lemmy.ml•What do you think KDE should focus on for the next two years? - Call For SubmissionsEnglish
17·2 months agoI don’t think this is a KDE problem, but more the way Linux operates. I looked into this once and it’s basically because Linux considers the operation done when the source file is completely read and committed to the destination, but not actually written yet. I see this same behavior with my USB backup drives where something finishes but then I have to wait a minute or two when actually unmounting the drive. I think there’s a way to change this but I’ve never done it.
P.S. I just want KDE to make activities great again :(
JTskulk@lemmy.worldto
Linux@lemmy.ml•finally Margine OS ! My super fast and atomic linux distro ⚡️English
71·2 months agopffft atomic, my distro is quantum.
JTskulk@lemmy.worldto
Technology@lemmy.world•Ted Cruz and Ron Wyden try to fight censorship with bipartisan JAWBONE ActEnglish
4·2 months agoBecause he’s also a cuckold with a humiliation fetish. Trump called his wife ugly and then Cruz sucked his dick.
JTskulk@lemmy.worldto
Technology@lemmy.world•"Nobody's making games for the retired people" – The growing yet underserved market for grey gamersEnglish
3·2 months agoThe gaming market is so oversaturated that there’s something for everyone, even old people. There are so many games that don’t require fast reflexes.
JTskulk@lemmy.worldto
Technology@lemmy.world•You Don't Love systemd Timers EnoughEnglish
2·2 months agoMaybe I’m just lucky that I haven’t run into insane cron problems :) I’ve done both, I guess I just need to do more systemd timers and get used to it. I found it so confusing and weird to set up.
JTskulk@lemmy.worldto
Games@lemmy.world•What’s your favorite video game that most people didn’t like ??English
2·2 months agoI followed it’s development a tiny bit, I knew it was in development hell, that things kept getting redone, and then some other company stepped in and actually finished and shipped it. I was expecting it to be bad. The worst thing I have to say for it is it’s a console port. It was fun, it was whacky, it had decent combat although I’m not a fan of the halo style hide to recharge your health.
JTskulk@lemmy.worldto
Technology@lemmy.world•You Don't Love systemd Timers EnoughEnglish
3·2 months agoI’m not the OP, but I can explain how to use cron in like 4 sentences: Edit cron with the command crontab -e, this opens your text editor. If you want your jobs to have environment variables, put those at the top. Put this header at the top: # m h dom mon dow command It means minute, hour, day of month, month, day of week, command. Type in numbers for these values or a star which means all of them. Command is the command to be run.
JTskulk@lemmy.worldto
Games@lemmy.world•What’s your favorite video game that most people didn’t like ??English
12·2 months agoI liked Duke Nukem Forever, I kept waiting for it to get awful and it never did! Surprisingly fun game.
JTskulk@lemmy.worldto
Games@lemmy.world•A chill gaming community for the 30+ crowdEnglish
102·3 months agoWebsite is down and runs on IIS, gross.
JTskulk@lemmy.worldto
Linux@lemmy.ml•Which browser would work with lightning ⚡ speed on a machine having this specifications ??🤔🤔🤔English
2·3 months agoI have a laptop from this century now (16G) and I like mainline firefox lol. Thanks though :)
Everyone here is throwing resources about where to learn more about Bash instead of answering the question. I’d say regex is good to learn regardless as it’s pretty much used everywhere, but advanced bash scripting probably isn’t worth the trouble unless you’re using sysvinit scripts or something. Bash was really the first language I learned and nowadays I find myself starting scripts in bash and then quickly converting over to python the moment I have to manipulate strings. Python is much more straightforward in that regard.