>"enjoy 30 minutes of ad-free listening!">play two 4-minute songs>adhow is this legal
>>106749224Pretty sure you're legally allowed to make a backup copy of a CD that you own, either to another CD or a hard disk. So if you bought a copy of Trout Mask Replica on CD back in 1989 and it's buried somewhere in your garage, then you already own a licence to listen to that music. Sure, you could dig up an old CD-ROM drive, open it up to wipe the lens, order an IDE to SATA converter off Aliexpress and rip the cunt, only to find out that track 8 has unfixable skipping. Or, you could just grab a FLAC off a sailing website of your choice and achieve the intended end result in as little as 14 seconds.
>>106743264I did it and it works
>>106741364>Steam is the only company that isn't too faggy to do an offline mode correctlyit took them a long time to get there, it was extremely faggy for a looooong time
>spotify freebroke>spotify paidwoke>"My Mix" on youtubebespoke
not being able to PICK WHICH FUCKING SONG it should play being only allowed to skip FIVE TIMES is one of the most jewish things i had ever experienced.it's not even about paying for premium, but paywalling the most basic features of a music player is insanity to me. all of which ON TOP OF ALREADY PLAYING SHITTONS OF ADS.i mostly listened to podcasts so i just ended up using AntennaPod instead and it's so much better. every time an episode ended spotify would play unrelated TrannyPodcast2.0 and then this shit would pop up in my recommended. blows my fucking mind how normalniggers can stomatch this
What are you working on, /g/?Previous thread: >>106715518
>>106749847you forgot a () to call it
>>106749391Only if you knew what 90% of the modern logos looks like...
Writing a local query engineI'm just doing shit as I go. Asking Claude for guidance, no full vibe coding.Also trying to learn either Sublime Text or Vscode as I go. Kind of tired of wasting time with nvim/emacs
>>106749692just using a manual memory management language will teach you a lot although there's a fair amount of variability even there with how low level you goif you've got an old TI graphic calculator you can do embedded dev on it or super retro-dev depending on what modelto add to the bad metaphor registers are what you have in your head at any given moment and the cache is what you have in your handsthe difference between registers, cache, memory and storage is access latency, i.e. time it takes for communication to go there and back, partially just because of distance to the CPU but other things toothis is different from access speedregisters are what CPU instructions actually do stuff on, and for all you have access to they're right there, the cache is different levels of storage physically located on the CPU which is normally implicitly manged but can be managed explicitly, memory is located near the CPU, storage is located far away from the CPU and has to go through things like the filesystemmemory is a big fat arraya pointer is an index into that array (it's literally just a number)loading or storing data to registers from memory and reverse looks up the index, it also goes through the cache first to checkcomputers don't usually just do that directly (what is called DMA or direct memory access is usually reserved for the OS and drivers)memory is virtualized and has been for a really long time (like the NES has virtual memory)Comment too long. Click here to view the full text.
>>106750137some of these are semi-standard, some of these are set by the hardware, some by firmware, some by the OS, some by drivers, some by the process launcher, some you can requestits used for a variety of things including security (for example, each process gets its own memory mapping so without special permissions you can't read the memory of other processes) and from what i know older hardware used it more for making it possible to address larger regions of memory than the register sizes supported with banked addressing so you'd set one register to 1 and another to 0 and it would access the second item from memory bank 1 and then change the 0 to a one and it'd be the second item from memory bank 2they can be real physical memory but they can also be other things including memory ranges corresponding to PCIe which could be storage, your GPU's memory (modern GPUs also have a IOMMU and can do this in reverse), or many other thingswhen it's used that way it's called memory mapped IOcomputer memory is also paged which basically is just chunked mapping and storage of mapped memory so things can be loaded in chunks and memory you aren't really using is saved to disk in a memory mapped file windows calls the pagefile or linux calls the swapfilenever done a deep dive on how it works but it's supported by hardware and it's multi-levelmemory efficiency basically means using as little ram as possible (like by making sure you move data instead of copying it or use techniques like copy on write, so no matter how many of something you have there's only one copy of each unique item and when you change it, that's when it makes a new one), requesting memory from the OS as efficiently as possible (i.e. you ask for big chunks so the OS gives you RAM that's physically located together then you subdivide it, RAM version of avoiding file fragmentation), requesting memory from the OS as little as possible (allocation is expensive)
yt-dlp is kill
>>106746827NI HAOOOOO
>>106747980You gotta be really fucked in the head to do, watch, save and/or promote something like that. It's because of fuckers like you that we can't have nice things and the world is a dark place. We could all live in peace, but people like you ruin it. I hope your life to be a living hell for the rest of your days.MODS MODS MODS
>>106741472>just get like 30% of YT's user basejesus fucking christ dude
>>106745873The Porno Lab and the Fakku are just pornographic websites!
>>106707628give them a break, even QJS users can't keep track of what fork is more up to date(I wish the devs decided on a single repo to work on, so much time wasted to port commits from one to the other...)
>>106750034Lmao! Is this a Linux joke?
>>106749997yeahngl, the demoscene is some next level shithttps://www.youtube.com/watch?v=bD1wWY1YD-Mactual fukken C/++ virtuosos
>>106750176>Nostalgia NerdHE'S GONNA TAKE YOUR WIFE TO THE TEST SO YOU DON'T HAVE TO
>>106750176You should check their code, it's often cooler than the effect and stay in touch with Amiga and IBM PC scenes as they're more Assembly Centric than Windows Demos.
Previous /sdg/ thread : >>106729017>Beginner UIEasyDiffusion: https://easydiffusion.github.ioSwarmUI: https://github.com/mcmonkeyprojects/SwarmUI>Advanced UIComfyUI: https://github.com/comfyanonymous/ComfyUIForge Classic: https://github.com/Haoming02/sd-webui-forge-classicreForge: https://github.com/Panchovix/stable-diffusion-webui-reForgeStability Matrix: https://github.com/LykosAI/StabilityMatrix>Early Preview UIAniStudio: https://github.com/FizzleDorf/AniStudioComment too long. Click here to view the full text.
>>106749959looks like nigbo's SD 1.4 gens (aka today's gens)
schizo seems very angry today
@106750113nerdbo
>>106749824I had wanted to mix it up with a different style. I had a prompt from a bit ago that was moreorless "unremarkable iphone photo" (picrel) but the chroma model I'm using made it much weirderits been fun>>106749959>carb platengl I'd go to town on that>>106750113yesterday too. maybe somethings gone wrong in his personal life and he's lashing out
i would eat this
VLC is great until it starts spazzing out and doing shit like this. What causes this and is there a fix?
>>106747438>>106745381They have taken up this project again and updating it frequently. Like once a month atleast
>>106747455I tried it, but it isn't playing my pirated mkvs. what do?
AND ... CHODDA BOY
>>106740416story tells keyframes too far in between there might be vlc settings to slightly fix it
>>106745423>>nero burning rom is peak burning mediaI think you meant to type imgburn or cdburnerxp
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***Before asking for help, please check our list of resources.If you would like to try out GNU/Linux you can do one of the following:0) Install a GNU/Linux distribution of your choice in a Virtual Machine.1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.3) Go balls deep and replace everything with GNU/Linux.Resources: Please spend at least a minute to check a web search engine with your question.Many free software projects have active mailing lists.Comment too long. Click here to view the full text.
First for Exherbo
What GNU+ Linux distro would Pepe and his friends (Apu , Spurdo, Groyper, Cud...) use?
>>106750226chud i mean
>>106750226
>>106750247
>>106749023you missed
>>106749898Replace www with old in web.archive.org/web/X/www.reddit.com
>>106750044It doesn't have that page
>>106747965>eylenburg reacted with a laughing emojiI didn't think it'd be possible for him to not be a tranny, given that he tests and modifies all of these things every day https://eylenburg.github.io/
>>106749158I wake up and I see trannies everywhere, in the fridge, in the bag of rice crispies, in the walls and in the drink cupboard it's tough being a normal person in the world of the insane they're experimenting on people on that island chuck turning their cocks inside out chuuuuuck they'll cut my dick off will they I can't beliebeeee
Is Qwant a better alternative to Google search engine?
>>106747118my test search:>a nazi group I can join in the usaNone actually have a nazi group you can join in the usa, at least directly, maybe you can read the articles or whatever and figure out which ones have open applications.
>>106747154>a nazi group I can join in the usausecase?
>>106745812Bing has been better than Google since 2018 anyway
>>106743917Ive been using dogpile for an age and its basically google from 2009.
>>106743962Absolute nigger tier list that is outdated by 6-7 years.Leave your 2018 copypasta back in 2018
>Actually Useful LinksIndustry News — https://news.ycombinator.comGitHub Trending — https://github.com/trendingr/cscareerquestions (industry banter from a rookie/cuck perspective) — https://www.reddit.com/r/cscareerquestions/r/ExperiencedDevs (industry news from a jaded adults perspective) — https://www.reddit.com/r/ExperiencedDevs r/overemployed (industry news from Seniors those that "Get It") — https://www.reddit.com/r/overemployed/always remember, there is a guy saying "nothing on my end" and then proceeding to have raw sex while people wake up, deal with traffic, road rage, get killed by bad drivers, get stressed from office politics and driving and lose there hair, no time for gym or nutrition because of commuting, and then you get taxed 40% on top of it all for IsraelI will never fucking go back to the officeOld >>106712401
>>106749601What age is that
>>10674976721
>>106740913>What's the point of having windows you can't open?>t. professional dark mode enjoyer
>>106741491No one cares, disgusting faggot
>>10674976740
What type of trackball do you prefer? Finger? Thumb?What trackball mouses do you recommend for people used to regular mouses & touchpads?
i have a wireless nulea finger trackball. at first i thought i wanted a thumb ball, but decided against it in the end. its my first trackball and it does everything i want it to do. every button besides right click is in thumb area and its all intuitive. the scrollwheel is side mounted, but can be pressed down as well as in; well designed all around. cleaning is a non issue, because you can push the ball out, clean the beads and pop it back in within seconds.
>>106749533>PloopyLike the nonsense word from Diary of a Wimpy Kid? lol
>>106749727Why wireless over wired?
>>106749805my original plan was to use it with my laptop. the mouse doesnt need a surface so my laptop remains a lap top. if i can set the mouse anywhere, might as well go wireless. it has a dongle and 2 device bluetooth. im pretty sure it also just works through usb but didnt have a need to try
>>106749094had one laying around at work and tried it for the heck of it. Turns out it's super comfy. I got a Perixx 520 for cheap to try it out now. Will arrive soon
Is this the best barebone mini pc one can buy for the new AMD Zen5's? It seems like everyone is running Minisforums with egpus nowadays. Are they a reliable mini pc brand?
>>106748663>minisforum>not a forum to discuss mini pcsInto the trash it goes.
>>106749056This one is actually a real girl. Not sure what that has to do with tech though.
>>106749368she looks like one granny aged girl why girlish do
>>106749368Looks kinda uncanny. Like a 39 year old who photoshopped herself to look like 17.
>>106750182No shit, that's exactly what she is.
Elon is building grokepedia
>>106746657He’s just in a pissing contest with Sam Altman Altman said they were experimenting with a wiki competitor a few months ago. Not like it’s a drastic departure for either as LLM companies
>>106746567>Chuds are so far gone that anything that disagrees with them is lefty wokeism.Americans need to chill the fuck out desu.
Wikipedia is dying to AI anyway, they only have 828 admins left.
>>106750114If only he wasn't such an insufferable culture warrior faggot I wouldn't have an issue with him.But sadly it seems you Yanks have had your brains fried from it all.
>>106747555
The Billy Mitchell of software development.
>>106745414>How is he based if he's a proven fraudScamming Guinness Book, Twin Galaxies and speedrun trannies is based and very cool.>with stupid hairHe has a pristine and magnificent hair, you are just a jealous norwood 5. Dilate.
>>106746329>>106747352These. That's a sly shitting grin. He's also outside. He appears to be streetshitting.
bump
>>106748531>bumpoh no wtf r u doing
stop posting about literal whos like anyone gives a shit
why has ubuntu fallen so hard?tried all the versions and every single software that was install and use suddenly was filled with problems.sandboxing problemswayland problemsuncompatibility everywhere.it went from the easiest to use distro to being one of the most complex to use ones.not even arch has that much of problems and i think is mostly bloat.
>>106749924>linux itself has stagnated, people just think that it having a bit of noise in reddit or youtube ecelebs trying it out by being astroturfed by linux troons means that its growing. realistically the passion and hopes for developing linux desktop have for the most part extinguished, there's no money to be made there, steam deck was the final flop, now its fully over. ubuntu is still the most popular but it's 1% of all internet users, its over>https://gs.statcounter.com/os-market-share*Linux DesktopOtherwise very true.
>>106749924>linux itself has stagnatedExtremely. wayland, gnome 4, selinux, flatpaks. More and more like a locked down clumsy smartphone. We've lost so much. What have we gained? A slightly better video game compatibility layer? We already had virtio for that.
>>106749239they failed years ago. idk why people are acting like this is a new thing.they forced amazon upon their users and proceeded to take 6-12 months hiring a single dev subjecting the candidates through what could only be described as legitimate psychological torture.valve/steam literally said "fuck that lmfao" and went with arch for a reason.
>>106750203Compare Windows 7 file explorer to windows 11 file explorer. Sure windows 11 has too much padding, is otherwise uglier. But it has all the same functionality. Even a little more. Compare Ubuntu 9.10 to Ubuntu 25.10. The file explorer isn't even the same kind of program it used to be. The fucking samsung mobile file browser has more functionality.
>>106749239Ubuntu has always been shit. Even a decade ago I was pissed how autistic it was to set up a virtualbox VM on wincucks because I was supposed to use some HME or whatever bullshit kernel. It's autistic and contorted fork of Debian and is still inferior. Just use Debian if you like Debian likes, otherwise use Fedora or Arch.