β13871Quote
>>13869Is this what Mac looks like now? The only good thing they had going for it was looking better than Windows
β13873Quote
>>13871its deepin linux, the buggiest chink trinket piece of shit ever invented
β13960Quote
>>13901kys
Made through Tor β14009Quote
>>14007tranime. die trannoid.
β14020Quote
>>14009i'm sorry that you're an abysmal failure. please, whenever you feel ready, livestream your suicide and posts links so we can all enjoy them. you're far too stupid for such threads. you're far too stupid to understand the underlying principles behind how anime works. you're the kind of low iq nigger that tries to smoke meth by sticking the pipe up your ass because reddit said it was the best way to get a rush.
β14029Quote
>>14020triggered tranny. die
β14031Quote
>>14009why do you think im a tranny tho…
β14033Quote
>>14031you could be an biological woman, who knows. i type tranime when i see tranime
β14037Quote
>>14034you're not the same guy. you're trolling
β14038Quote
stop derailing and post your desktops while telling people to kill themself
β14048Quote
>>14047no
besides i only have an A cup…
β14052Quote
>>14051what tits
i just told you i have none chuddy
β14054Quote
please only post desktops (and tits)
β14058Quote
>>14034because that character is co-opted by trannies
β14060Quote
>>14055i made a thread for gemmy desktops and a tranny starts larping here
β14061Quote
>>14056post your worthless clitty
β14062Quote
portal? portal 2? rdr? rdr2? l4d?
gemmy background
β14064Quote
>>13879because im not a faggot that wants to edit every little detail of my kernel just for it to not work. everything else is from source
β14125Quote
up
Made through Tor β14127Quote
>>14059
Please tell me that isn't your regular desktop background
β14130Quote
>>14126I used to use patches and even make my own. Then I removed all of that and realized that dwm is perfect by default, you just have to get used to it.
β14133Quote
>>14126Please tell me that isn't your regular desktop background
Made through Tor β14134Quote
>>14126tranime. kys!
Made through Tor β14139Quote
TOTAL TRANNY DEATH!!!!!!!
Made through Tor β14140Quote
>>14133>>14134anime website though
β14141Quote
>>14140it isn't doe. rope tranny freak
Made through Tor β14142Quote
>>14140You will never be a woman
β14148Quote
>>14126>beautiful, simple, small source, just works<errrgg you need all the bright colours and i need to know my ram usage because i just do ok? i use arch (BTW) so im smarter than yousome people just want to have a completely unbloated simple WM but spergs like you need the bright colours and anime girls because your ADHD cant last 5 minutes in a REAL WM
β14177Quote
>>14148I literally removed all color except white from my dwm though, either take your meds or show me the lgbt flag in my screenshot that isnt sarcastic neofetch, lolcow, cmatrix or soyaks
>inb4 your wallpaper is full of colorsso all most wallpapers
>inb4 wallpapers are… le badat this point you can just fuck off to tty and never come back
also I removed things like unused tags and title bar because it is \bloat\
I need to know my RAM because I've got only 8 gigs of it, I have to manage it quite frequently
uptime is the only useless thing on my slstatus
weird how you didnt mention it
β14178Quote
>>14177wallpapers are bad and gay. all you need is a black/white background.
Made through Tor β14179Quote
>>14178black/white is bloat. all you need is a transparent background
β14180Quote
>>14179>transparent>transi knew you were a tranny
Made through Tor β18211Quote
bump
β18251Quote
>>18234What browser should I use then
Preferable one that uses low RAM
β18265Quote
>>18251your browser doesn't mean anything if you're still using windows
β18272Quote
>>18271hyprland won
ascend to hyprborea
β18275Quote
>>18263 >>18264Will check these out thanks teens
>>18265I'm still staying with Windows since I plan to go for filmmaking and game development soon, and this is where I am most comfortabel with. If DaVinci Resolve and Godot works well in a good Linux distro please tell me and also recommend what's the best one to get for productivity
(and I also know a local computer shop that activates Windows for free for me so no worries about the watermark)
>>18269DDLC mods, I plan to do one based on sharty culture, may make a thread on that soon after FNAC is done probably
>>18270Yes I will switch away from Opera soon don't worry. renpy is answered above, and I may need to delete Wondershare MirrorGoy soon since OBS is working well.
Also the other reason I use Windows and have Chrome is that my family also uses this PC (it's basically a family computer) and they're not used to using other OS and browsers so that hopefully answers it
β18283Quote
>>18275>I also know a local computer shop that activates Windows for free for meTheDonald browser cant even pirate windows himself kek
β18287Quote
>>18285go to 1337x.to and get a iso when you are installing the OS or just use a activation script on your current OS
β18291Quote
>>13868>>18266>>18282>alex@semi-namefagging
β18338Quote
>>18337post your linux desktop then
β18340Quote
>>18337>dual booting lunix and only using it for gaemingthe only reason to use winkike is muh gaymes doe, why are you even using winglows if you play gaymes on lunix?
β18341Quote
>>18340>winkike is muh gaymes doeretard, have you ever tried to do assembly programming on linux? it is shitty winglows ripoff, I am staying here.
β18342Quote
>>18341>assembly in lunixyes, and unlike winkike it actually works
but who needs assembly when you have gcc -S?
β18344Quote
>>18341>assembly programming on linuxwhy is it shit?
β18360Quote
>>18359not him but you can install FASM, NASM, or OpenWatcom on Windows.
If you are doing APPLICATION programming I recommend FASM.
If you are doing OPERATING SYSTEM development I recommend NASM.
You VILL have to update your PATH or copy the executables to System32.
β18371Quote
>>18360openwatcom is nonfree
nasm is NAS as the name implies
>manually updating your $PATHlol do wintards really
β18374Quote
>>18371How does requiring that source code be published when used privately make something βnon-free?β It is a stronger copyleft license than the AGPL. So more βfree.β Or do you just follow the FSFβs dogmatic declarations as if they mean anything. The FSFβs argumentation also makes the AGPL βnon-free.β
Do you actually have any issues with NASM or just like torturing yourself with GAS?
Also UNIX(a registered trademark of the open group) just dumps everything in the equivalent of system32.
β18381Quote
>>18371YOu can manually update your path by hand or you can have a script add it along with other stuff you didnt audit my princess, now speak for us.
β18382Quote
>>18378edit the source code and recompile
β18389Quote
>>18382Yea I know that but I can't figure out how to display ram/cpu usage
β18393Quote
>>18389there should be docs about that, but if all else fails manually pipe something together with free and something like this
grep 'cpu ' /proc/stat | awk '{usage=($2+$4)*100/($2+$4+$5)} END {print usage "%"}'
β18412Quote
>>18393imagine running this every half a second
β18801Quote
>>18800why this nigga got wintree pinned?
β18817Quote
>>18801Kek. I used to do that when my HDD was nearly full.
β19776Quote
>>19765gemerald and dave plummer-pilled
β19881Quote
>>19765>OMG HECKING RETROOMING ΓΓΓi run the latest GNU operating system on ancient computers and monitors, you run ancient garbage operating systems and hecking RETRO LOOKING modern soyftware on modern hardware
we are not the same.
β19886Quote
>>19881Gnu/ghoul wanna be. Go back to twitter and reddit and post your desktop on the way out
β19887Quote
>>19881You run an obsolete, tranime operating system (Linux) while he runs a webscale rockstar tech OS (Windows NT 4). You are not the same
β19896Quote
>>19891>trans flag>kde>blurred username>konsole >bash>4 day uptime >anime wallpaper Despite what you think, you are not special in anyway apart from knowing a gentoo install script.
refer to OPs (me) OS for a actually functional and usable OS
β19899Quote
>>19896Fully Functional OS=OS/2 Warp
β19908Quote
>>19904Intentional design decision, just like not having plug and play drivers
β19955Quote
>>19934i wil never be a woman~~~
i hate woman >w<
β20565Quote
>>19961i am dumbnigger it's set as my login shell
β20573Quote
>>20566>steamyou should end your life soyboy
β20574Quote
>>20572>simplewall>everything>flux>x mouse button control>shareXholy keyed and techpilled. awesome setup bro!!
β20575Quote
>>20570i dont even use those
>>20573its what my dad uses
β20576Quote
>>20572your setup looks NUTS
β20578Quote
>>20575your dad has a pony background?
>>20577I look like that and say that
β20623Quote
>>20578>your dad has a pony background?yes he does and he has a pony goon folder aswell
β20626Quote
>>20624wtf no way it's a GNOME3 user, doesn't that mean you're dumb and shit?
β20692Quote
>>18275>fnacoh yeah
>Not found>>This widget either never existed or is no longer available.i told froot to not cuck out with unity and itch.io, but he didnt listen…
now this is his problem, not mine
β21046Quote
kuz approved desktop thread
β21048Quote
>>21047do you only use your computer for 'jakking?
β21049Quote
>>21048there's nothing else you need in life other than 'jaks
β21053Quote
>>21047post the full image please
β21059Quote
>>21058btw i use windows iot enterprise ltsc 2021, kek
β21060Quote
>>21058>veracrypt terrorist incel detected
β21061Quote
Is this a [kuz approved desktop] thread or a kuz approved [desktop thread]?
β21063Quote
>>21055I dont believe that this isnt a virtual machine
β21069Quote
>>21066Do winniggers really install all this unauditable proprietary bullshit all at once? It's like infecting yourself with 100 STDs at once.
β21258Quote
>>18374not bsd pr mac flathead bsd separates installed and core os packages
β21259Quote
>>21258BSD drops everything in /use
β21285Quote
>>13879Isnβt that the movie about the caves and depths
β22040Quote
>>22038install hyperbola gnu/linux-libre
β22061Quote
>>22038>windows 7ugly nigger UI and shit APIs
β22095Quote
>>22010what's the point of only having 4gb ram on a modern computer? I can understand 4gb on a x200 but 4gb with a i7 10700kf? Do you just not know how to upgrade?
β22108Quote
debian is so comfy.
>>22095they're using virtualbox
β22109Quote
>>22108marge what does operation systems have to do with scissoring
β22122Quote
>>22108cool wallpaper sister
β22156Quote
>>13901>>22108SAMEFAG KYS FOREVER TRANNY FUCK.
β22157Quote
TOTAL TRANIME DEATH
β22171Quote
>>22156lol it really was me :D
how did you know
β22173Quote
>>22171post ur nipples pls
β22188Quote
>>22182
that's windows 8 with a windows 7 theme
β22227Quote
>>22173no u
>>22184lol i really say that
β22231Quote
>>22209
holy meds. aero was removed in windows 8 development build 8432
β22246Quote
If you use windows 8 with dwm.exe running then you aren't a real man
β22247Quote
>>22246what alternative even is there to dwm?
β22282Quote
>>22155I was obviously making fun of xer chuddy
β22284Quote
>>22282:( i thought you actually liked it
β22397Quote
>>18294>announces hes going on a short tour around mexico and other shithole euro countries>radio silence for a yearhes dead isnt he?
β22419Quote
>>22402blud has weird anime as his wallpaper ???
β22442Quote
>>22397even doe xir still uses github
β22444Quote
>>22419theres a 1:1 correlation between having anime wallpapers and trooning out
β22445Quote
>>22419also fucking yikes
when inkfags will finally learn how laws of physics work…
β22470Quote
>>22447>surrenderbois' drawingssounds alot like youre already halfway there
β22513Quote
>>22447i also noticed you changed your wallpaper
a lack of logic in the implied motion of the previous one is jarring, isnt it?
β22556Quote
>>22513you can set a bunch of images as your wllpeip and it will rotate through them
β23109Quote
HOHOHO!
β23184Quote
>security researcher figured out how to get rce because of computracehttps://www.youtube.com/watch?v=AKmNf-JmjKQ>BUT BUT THE IME ISNT A BACKDOOR!!!on nonono proprietards how do we recover from this
β23185Quote
btw, for all the freetards here who get lagged by the christmas theme, just apply a ublock rule for it
! 2023-12-11 https://Santa's workshop
||files.catbox.moe/e08npn.gif$image
β23190Quote
>>23185>proprietard mentalityyou actually just have to change the theme.
its a dialog box on the bottom right of your screen.
β23192Quote
>>23184Itβs not a back door. Bug can be fixed by a BIOS update. This also requires you to have computrace enabled and access to computrace. Which nobody here has.
β23197Quote
>>23191
yeah, if you use "private navigation" or whatever the hip kids call it these days.
which is completely normal, and is something you want to use because anything that gets downloaded with downloading the site gets deleted whenever you close the window (as opposed to just closing the "tab")
its far from foolproof, but its the first step to privacy/security
β23199Quote
>>23185>btw, for all the freetards here who get lagged by the christmas themeit's just a gif, are you running your browser without opengl or something?
β23200Quote
>>23199bad boy i use a core 2 duo and that gif is massive, you dont need 5MiB for a fucking background
β23202Quote
>>23200>freetards can't render fucking gifsDon't use a Core 2 Duo. You don't even have SSE4.2, POPCNT, LZCNT, BMI2, FMA, or AVX.
β23203Quote
>>23202why would i not use a core 2 duo?
i can render GIFs, just not in a fucking web browser
why would i need all those fancy CPU features i never use anyway?
β23204Quote
>>23203>i can render GIFs, just not in a fucking web browserYou can't render GIFs, a format FROM 1987 that was designed FOR THE INTERNET, in your web browser. Where else do you ever view GIFs?
>why would i need all those fancy CPU features i never use anyway?You don't because you just use your OS as a bootloader for your web browser. You should probably just buy a Chromebook, it seems suited to your needs. If you wanted to do vector math on up to 32 components per cycle then AVX would be useful for you.
β23205Quote
>>22061That's some good ass bait. I KNEEL…
β23206Quote
>>20572Nigga think he on Vista bruh ?????
β23207Quote
>>23204mpv
>use your OS as a bootloader for a web browserthe only thing i use my browser for is raisinposting on Santa's workshop, i dont.
but name a realistic reason why i would need those features unless i run fucking android
>chromecucksorry i dont use proprietary software, and actually have work to do on my computer
>muh mathsure it might take 0.2 miliseconds instead of 0.5, but what do i really need it for?
β23208Quote
>>23207>mpv>using a video player to view GIFs???
>but name a realistic reason why i would need those features unless i run fucking androidIDK why you mentioned android but I just wrote a program for work that uses SSE to extract variable length bitfields from 8x16-bit packed 128-bit OWORDs. Bitfield extraction is infamously slow so using SSE increases throughput by up to 8x. If I used AVX I could get 16x throughput because AVX is 256-bit while SSE is 128-bit. I can process around a billion bitfields a second when the program runs on NT. It replaced a Python program that could only do around 100k/s before crashing.
>what do I need it forSee above. The best application is when you have a lot of homogeneous data that you need to do the same operations to quickly. The shuffle operation also lets you rearrange bytes arbitrarily in an OWORD. Which means you can downcast 8 WORDs to 8 BYTEs in a single(ish) instruction.
β23209Quote
>>23208*not by up to, at least 8x.
β23210Quote
>>23207>sure it might take 0.2 miliseconds instead of 0.5With AVX you can operate on 64 bytes in one instruction. That is not a 0.5->0.2ms difference, it's very significant.
>what do i really need it for?Not having your software be slow as raisin and your browser choking while trying to render a christmas gif.
β23211Quote
>>23210You can do 64 bytes packed on AVX512. You can only do 32 bytes packed on AVX (still a good amount). Unfortunately, AVX512 is not present on most computers because Intel didn't put it in E-cores so you might get #UD if it ends up executing on one of them. AVX512 can also cause thermal throttling because it's just that powerful.
β23212Quote
>>23210>>23211>MILIsecondyou fucking n*ggers deserve some buck breaking allright
β23213Quote
>>23212>milisecondIt's MILLIsecond stinky
If you call a function that takes a millisecond a thousand times a second that really adds up. Look at this comparison between Penryn and Skylake
β23214Quote
>>23213no it doesnt
holy mother of fuck no wonder you get h1b'd
β23215Quote
>>23213>>23214(cont)
depending on what you work with
it should be up to one memory page retrieveal from the ram; ie microseconds.
β23216Quote
>>23215>microactually nano
β23217Quote
>>23214You are just confirming that you don't do anything important enough on your computer. Get a Chromebook, it would be perfect for you.
>>23215>he doesn't know about the TLB… β23218Quote
>>23217stfu n*gger
i Believe in the magic of christmas!r mother with a stick
and you still jerk off to how one day you will be a programmer
β23219Quote
>>23218Imagine being filtered by the vector unit…
β23220Quote
>>23218>>23217also i dont believe in the magic of christmas
also also youre a dum horr and you know raisin actually
β23221Quote
>>23219>imagine waiting 1 milisecond per function callwhat you code in?
python?
β23222Quote
>>23219say it quick
i wanna play vidya you fucking piece of bloat
β23224Quote
>>23222i just wrote a well thought out an beautiful reply
but the filters fucked all of it up
it was mean.
and you should feel bad now.
for using python.
β23226Quote
>>23220it's ok pajeet merry down I am sure Microsoft needs another JavaScript programmer, you will get your H1B eventually…
>>23221He gave the example of 1ms. In reality I am calling a "function" (it's inlined) that according to VS Profiler the function takes around 3 nanoseconds to execute and it runs around 400 million times a second. Modern computers are fast.
>>23224Python is a great language. It just isn't very fast. Use it for string manipulation, not vector math (numpy is good thoughbeit)
β23227Quote
>>23225yes, thats what im saying
now as penance you need to HURT yourself.
if i were you i would use garden scissors to cut off the tip of one of my fingers
β23229Quote
>>23226no.
because:
you are raisinskin
you couldnt even comprehend the reasoning.
its just how things are…
>>23228>le projectingwhen i want YOU to do that doe…
β23230Quote
>>23227>even though video games are a bunch of matrix and vector math and benefit from SSE, AVX, and GPU>>23229no i am a ytie.
β23233Quote
>>23230you can warm a nail until it is red
then press it against your fore-arm
β23234Quote
>>23233thats what you do, you suicidal trΓ₯nny
β23235Quote
>>23231I'm going to do it. I'm going to optimize even further and offload the graph rendering code onto the GPU!!!
β23236Quote
>>23235vectorchvds stay winning. scalarcvcks lose again.
β23237Quote
>>23234>>23235go on
youre sustaining my, erm, attention
β23239Quote
>>23237this guy (
>>23233) is great he should post more often.
β23240Quote
>>23238>>23239thanks for repeating what i said.
twice.
now put your fingers in your ass, thrall
β23242Quote
>>23239>inb4 im not gaethats the exact reason i want you *to do that tho
β23243Quote
>>23242you need to go back
β23244Quote
>>23243>feel insecure yetim home tho.
the ass-end of the ass-end of the internet.
β23247Quote
>>23203 Blender uses AVX, AVX2 and AVX-512 in the Cycles render engine.[42]
Bloombase uses AVX, AVX2 and AVX-512 in their Bloombase Cryptographic Module (BCM).
Botan uses both AVX and AVX2 when available to accelerate some algorithms, like ChaCha.
BSAFE C toolkits uses AVX and AVX2 where appropriate to accelerate various cryptographic algorithms.[43]
Crypto++ uses both AVX and AVX2 when available to accelerate some algorithms, like Salsa and ChaCha.
OpenSSL uses AVX- and AVX2-optimized cryptographic functions since version 1.0.2.[44] Support for AVX-512 was added in version 3.0.0.[45] Some of these optimizations are also present in various clones and forks, like LibreSSL.
Prime95/MPrime, the software used for GIMPS, started using the AVX instructions since version 27.1, AVX2 since 28.6 and AVX-512 since 29.1.[46]
dav1d AV1 decoder can use AVX2 and AVX-512 on supported CPUs.[47][48]
SVT-AV1 AV1 encoder can use AVX2 and AVX-512 to accelerate video encoding.[49]
dnetc, the software used by distributed.net, has an AVX2 core available for its RC5 project and will soon release one for its OGR-28 project.
Einstein@Home uses AVX in some of their distributed applications that search for gravitational waves.[50]
Folding@home uses AVX on calculation cores implemented with GROMACS library.
Helios uses AVX and AVX2 hardware acceleration on 64-bit x86 hardware.[51]
Horizon: Zero Dawn uses AVX in its Decima game engine.
RPCS3, an open source PlayStation 3 emulator, uses AVX2 and AVX-512 instructions to emulate PS3 games.
Network Device Interface, an IP video/audio protocol developed by NewTek for live broadcast production, uses AVX and AVX2 for increased performance.
TensorFlow since version 1.6 and tensorflow above versions requires CPU supporting at least AVX.[52]
x264, x265 and VTM video encoders can use AVX2 or AVX-512 to speed up encoding.
Various CPU-festive cryptocurrency miners (like pooler's cpuminer for Bitcoin and Litecoin) use AVX and AVX2 for various cryptography-related routines, including SHA-256 and scrypt.
libsodium uses AVX in the implementation of scalar multiplication for Curve25519 and Ed25519 algorithms, AVX2 for BLAKE2b, Salsa20, ChaCha20, and AVX2 and AVX-512 in implementation of Argon2 algorithm.
libvpx open source reference implementation of VP8/VP9 encoder/decoder, uses AVX2 or AVX-512 when available.
libjpeg-turbo uses AVX2 to accelerate image processing.
FFTW can utilize AVX, AVX2 and AVX-512 when available.
LLVMpipe, a software OpenGL renderer in Mesa using Gallium and LLVM infrastructure, uses AVX2 when available.
glibc uses AVX2 (with FMA) and AVX-512 for optimized implementation of various mathematical (i.e. expf, sinf, powf, atanf, atan2f) and string (memmove, memcpy, etc.) functions in libc.
Linux kernel can use AVX or AVX2, together with AES-NI as optimized implementation of AES-GCM cryptographic algorithm.
Linux kernel uses AVX or AVX2 when available, in optimized implementation of multiple other cryptographic ciphers: Camellia, CAST5, CAST6, Serpent, Twofish, MORUS-1280, and other primitives: Poly1305, SHA-1, SHA-256, SHA-512, ChaCha20.
POCL, a portable Computing Language, that provides implementation of OpenCL, makes use of AVX, AVX2 and AVX-512 when possible.
.NET and .NET Framework can utilize AVX, AVX2 through the generic System.Numerics.Vectors namespace.
.NET Core, starting from version 2.1 and more extensively after version 3.0 can directly use all AVX, AVX2 intrinsics through the System.Runtime.Intrinsics.X86 namespace.
EmEditor 19.0 and above uses AVX2 to speed up processing.[53]
Native Instruments' Massive X softsynth requires AVX.[54]
Microsoft Teams uses AVX2 instructions to create a blurred or custom background behind video chat participants,[55] and for background noise suppression.[56]
Pale Moon custom Windows builds greatly increase browsing speed due to the use of AVX2.
simdjson, a JSON parsing library, uses AVX2 and AVX-512 to achieve improved decoding speed.[57][58]
x86-simd-sort, a library with sorting algorithms for 16, 32 and 64-bit numeric data types, uses AVX2 and AVX-512. The library is used in NumPy and OpenJDK to accelerate sorting algorithms.[59]
zlib-ng, an optimized version of zlib, contains AVX2 and AVX-512 versions of some data compression algorithms.
Tesseract OCR engine uses AVX, AVX2 and AVX-512 to accelerate character recognition.[60]
β23248Quote
>>23210mpv renders a gif perfectly fine
i might not be able to play 8K@60 video but i dont need that.
>>23208>nooo you cant use a video player to play moving images for some reason, you NEED a web browsergifs are just videos with transparency, frame addition, and looping in their spec, as well as poor quality and raisinty compression
>androidbecause android makes heavy use of raisin like SSE, you basically NEED it or youll have raisinty performance if youre not using android 6 or whatever
what you do with your schizo asm programs is your problem, not mine, but i have never seen a useful program that absolutely NEEDS those features to do its job, other than very heavy stuff that would just run like dograisin otherwise.
>NTyeah nobody cares about your silly toys
>pythontheres your problem, you can do that in C easily and still have good performance on a pentium 3.
>a lot of dataagain, heavy raisin you would run on a server but not a laptop.
if i needed to do that i have a server with 64 gigs of ram and 16 CPU cores for that.
>>23211>E coresmeme
>>23213>newer cpus have more performance and modern featuresno raisin sherlock
>>23217not me but i write C programs, manage multiple servers over ssh, play video games from time to time, and debug garbage software made by soyboys who have no clue what theyre doing
>>23222>muh gaymesgaymes arent important, they only exist to kill time
>>23230that and less performance is why older machines arent meant for modern hecking games, thats literally all you actually need so much performance for in 99% of all cases, have you ever seen anyone not processing massive amounts of data on a server who needs so much performance and all those modern features?
>>23247blender is garbage but works without that raisin unless you render very huge things, and the rest also works without that but just has raisintier performance
β23257Quote
>>23248>mpv renders a gif perfectly fineall these steps to view gifs…
>gifs are just videos with transparency, frame addition, and looping in their spec, as well as poor quality and raisinty compressionNo interframe compression
>because android makes heavy use of raisin like SSESSE is a technology exclusive to x86. NEON is the SIMD instruction set for ARM.
>what you do with your schizo asm programs is your problemYou do know that nobody writes SSE code in assembly, right? All modern C/C++ compilers (MSVC, Clang, etc.) include intrinsics.
>i have never seen a useful program that absolutely NEEDS those features to do its jobBecause you haven't looked. You can implement everything that you can do with SIMD in scalar code but it is wasteful and slow.
>other than very heavy stuff that would just run like dograisin otherwise.So you have never seen a program that requires SSE except for the programs that require SSE. lol ok
>theres your problem, you can do that in C easily and still have good performance on a pentium 3.If you could read you would notice I said I rewrote it in Python to C with SSE4.1/BMI2 intrinsics. You won't get good performance on a Pentium 3 because Pentium 3 doesn't support SSE2, only MMX.
>again, heavy raisin you would run on a server but not a laptop.Ah yes I will haul a server to a testbench to extract live data from a prototype device at 2.5Gbps. A very practical solution. Again, you should just get a Chromebook, you clearly don't do anything important.
>not me but i write C programsNo you don't princess. You didn't even know what intrinsics are.
>debug garbage software made by soyboys who have no clue what theyre doingImagine not just using software that just works from trusted companies like Microsoft and RedHat.
>literally all you actually need so much performance for in 99% of all cases99% of cases is defined for you as browsing the web.
>have you ever seen anyone not processing massive amounts of data on a server who needs so much performance and all those modern featuresMe, I do.
>but just has raisintier performanceThank you for proving my point.
β23258Quote
>>23248Why would e-cores be a meme. A single alder lake e-core can smoke your core 2 duo.
β24534Quote
>>21046>>21047>>21048>>21049>>21050>>21052>>21053>>21055>>21056>>21057>>21058>>21059>>21060>>21061>>21062>>21063>>21064>>21065>>21066i have no proof since the arty has been removed from the wayback machine but these are 100% oposts from the first /g/ desktop thread, look at the dates of the desktops its all from just after /g/ was reopened
β24690Quote
>>24686What's yikes about it? Cartoon ponies are awesome.
β24697Quote
>redditfetch thread
β24742Quote
>>24738being jeyed precludes being reddit even though reddit is keyed because it makes 4cucks seethe ir something
β24877Quote
>>23211and because god invented asics for that exact purpose
β24913Quote
>>24756I can respect the "just works" attitude. Nicey.
β25181Quote
>>13879Hello Mental Outlaw
β25699Quote
bump
β25865Quote
>>25861u forgot to hide your 'cord, xister UwU
β25925Quote
>>2592150% based
50% cringe
β25936Quote
>>14134This reads like a Trump tweet
β25942Quote
>>25921>128gb of memory>109mb usedonly in ohio ?????
β26344Quote
>>25936This reads like a Tranny tweet
β26553Quote
bump
β26653Quote
>>26646>>26651how you know im trans>>26646
β27161Quote
bump
β27169Quote
>>13868why do you have 1 day uptime
do you even turn off your computer or exit X
β27466Quote
>post 'em
β27472Quote
>>27470that's not white, colourblind nigger
β27534Quote
>>27175oh my fauci what font is this
β27535Quote
>>13868>Gentoo>Kernel 6.1Please tell me this is an old picture
β27536Quote
>>27535its from 9 months ago you retard
β27543Quote
>>27534ΠΠΎΠ·Π΅ΡΠΊΠ°Π’Π΅ΡΠΌΠ‘Π»Π°Π± ΠΠ΅Π΄ΠΈΡΠΌ, 16 ΠΡΠ½ΠΊΡΠΎΠ²
β27551Quote
>>27543thank you, I had another iosevka font and wasnt aware this one existed
β27607Quote
>>26697most hetero neofetch yet.
β27618Quote
>>27603>terminal transparency>gapsTinkertranny award
β27619Quote
>>27607>windows>heterolmao
β27683Quote
>>27644Virtual machine award
β27785Quote
>>13879wtfffff its mental outlaw
β27790Quote
>>27789kek its just your average nostalgiatranny larping in virtualbox
β27791Quote
>>27790I am currently trying to work on getting XP running on Comet Lake
β27792Quote
>>27786This nigga is too poor to afford QEMU! Point and laugh!
β27862Quote
fucking linuxniggers kys bitches nobody fucking cares about what you do on the inernet literally no one. lol paranoid shitty fartstone retards. feds especially dont care fucking cavemans.
β27863Quote
>>27683even doe i stole this image from wikipedia
β27865Quote
>>27862hang yourself bill, no one is buying winigger 11
β27867Quote
Where are you ManjaroGODs please report
β27869Quote
>>27867They're too busy fixing their TLS certificates
β27879Quote
>>14126>no you don't get it you stupid chud you HAVE to jam your fresh install with 95043e+16 patches and assrape your system on a bi-weeklybasis in order to enjoy it like a good little goyim xister!!!Do archfags really? (I use debian btw)