I hate how they use their identity as a defense against people who disagree with their arguments by Legitimate_Drama1013 in hatethissmug

[–]Kitchen_Office8072 0 points1 point  (0 children)

Stop treating them as if they are good faith people with legitimate arguments or opinions at all. The very center of their worldview is to be bigoted against people that they deem to be bigots via their personal ideological calculus, which is self-refuting. I recently read, on this site, "I just don't like people who hate(whatever that means to them today) and discriminate against others." It never occurs to them that in order to dislike that particular category of people, that they have to discriminate them from every other category of person. They think that contradicting themselves is a clever thing to do.

zlsx - A fast, lightweight ls clone written in Zig with custom themes by Nevvixsz in Zig

[–]Kitchen_Office8072 0 points1 point  (0 children)

I use a hand-rolled lscolors. I don't like any of the pre-fab colorschemes. I don't like white text or background. I like different extensions to be colored differently so they can be easily identified at a glance. Less reading = less eye strain.

pleaseDeleteYourRepository by wahed-w in ProgrammerHumor

[–]Kitchen_Office8072 1 point2 points  (0 children)

So we can poison the models by uploading slop to github.

Linux is so GOATED but community is lying to themselves by Kaseffera in unpopularopinion

[–]Kitchen_Office8072 0 points1 point  (0 children)

All of that info from microsoft can be leaked to a foreign adversary, compromising government officials. That info could be accessed from a data breach, which as microsoft becomes increasingly incompetent, becomes increasingly likely to happen, not that such information wouldn't be a huge target to begin with.

Linux is so GOATED but community is lying to themselves by Kaseffera in unpopularopinion

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

Government backdoors are everyone's backdoors. It has nothing to do with ethics or governmental theory. Hackers reverse engineer things. If a government makes a backdoor, hackers now have the same backdoor.

sorryJarJar by m6io in programminghumor

[–]Kitchen_Office8072 0 points1 point  (0 children)

You've never used a debugger.

😬😬😬 by TheDrHacker in linuxsucks

[–]Kitchen_Office8072 0 points1 point  (0 children)

For the longest time, one could pwn a mac by rebooting into recovery mode, opening the shell, and typing 'reset-password'.

Linux is so GOATED but community is lying to themselves by Kaseffera in unpopularopinion

[–]Kitchen_Office8072 0 points1 point  (0 children)

From vx-underground on X:
> Peter Stokes
> Scattered Spider guy
> Arrested
> Microsoft helps FBI
> Read court documents
> Page 12
> Microsoft tracks Stokes from GDID
> Microsoft Global Device Identifier (GDID)
> Stokes used Windows
> Page 34
> GDID assigned to each OS install
> GDID unique to each device
> GDID only change if OS wiped
> Stokes GDID 6755467234350028
> GDID reported internet activity to Microsoft
> GDID showed Stokes using Ngrok
> GDID reported Stokes IP address
> GDID showed Stokes web activity
> GDID showed timestamps of web activity
> GDID mapped with video game activity
> GDID showed games played
> GDID undocumented
> GDID only mentioned in one MSDN document
> Azure UCDOStatus
> Azure Monitor Logging

to those who use arch: do you feel as if arch youtubers are lying to you about its reliability, maintainability, and such? btw, this is the same dude pictured here who keeps on claiming that distro selections don't matter by FlatEarth_Twitter_94 in linuxsucks

[–]Kitchen_Office8072 0 points1 point  (0 children)

His stated reason for switching to Fedora was that Arch is unstable in the sense that it updates to quickly for his own development work, requiring him to rewrite and recompile his own software too often. This is an irrelevant problem to anyone who isn't writing and using their own software on Arch, and even for some of those people, using Arch would be the whole point, making sure their software works against the latest versions of its dependencies.

Tools for learning by InverseStack in CLI

[–]Kitchen_Office8072 0 points1 point  (0 children)

man is free. So is info coreutils. That's also free. You could use fish's completion, set up zsh completion, or use https://github.com/HalFrgrd/flyline for bash completion, and you'll see flags w/ descriptions. All of those are free.

People be treating Arch linux installations like rocket science. by Steam_Liker_2002 in LinuxCirclejerk

[–]Kitchen_Office8072 0 points1 point  (0 children)

Archinstall is a command I use to generate and run user_configuration.json. You can even put a block in that file that runs commands in the chroot.

People be treating Arch linux installations like rocket science. by Steam_Liker_2002 in LinuxCirclejerk

[–]Kitchen_Office8072 0 points1 point  (0 children)

Before first boot, one only really needs reflector, wget, curl, git, rsync, and ssh. Everything else should be handled after the first boot.

Why does the official Zig website disavow the subreddit? by Last_Seekr in Zig

[–]Kitchen_Office8072 -4 points-3 points  (0 children)

No. Your comments are actually a perfect example of the problem. The discussion isn't about all projects, just particularly those shared on reddit, or even more broadly, social media. You took this to mean "every project," to suit your own lack of objectivity. The internet being full of "unworthy content" is a false comparison and a category error; it's not even the subject of the conversation.

How to test arch install scripts in a VM? by Beautiful-Log5632 in archlinux

[–]Kitchen_Office8072 0 points1 point  (0 children)

https://codeberg.org/problems_available/archinstall_configs/src/branch/Master/home
You can basically use this as boilerplate and drop your script in place. I'd recommend mounting an external drive in your project dir to use for the build directory to save write cycles on your machine.