Compared to what? Most services do not run PID1
TarantulaFudge
- 0 Posts
- 39 Comments
TarantulaFudge@startrek.websiteto
Programmer Humor@programming.dev•I_fucking_hate_them_now
3·2 months agoYou can just start the path with a quote and it will auto complete with spaces. I spend a lot of time correcting files with spaces replaced now. The spaces are better. I think music is the most annoying, since I like to use tools like EasyTag to extract metadata from filenames.
So please stop.naming_files.like_this.its_stupid
TarantulaFudge@startrek.websiteto
politics @lemmy.world•Trump cancels meeting with top Democrats as federal shutdown looms
51·2 months agoI just mentioned some positive facts about Obama on lemmy.ml memes and I got called a Nazi and banned. We got flavors of liberals who hate each other when we need to be working together. It was really strange being called a liberal Nazi.
If we get hung up on every small thing we are never gonna be happy at some point you have to recognize that people have different points of view we can’t be alienating people who are on the same team…
TarantulaFudge@startrek.websiteto
Technology@lemmy.world•Get ready to see ads on your… Samsung refrigeratorEnglish
1·2 months agoOh it has internet time sync. But the problem is… connecting to wifi with invalid time is problematic. There are internet check endpoints with certificates that can’t be verified. On the off chance that it does connect, I get a zillion certificate errors from different background processes.
TarantulaFudge@startrek.websiteto
Technology@lemmy.world•Get ready to see ads on your… Samsung refrigeratorEnglish
42·2 months agoHonestly, it doesn’t cost much more than fridge without a screen. I was trying to buy an LG with the window that you can knock on to see inside (not screen) but it was out of stock… and ended up with one of these fridges. The software is stupid though, I use it to play music sometimes when I’m cooking. It has some menu options for controlling the fridge too. I would love to load up custom ROM though… What annoys me the most is lack of RTC battery, because the time resets whenever there’s a power outage.
TarantulaFudge@startrek.websitetoUnited States | News & Politics@midwest.social•Revealed: Trump administration retreats on combating human trafficking and child exploitation
3·2 months agoHere we have it. This is what I’ve believed all along. This obsession with immigration and borders. ICE apprehending good people, tax payers with families. Legal immigrants. Enforcing border security, all it does it make it easier to traffic human beings. All this effort just makes it more dangerous to cross the border. Because the actual human traffickers, the gangs and abusers that facilitate illegal border crossings… They use fear of consequences to control people. People resort to the worse possible option, because it’s the only option they have. The only difference now, is that with ICE, we’ve formally turned human trafficking into a “legitimate” business. The rich now have fast food access to our children. A limitless supply of women and children separated from their parents. Free to be bought and sold as the rich see fit.
It’s absolutely disgusting. USA literally has the biggest human trafficking industry in the world. Brought about by a man who is a felon, a rapist and a variable predator of children. I won’t shed any tears for the people who support any of this. I hope the hatred they have caused, the outcry of the everyday man, can silence these individuals forever. These people deserve to rot in prison.
TarantulaFudge@startrek.websiteto
Technology@lemmy.world•Roblox, Discord sued after 15-year-old boy was allegedly groomed online before he died by suicideEnglish
1·2 months agoThey’re completely opt-in for server admins and use publicly available information to ban users seen logged into “condos” which are sexually explicit and used to groom children. It’s a system called Ro-Cleaner (among others) that allow moderators to blanket ban these people.
The fact is that Discord and Roblox aren’t doing anything to prevent this activity despite being responsible for facilitating it (condos are published on private Discord servers). When people report these servers or the condos they refuse to do anything meaningful.
I haven’t actually seen any evidence of doxxing/harassment. The system does not collect information other than usernames and the activities of those users in Roblox, both of which are publicly available. I would be interested in hearing whatever information you may have on this.
TarantulaFudge@startrek.websiteto
Asklemmy@lemmy.ml•People who watched the show "The Big Bang Theory", what is your opinion on it?
6·2 months agoI thought it was funny when it came out, but it hasn’t aged well at all. Very cringey and stereotypical, with a slight tinge of homophobia.
TarantulaFudge@startrek.websiteto
Privacy@programming.dev•Is WhatsApp safe? Not according to its ex-security chief | Proton
25·2 months agoYou have to be stupid to think WhatsApp, a Facebook company, doesn’t have access to your messages.
TarantulaFudge@startrek.websiteto
Technology@lemmy.world•Roblox, Discord sued after 15-year-old boy was allegedly groomed online before he died by suicideEnglish
111·2 months agoDiscord has been taking down free bot systems that people have created to cross check user history and keep them away from minors by banning them from all servers that subscribe to the service. It was entirely opt in and discord obviously doesn’t care that people are groomed they are in fact facilitating in and blocking any organized efforts to stop predators.
Poopy diarrhea chargers
TarantulaFudge@startrek.websiteto
Linux@programming.dev•Initrd Support Could Finally Be On Its Way To Being Removed From The Linux Kernel
52·3 months agoClearly post does not understand kernel booting. Initrd will never go away, you need a way to tell the kernel to start systemd, which is usually part of initramfs. Both can be compiled as part of the kernel image which can be directly booted from EFI. So basically EFI->Kernel->Decompress InitramFS->Run Initrd Boot Script (usually ends by kicking off SystemD). Initramfs is compressed to reduce boot partition usage, load faster into ram (more noticeable on HDD). You want the bare minimum of kernel modules available in initramfs to load storage drivers, filesystem, LVM, LUKS. Everything else should be modules on the root filesystem, unless it needed for boot. You can compile these static into the kernel too. Generally modules are preferable as they can be unloaded/reloaded if there is an issue. Also updating initramfs modules is annoying. I wrote my own initrd scripts and custom initramfs. You can build it all with bash scripts and configure the kernel to include the payload.
TarantulaFudge@startrek.websiteto
Work Reform@lemmy.world•AI Killed My Job: Translators
2·3 months agoThe AI translations still suck big time. Yes I run whisper on my local stuff, but I shouldn’t be able to tell that much from Crunchyroll. Like common at least review the subtitles… What the heck am I even paying for
TarantulaFudge@startrek.websiteto
Selfhosted@lemmy.world•Round Two: Can I manage to set up Jellyfin correctly this time?English
82·3 months agoIt’s perfectly fine to host jellyfin online. Use a proxy server to enable TLS and do not use default ports 80/443. Use letsencrypt for free certificates. No need for VPN to access here either. Do not expose any other ports such as SSH on default ports. Lock down your jellyfin server and any other related services behind a VPN service and block access to Internet through other interfaces (except for port forwards on your ISP for jelly). Go high on port ranges since they typically aren’t scanned or blocked. Go dual stack for best results and don’t use your router address for IPv6 more than likely you have your own /64 choose a different address for port forwards. Do not assign this address to your internal servers. Use a reserved unrouted IPv6 range internally and do NAT6. Do not allow any raw IPv6 internet access
TarantulaFudge@startrek.websiteto
Linux@lemmy.ml•Is KDE actually good or it is overrated? Or I was just unlucky because of prebuilt distros?
1·7 months agoThis happens on slower USB devices the data is buffered and the write won’t be complete right away. You can use the “sync” command and wait until it completes to make sure it’s done before you unmount the device. These days KDE shouldn’t let you unmount before it’s done though.
TarantulaFudge@startrek.websiteto
Technology@lemmy.world•Microsoft fires employee protestor who called AI boss a ‘war profiteer’English
1052·7 months agoMicrosoft has policy that prevents it from retaliatory actions against human rights violations. Court should rule Microsoft violated its own policies…
TarantulaFudge@startrek.websitetoBrainWorms@lemm.ee•Furious at the FCC, Arkansas jail cancels inmate phone calls rather than lower rates
23·8 months agoFucking pigs. Just let them make their damn calls. It’s already hard enough to get calls out to lawyers and family, who have to have credit card in hand when answering the phone just to talk to you. It’s really messed up. It’s hard enough just to have the opportunity to use one of these pay phones. And that’s if the damn thing actually works…
TarantulaFudge@startrek.websiteto
politics @lemmy.world•Ohio court partially overturns ban on gender-affirming care for LGBTQ+ youth, allows for puberty blockers
51·8 months agoI’m thankful they’re getting some relief. I don’t understand why anyone thinks trans bans are good. It’s more likely trans youth would die from medical issues and having their literal identity stripped away. We simply don’t have the bandwidth to decide all factors of people’s lives. We have to let people choose for themselves, for better or for worse. The best thing we can do is give them all the facts so moreso than not people are making informed choices.
TarantulaFudge@startrek.websiteto
politics @lemmy.world•'You felt you could disregard it?': Judge grills Trump DOJ over White House ignoring oral order
9·8 months agoThe whole point of judiciary is to resolve damages and it’s actually really important that they can issue orders quickly to prevent “irreversible damages”, courts use injunctions all the time even before coming to any kind of decision in order to give time for due process to happen. Especially when there is possibility of harm coming to an individual.

You can just tell them you have a condition they’re not allowed to ask about it. The pharmacists don’t care.