Why did he do it?
Why is he minding someone's child?
eceleb thread kill yourself
>>106928846Jeets and Gooks worship Whites, though Gooks are the biggest White supremacists out of anyone.Jeets are enthusiastic about raising another White man's White son, while Gooks are excited about going under the knife a billion times to look less Gook and race mixing with Whites.
seems like all manufacturers are jumping on the colour bandwagon despite kaleido 3 still having significant flaws
>>106928524I bought it used 800€.
>>106926728No, it's $3K with the driver and you'll still need to make an enclosure for it. How much did you expect it to be?
The manufacture will continue so it can be used for store labelling and a lot of other things.There is no genuine commercial interest in accelerating the technology.
>>106928780not as much as fucking nvidia gpu dingus.
>>106928849I'm interested in poster sized versions of it. I think tons of people would be interested but they are fucking outrageously priced.
>Windows10 got EoL? here's your alternative bro, dont worry it's just like Windows, you won't miss a thing. Talented programmers together with UX experts from all over the world are contributing to it.
>Going Amish Mode for 4 years after covid made me install Debian out of all distros>2010s edgy era made me install Arch, Gentoo, Void because muh privacy and muh gobementnot realizing you get no privacy with tech especially in the West and resisting it in the wrong way makes you cringe>Debian because I need it for useful shit and money other than living offgrid with lettuce plants and 2x chickens>Internet is so bland now that I spend roughly 3 minutes on here to make this stupid thread and brag about stuff like a redditor
Finally
>>106917467Nein. I'd rather send my data to Israel.
Whats left for the little guy then. I guess unity +chatgpt im surprised how little if that there is
>>106916732I think lonely boomers don't realize how bad this is. You have to verify your Age, guess how?They know your real name and your weird fantasies and create a profile ID.>Stick to openai on a trash mail>Use a browser without your trackers/cookies>Use a VPN, don't feed into slop with your real ID
>>106918955anon you clearly don't know how these things work
>>106927088>lonely boomersZoomers don't realize it either. That's why they created tech-illiterate zoomers in the first place.
.
Use case for making a thread?
>>106928815Use case for making a post?
>>106928806Use case for pepes?
>>106928881pepebussy
If you can't solve this, you shouldn't be allowed to work in tech.
>>106928382how about equation solving software like wolframalpha?
You NEED to know cube root solutions because it's essential in inverse kinematics functions for animating robots and virtual characters (both of which are technology).
>>106928816go on...
Just draw a unit circle in the complex plane and select the points at 0, 120 and 240 degrees.
>>106928816>animating robotscomplex solutions is not important
how CPU intensive is Hyprland compared to Gnome and Plasma?for Hyprland, assume a minimal yet complete setup with the typical daemons you'd get from wiki.hypr.land/Useful-Utilities
>>106918951Very fitting that it looks like a noose
>>106918951more cpu and gpu intensive.on hardware from the past 2 decades barely significant.>>106919862unused ram = wasted ram. i'm not sure why anyone would believe otherwise. you think those few gb of empty ram is beneficial to you in any way? cached data ram can be cleared in ms if something with priority needs it.taking 500mb for a wallpaper is ridiculous though.
>>106927354>i'm not sure why anyone would believe otherwise. you think those few gb of empty ram is beneficial to you in any way? cached data ram can be cleared in ms if something with priority needs it.didn't say otherwise, but there's a difference between caching and just hoarding 500mb for a fucking wallpaper that never gets freed
>>106926652hyprland sends telemetry to grok and im not even kidding
they're about the same
MY WIFE BASEDTAN SUPPORTS TRANS RIGHTS
>>106928776She's cute! OwOI would support any cause she wants iykwim.
>>106928776Bolgaria was the only actually nationalist fascist state because it refused to fight the soviets
I don't care about trannies but zoomers hate cunny for some reason
>>106928869Because it is disgusting and because cunnyniggers infiltrating cartoon production and upbringing institutions is the reason most of us are still single by 20
>>106928776omg basedbasedbasedbasedbased
>>106927618I believe this was about to be changed with .NET 10>>106926327Framework day deva are also making it hard to achieve optimal .net code these days, I've tried getting some co workers to learn the new world. Its a dusty place. Wondering if Go has it better in that regard
>>106927837If it does that's good for gaming. Java team invested a lot of time to have a good GC and Microsoft needs to catch up.
C# is peak comfy, you guys just don't like it because it isn't perceived as cool
there is a new major version and type of framework every 6 months or so. what a pain.
>>106928615actually they are on a yearly schedule with the even numbered versions being lts that have 3 years of support and odd numbered standard releases that have 2 years support
i can't install gentoo
>>106928866I have installed Gentoo before.I am also going to cum to this image. Holy moly. Goodness gracious. My word.
If you don't own a multitool and carry it around everywhere, you are not a man, simple as. The only exception is if you got an office job, a pocket knife with multiple tools like a victorinox is ok in that situation.
I've got a wave and I don't care for it.
>>106928616:(
>>106928634It sees occasional use as a thick knife to open shit that's clipped or glued together, a file once in a blue moon, and as a mediocre set of pliers the rest of the time.Generally speaking, I reach for the craft knife first with a fresh blade, my actual files second, and the wave only when I need pliers, a job it's usually not good enough for and I need either needle nose, vice grips, or adjustable pliers.
>>106928674In my experience the leatherman pliers are fantastic on the high end mutlitools.
>>106928607EDC IS GAY
Death of Rails edition.>Free beginner resources to get started with HTML, CSS and JShttps://developer.mozilla.org/en-US/docs/Learn - MDN is your best friend for fundamentalshttps://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etchttps://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScripthttps://javascript.info/ - Quite a good JS tutorialhttps://flukeout.github.io/ - Learn CSS selectors in no timehttps://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS>Resources for backend languageshttps://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.jshttps://www.phptutorial.net - A PHP tutorialhttps://dev.java/learn/ - A Java tutorialhttps://rentry.org/htbby - Links for Python and GoComment too long. Click here to view the full text.
>>106928731Well I don't want to return a whole new page each time. Like htmx let's you update just a fragment of the page.I want to abstract away the targeting of the updates.
>>106928743why are you switching between react and htmx? react is spa. htmx is mpa. htmx cannot do client-side routing.so what's it going to be? spa or mpa?
>>106928809Those are examples. It's MPA.For the increment button example I showed before, the app will make a fetch request to a backend endpoint that I need to manage (think tRPC), the result will be updated to the dom by some JS glue.I don't see how I could do that all server side without refreshing the page.
>>106928841>I don't see how I could do that all server side without refreshing the page.https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API
>>106928878Yeah but it's not supported on ff and can go take a shit. And sending back the whole dom tree on every update is no good.
IMAGINE USING AN ATOMIC/(((IMMUTABLE))) DISTRO IN THE YEAR OF OUR LORD 4050/2>MAYBE IF I LOCK IT DOWN LIKE MY CLITTY I'LL FINALLY BE REAL WOMA-ACKACKACKACKACKACKACKYUO WILL NEVER BE REAL DISTROYOU ARE FUD TWISTED BY SHILLING AND MOSSAD FUNDING INTO A CRUDE MOCKERY OF OPERATING SYSTEM PERFECTINGKEKEKEKEKEKEKEKEKEKEKEKEKYOU WILL BE FORGOTTEN JUST LIKE ALL THE OTHER MOSSAD FUNDED SHILLED BULLSHITKEKEKEKEKEKEKEKEKEKEKEKEKEKMIGHT AS WELL JUST SHUT IT DOWN AND OPEN A LIDL INSTEAD OF THE REDHAT OFFICES KEEEEEEK>BUT I AM A REAL WOMA-ACKSYBAUKEEEEEEEEEEEK<reddit spaceLive free or die.
here, it's for you
KEK iMossad troons BTFO
Time for some facts!
>>106928075Fact: OP is a faggot, and so are the jannies for not deleting this
>>106928370Oh, a metachan friend. Do you tend to post in /cc/, the lolicon-con thread or what? Or are you mostly in that one thread on the tech board?
>>106928414Just the metathread
>>106928324>tranny >obsessed with basedgods eternallymore news at 11
>>106928324last time I checked it was 4chan which got hacked into a month-long downtime