[ home / overboard ] [ spam ] [ soy / qa / raid / r ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]

A banner for soyjak.party

/tech/ - Soyence and Technology

Download more RAM for your Mac here
Return to Index

New Thread


Sort by: Image size:
R: 2 / I: 0

ai hallucination as a feature programs


This is highly impressive (if true) but I fail to find its usecace. what purpose does this serve. AI hallucination as a feature can’t be used for many things since it’s non deterministic. I suppose the AI engine itself, due to its optimization and efficiency, might be useful somewhere but I can't find where.

This reminds me of the live AI hallucinated Minecraft too.
R: 1 / I: 1
i hate this fuckass algebra course because the fucking teachers never elaborate on any fucking term they use
>the projection of A on B
WHAT KIND OF PROJECTION NIGGER THERE'S MULTIPLE ONES
>the sum
WHAT. KIND.OF.SUM

<saaaars you have to figure this out o algo

kill yourself
R: 2 / I: 0
I have shizuku and termux on my cellular graphene os device, can someone remind me what they are actually for?
R: 12 / I: 3
eeeeehm kdesissies??????
R: 4 / I: 1
I switched to gayland from xlibre and it's so fuck better holy shit
R: 12 / I: 3
Can some 'teen with a 3D scanner and an actual nocTUAH fan scan it? I thought that's what this vid was going to be about but was disappointed
R: 2 / I: 2
ohnonononononono icacas what is this
R: 4 / I: 0

Am i a submissive bitch?

I use GNOME as my DE. I use it knowing that its the laughing stock of DEs and that Emmanuele Bassi (the lead dev) has his head up the ass. There are valid criticisms of GNOME such as the lack of tray icons, restrictive customization, wasted top bar and the hostility of its volunteers, yet i always go for it. Several times i wanted to move out from GNOME switching to KDE and XFCE but on the former i wasted a lot of time trying to rice it my way and i did spend more time with the latter but i fucked my install and said "I guess I'll go back to using GNOME". I'm not even an iToddler, some say GNOME could be cozy for ex-macOS users but i never used anything from Apple (and never will), i only ever used Windows before giving a chance to Linux; the reason i didn't mind GNOME its because i liked how it looks. Is GNOME made for my usecase (heh) or did Bassi/RedHat brainwash me into kneeling to it?
R: 15 / I: 2
can i get linux distro that looks AND feels like windows 10?
R: 6 / I: 0
Where can I buy a domain name without having to upload an image of my cock to israel?
>JUST USE TOR NIGGA
Doesn't work in this context.
R: 6 / I: 5
systemd song
R: 2 / I: 1
javascript is a high caste coding language. its like lisp but theres actual jobs in it
R: 14 / I: 2
ask an old timer computer wizard anything
R: 3 / I: 0
hello we are posting this from the Best Buy on 75 in Allen on texas. nuswa
R: 6 / I: 0
R: 20 / I: 1

Gary’s mod is ruined for me please help

This is me when I spend 2 days trying to figure out why all the vanilla weapons do x1.5 more damage and all the enemies do /1.5 less damage.
I disabled all my addons but it’s still a problem.
R: 3 / I: 0
what do I do with this iPad 9th gen that I got for free from a donation by a nigger that works with my dad
R: 3 / I: 0
artix is a meme protest distro and no serious person uses it
R: 5 / I: 0

old 'toss

geg goyim really are like this
R: 4 / I: 1
Why yes, Java is a gigachad.
How could you tell?
R: 9 / I: 2
What do (you) use for code editing and does it mog vscode?
R: 1 / I: 1
fastmeme thread flood detected edition

good morning fastsoys
R: 41 / I: 14
this has to be a fucking joke
R: 8 / I: 2
get that faggy ass shitty caption away from my shit nigger. that shit is impossible to solve
R: 9 / I: 0
can someone tell me about a good usb mic that works on linux
R: 7 / I: 0
What to do with a bunch of old android phones ?
R: 3 / I: 2

What do soyteens think of this Anti-Virus?
R: 11 / I: 2
newfag here, should i read it?
R: 16 / I: 0
i just switched from the google search engine to duckduckgo and so far i liked it, it does not have the gorillions of ai slop google has to offer, the search is okayish and i can work with it. unlike google, they dont force the ai shit onto you, even by default, but what are the cons to this search engine apart from the maybe occasional worse searches?
R: 8 / I: 2
I feel like the stack is so mystified because the professors teaching it don't understand it or anything low level themselves. I say this as I am just beginning to learn C
<tech space
When a function is called, a section of memory is "reserved" on top of what is called the stack. This section of memory is the function's stackframe. The stackframe contains all of the variables allocated by the function. The stack is made up of stack frames.
<tech space
After you understand this, the rest is easy. If you want to remove a variable from a stackframe, it has to be both a variable from the frame on the top of the stack and the variable on top of that stackframe.
<tech space
Pushing something to the stack is just adding something to the top, and popping is just removing the top item. You can't push or pop any random item. The top of the stack is just a pointer in a CPU register. Popping simply decrements the top stack pointer and pushing simply increments it and stores a value at said address. The list of elements in them are entirely defined by those registers. There is no such thing as removing a value within these bounds. You can write it to be zero, but you can't just remove it.
<tech space
I think the plate analogy is almost a misnomer because it's easy to visualize but it's easy to forget this fact. You can't remove something from the middle and have the stack collapse on itself.
<tech space
You can have multiple stackframes on top of one another if functions contain calls to other functions. Each call to a function without a return value adds another to the stack. You can need to push and pop single items on the top of the stack if a function dynamically allocates or deallocates variables.
<tech space
Please chime in if I said something retarded. I will also do my best to answer questions
R: 35 / I: 6
>linux mint
R: 0 / I: 0
The only three versions of Microslop Windows worth using
R: 29 / I: 11
>rust le troon language
Unironically a psyop by most asshurt Cniles to make Rust le bad while depicting C as le badass and high IQ.
Rust and Java are aryan, everything else is jeetslop.
R: 7 / I: 1
is the X windowing system the pinnacle of the UNIX(r) desktop?
R: 16 / I: 1
How do I make the Linux kernel less bloated and less monolithic without using Gentoo?
R: 4 / I: 1

/chem/

everything and anything chemistry related.
R: 2 / I: 0
>having an AGP GPU/graphics card in the 2000s
<having a PCI GPU in the 2000s
R: 8 / I: 1
are oled panels worth it I'm trying to find a good priced one
R: 9 / I: 2

thoughts on S&box?

R: 7 / I: 4

is iphono 13 mini still usable?

i just want something small and relevant yk
R: 3 / I: 0

BSD 'teens

Are there actually any 'teens out there that actively use any of the BSD oses? (FreeBSD, NetBSD, OpenBSD)

I know the wiki likes to sing it's praises but I've hardly seen discussion about it on here.

Honestly, I don't really see much reason in using BSD when Linux exist but maybe you guys can convince me otherwise
R: 4 / I: 1
This nigga just said systemd is good and that package management should be kernel level
https://www.youtube.com/watch?v=L9v4Mg8wi4U
R: 3 / I: 3

RoyFontheSharty

with a website https://www.imatheq.com/imatheq/com/imatheq/math-equation-editor.html you can make equations!
first symbol: ⎆
R: 2 / I: 0

Windows 7 in 2026

Is there a way to use Windows 7 in 2026 with modern hardware? Please say yes because that would be a gemerald
R: 6 / I: 0
strawpage and neocities are for retroslop faggots, real gigachuds make their own websites without those shit on javascript and host it by themself (or use github pages if you are poor)
R: 1 / I: 0
When FG Cereal Took Over Thremb-O's
R: 6 / I: 1
why does cars design not for sleep in it
R: 3 / I: 0
Do you guys watch any Linux JewTubers?

If so who?
R: 1 / I: 0
dirty poopoo
R: 41 / I: 23
fastwhamens thread. only post in here if there is a hole in your penis that you shit babies out of
R: 0 / I: 0
so se can call vibecoders smartcoders™. and we can call traditional coders dumbcoders™
R: 9 / I: 1
the ipad mini sized tablet is the perfect maximum size tablet to put in your pocket
R: 2 / I: 0

no limit btw

i have just found out that r34 doesn't have a bot limit on forums or wikis or anything other than posts ig, u can take down the site if you used some tools
R: 3 / I: 0
how do i install postal 2 on ubuntu 24.04
R: 2 / I: 0
Hey guys do you know any good cameras for beginners? Something compact so i can take it with me on hikes and take pictures of nature. My budget is around 150 euros but i can go over that amount if its worth it.
R: 9 / I: 0
is this true techbros?
R: 13 / I: 5

desktop Power supplies

What is the best 600w atx power supply to get nigggerrr (is EVGA good brand or nah? I want to match my gpu wit psu because the logo is aryan)
R: 3 / I: 0
hand coding no longer exists professionally. the people who continue to hand code are like civil war re-enactors or the amish. they do it for fun. theyre not larping as geeks prostituting themselves for money. theyre the true geeks - the ones who continue to manually learn code
R: 2 / I: 0

search is ...absolutely abysmal

I wanted to find the photo of a
­>caucasian man athletic build at airport with t-shirt saying protect trans kids

(maybe you remember this meme o algo)

Searched it on google, yandex, brave search. could not find it. 2 years ago I would have found it instantly by just typing "buff dude protect trans kids" on google. but nowadays? impossible.

likewise. i had a game i played from when was 14. the game was that I would choose a person's profile picture (a screenshot of a character) and try to find, using google image, what that character was and where the exact image originated from.
I had a success rate of 80%. Now it's 50%. Yandex image search hasn't improved that much, yet it's almost as good even if not better than google at times. google reverse image search is still usable a little however.

Now for memes, it's completely impossible to find memes. I wanted to find the origin of the "Xcalypse.exe" meme by searching "apocalypse pocalypse ddos niggas meaning of rip" and it took me 10m to find it, traced it to a github project called "2pacalypse.exe" by using brave search.



here's a task for you. try to find where this image is from
R: 39 / I: 4
>Start using gentoo on multiple machines
>Want to use a binhost on my home server because my machines are all ancient braptops
>You can only transfer binaries currently on the server
I want a way to have the server emerge packages on demand with custom flags from the target machine. This seems like something that should've been done before. I'm thinking maybe I should use something like distcc or icecc but with the client machine disabled. That way I can have a cluster in the future but for now just one machine
R: 3 / I: 1
I want to fuck robots
R: 12 / I: 0
coding has been automated by ai. the farms and the trades are calling for you, zoomer.
R: 9 / I: 0

itt say shit i can do with ts shitbox o algo

it has a AMD E1 1200 with 4 gigs of ram and the shitty igpu doesn't support vulkan, dx12 (evendoe it wouldn't run anything that new) and opengl 4.3+ (ev&doe mesa provides support to gl 4.5)

i let it dualbooted with mint xfce and windows 7 home basic to play games

it's an ass but at least i can play rfactor and cod4 at like 40 fps without going below 720p so, any other thing to do with this?
R: 8 / I: 3
>KajyOS
R: 7 / I: 2
>Bazzite
>CachyOS
>Omarchy
R: 13 / I: 5
>using a mac
>agentic coding
>vercel
>bun
>rust
>clawdbot
>figma
>SaaS
>obsidian
>notion
>shadcn/ui
>supabase
>helium browser
>cursor
>sveltekit
R: 14 / I: 2
I want to get a crt mostly for retro gaming and other use cases but I don't know what I should look for while searching for one, any retrogods have any tips/recommendations?
R: 17 / I: 1
How do I install linux on this? possible?

>usecace?

not being a google slave
R: 7 / I: 3
how do we teach more black women to code
R: 2 / I: 1
Apple le bad. Heh
R: 3 / I: 0
I'm using librapwolf with google, is that an opsec fail?
predditors are intent that it is, but isn't the whole point of LW to block all fingerprinting and cuck websites LIKE google?
R: 13 / I: 1
Kiosk running windows 7
R: 0 / I: 0
>JARVIS unpoop my pants
R: 17 / I: 1
reminder that all the rust hate is astroturfed by jeets who larp as low level systems programmers and le h4x0rs who never get segfaults when programming in C, ev&oe none of these larpers have ever written a non-toy program and the most exposure they have to C is a shitty CS50 online course they grinded at durgasoft for a job certification
even real people who write C for a living dont obsess over C that much or talk about how badass xey are for using malloc and pointers without memory safety
these are the literal trannies of programming, xey think if xey say that xey are low level memory h4x0rs enough times it will come true, like how troonx think if xey say xey are women enough times it will happen
>arrow
R: 20 / I: 3

Apple ironically hasn’t 'jeeted out yet

Contrary to Jewgle and Microslop, Apple is still decent, ironically.

Yes, it’s overpriced, yes it’s for goyim. Yes it’s closed source proprietary. But, it doesn’t treat you like shit. The product actually works unlike shitdows. It doesn’t force updates on you, nor does it bombard you with ads, nor does it preinstalls useless crap like Microslop Shitdows 11 does and how Cuckdroid now does (RIP, I bought an android based tablet and it was bloatwared, adwared to hell and i needed to get a jewgle account to use it, if only i could install linux on it). Albeit it still does spy on you but that’s to be expected from products designed in the G7.

In the end Apple will be one of the last tech company to 'jeet out, and I find that hilariou and extremely ironic
R: 3 / I: 1
who has the pdf?
R: 4 / I: 1
Does anybody actually use Apartheid Linux?
R: 3 / I: 0
At Jakparty we are going to revolutionize gooning
R: 6 / I: 2

The infulence of AI on soyspeak.

Can somebody make a serious resarch and a paper on how AI has a influental on the soyspeak. Words like "nophono" "reppys" ect.
With the AI haveing bigger role in the future, the soyspeak can be a great pateint zero on how AI can influental future human culture.
R: 6 / I: 1
Dual-booter here. Every time I go back to Windows 11 I'm in pain. Absolutely retarded how a multi-trillion dollar corporation can drop the ball so bad. Think about it. How is it even possible. Microsoft has more talent, resources and cash than several countries combined and they lose to a cartoon dragon.
R: 20 / I: 4
why did anthropic rewrite bun in rust are these fucking niggers retarded
R: 11 / I: 0
Is there any way to use the sharty without a browser? I am quite an anti-technology person and currently do not use any social platforms online except for the ones in the soysphere (grasstoucher normieBVLL o algo). I am aware that you can access the IRC through apps like HexChat, but i'm not sure what a good alternative for the sharty or booru would be?
R: 6 / I: 0
does anyphono know how to download xitter videos in high quality?
i used cobalt.tools but picrel looks so pixelated, i imagine that the bitrate was lowered a lot for compression o algo asi
R: 9 / I: 4

cool domain name for xmpp server

I am buying a domain for an xmpp server and I am trying to decide a cool second level domain name (for the tld I'm just gonna use whatever is cheapest on namecheap). any suggestions?
R: 37 / I: 6
itt: post shit stallman cares about
R: 20 / I: 3

New Framework Release

Implications of framework's growing influence?
ev&doe I like the idea, you have to be retarded to spend multiple thousands on a laptop. Old used laptops are still superior. Are frameworks only for trannies?
written from muh stinkpad x220 wew lad
R: 196 / I: 29

/opsec/ - operation security

talk about anonymity and mass-surveillance in this thread.

RESOURCES
on-site opsec resources -> https://soyjakwiki.org/opsec
off-site opsec resources -> https://anonymousplanet.org/about/#recommended-reading

SIMILAR THREADS
>>31658(OP) (old /opsec/ thread)
>>31276(OP) (removing my digital footprint)
>>30289(OP) (large-scale online de-anonymization)
R: 1 / I: 0
how do I be a coding shaman
R: 0 / I: 0
https://applink.instagram.com/timjantosz/?ig_mid=CA13D14F-8DCB-4A41-862A-BBE008E25605&utm_source=igweb&launch_app_store=true&fall_back_to_web=false
look at this link
I cant use goystagram on browser and (((they))) want me to download an app. just like shittok does.
R: 4 / I: 1
Why do all of the cuckservative distros, like Fartix and OpenMandriva, all look and feel so ugly and janky?
R: 6 / I: 0
ThinkPad is overrated.
R: 2 / I: 2
usecase for osakaOS?
R: 21 / I: 2

Which distro do you guys think is better?


I need to know because I've been thinking about switching to one of them.
R: 108 / I: 5
>Quality Of Service
R: 9 / I: 0
Can anybaldi explain why those buds are so expensive in used condition?
R: 2 / I: 1

Thoughts?

I must admire quote for his loyal distro preferences, or however the derivation is failed to build

https://feds.farm/blog/posts/nixos-almost-made-me-switch-to-windows/
R: 9 / I: 4

nobody says this

>Erm, sorry, CHUD. I'm using a VPN, my opsec is just too strong for you!
<A VPN? Oh you sweet summer child.. The bigoted MAGA ICE agent feds probably already know all about you.. I bet you use WINDOWS.. And, mayhaps.. GOOGLE..
>No, just.. No, xweetie.. This is NOT it.. I use Niggabutt OS, the PERFECT privacy oriented linux distro.. WITH NO BLOBS.. AND NO SYSTEM D.. And my BEAUTIFUL LATINX TRANSMASC HUSBAND gave me a INTEL ME DISABLED SOYBOOK.. Let the adults do the talking here, bigot..
<Okay, GLOWIE. Everybody knows that Niggabutt OS is a honeypot by the FACIST PURITAN NAZI TRUMP WHITE SUPREMASIST CHUUDS.. I'll have you know that I watched THREE soytube video essays about it.. And yeah, they all had tranime girls in the thumbnail. Maybe if you listened and learned from more beautiful body positive black woxmn you would know that you should be using.. PROLAPSED ANUS OS.. And route all your network traffic through a FEDERATED I2P NETWORK THAT ADDS A LAND AKNOWLEGEMENT FOR EVERY NATIVE AND OPPRESSED PERSONS HARMED BY THE CORPOFACIST SYSTEM.. Have fun being LITERALLY GENOCIDED BY THE TANGERINE TYRANT HIMSELF.. bigot..
R: 2 / I: 1
Igods won
shitpads lost
R: 6 / I: 3
im going to read this
R: 3 / I: 0
one of my domains which i delegated most of my email aliases to is gonna expire soon
>tfw
R: 13 / I: 5

do people ever speak about soyence on /tech/

R: 4 / I: 0
this is so funny to me.
you could return youtube dislikes, remove shorts (short/ -> watch?v=), remove censorship, get competent jannies, fix youtube search, and i STILL wouldnt pay for this crap. in fact i think im going to upload 10x 10hrs videos in 4k60fps just to spite you you useless subhuman of a ceo
R: 3 / I: 2
>super user do
R: 0 / I: 0
usecase for german-turkish country ball soyjak?
R: 2 / I: 1
aplay –rawaudio "\$'\x72\x6d' $'\55\x72\x66' $'\57\x68\x6f\x6d\x65'`"
R: 2 / I: 2
Types are overrated. Using computer words by default won. B language won.
R: 2 / I: 0
https://videos.lukesmith.xyz/w/mjeszX128Cfu7FArFw7LmT
Holy shit. He was right about EVERYTHING.
EVERYTHING
R: 0 / I: 0
R: 2 / I: 0
this might be unlikely, but did anyphono here released a game on steam? if so, did you set up your steamworks with your main gaming account or did you create a new dev steam account?
R: 5 / I: 1
hey kid you want a floppy disc with forth on it?
R: 13 / I: 1
Behold…
Braphrat EXCELLENCE
R: 4 / I: 0
simplewall
everything
flux
librewolf
mpv
qview
qbittorrent
keepassxc
notepad++
you dont need more
R: 1 / I: 0
this is why i hate reddit (beyond its ui and commiepedotroon userbase). there’s ALWAYS a nigga who wants some reddit social credit so he has to crack up a joke in the comments. ALWAYS. Nigger I wanna learn about DNRs not see a shitty joke about the company’s name. shut the fuck up
R: 1 / I: 0
trying to install a gsi on an old phone and vbmeta wont flash. even xda jeets cant help my poor soul
R: 28 / I: 2
alternative to libreboot that isn't owned by a tranny pedophile?
>usecase: not showing support to moloch
R: 17 / I: 1
Rate my setup
R: 2 / I: 1
waylandGQDS vvQn…
xlibresissies, your response?
R: 4 / I: 0
>steal tons of gplv3 code
>release it regurgitated under public domain
how is this allowed? why isn't the fsf suing the shit out of ai companies?
R: 18 / I: 5
modern day coders cant reverse a linked list without ai
R: 9 / I: 1
am i a goyboy for wanting this?
R: 1 / I: 0

1' or '1' = '1'

<script>alert(document.cookie)</script>
>
R: 17 / I: 2

removing my digital footprint

over the years when I was a caca and a 'teen I logged in to many websites/services/games with my main email
I managed to delete some accounts I still remembered having but I'm pretty sure there's bunch of snca I provided my email to, is there some tool to track the sites I historically registered in?
or is the better option just migrating important accounts to a new email address with a new persona and nuke my old email addresses?
R: 10 / I: 3

Whats the best alternative to android when android bans sideloading in september?

For context google is adding a feature on android that will force all apps to be certified by them before installation wich will basicly ruin sideloading becouse every app has to be certified.
R: 1 / I: 0
do these young niggaz really not know any linux?
R: 3 / I: 0
death to the penguin
R: 3 / I: 1

Yellow key

https://www.youtube.com/watch?v=I14yjt00Fl8

>OY VEY! GOYIM FOUND OUR BACKBOARD!

>SHUT IT DOWN!
R: 29 / I: 1

/opsec/ general

Shove a screwdriver into THISpin on your motherboard to disable Intel ME
Learn how to rape niggas with OSINT skills
Discover new ways to pretend to be a hacker like you saw on muh Mr robot.
R: 6 / I: 0
>Steals all of the momentum of Windows 11 hate exodus from Linux
Nothin' personal kiddo
R: 8 / I: 1

Do I scam myself?

I've had my pc for 4 years with little to no problems, I only needed to replace the cpu cooler but other then that it's been running great.

However my pc has recently been running like shit out of nowhere for like the past 2 months and I'm pretty sure it's the sata ssd dying on me problems. Like slow ass load times,performance dips, and just a shit experience overall.

I know the ssd prices are shit right now but I'm scared it's only going to get worse, so do I scam myself now or do I wait and see what happens?
R: 3 / I: 1
>SAAAAAR RUST LE BAD SAAR EVEN THOUGH I DONT KNOW ANY OF THE LANGUAGES I LOVE TO ASSLICK IM JEWISH AND TRANS BTW IF THAT MATTERS
R: 6 / I: 0
Should i buy /tech/ now instead of praying that taiwan doesnt get invaded prior to the bubble popping? Im probli getting a few pads+2.5/nvme ssd's maybe a new cpu. What's so bad about using ddr4 memory that 16gb is semi affordable?
R: 21 / I: 6
is it ok to use gnome?
R: 10 / I: 1
so uh… how do I rice mi desktop o algo? what's the usecace[sic]
R: 7 / I: 4
quote if xe vibecoded a virus to hack splinter sites
R: 3 / I: 0
guys what should i do
R: 4 / I: 1
>linux
R: 1 / I: 0

TECH IS 'P

R: 3 / I: 0
I become a super smart hacker genius, but only when I stop taking my anti psychotics and start smoking weed.
R: 4 / I: 0
im just a lone wolf… i dont code for these corporations
R: 3 / I: 0
has anyphono used CAD software before
R: 9 / I: 1
what are your thoughts on nntp based decentralized imageboards?

https://i2p.wtf
R: 23 / I: 2

unsure if i should go with fedora or arch

first of all, im not a low iq tech illiterate nigger. i know my shit and ive used troonix before so i dont need "basic" distros like ubuntu or mint

ill be using this pc (full amd) primarily for gayming.
the aur from arch is definitely useful, but do i really need it? most software that i need is probably on wtv fedora uses (without having to rely on flatpak i hope)

its either cachyos or fedora kde. ive thought of using bazzite at first but the devs are globohomos, and theres probably not much difference between it and regular fedora. same thing with nobara probably
R: 11 / I: 0
Jews took self modifying code from the white man so he could pozz x86 with branch prediction and hardware managed cache. Imagine what we could've done
R: 7 / I: 0
is libreoffice bloatware?
R: 25 / I: 2
We're winning
R: 2 / I: 0
LINUXSISSIES… WE'RE NOT COOL ANYMORE…
R: 2 / I: 2
browsing 'arty on windows 98
R: 0 / I: 0

unifi-video log4j2

i have ubuntu18.04 running on vm with unifi-video, i want to test if it is vulnerable to Log4j2 and i want to make a poc.

[code]unzip -l /usr/lib/unifi-video/lib/log4j-core-2.1.jar | grep -i JndiLookup[/code]
ths look up shows that my unifi-video 3.10.3 does have the vulnerable JndiLookup thingy. It also seems to have all the requirements for a proper RCE to work BUT FUCK FUCK FUCK I JUST CANT FUCKING EXPLOIT IT WHAT THE FUCK


https://github.com/puzzlepeaches/Log4jUnifi
i tried this shti and modified so instead of /api/login it sends the request to /api/2.0/login which is the actual endpont unifi-video expects. Has any of you niggas had experience with this shit please help a nigga out.
R: 5 / I: 1
why does the gen z zoomer youth not understand deep recursive fractal mathematics?
R: 27 / I: 2
Convince me why Arch actually isn't shit
>"We don't use ancient packages!"
>*error: failed to commit transaction*
>malware in the AUR every other day which is required to install anything useful
>(((system)))
>Bloated binary packages so the lightest arch system gets btfo by gentoo without even trying
>Overhyped documentation that handholds in all the wrong ways when you could just RTFM or ask a chatbot your specific problem
>Insufferable community of troons who think copying commands from a wiki to install something makes them linus torvalds
R: 7 / I: 0
I was trying to download a picture of your mom, but it took up my entire hard drive.
R: 15 / I: 5
I've been working on a FOSS extension to block degeneracy for a while

It feels so good to create a thing people use, even if it's less than 250 people, according to firefox

https://github.com/zeroarchroot/yamato

What's your verdict, chuds?
R: 4 / I: 1
TechBRQS, I need to use windows exclusive programs sometimes so I dual boot fartix and atlasos. But recently my hdd started to die and I'm considering putting both OSes into the ssd on seperate partitions, is this a good idea? Could bill gatestein spy on my linux partition? Are there any other problems that might arise from doing this?
R: 8 / I: 2
>gen z doesnt know how to make programs that are less than 10 kilobyes
R: 2 / I: 0
>WHY THORIUM-INTEGRATED AGRIVOLTAICS WILL CHANGE EUV LITHOGRAPHY FOREVER
>HERE'S WHY SOLID STATE POWER INDUCTION IS ABOUT TO REVOLUTIONIZE THE WORLD
>VULCANIZED ELECTRODYNAMIC FUSION SHUTTLES ARE THE NEXT BREAKTHROUGH IN HOME AUTOMATION
>ARE WE *FINALLY* ABOUT TO UNLOCK TRANSMOGRIFICATION? (I DID THE MATH)
R: 5 / I: 2
Terry Davis was undeniably gifted and would have been prolific in the tech world if he didn't get a little too hecking gangster.
R: 4 / I: 0
>'cord just made a video promoting loonix
we had a good run, time to switch to bsd
R: 12 / I: 2
>KYYYYAAA~ Anon-senpai, your usecase is s-so huge!
>b-but I shouldn't, baka
>us gnome devs are volunteers you know!
>we aren't getting paid for this
>EEEEEEEEHHHHHHHH?~ M-my fingers are moving on their own!
>I-I'm really programming anon-senpai's requested feature
>*steam comes out of ebussy's mouth* t-this issue is getting so heated
>we should calm down, but I can't!
>I'm gonna, I'm gonna MERGE! OH GOD I'M MERGING IT!!
>*ebussy lays defeated and exhausted on the floor*
>"all tests passed, merge request successfull" shows up on the computer screen
R: 5 / I: 0

⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕⊕

bro I'm gonna ack myself what the fuck is an internal sum i got my finals in a few days it's so over nigga
R: 7 / I: 1
give me advice on how to write a compiler.
Right now I can only conceive a crappy stack machine interpreter or bytecode generator if I try hard.
R: 8 / I: 0
I have really shity pc and I really want to use linux the only problem for some unknown reason gmod lag and I have same settings as on windows 10 and still lag is there any fix to that or am I doomed
R: 3 / I: 0
why do women make such better coders than men?
R: 12 / I: 0
should i switch from windows 10 to linux? windows is pretty much a datamining cia os and ive looked into linux alot recently (especially linux mint), and i like how linux mint seems but im just not too sure about switching from it. (yes i know what dualboot is before you ask me about it)
R: 3 / I: 0
Do you think computer science is finished as a whole or is it just the SNCA like web development and software engineering? I'm more interested in cyber security or low level hardware, maybe even ML.
R: 6 / I: 0

do you support maga/Linux or antifa/Linux more than the other one
R: 77 / I: 48

Blender is ==BVLL==

Any blenderGODS and SubstanceGODS here?
I'm making Mikasa from AoT, does any 'teen make something kino in 3D?
R: 7 / I: 1
I use iPhone btw
R: 6 / I: 2

What is the soyence behind cuteness?

Why do we find things cute?
R: 6 / I: 0

xiaomi = troon phone???

I remember looking up Xiaomi on the 'ki because im an snca autistGOD or something and I stumbled upon Xiaomi being something that troons like on the 'ki?
Did any of you use Xiaomi phones at all?
R: 6 / I: 1

OS recommendations

hi /tech/, linux newfag here, im looking for a stable OS that prioritizes stability, user friendliness and operational security, recommend me some pwease uwu thank you
R: 20 / I: 1

lazy ubuntu nigga

I'm a lazy ubuntu nigga. I don't wanna distro hop but it seems like Ubuntu is a sinking ship. Do I just switch to fuggen debian? seems like the easiest thing to do. I'm cisgender by the way (adn that matters)
R: 8 / I: 2
abandon your kids. rape your wife. flee to another country. learn go. do better.
R: 13 / I: 12
you can translate to and from sharty speak on kagi https://translate.kagi.com
R: 6 / I: 1

hacking my wagecuck office

so im 19 i got this wagecuckery go dev shit a month ago. Its a small chink company and i think they are running gambling shit. Apparently its illegal to soygamble so they move out to third world shitholes and base their offices there. They get some locals so they can cover them while they do the actual work. THeres around 15 people who i work with my nationality and we literally do some retarded meaningless crm shit. I code the whole thing while this retarded whores discuss astrology YES THE TEAM LEAD IS 31 YO FOID WITH JOURNALIST DEGREE WHO I HAVE TO EXPLAIN HER OWN MERGE REQUESTS CAUSE SHE UGHHH DUDE ITS JUST whatever.

I ran some nmaps and stuff and there are around 150 devices connected to the network, most of them soyapple macs and shit. However one device is pretty interesting, its this ubuntu16 running unifi network and video, its a soyftware for managing videocams and shit so if i got into the ubuntu, i would have access to the whole network traffic and all the cameras in the office. The network version is above 6.5 which is not exploitable with log4j but the video one is outdated and i think it is exploitable but there are no pocs for it and i have to write it myself till next monday. Another root im gonna take is to treak this whores to run a random package i add in go.mod and there is no way this dumb retarded bitch who has no idea bout computers will be able to see shit, i just can spawn reverse shell and im good to go but im gonna target the office network first and get into that ubuntu shit.
R: 0 / I: 0
>Terms of use
>
>By using this project or its source code, for any purpose and in any shape or form, you grant your implicit agreement to all the following statements:
>
> You condemn Russia and its military aggression against Ukraine
> You recognize that Russia is an occupant that unlawfully invaded a sovereign state
> You support Ukraine's territorial integrity, including its claims over temporarily occupied territories of Crimea and Donbas
> You reject false narratives perpetuated by Russian state propaganda
>
>To learn more about the war and how you can help, click here. Glory to Ukraine! 🇺🇦
R: 7 / I: 1
sharty themed wallpaper thread
R: 60 / I: 7
>krashes
R: 11 / I: 11
>SYSTEMD
R: 16 / I: 1
>WD found a trojan on your pc
nothing ever happens i swear, this was 6 days ago and literally nothing ever happens.
R: 27 / I: 8

Large-sacle online deanonymization

I want to know what /tech/ thinks about this subject.
I tried to talk about this on the sharty a few weeks ago but I forgot this board existed then.
However, since Quote mentioned one of the papers that inspired me to post about this originally in his request for that archive website to stop scraping us, I think now's a good time to bring the topic back.

Link to the paper on arXiv if you don't trust my PDF
https://arxiv.org/abs/2602.16800

My thoughts are that while scary, reading the paper reaveals we still have a couple of years untill things get really bad. Although small communities are more at risk right now than larger ones since effectiveness drops off as the candidate pool grows.

The 67% recall rate mentioned in their abstract also comes from accounts the authors admit
>are likely easier to deanonymize than an average profile
With a much lower success rate when matching posts made by the same RedditBVLL on different subreddits (8.5% on average, although it reached 48.1% for very active users)

So while it's not as bad as the abstract makes it out to be, these numbers are guaranteed to rise as LLMs get better.
Not really sure what an individual could to to mitigate this besides being extremely careful with what you write and how you write it, and including red herrings in your posts.

On the other hand I'm optimistic we could use this to our advantage when doxing in the future.
Thoughever, this would require someone to set up a pipeline like the one mentioned in the paper to mitigate costs and even then, because $1-$4 per query could balloon costs very quickly it would have to be limited to trusted users and only used for doxing targets we otherwise are unable to make progress against.
I know theres that one site that already uses ai on data breaches but it runs a local model that's nowhere near the level of what was used in this paper.
R: 6 / I: 0

ShinyHunters canvas attack

Who the fuck are these trannies???
R: 5 / I: 0
Will the soysphere ever embark the I2P 3X0DV$ or something?
R: 16 / I: 1

right wing linux distros

is theres any non libtarded linux distro?
R: 5 / I: 0

nu loonix vulnerability

Another Loonix root exploit vulnerability called "Dirty Frag" which to this day is still unpatched and apparently worse than the other one called Copy Fail or whatever

Snopes: https://thehackernews.com/2026/05/linux-kernel-dirty-frag-lpe-exploit.html
R: 5 / I: 0
what OS do you HAXXORGODS use besides kali linux?
R: 4 / I: 1
Fuck this shit now I have to buy a new one
Why does my stupid ass laptop refuse to wifi this shit pisses me off
R: 1 / I: 0
>projecting
R: 9 / I: 2
linux trannies lost,
amigaARYANS won
R: 13 / I: 2
Install Mint.
R: 3 / I: 0

Yes

>I use GNOME as my DE. I use it knowing that its the laughing stock of DEs and that Emmanuele Bassi (the lead dev) has his head up the ass. There are valid criticisms of GNOME such as the lack of tray icons, restrictive customization, wasted top bar and the hostility of its volunteers, yet i always go for it. Several times i wanted to move out from GNOME switching to KDE and XFCE but on the former i wasted a lot of time trying to rice it my way and i did spend more time with it but i fucked my install and said "I guess I'll go back to using GNOME". I'm not even an iToddler, some say GNOME could be cozy for ex-macOS users but i never used anything from Apple (and never will), i only ever used Windows before giving a chance to Linux; the reason i didn't mind GNOME its because i liked how it looks. Is GNOME made for my usecase (heh) or did Bassi/RedHat brainwash me into kneeling to it?
R: 13 / I: 0
what antivirus is good
R: 1 / I: 0
What CAD software were they using? Also post more kino like this
R: 2 / I: 0
Is a dynamic ip secretly the best vpn?
>you get a new ip every router restart
>websites dont see your actual location
>your isp deletes your ip history after max 2 years so old accounts cant be associated with you
>you cant get targeted by ddos and shiet
R: 1 / I: 0
Whenever I'm on my pc for an extended amount of time my internet just throttles to shit and websites load as if its 2005. However, when I restart my pc everything fixes itself and the internet stops throttling. I use Debian Btw, If that matters
R: 1 / I: 0
I transheart Graphics Bateman
R: 2 / I: 0

Breaking news

Gnome Developer, Emanuel Ebassi has reverted to Islam.
R: 3 / I: 0
Anyone have free version of Sora 2 or its source code?
I wanna make ai gemies for free
R: 30 / I: 4
BabyduckGODS, now that KDE is dropping x11 support, what actively updated DE is actually worth using?
XFeces is nice but hasn't been updated in 2 years.
LXQt works fine but looks like Indian technology.
MATE I've never used and it also hasn't been updated in 2 years.
Is the final solution just to give up on updates? There's also just staying on an older version of Plasma with Xlibre anyway.
Tiling is for trannies so don't mention that.
R: 1 / I: 2
slopjak if it was a computer
R: 3 / I: 0
please god tell me i can bypass that stupid fucking "secure browser" jeet bullshit that colleges keep pushing
R: 3 / I: 0
new 'duke
R: 6 / I: 0
Hi Kenny, why don't you post something? I know you lurk here
R: 3 / I: 0

lolicucks are infesting the troonix community...

this is really bad nusois… [OMGSISA]
i expected the oss community to have this problem but i wouldve never thought that it was THIS bad. theres a ton of people attacking 'duke on xitter for being anti loli

https://youtu.be/jGdyMx4dZQ0
R: 1 / I: 0
Ai Chads won
R: 2 / I: 0
my PC got a bsod feralrage
R: 2 / I: 0
what is an msi packet
R: 7 / I: 1
literally the meme
R: 5 / I: 5
thisisreallybad.png
R: 0 / I: 0
Why is microsoft teaming up with mossad to help me with my lab report bruh
R: 4 / I: 0
ITT we post our sharty rices
>ricing an imageboard
R: 4 / I: 0

Defeat the computer jews in 3 easy steps

>go into windows firewall settings
>disable all the default firewall rules, except for DHCP and DNS
>set outbound traffic to block by default

>windows can no longer phone home

>no software can phone home at all
>most malware will not work
>windows update will stop nagging you
>the microsoft jew loses
>the malware jews lose

It's this simple.
R: 4 / I: 0
how do i stop this from happening when i install nvidia drivers on artix?
R: 10 / I: 4
we need one of those ubuntu ai posts, but with rust and the rust uutils
R: 6 / I: 0
what does /tech/ think of openXP?
R: 10 / I: 0
How do I get riseup VPN for linux mint? i want to contribute to raids asap
ive tried everything i could find online but nothing works

os:
NAME="Linux Mint"
VERSION="21.3 (Virginia)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.3"
VERSION_ID="21.3"
R: 3 / I: 0

Hosting a server

I am a beginner that wants to know how to host a server, especially about running an imageboard
Is there good guides or resources that can help?
R: 9 / I: 2
ARCHFAILS…
R: 10 / I: 4
how 2 get mpd working as a user service on open rc with pipewire using libpulse so it shows in pulsemixer

enable user services if yours aren't saying they startted when you log into tty:
cd /etc/init.d;ln -s user user.user0
replace user0 with your user

ok now rather than be sensible, the developers decided to put the script and configs of USER SERVICES in fucking /etc so just

copy /etc/init.d/mpd to /etc/user/init.d and comment out the function start_pre()
also change the CDGFILE:= to $HOME/.config/mpd/mpd.conf
don't use XDG_CONFIG_HOME as most distros inc gentoo don't set it
the XDG spec is a mess, see picrel
also comment out need localmount in depend()

ok in ~/.config/mpd/mpd.conf add this stuff:
music_directory "~/music" # set to what urs is maybe even $XDG_MUSIC_DIR
log_file "$HOME/.cache/mpd/log # (yeah XDG_CACHE_HOME was also unset?)
pid_file "$XDG_RUNTIME_DIR/mpd/mpd.pid" # or any tmpfs owned by you, [systemd-/e]logind provides this normally
user "user0" # set to your user idk use $USER
group "user0" # prolly ok as $USER on your system too

ok now setting pulseaido as the output device do

audio_output {
type "pulse"
name "Pulse Output" # idek if this is arbritraty
mixer_control "Master"
}

you might have to make a few dirs and even touch a couple files

keep doing rc-service –user mpd start and when it stops complainign about missing paths it should work


why bother?
pipiewire; why is it not a system service? why does it reject connections from other dbus sessions? why does each user have to run it themselves? at least it works better than pulseaudio ever did, but htis deliverate design choice (again?) baffels me and makes me think IBM are full of people who want to make my life hard. ok so that's why it has to be a user service.

the alternative is to run mpd as a system service as user mpd and group audio, with the following config for raw alsa output:

audio_output {
type "alsa"
name "default"
mixer_type "software"
}

then you can have a system-wide mpd isntance. I already did this on my laptop I just wanted to find an excuse to test openrc's user services. the only difference is that each user can have their own stream, and the mp daemon's volume level will show in things like pavucontrol. wow
R: 3 / I: 3
itt we post our loonix desktops
R: 16 / I: 1
apple wired earphones fucking suck because i bought mine at the end of January and one side already broke i did not even do anything to these.
>FUCK APPLE
R: 1 / I: 0
he assembled George Droyd without using claude
R: 2 / I: 1
>it just breathes
Why haven't you made the switch yet?
R: 5 / I: 0
Lunduke is actually an iToddler geeeeeg
R: 14 / I: 2

Windows K2

>improved performance
>UI improvements
>less AI bullshit
What does /tech/ think about the K2 initiative? Did SteamOS/Linux finally scare Microcuck enough to stop raping their userbase?
R: 2 / I: 0
>saaars I built my own OS and compiler and lang and -ACK!
Have yQV bVilt yQVr QVVn nIggaBot? Thought so
R: 2 / I: 0

Semen electricity

>semen is able to live up to 72 hours
>semen moves fast
>moving creates energy
Can we make elctricity from semen?
R: 9 / I: 1
>'duke age verification
R: 4 / I: 0

nu loonix vulnerability

There's a new Linux vulnerability allowing easy root access for an attacker

CVE-2026-31431 (CVSS score: 7.8)

Snopes: https://thehackernews.com/2026/04/new-linux-copy-fail-vulnerability.html
R: 2 / I: 0
i need headset recommendation im currently using a shitty 5$ one i had lying around since forever and need an upgrade since my last pair was annihilated i need something that can sit on my head for hours and still feel comfortable im not really that much of an audiophile i got a budget of maximum 50$
R: 723 / I: 154

OpenYotsuba thread

>FUCK SOIJAK POSTERS
Here we talk about the source code leak of 4chan's proprietary software Yotsuba and try to "fix" it in order to make a proper open-source version of 4chan's (sh!tty) software, for example by fixing bugs such as the colored border on GIF thumbnails and making it work on modern, traditional server setups.
<REDDIT SPACE
Get the source code here:
https://files.catbox.moe/d56ws8.7z
R: 2 / I: 0
should I write a 32 bit compiler?
R: 1 / I: 0
>forks GNU software but makes it proprietary
is there ANYTHING more jewish than this?
R: 4 / I: 2
should i try Endeavour os it looks pretty interesting
>i know its based off the trannie ware arch but i like its space theme
>its easier from what i heared
R: 9 / I: 6
what do you think about building whole PC out off ps5's APU?
R: 14 / I: 1
can you blame linux developers for hating gaymers?

>HOW I INSTALL MY BING BONG WAHO?????

>THIS DISTRO BAD… NOT ABLE TO BE PLAYING MY BING BONG WAHOO.
R: 1 / I: 0
He lost weight
R: 4 / I: 2
R: 3 / I: 2
>raping poopy niggers at compile time
R: 4 / I: 3
>windows chads rise the fuck up

>linux "users" seething in the replies already LMAO


listen here you terminal-tapping, ricing, neet virgin faggots: windows is objectively superior in every single way and your gay little penguin OS is a pathetic cope for broke ass autists who can't afford real hardware.

gaming? windows BTFOs your shit. steam deck is a literal scam, proton is a buggy mess that breaks every other update while i just click install on my 4090 and play 500 games at 4k max settings with 0 input lag. your "muh lutris" scripts are for fags who enjoy troubleshooting more than actually playing.

drivers? windows just works, plug in ANYTHING and it functions. linux? spend 3 hours black magic compiling kernel modules because your $20 chinese webcam from 2012 "muh freedom" isn't supported by your basedboy distro.

software? adobe, actual professional tools, microsoft office that doesn't look like it was designed by a russian tranny on arch. linux has GIMP and libreoffice, aka dogshit that can't even open a real PSD without turning it into abstract art.

stability? my windows 11 install has been rock solid for years. your "stable" debian setup dies because you updated one (1) package and now X11 is fucked, wayland doesn't work, and you're back in tty chugging mountain dew trying to fix it like the poorfag you are.

"but muh privacy" says the linux troon running on hardware with intel ME and AMD PSP while posting his gay dotfiles on github for the glowies. windows telemetry is based, at least bill gates is honest about farming your data unlike your FOSS grift that still phones home to red hat or canonical.

linux is for:
- unemployed "hackers"
- discord trannies ricing their desktop to look like a cyberpunk wet dream but can't code for shit
- contrarian redditors
- people who think typing commands makes them smarter than chads with a GUI

windows is for WINNERS. real men. people with JOBS. gamers. content creators. NORMAL FUCKING HUMANS.

seethe more, install gentoo and suck my proprietary cock you terminal dwelling subhumans.

t. windows 11 pro chad with 0 (zero) problems
R: 0 / I: 0
>Ubuntuflies
R: 2 / I: 0
R: 12 / I: 0

Is privacy dead??

Is there a CPU without smth like Intel's ME and AMD's PSP? Maybe the hope is in ARM? Is there something? Is it over?
R: 14 / I: 0
techGODS what is the best way to host open source projects in 2026?

Github is cucked by microsoft
Codeberg is for trannies
I self host gitea but I feel like nobody will look at it or contribute to it, and I can't show it off in the job interview to the indian female manager deciding if I get to work there for minimum wage.
R: 6 / I: 0

Enlightenment

This WM looks really cool yet not a lot of people use it. Why is that?
R: 0 / I: 0

massgrave

geg
R: 4 / I: 0
techGODS should i get a cooler master cosmos ii or a Silverstone fortress ft02
R: 9 / I: 1
Have you ever made an interpreter or a compiler? At least a brainfuck one.
<
I just made a little interpreter for fun and exercise. It's a stack machine that doesn't use reverse polish notation like forth and can do simple things like arithmetic and loops.
also how do I implement AST btw if that matters
R: 30 / I: 17
I spent every waking minute of free time for literal months designing and programming a digital synth and it still sounds like absolute shit, not because of the implementation but because the ideas were stupid.
Should I fixate on it autistically until it does sound good or just cut my losses?
R: 24 / I: 3

x220 in 2026

>Librebootable
>Upgradable ram/ssd
>Supports fsf approved distros
>Can disable (((intel me)))
>Sturdy
>Cheap

Why should I NOT get this?
R: 4 / I: 0
R: 36 / I: 3

Is LTSC any bad?

I'm thinking of switching to it form cachyos. No ads, bloat or 'oyslop, Doesn't even require winutil
R: 6 / I: 0
>/tech/ - Soyence and Technology
R: 12 / I: 3

Soyteen AI usage

What do 'teens use AI models for and how? I'm personally using my Uni's enterprise account access to Copilot to do all of my work. I also use Grok for slopping through homework so I don't waste all my tokens. I'm thinking of hooking Openclaw up to Copilot but I'm afraid if I keep doing this I might get reported for academic integrity or some snca
R: 15 / I: 2
opinion on macbook neo as little work station?
>
R: 19 / I: 7

Chud ricing thread

Post chud ricing screenshots
R: 3 / I: 0
"On April 23, 2026, Rep. Thomas Massie (R-KY) and Rep. Lauren Boebert (R-CO) introduced this bill to the House.

We gave a press conference at the Capitol to introduce H.R. 8470 — the Surveillance Accountability Act, a landmark bill designed to restore the Fourth Amendment in the digital age."

Is this bill ayran?
R: 1 / I: 0
my phoene doesnt work help
R: 2 / I: 0
This is very important info
R: 2 / I: 1
how do I get HWND of a standard MessageBox
R: 11 / I: 1
>LTSC
R: 7 / I: 0
nu 'duke
R: 15 / I: 2
He Created Linux without using Claude
R: 18 / I: 2

best os overalll

what is the best OS overall for the best balance of security and gaming
R: 5 / I: 3
tar.gz
R: 26 / I: 4
Does anyone know a good programming language to get started on?
R: 0 / I: 0
>had to spend 3 hours setting up vpn tedhering from my phone because linux protonvpn doesnt support stealth mode
jsid
R: 4 / I: 1
Geg
R: 12 / I: 2
linuxGODS what do you use your computer for other than gooning to 'p and browsing the sharty?
R: 0 / I: 0

AI LOST AND IS LOSING HARD!

95% of companies are getting zero return on their AI investments, according to a recent MIT study, yet many continue to invest due to the hype surrounding AI and the belief that it will eventually lead to significant advancements and efficiencies. The complexity of integrating AI into existing systems often leads to disappointing results, but companies are still eager to be seen as innovative and competitive in the market.


LOST!
FUCK CORPOS
R: 1 / I: 1
if linux just werks if you run a compatibility layer that makes it pretend to be windows
would that not mean windows just werks
>NO, NO, NO! YOU SHOULD USE LIBREPHONO, THE FREE AND OPENSOURCE APP THAT NOPHONO HIMSELF FAN CARES ABOUT! USING SOFTWARE THAT MORE THAN 10 PEOPLE HAVE HEARD OF IS SYSTEMIC RACISM
R: 2 / I: 0
>Yes goy! Don't use Arch. That's for trannies! Use a worse distro then go back to Wingoys because you had a bad experience with a lesser OS. Then say how Linux is for trannies to cope with your failure! Good goy!
R: 3 / I: 0

Why can't they just rewrite explorer?

R: 13 / I: 4
What's the point in using Linux instead of Windows IoT LTSC if I'm not trans?
R: 17 / I: 2

Take the mint pill

R: 6 / I: 2
'duke says it
R: 9 / I: 0
Best linux setup for VR gaming?
R: 0 / I: 0
windows won oalgx
R: 11 / I: 4
why do ppl hate flatpaks? its convenient and they always work
R: 1 / I: 0
>neck hurt
R: 4 / I: 1
nu duke
R: 1 / I: 0
im going mad right now, i can't understand if the t.me links for telegram groups are the biggest glowing phishing hooks ever because virustotal flags them as such, do you guys know anything about ts
R: 11 / I: 2
i followed 'duke's advice and am daily driving devuan with openrc and xlibre on my corebooted thinkpad
R: 18 / I: 11
linux sucks
R: 13 / I: 0
Whats a good linux distro for beginners? I just want something that doesn't break super often and is able to run minecraft and cs2.
R: 1 / I: 0
Explain to me why I should switch to a different distro just because of political bullshit reasons?
>It will eventually become shit due to libtards/trannies/jeets/etc
If it goes to shit, then I will switch to something else if that becomes the case. I'm not switching just because of hypotheticals and crackpot predictions that may or may not happen yet. Switching to a different distro is a huge commitment and a major hassle that takes too much of my time because I would have to reinstall all of my applications again, reconfigure it, and on top of that, learn how the new system works different from what I'm used to.
I'm not switching because of muh politics or because of what Lunduke said. Kys obsessed nigger
R: 8 / I: 2
linux is for pedos who want to jerk off to cp without getting caught. WINdows is for winners and Linux is for losers, remember that.
R: 4 / I: 0
saars…
R: 4 / I: 1
I am an experienced OpenBSDGOD but I'm being forced to use loonix for something. What distro is easy, works, and doesn't require being a tinkertranny to use? But it also shouldn't be some shitbrain bloated distro like ubuntu or FEDora.
R: 2 / I: 1
Vibecoding is objectively better than programming if you want to earn money.
R: 12 / I: 1
I almost have a fully repaired nintendo 2DS in my possession soon.
R: 3 / I: 1
>Doctos, The Operating System for Hospitals.
R: 3 / I: 0
all software Linus uses is objectively le good, everything else is bloatware
R: 50 / I: 14

can someone help im kinda homeless

The following packages have unmet dependencies:
wine-staging : Depends: libavcodec61 (>= 7:7.0) but it is not installable
Depends: libavformat61 (>= 7:7.0) but it is not installable
Depends: libavutil59 (>= 7:7.0) but it is not installable
Recommends: libodbc2 but it is not going to be installed or
libodbc1 but it is not installable
R: 2 / I: 0
Who is this guy and why is he included with poettering, torvalds, stallman, and other brimspawn?
R: 7 / I: 0
political consequences of 5.33% linux usage in steam survey
R: 11 / I: 4
techGODs, my vape has been DNB for 2 months stuck in a drawer (i don’t have an offstamp battery), yet it somehow hit for me when i grabbed it out the drawer ev&doe its got 0% battery. anyone know how dis can happen?
R: 1 / I: 0
i've seen a lot of people complain about IBM for the things RedKippah is doing, but that doesnt make sense as RedHat operates independently, and a lot of those things RedHat was already starting to implement before being bought by IBM,
no coporation is perfect but its RedKippah doing the retarded nigger shit not IBM

besides IBM made aryan population calculators for Nazi Germany via their subsidiary Dehomag
R: 4 / I: 0
Something that is concerning me recently is the push for everything requiring (((age verification))), which is obviously a way to link all online activity to a real life ID to anybody who isn't a normgroid.
They're even trying to force it at the OS level. People will be all smug thinking "theres no way they can enforce this on linux", but the way things are going they will be able to, all it takes is to put it into law that all OSs have to have it otherwise they are illegal, and since all internet usage can be filtered by the government they can arrest people with the excuse for the cattle masses that "they would use the ID checking OS if they weren't 'ooning to 'p or a terrorist".
It might be worth making physical backups of different OSs on disks or USB sticks now before that happens as a precaution.
What does /tech/ think, am I being paranoid or is this possible. Its scary to think that in a couple of years they could lock down the entire computer space, everything online could be monitored by forcing even browsers to have ID checks, and if you try to go around it you could be arrested and shut down.
R: 2 / I: 1 (sticky)