/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_GeneralIRC: irc.rizon.net #/g/gedgProgress Day: https://rentry.org/gedg-jams/gedg/ Compendium: https://rentry.org/gedg/agdg/: >>>/vg/agdgGraphics Debugger: https://renderdoc.org/Requesting Help-Problem Description: Clearly explain your issue, providing context and relevant background information.-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.Previous:>>106939581
>>106974912What tools would a modern gang of Johns and Carmacks be using today? They more or less invented Windows gaming while using a Unix flavor to make their own engine and other tools.
Remember:just make cool shit. If your shit isn't cool stop and make something cool.
>>106975358So you're telling me that I just need to mek gaem?
>>106974912Did /gedg/ die?
>>106975324>while using a Unix flavorDoom was written on a NeXTSTEP, which was created by Steve Jobs and has a more or less direct successor today in macostoday's Carmacks are no doubt also using macs, they just work
Previous thread: >>106915686Tranny edition?
>>106974239What laptop?
>>106975200asus tuf a15, Don't remember what yearRTX3060, ryzen 7 8600H
>>106975241Shouldn't have answered him, you now have a target on your back. Congrats.
>>106975539The scary hacker known as 4chan will call the FBI to my house
>>106971775>pedo connected to jannieswater is wet and the sky is blue
Everyone else lost
>>106975600good post
>>106975600If you’re up for it, I’d like to hear your thoughts on what actually matters when selecting audio devices. I’m a person of the masses with no time or access to the resources required to judge differences in gear outside of reviews and ads. What do you as a person in the know believe normies should be concerned with?
>>106973831It's not even Sennheiser anymore.Just some Swiss hearing aid company who bought the brand name.
>>106972697It uses Bluetooth, even with the dongle.I was hoping it was some low latency uncompressed connection but no.>>106972989Using gestures on a large pad is actually pretty nice compared to having to locate tiny buttons on the side of your head.The only problem is when it rains:Any droplet hitting it will change the volume or skip songs.And you can't wear a hood over them to shield from the rain because then it goes completely haywire.I think you're supposed to be able to disable the touch pad in the app but that shit is buggy as hell and even if you manage to get it to work without crashing it will re-enable every time you power down.
>>106973996660S2 have have really nice bass for open back headphone, punchy, going nicely deep into sub bass without making mess in mid range. I haven't tried 600
>Meta lays off 600 employees within AI unit AI sisters...I don't feel so good...
>>106975918AI already replaced them. Next 600.
4chan is here to spread terror, Facebook is benevolent.
>>106975918zuck looking haggard, like his skinmask is falling off
>>106975918>AI replaces pro AI retardsthe jokes write themselves
>>106975918Ze bubble has popped
I use Linux Mint.>b-but it's insecurei don't care>b-but it's still using x*rgi don't care>b-but it's using outdated softwarei don't care>b-but the developers don't switch to rainbow logo during pride monthi don't careYeah, feels good.
>>106975284How do I get a gf like her?
>>106975284kys pedo
>>106975574she's 19 you retard
>>106975284The jew fears the mint
Post rare and unusual Mint-tans
hahahahahahahahahahhahahahha
There are a lot of things I found funny as a kid but annoying as an adult.
So... what is the very best silent mini ITX case?
After my first hard drive failed I overcompensated by getting an enterprise drive and the constant clicking from torrents reverberated through the whole house, it was inescapable.
>>106972191That is not how decibels work
>>106972191>BOOP BOOP BEEP BEEP BOOP BEEP BOOP>... EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE-ERR BEEP BOOP BEE BOO BEE KshhhhhhhrrhrhhhrhrhrhrSHHHHHRRRRRRRRRR-
>UPGRADE & BUILD ADVICE.Post build list or current specs including MONITOR: https://pcpartpicker.com/Provide specific use cases.State BUDGET and COUNTRY or you will NOT be helped.Building guide: https://wiki.installgentoo.com/index.php/Build_a_PC>CASEmATX: AP201, Lian Li A3, O11 Air Mini, XT M3, CH260ATX: XT PRO (ULTRA), AIR 903 Base/MAX, Lancool 217, Flux Pro, Y40, Meshify 3, 4000D FRAMEDual Chamber: Y60/70, Vision (Compact), Antec C8AVOID: NXZT, 'Silent' cases, fanless cases, Corsair 6500>CPUBudget: 9600X, 7600X, 7500FGaming: AMD X3DComment too long. Click here to view the full text.
>>106975186that's an integer overflow on linuxthe windows results are accurate>>106975228not on desktopsyour laptop might do this
>Tanel's 65" lcd died (Remember when u said LCDs last forever? I do)>Took the G5 65" Pillthe G5 tv pill is increasing
>>106975891if you're trying to min-max price and money spent is important, sure go ahead, get that then.
>>106975891frankly you will be better served asking somewhere elseretards and shitposters have taken over these threads for a few days nowi mean the kind of mental midget that would post something like >>106975946 , shudders the mind
>>106975922Modern OLEDs have really good automatic compensation, you will only get dip in peak hdr brightness, not any burnt areas on gray or even dip in sustained sdr white (which is like 10% of peak hdr white)That is after normal media/desktop use. Deliberately showing static logo 24x7 for years will kill any display all the same.
Guys I remember seeing a post long time ago about the this song with evidence supporting each line of the song, for example after the line "I'll be watching you" there would be a link to some proof or like news article of big corps spying and such. I cant find the exact post or meme does anyone else remember this?
>durr sorting is hard HURRRRRRRRRRRRfor me it's ping sort sort.
>>106975449for me it's just picking a random number from a list of unsorted numbers and hoping for the best.
>>106975483this. I just reroll the sets until they randomly land in the order I want them to.
>waked up
I can do bubble, quick and heap but never bothered learning anything else. Maybe should take a look.
Why are C++ boomers like this? Can they get anything right?
>>106975477Really felt that way. I'm so used to VSC I didn't want to change to VS. Eventually got it working. Had the compiler installed through VS build tools, and not VS, so for some fucking reason it couldn't find the compiler until I uninstalled VS...(or reinstalled it with C++ but my drive is low on memory and I need to move some shit around)Finally can get to learning.
>>106975726>What I have problem with are all these hand-wavy /* whatever */ blanks in documentation that require reading text to figure out what are they tryingthis is a 100% legit grievance to have about c. and things are even worse than what you describe.this codereturn (a + b + c + d)is not equivalent to this codereturn ((a + b) + (c + d))even if from the standpoint of the standard, it should beand nowhere in the standard this will be explained.thing isto be good at c you have to consider your compiler as part of the standard, and how it treats subtle-er hints like the abovethats the thing. its perfectly deterministic. but theres people who want c to be portable, and they ignore the fact that compilers also have features.Comment too long. Click here to view the full text.
return (a + b + c + d)
return ((a + b) + (c + d))
>which defines what can be out of ordered or instruction level parrallelismedwhich is where the brilliant compiler people shineand even the libc people are genius because they work with ALL the constraintsbut its likec is two languages99% of people know idiomatic cbut that also means 99% of people not only use c, but wih a hand tied behind its backbut also dont appreciate the craftsmanship that actually goes into making c a thingim drunk and emotional, but i find this saddisss fukken sucks
>which is where the brilliant compiler people shinebc asm is also mere hintsbc that shit gets reordered and suchpreemptively executed and suchjust as much as good c programmmers are c-whispererswe wouldnt be shit wo the compiler peoplebc theyre the asm-whisperersbc even fukken asm/machine code is the same degree of abstract as c is to asmill never express enough respect to these people
#include <iostream>#include <vector>using namespace std;int main() { vector<string> cities = {"Amsterdam", "Berlin", "Cologne", "LA", ""}; for (int i = cities.size(); i--; i==0) { if (cities[i].size() > 5) cout << cities[i] << "\n"; }}retard
#include <iostream>#include <vector>using namespace std;int main() { vector<string> cities = {"Amsterdam", "Berlin", "Cologne", "LA", ""}; for (int i = cities.size(); i--; i==0) { if (cities[i].size() > 5) cout << cities[i] << "\n"; }}
Stroke edition Previous: >>106926847>Keyboard recommendation template:https://pastebin.com/n220xk9V (embed)>Find vendorshttps://www.alexotos.com/keyboard-vendor-list // Up-to-date list of reputable vendors with brief descriptionshttps://keycaplendar.firebaseapp.com // Tracker for current and upcoming keycap group buys>This keyboard stuff is so expensive!https://aliexpress.com (or Taobao if you know how)>Learn about Cherry MX switchesComment too long. Click here to view the full text.
>>106975634Some switch combos just work that way. I wouldn't want to ever use MX Blacks on something that wasn't aluminum, for instance.
>>106975531>you already have microplastics in you.You already have lead in you, would you like more retard?
>>106975531>leave the poor plastics alone>stop resisting
>>106975806>>106975845Plastic is in 100000000000x more stuff in your daily life than lead is, so yes, it is silly to be so terrified of it autismo-kun. Better get that RO system in place and drink it out of glass cups you washed with microplastic filled water, using detergents and soaps in plastic containers, and don't ever once touch any nylon or fleece, (found in all vehicles, in most upholstery and clothing). Also, don't touch any doors or keypads in elevators or anything else at a supermarket. I hope you can hover off the ground and use telekinesis at that point or something, otherwise you're going to look like even more of a faggot than you're being right now. All the meat you eat is from animals that are drinking water full of microplastics, and the vegetables and fruits you eat are also watered with water full of microplastics.Anything else, dipshit? I didn't say give up, either.>You're better off making sure that you're eating as healthy as possible and exercising regularly to help counteract any of the negative effects of microplastics in your body.But you just want to be a whiney homo online instead of taking that advice. Have fun being a fat doomposter for the rest of your life kek
>>106975947What if microplastics are good for you? Ever think of that?
This is the root cause of why so many people hate AI. They are just salty that we don't need them anymore.
>>106975688AI is the future. You are already left behind.
>>106973435>The thing that I don't like is that companies are replacing subject matter experts that solve real problems, or letting them leave and not back filling them. This is happening everywhere and is going to make the economy burst worse than it should be.>It's a problem when it affects meKill yourself
>>106975749>Go "vibe" and paint your hand on a wall with them or whateverStrawman. You can't accept there's many creators that aren't shitlibs who also reject AI anything because they like their brain not being weak.
>>106975841Nah it's not a strawman it's from a comment I found on an anti AI youtube video. Life is meaningless by the way. No god, heaven or hell, big bang made everything. We are monkeys, learn astronomy, learn you are nothing, and stop trying to interfere with my hedonism. I'll see people like you die before I ever let you take what I value away from me. Dont ask me what I value I've already made it clear.
>>106975872Well you do you I guess.Most people don't live in shacks, but I'm that's your right.You're free to eat ice cream and fried chicken for every meal, forever.
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.
>>106975192>i assume they have some kind of bugit cannot be a bug, its got to be some kind of scam or manipulation of the customer. Unless they're adding all the tax they hadn't included onto that item, which is like
>>106950537The price of zero warranty zero marketing costs zero support.
>>106975207>>106975192it was a bug. My account was from 2016 i just stopped using it after 1 random purchase. I came back, restored the password, bought 2 things, got the promo offers for some reason, but because my account isn't actually new, when added to the cart, the real price was put in. Lol. I have to say, Aliexpress customer service 100% impressed me, fastest response time i've literally ever SEEN.
>>106974694How long did it last? What have you played? I'm yet to encounter that.
>2016 was almost 10 years agoAnd Chang has been my fren all along.
/lmg/ - a general dedicated to the discussion and development of local language models.Previous threads: >>106965998 & >>106954792►News>(10/21) Qwen3-VL 2B and 32B released: https://hf.co/Qwen/Qwen3-VL-32B-Instruct>(10/20) DeepSeek-OCR 3B with optical context compression released: https://hf.co/deepseek-ai/DeepSeek-OCR>(10/20) merged model : add BailingMoeV2 support #16063: https://github.com/ggml-org/llama.cpp/pull/16063>(10/17) LlamaBarn released for Mac: https://github.com/ggml-org/LlamaBarn>(10/17) REAP: Router-weighted expert pruning: https://github.com/CerebrasResearch/reap►News Archive: https://rentry.org/lmg-news-archive►Glossary: https://rentry.org/lmg-glossary►Links: https://rentry.org/LocalModelsLinks►Official /lmg/ card: https://files.catbox.moe/cbclyf.pngComment too long. Click here to view the full text.
>>106975651Do. Not. Rush. Them! Let them fucking cook seriously!!!!
>>106975746zerg rush!
>>106975760nooooo
>>106975746type shit frfr
>(10/21) Qwen3-VL 2B and 32B released: https://hf.co/Qwen/Qwen3-VL-32B-InstructWill there be a gguf release of this? And does this thing understand what it's looking at, or is it just text extraction from images?
Why do you dislike Windows 11? There's hardly any difference between it and 10.
>>106971786>its not economically viable to release the thing you already made you should kill yourself. stupid retarded faggots like you only exist to enable this kind of abusive behavior. you arent just a danger to yourself, but you collectively harm everyone around you with your miserable existence.>im a multibillion dollar corporation, i cant AFFORD to let this program that ran on windows 7 to keep running on windows 7. ITS TOO COSTLY, I CANT HANDLE IT. ONCE THE EOS HAPPENED, EVERYONE COLLECTIVELY LOST THEIR ACCUMULATED KNOWLEDGE AND DATA AND NOW WE HAVE TO BUILD ALL THE WINDOW 7 COMPATIBLE BUILDS FROM SCRATCH. COMPUTERS ARE MAGIC AND WE NEED TO TRAIN NEW WIIZARDS. DONT YOU UNDERSTAND? ITS COMPLICATED.These mother fuckers go out of their way to delete old builds, old drivers, old programs. they want older opperating systems GONE from your MIND, it has nothing to do with how much it costs them and all to do with how much they can control you. If you grow up in a windows 11 environment and never know anything else, then you wont complain when it takes2 seconds to right click and you wont care that you had to sign a 1000 page tos to agree to like microsoft ransomware all your files behind bitlocker or onedrive.
I'm going back to 7
>>106961968>Seems the same to me.Simps like you are one of the main reasons for the enjeetification of computing
>install windows 11>won't let me proceed without connecting to the internet>no driver, the driver I provide isn't trusted by windows>finally find the driver it likes, using a different machine>connect to internet>won't let me skip creating a microsoft account>a literal fucking ms office ad>three questions about sending telemetry, one has answers that range from yes (all of it) to yes (some)>a literal fucking onedrive ad>finally boot, second monitor doesn't work>have to manually update all drivers, even though i just spent 20 minutes on windows downloading updates>monitor works, won't display all the resolutions unless i manually pick the correct refresh rate>next day update>GET ANOTHER FUCKING AD AFTER1/2
>>106975882>one day i get asked to change my fucking pin on login screen because "admin/my organization requires it">what the actual fuck>try to install a program>it won't let me due to le security rules>wtf>check if im admin>yes>confirm in powershell>no option to run as admin in the context menu>still doesn't let me install >finally, log out of my university account >worksfucking kek. then yesterday>connect an lg smart tv Comment too long. Click here to view the full text.