How can I invent chatgpt if I was sent back to 2005?
>>106507755You'd get black-bagged pretty quickly considering the military had LLMs running on their supercomputers since the late 90s. You think that idiot Sam Altman came up with all this?
Why would you do that? Just buy 1000 buttcoins.
All the ai algorithms used today have been around for much longer than that. Hardware limitations were the reason they couldn't be put into practice. So you wouldn't be able to change much if you travelled to 2005
>>106507755Just bring a copy of Attention Is All You Need with you.
>>106508526>just bring a poorly written paper
This guy designed, built, calibrated, programmed and tested his own micro-manipulator:https://www.youtube.com/watch?v=MgQbPdiuUTwAnd he made it open-source.Meanwhile, you faggots keep posting or falling for the same obvious, decade-old, useless, time wasting bait, over and over again.
>>106508377It certainly helps when a jannie is making the bait threads and protecting them.
>>106508377the true geniuses of our time have understood before anyone else that technology does not improve mankind, history books only record its breaks with the natural order; they do not record silence, they cannot
>>106508684>>106508729kek, the audacity of these newfags
>>106508377In this board we goon to anime pornography.
>>106508377Btw OP, you could post this on /diy/ they have a 3d printing general.
What is Pewdiepie planning with this build? >AMD ThreadRipper 7975>2x Seasonic 1300 w PSUs>1 TB nvme 990 Evo Samsung ssd>192 GB of RAM>7x RTX 4000 GPUs (Seven GPUs!)
>>106508877Metaphorical masturbation. Nothing to see here.
>>106508877Marzia Onlyfans 4k HDR uncompressed video production & editing.
>>106508906He may as well do his own AI image generation of Marzia with 7 gpus
>>106508890Do you need a threadripper for that though?
>>106508877a lemon
>makes a new browser for no reasonWhy are autistic people like that?
>>106505157but they making only YouTube videos
>>106505157some people create, others consoom
>>106505177>windows buildhttps://github.com/LadybirdBrowser/ladybird/issues/38Runs through WSL if you really need your spyware OS that badly>source codehttps://github.com/LadybirdBrowser/ladybird>>106507950>ThePrimeagen>godlike programmingLol. Lmao even. He's a fucking retard that knows nothing but the modern hipster languages like Rust, Go, Lua. The latter is not even a real programming language but some retarded child roblox scripting language.
>>106508478>Runs through WSL if you really need your spyware OS that badlyAnd that's why nobody uses your little OS.
>>106508478>no windows buildso no one can see how shitty it isalso based on same memory leaking souses like chrome
Rate em or hate em, get your aesthetic fix
>>106506450>Islamotard worshipping a child molestor and the cube of Saturn kysmahfucker, how many 12 year olds were married off to secure inheritance, solidify blood bonds, or a million other convenient reasons in motherfucking 17th century england (a 1000 years afterwards). catholic church had the age of consent as low as 12 for girls and 14 for boys, and people didn't even abide by these "regulations". don't project your 21st century values onto people 1400 years ago and expect it to pass for an argument. i could do this all day.
>>106507230love your setup (your dog is precious). Where did you get the headphone stand and keyboard from? Thanks anon.
>>106505433 looks kino.
>>106482644>>106483338
>>106507913triggered mudslime lmao
>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/Sex Havers General will return, Monday have a good weekend boys, should be going out w/ friends but that's sparse for me these days and I have some personal matters to catch up on Old >>106481538
Why is Saturday night the least active time slot? Is it because Americans propagated the idea that it's during the Shabbat that you should rest rathen than in 7th day of the week?
>>106508817Time slot for what?
>>106508829For any internet activities. There's a noticeable slow down on forums, including 4chan. The same was true for online games, back when I was a kid.
>>106507744It's monday though.
>>106508855> he doesn't have a life outside of 4chanSome people go outside on the weekends
Why don't linux systems protect themselves against malware?Security by obscurity is the dumbest shit ever.
>>106508021>>106508080>>106508484All retarded, all of you.Software freedom is important, being able to change the OS and software that runs on your computer is important. You can turn SIP off or boot Linux on a Mac if you want to.But you don't need these permissions everyday. You don't need kexec ever. There is an extremely narrow usecase for kexec, live kernel updates, which is retarded and unstable anyway, because there's no way to pass state to the new kernel, so it assumes all hardware is uninitialized and so reinitializes it, completely dropping any state it had.Freedom/convenience and security are on opposite ends of a spectrum. You can have something be completely free and convenient, but not secure at all (running everything as root on linux). Or you can have something be completely secure, but not at all free or convenient (in Linux this would be running in a container/VM as an unprivileged user with no permissions).Oh and btw, before you mention sudo or similar, it's just security theatre. If I have access to your account, I can make a shell script in your PATH that echoes "[sudo] password for $USER", gets your password without echoing, then curls it somewhere and finally pipes it to sudo as a askpass program. I now have complete access to your system with your password and you'd be none the wiser.This is why having an unprivileged account for SSH on servers is retarded and pointless, logging in as root is quicker and has equivalent security.The only secure privilege escalation I'm aware of is the one in Windows, but you have to change UAC to prompt for all escalation to be secure. By default it doesn't prompt for system apps, which makes it security theatre since you can inject into explorer.exe and escalate with no prompt. But configured correctly, the escalation prompt is secure because it uses separate secure desktop where no other app can impersonate it. The "Administrator" account (logical equivalent of root) is also much more locked down.
>>106498514>Security by obscuritylike macos?>xitter screenshot
>>106507432Except that's exactly what IMA does too:>Appraisal can be verified with ima_appraise=off and changing the contents of a root-owned file (or the value of the extended attribute) and reboot with ima_appraise=enforce, or by directly editing virtual guest images. If you change the contents of a file it won't match the list of hashes in the TPM anymore and will therefore go ape shit.As for restricting the root process in general, then that's nothing to do with integrity at all. That's more the purview of things like SELinux and AppArmor.>>106503433They have that warning because it doesn't work out-of-the-box. If you test it on your development machines and build an image with it enabled and verify that everything works then you can use it in production.As far as I know, apart from Gentoo no distro is even supporting IMA.
>>106508849>>106507432Also in regards to:>Meanwhile on nearly every Linux distro, root can modify system directories like /bin and /usr, load arbitrary kernel modules, read/write kernel memory, or just kexec and replace the entire kernel. What a shitshow. No wonder no one takes that clown OS as a desktop seriously.Use a read-only medium like a squashfs or erofs image if you don't want the base-system to ever be modified.Kernel module signing has been standard for years now, so no, you can't load arbitrary unsigned kernel modules.Kexec is prevented by kernel lockdown (except for validly signed kernels):https://www.man7.org/linux/man-pages/man7/kernel_lockdown.7.htmlThere is nothing your toy macOS operating system does that Linux can't also do. It's had this stuff for years and years and years at this point. Do you think people running servers in data centers don't value trusted computing?
>>106498514I don't believe you.
mouse
RUPERTTT, get in here!
the mouth is the tail
>>106504667Zoomertech.
>>106504478kek
>>106504454that looks unmousable
I might have a problem bros.
>>106507975>shoopedi want you to hang yourself for that word. god you fucking nerds
>>106507983shoop da whoop
>>106507820my brio had 2GB + 8GB nice machine
god I wish my ass was that fat
>>106507820>pedobytes
CRT thread
>>106506095nice setup, dude
>>106506095What's the usecase when OLEDs can simulate a CRT and much more
>>106506688>4k monitor required to emulate a $80 480p crt monitor, all while providing less overall brightnessoled can't even do the warm glow felt when standing close to a crt
>>106506688OLED's can't bring me the sweet release of death quite like the larger tubes could
>Read the sticky: >>105076684>GNU/Linux questions >>>/g/fglt>Windows questions >>>/g/fwt>PC building? >>>/g/pcbg>Programming questions >>>/g/dpt>Obsolete laptops >>>/g/tpg>Cheap electronics >>>/g/csg>Server questions >>>/g/hsg>Buying headphones >>>/g/hpg>How to find/activate any version of Windows?https://rentry.org/installwindowsPrevious: >>106474963
>>106508818WHoops>>106496420
>>106508809I have 4chanx, isn't xt just some /vt/ alternative? Does that actually do anything different?
>>106508845thats probably shit/outdateddisable it and install it with violentmonkeyhttps://github.com/TuxedoTako/4chan-xtthis gets updates and such
>>106508856oh youll want to click one of these links after violentmonkey is installedhttps://github.com/TuxedoTako/4chan-xt/releases/tag/XT2.24.1https://github.com/TuxedoTako/4chan-xt/releases/download/XT2.24.1/4chan-XT.user.js
>>106508867Alright, I added it to my violentmonkey scripts and that fixed two of my issues (captcha are now appearing correctly and mp4s are no longer being opened in new tabs). Thank you. One problem that still remains is that I can't contract videos by clicking them.
3 more days
>>106507194Unironically excited for the Airpods Pro 3
>>106507371Ray tracing is used in professional 3D rendering, my dude. Not everything is about gaming.
>>106507194God please please please have them announce the release of a new iPhone mini, I hate how humongous smartphones have gotten.
here's ther new product. it's pretty amazing.word on the street is the camera will only be 1 megapixel because tiktok is going to start converting all uploaded video to AI generated video soon, meaning you won't need much native resolution to get started with AI. that is very cool i beleive!!!
>>106507194>Apple>doesn't need to innovate because most of america is technologically illiterate>AI slop coming in drovesThe AI bubble cannot burst soon enough
I lose all respect for people who use smartphones. Look at this garbage. All those bright colored buttons it literally looks made for retards and children.
>>106507097>But sure I might as well just get what I did get at that pointGlass slabs are for faggots and picrel. I like having a rugged durable phone that has a real shape and real buttons to type on. It does just what I need without distractions and costs peanuts.>Why get that over a phone?A $300 gopro still mogs even $1000+ phones with better resolution, stabilization, wider angles, good built-in mic, all the controls you need (save for aperture). Batteries can be swapped in 10 seconds, it's waterproof and can take a beating. Your expensive phone will be dead in a year or two. A dedicated device will always be more convenient because it's the tool for the job, e.g. I can power on and record immediately in just one button press and I don't need to keep the screen turned on to verify it's still going on.I was in the same boat before, was looking for classic compact cameras and got mad when I learned smartshits killed the market. If you do get one for an acceptable price, it's gonna be alright for photos and shit for videos due to no stabilization, usually limited to 1080p or 30fps, and you'll be waiting all day long for it to recharge over USB A (or worse, have to buy new AA batteries).
>>106506076applels are designed for children.androids are designed for teenagers.dumb phones are designed for the elderly.there are no phones designed for adults.
Why is there an ICE app in the dock on the right? Is it a spic reporting app?
Schedule is posted on corkboard, get paid in cash, take pictures of what exactly?
>>106508916>>106506272
Do expensive desks really emit less formaldehyde than cheaper ones? I think cheaper desks are giving me eye irritation
>>106501759this is based and seems like an easy project with just a buzzsaw and a sander. i have a cheap shitty desk but i was considering just ditching the desktop and then fitting the standing desk component and legs to a piece of wood. just worried it might be too heavy, as id want it way bigger than it is currently. can you buy standing desk motors and shit somewhere?
>>106499302i need a desk but my room is tiny. what is a good desk that can fit like 48 inches wide and 25 inches deep
I use a glass desk. /g/ likes to hate glass desks but I've had mine for like 15 years and it's great.
>>106505854>can fit like 48 inches wide and 25 inches deepyoure mom LOLOLOLOLOLOLOLOL
>>106508882
As always Russians and east Asians dominated in the contest. What's surprising tho I thought CS and programming was looked down upon in Japan but they came second damn.
Harvard University ICPC team. Where those muh Aryan high iq edge lords? Damn their iq really fell since 1920s. Kek. Chinks and jeets are only ones carrying prestige of stem field in US.
Do competitive programmers make for good programmers in other domains?
>>106508626not a single poopjeet in sight
>>106508674I don't see any jeets on that team, Pranoy.
>>106508872I don't see any timmycel either, Alex.