I'm a dumb dumb smooth brain windows retard. Windows 11 is the last straw for me.I have switched a gaming laptop to Bazzite and so far it is comfy and does everything I need but people have told me the immutable nature of Bazzite is gonna be an issue for me later on. I'm confused how so far, but I'm a retarded windows user so WTF would I know. I am open to trying other distros but I would like feedback on.>When is it being immutable going to be a problem for me? I hear latest drivers can be an issue but I prefer stability over bleeding edge. Are there any other issues with downloading and running programs or other drivers?other Distros I'm gonna try out on other computers I have.>Nobara (I heard this one is not immutable)>Cachy (I heard it has some stability issues but is excellent)>Debian (is it really that behind on software?)>Fedora (I'm aware Bazzite is a dumbed down version of this)>LinuxMint (I don't care if cinimon looks "outdated" I like comfy UIs and care more about utility)Things I am concerned about is Logitech 300s mouse lack of support or problems (it's my favorite mouse and they don't make it anymore), stability issues with linux downloads or gaming, and I don't see myself ricing my interface as I don't care that much about UI asthetics over functionality. Any input is appreciated. Keep in mind I am a dumb dumb normie that just wants to use internets and play games (not any modern slop that requires kernal anticheats) on my linux machines. So forgive me for not wanting to install regular Arch and just want my drivers and install to work out the box with minimal termal comands (don't mind using a terminal, I grew up on DOS, but I just prefer simple flatpacks or downloads from a website)
I've been using Bazzite for two and a half months now. I was originally concerned about the 'immutability.' but I haven't ran into an issue with it. I'm not super into Linux, or experienced with Linux outside of the basics and setting up web servers.I use my machine for software development, gaming, and browsing. I don't want to get into distro ricing or make distro tinkering a hobby; I want the desktop environment to be productive for my own needs and 'just work'.Does it 'Just Work,' tho? No lol. but it's good enough. I had a few bugs with wayland that went away after a restart. I have a few more bugs that are specific to certain applications: Steam, Valve's Deadlock, Brave browser.I guess I can't play EA's 'competitive' games, but that's not really a problem, they're challenging the definition of 'competitive' and 'game' over there at EA. I haven't really had to do any hour long tinkering sessions to get anything to work. I did spend some time submitting a bug report for Brave and Deadlock. I'll probably just replace brave partially or mostly with LibreWolf and hardened Firefox. At least this is an excuse to try those out.
>>106473861>I still haven't gotten a good explaination for why Mint is so hated. I think cinimon looks nice.There's a lot:>no zramzram is the standard on Linux for keeping RAM usage low. It's been in Linux for so long that Microsoft copied zram and put it into Windows 10 a decade ago. Mint STILL doesn't have zram which is ridiculous.>Outdated kernel and softwareYou might plug in a peripheral and find it doesn't even work because Mint's kernel is too old. Or, you'll play a game and get half the FPS as on Bazzite because the kernel is too old. Plus, the software available on Mint is so old that its version of GIMP predates Proton lol; it's a nearly decade old version of GIMP whereas the rest of the Linux community is enjoying GIMP 3.0 which released this year.>Stupid unfriendly interface decisionsI have no idea why installing software in Mint is done through a different program from updating software. Discover, Pamac, and GNOME Software all do both.>SnapshotsYou know system restore points on Windows? On Linux they are essentially free storage-wise if your distro uses Btrfs. Unfortunately, Mint used Ext4, an old file system that lacks SSD longevity features, has larger file sizes, and no native support for snapshots (aka system restore points). Mint instead achieves snapshots through a jerry-rigged, EXTREMELY inefficient method that fills up your entire drive.>Cinnamon is FUNCTIONALLY outdatedWhether you like how Cinnamon looks doesn't change the fact it suffers from screen tearing, input lag, no fractional DPI scaling, and whole bunch of other crap that makes it unsuitable. This is largely because Cinnamon is still X11-only. Cinnamon's Wayland support has been pre-alpha for a long time and isn't improving any time soon, so don't wait on Cinnamon to catch up. If you want a Windows-esque UI that actually works, Plasma does the job far better WHILE using less RAM and CPU.
>>106473861>>106474268Basically, Mint was hailed as user-friendly back when "user-friendly Linux distro" meant "holy shit, WiFi actually works on this thing!", but that only impresses Linux old-timers. The fact is, almost every popular distro now is user-friendly, and much more so than Mint. Other distros don't leave you wondering why your SSD is suddenly full. Other distros don't leave you troubleshooting your peripherals. Other distros don't make your computer slow because you've run out of memory.Mint was considered good back when Linux was shit; but Linux has evolved into something fucking incredible whereas Mint is stuck in 2016.
>>106474268>Mint used Ext4uses ext4*
>>106474091>BraveI haven't had issues yet but this will be a big deal to me. Brave is an amazing browser and I gots to have it. But so far, no problems.>EAoh boy. I used to have Origin, then EA killed Origin to push the EA app and killed all my old licenses. Now I see EA goods as not worth it and will never forgive them. Sure, I only had $50 worth of games and a bunch of freebies, but the principle of it proved I can never trust you again.I don't like modern competitive slop. Only online competitive games I play are Tekken and fighting games. I hate battle royals.>Does it 'Just Work,' tho? No lol. but it's good enough.Seems to be the consensus if you don't need to be on the bleeding edge or play the newest Multiplayer slop. May get into ricing one day but today aint that day and tomorrow aint looking like it either.As for the gaming services I do use>Steam>Amazon>GOG>Epic>Ubislop launcherComment too long. Click here to view the full text.
Previous Thread >>106276391Transbros post your charts and EQ profiles in >>106405948
>>106470490>The same headphone can sound a thousand different ways, slightly change the position and you get a brand new headphone without having to buy the new chink pos of the month.I don't see the problem here, /iemg/ trannybros keep seething
Is a focal clear (og or used MG)still a good option around the $500-700 price range for people looking for slightly dark neutrals?
>>106461675Easy. AKG K1000, from 1989.
>>106473552In what kind of homoverse a negative amount of bass is considered fun?
>>106470490>mfw I can rotate SR-007 earcups and pads to create the soundstage I want
I'm hearing this language just beat C, C++, Rust, Go and pretty much everything else. Is that true? The more I read about it the more it seems like the true winner of the programming languages of the 2000s.
>>106465531I can never actually get the LSP to work when working with this
>>106472265Have fun debugging elixir while wrangling those Erlang VMs your elixir project is deployed to. Programming Ruby is enjoyable, and I can attest to that. If I need speed, I re-implement hot spots in C (happened about 5 times in 21 years of Ruby programming). Much less stressful.
>>106466164>I'm trying to avoid GCWhy?Do you understnand the cost of "avoiding GC"?Do you have an idea of how modern GC work and where do they impact performance and where they DON'T impact performance?
>>106471877>that think "GC bad" without even knowing what the word "semantics" means. The language is designed around having ARC, but saying that it is in conflict with manual management is completely false. The whole point is that ARC is at a level which allows it to cleanly wrap manual management while not requiring the huge overhead of a normal GC.>Insisting on --mm:none is what the brainless "GC bad" idiots do that have no clue why it's bad and how ARC is not equivalent. ARC, properly termed, is not really even a GC unless you consider mangement like RAII or Rust's to also be garbage collection. The "real" GC is ORC which just provides a runtime cycle collector over ARC to generalise the memory mangement.You are correct. ARC is not really GC.But however, ARC has its problems too with certain data structures so it's not a full substitute to a GC in certain cases.
>>106472248>Honestly, I'm glad that my favorite programming language and its predecessors inspired so much further language development.Young padawan:I believe you have never used Smalltalk, or Squeak, thus haven't realized Ruby is a maimed, emasculated derivative of them, lacking the key feature that makes Smalltalk (and Squeak, and Lisp) great: Interactive devleopment.
Discussion of Free and Open Source Text-to-Image/Video Models and UIPrev: >>106464276https://rentry.org/ldg-lazy-getting-started-guide>UIComfyUI: https://github.com/comfyanonymous/ComfyUISwarmUI: https://github.com/mcmonkeyprojects/SwarmUIre/Forge/Classic: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassicChromaforge: https://github.com/maybleMyers/chromaforgeSD.Next: https://github.com/vladmandic/sdnextWan2GP: https://github.com/deepbeepmeep/Wan2GP>Checkpoints, LoRAs, Upscalers, & WorkflowsComment too long. Click here to view the full text.
>>106473687Could be, damn
Are flux dev and schnell loras interchangeable?
>>106474328Hello, I'm trying to switch from Forge to ComfyUI. I prefer ComfyUI's interface because my entire txt2img + hires fix workflow fits on my screen without scrolling.The problem is that I can't get it to work correctly. I've posted more details in the attached thread. Any help would be appreciated. Thanks!json: https://files.catbox.moe/nv2b7k.json
>>106474388I think sdxl wants -2 clip layer
>>106474103tranny eyes
Everything is already from China, but here we discuss the cheap chink shit you see on various sites.1st rule of /csg/: If it looks too good to be true, it probably is.Useful links>TWS IEM reviews: www.scarbir.com/>Guide: csg-guide.neocities.org/>Wiki: https://igwiki.lyci.de/wiki/Chink_Shit_General>What headphones/earbuds should I buy?>>>/g/iemg>I want a cheap smartphone what should I buy?>>>/g/spg/>I want to buy some sort of emulation device>>>/vr/hhg/Comment too long. Click here to view the full text.
>>106472217Literal pavlovian dog kek
>>106474238And lastly, a picture of the mouse wristrest from a profile perspective to better explain the shape it has. The backview is where you can see how your wrist is meant to rest in the middle, then it all tapers down a little towards the front, which is how you get that front profile.
>>106473188oh it's just a basic ass tester, it doesn't do thatif i just keep a check on it that it doesn't get too hot, will that be alright or am I still risking boom boom times
>>106474322Usually the components inside are low quality and the transformer is badly winded in cheap phone chargers. They also usually have cheap housings that can come apart and expose the 120v prongs (I've had this happen once on an aliexpress charger) It will probably work without issues basically forever, but it might short to mains voltage someday and either trip the breaker or turn your phone into an IED.https://www.youtube.com/watch?v=q6ywvcOv2Qo
>>106474322The boom boom is a bit of a meme, chargers don't go boom boom really. There's really 4 options:You plug it in and there's some loud spark and the breaker flips immediately -> Probably a short that involved a capacitor somewhere that blew up. Unplug and throw away.You plug it in and it gets hot very fast -> It's got a short somewhere and will release magic smoke almost immediately. Unplug and throw away.Neither of these 2 are common, as even the most technically inept user could figure them out and leave bad reviews.You plug it in and it works, but gets very hot over time at higher loads -> It's a bad circuit design. This is what you're actually looking for. Since heat dissipation is often proportional to power, you want some load that takes as much wattage as the device can offer (for example a laptop charger). If the heat is too high for comfort, throw it out.You plug it in and it works and it either stays room temp or mildly warm at high load -> It's fine to use, enjoy.The common failures are inefficiency, which has the risk of heating up, which can be a dangerous hazard, or improper grounding, which shouldn't be an issue with a plastic shell. If it doesn't get dangerously hot it's probably fine to use. Might not be GaN levels of efficient, but work just fine.
Hey anons, quick questionwhat are the differences between .com, . net, and, .org
is .net trash?
>>106473948everything except .com is trash besides the unfeasible ones (.edu .gov)the higher tier country codes are on the second level .co.uk .ca .aubecause of authority, but its easy to register a .ca domain. if you were starting a global company always .comif your company is specific to australia specifically, then the .au
.xyz alltheway
>>106473028I might want to build a website one day. Don't domain extensions have different costs associated with them or was that just in the past or am I misremembering?
>>106474390It's up to the registry and yes some ccTLDs charge out the ass because they know their TLD is popular (see: .io)
Is micro lag part of the acceptable visual quality in console or pc or emulation gaming now? My nes never micro lag once, my snes never micro lag once, my nds never micro lag once. Ps2 never micro lag once. Switch microlag, ps4 lag, xbox lag etc
>>106473382even the nes and snes has lots of games which miss frames. it's not about the hardware, but the software. emulators often have reduced lag frames, so i do question if anon even used any of these consoles
>>106473382Dude, i own atari 2600, and it also run buttery smooth, and by the time, drop frame isn’t even existed. Every hardware build before windows 98 also run full frame, with zero drop frames and buttery smooth. It either run in slow motion or they run normal speed, but never drop a single frame.
>>106472820Get a better PC.>consolesHaha, you're funny.
People mistake framedrops with slowdowns with frameskipping with stutters.First console I noticed actual stutters on was the 360. Before that all I had was slowdowns. Today you have Zelda Echoes of Wisdom which, I don't know how there's people out there that can tolerate. We're talking about 30 to 60 back to 30 harsh framerate fluctuations. That's noticeable by just about fucking anyone. I have played a lot of SNES, genesis, PS1, N64 games with slowdowns. Not like this shit.
>>106474174It is about frame teleporting, or which you see player teleporting left and right while skipping frame which is rather painful to look at, idk who come up with this concept, but i dont even see this appealing. Slow down is still fine to look at but it is also very poor visually. Frame teleporting is the new low!
Previous /sdg/ thread : >>106448573>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.
>nigbo
>>106474015What do you call these
>>106474210nothing specific. "ink monsters", if I had to come up with something. but they're not always ink and they're not always monsters. the prompt is a bit unfocused so the results have a wide range
Morning anons >>106470765More vram always means better performance, or at least that's how it worked last time I looked into it.>>106470800Still great too see my GPU still shows up on these charts.
>>106474374gm
Runs every app in sandboxUnix basedSleek and just works>hated by every /g/ poortardWhy are you guys like this?
>>106474235kys shillGood brands of hardware don't haveto pay retard like you.
>>106474235What are these?
>>106474292Medecine
>>106474235learn how to upload images in correct orientation retard
>>106474321The orientation was a hint.
Why do jeet recruiters exclusively reach out about positions not listed on an organization’s career page? Are they just trying to resume farm? Do companies use this as a technique for setting up H1B requirements? Something else to it?
>>106474047pic rel is fake news spread by porkshitstani run account, same BS was spread by a very popular le based "white" US cuckservative account that was later revealed to be run by some pakistani based in karachi.As for Indians in Iran, first of all there are very few of them there and most of these are actually shia muslims who go there for pilgrimage or religious education.>inb4 le pajeet!!not an argument
>>106474105whats the difference between a pakistani and an indian anyway
>>106474105
What's the best distro that's:>stable>usable>has no shitty software/dependencies manager>has no shitty DEZorinOS without KDE?>inb4 w11kys nigger
>>106473978Think for a secondAlso go back to windows retard
CachyOS or Fedora
Anyway, should I go for NixOS from Mint? I just don't want buggy shit betwenn apps and display server and update manager
>>106474301cachy is arch(based)fedora is slow and gay
>>106474313>cachy is arch(based)does cachy have these requirements?>>106471057>stable>usable>has no shitty software/dependencies manager>has no shitty DE
Should I learn Rust if I'm normal?
>>106473881do you eat the thumbs up first or let it live for as long as possible?
>>106473881it's found it's niche but you become an abnormal tranny if you feel the need to shoehorn it into everything you do. if you are fine with learning it for network systems it's a good fit
>>106473923>lick the nogger, goy
>>106473881>Should I learn Rust if I'm normal?As long as you understand which niche uses it is a good fit for, and you don't think it's a good idea to use it for EVERYTHING, then it's ok.
>>106473881
This guy built a blogging platform and made it available under MITThen other people forked it and provided the same service, making him lose moneySo he made the code source-available now.Thoughts? You can see the software here btw. https://bearblog.dev/
>>106473631gpl is statist and created by the statist software foundation, public domain isn't statist therefore public domain is based.
>>106473972cuck cope
>>106474050and how do you enforce your gpl or permissive license? use the state? that's statist.
>>106471906>With regular GPL or permissive software, you never have to worry about arbitrary restrictions, and you know you can't be sued for using it.You have to worry about that. If you use GPL code in your non-GPL FOSS project you still can have bunch of GPLfags complaining, demanding license changes etc. it's the same kind of cancer as mongodb license.GPL is incompatible with most popular FOSS licenses and ironically limits what kind of freedoms you can grant the users of your code. It's better avoided in any FOSS project.
>>106461420this is why I put everything I write under SSPL+Nigger
>>106467453you should know the (((answer))) to that.
>>106472590technically yes you are if you own stock
An outcome as huge as this on page 9 with 45 posts, hmm
>>106467833>no. they're still classed as an illegal monopolybut what does that actually MEAN for outcomes? clearly it didn't mean selling chrome
so, now that the dust has settled, is mozilla/firefox okay? does this has any outcome on firefox?
why is youtube doing this shit?I was just watching vids few days ago and all of the sudden its doing this shit. it's doing it on my main account and my alt account and even on my phone. It's nothing wi-fi or vpn related either. I cant even avoid this shit WITH a VPN and im american. WTFFFFFFFFF GOOGLE PLZ
>>106474249google has shadowbanned you bro
>>106474320Like I legitimately can't watch any video now, I need to be signed out to watch any video.