Is AI getting worse? It seems like it was actually usable for about 6 months and now it won't produce any usable code. Are they gimping the models to try and turn a profit?
>>106522605ChatGPT5 has been amazing in "deep research mode" which it engages automatically for many of my questions. I am a free user. History, Philosophy, Religion (did you know Muslims see Jews as God's Chosen People?). It's great, better than ever, in-fact. Entire thread is doomer misinfo.
>>106522831>GPT5 is amazing in deep research mode>did you know it loves to support zionism!>you're all such doomers teheBuy an ad.
>>106514868>Lads
>>106520858They're missing out on the gooner market. But... do paid ones allow stuff like literotica materials? xD
Most AI is fucking uselessThe only two AI models which I actually use and were useful for real shit are Deepseek and Whisper. GLM-Air as well, for local.
You don't need more than 160kbps.
Are you people seriously encoding over 96kbps .opus and believing you can hear a difference? 96kbps is transparenthttps://listening-test.coresv.net/results.htm
>he doesn't understand the graphs or that transparency depends on the individual
>I have special ears
i just use --vbr
you don't need audio
.
>>106520241I watched first trailer, there was maybe 1 white man and even he is probably gay so fuck this game.
>>106525758>>106525765>>106525804the only way 2005 only had a 15% play rate is if people were playing 2004 games since 2004 had halo 2, half life 2 and san andres and the only games that really would have competed with that in 2005 would have been Resident Evil 4 and god of war, but that has more to do with 2004 being a super strong year than anything else. 2024 was dogshit when it came to games, just like most years in the post h1b world of gaming
is Grove Street involved? Are we gonna have mounds of AI slop and disappearing bridges again?
>>106525890>post h1b worldso, what, like 2020? indians suck but idk why you people act like they've been ruining everything for more than a few years
>>106526188h1b fraud has been an issue for more than the past 4 years. it was an issue in the 2016 election with both trump and clinton saying they wanted to reform it and that faggot sanders saying he wanted to let every last indian in
doing it to yourselves edition>Software Development & ProgrammingGitHub Trending - https://github.com/trendingDevDocs - https://devdocs.io/Stack Overflow Blog - https://stackoverflow.blog/>IT Operations & Infrastructurehttps://downforeveryoneorjustme.com/https://techcrunch.com/2011/05/07/why-the-new-guy-cant-code/>Unemployment AdviceInterview Prep - https://www.wikihow.com/Ask-Your-Parents-for-MoneyBuilding a Resume - https://www.wikihow.com/Write-a-ManifestoSalary Stuff - https://www.usa.gov/benefit-finder/disabilityComment too long. Click here to view the full text.
>>106526069>will not working hinder my career goals?yes
>>106526110my company has a few frog reacts in teams tooalso>product "managers" add memes to their presentations embarrassing, how i hate the modern office culture
>>106524569>wmaf is cringyi love wmaf. our hybrids will mature over the next 2 decades, forming a racial bloc the world has never quite seen.especially true for west coast tech wmaf>>106524605>you guys make more than most white collar workers, what the fuck? The only one beating you guys is sales.extremely low swag for the income though.
>>106526110You should hover over them to see the filenames/aliases for them. If any of them are for the wrong frog (i.e., it says Pepe but it's actually Apu), you should write an email to IT to get them fixed asap
>>106524676>The doers are getting fucked and the managers and admins are ballooning in number.I'm part of the ballooning. I'm convinced a lot of would-be or past "doers" transition to management bloat of some kind because they see they can make just as much or more by for way less work by joining the bloat.
>https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised>addresses that are siphoning away crypto>the email that scammed>https://imgur.com/a/q8s235knpm is a cancer on this world
>>106526029In a normal language, a compile error happens before you even try to run it>>106525785“It’s not a 100% bulletproof solution so therefore we shouldn’t try it at all” has got to be one of the dumbest arguments I’ve ever heard and it’s insane how much it’s used. On the other hand, these are the people who are solely responsible for 99.99999% of web-based security holes by the mere existence of automatically executing arbitrary user-provided programs as a concept anyone accepts as reasonable so they’re probably not the ones anybody should be asking
>>106526167>In a normal language, a compile error happens before you even try to run ithave you ever heard of input? you can't catch it at compile time lol
>>106523926Your skull deserves to be smashed in, Drew.You accomplished nothing in your life and your death would be for the better.
>>106525785>signed packagesCertificate bullshit has never fixed anything. Kill yourself.
>>106523926>Drew Devault was right about the package managers.link to post?
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.>Emacs Resourceshttps://gnu.org/s/emacshttps://github.com/emacs-tw/awesome-emacshttps://github.com/systemcrafters/crafted-emacs>Learning EmacsC-h t (Interactive Tutorial)https://emacs.amodernist.comhttps://systemcrafters.net/emacs-from-scratchhttp://xahlee.info/emacshttps://emacs.tvComment too long. Click here to view the full text.
(cons* ...)or(append (list ...) ...)?
(cons* ...)
(append (list ...) ...)
>>106524702(define (cone . rest) (cons (reverse (cdr (reverse rest))) (car (reverse rest))))
(define (cone . rest) (cons (reverse (cdr (reverse rest))) (car (reverse rest))))
>>106524702`(,@(list ...) ...)[\code]
`(,@(list ...) ...)[\code]
>>106524702(defun nlist (&rest list) (let ((n (- (length list) 1))) (setf (nthcdr n list) (nth n list)) list))
(defun nlist (&rest list) (let ((n (- (length list) 1))) (setf (nthcdr n list) (nth n list)) list))
>>106524681>I'm not a CL expert so other than recognizing this as a compiled file I don't know what's going on here. Is this bytecode or architecure specific? Is there someway to recompile this while still using the package manager?An alternate solution is to download "Portacle" which is an Emacs already configured with Slime, Swank, SBCL, Quicklisp, and Paredit. It works out of the box.In that way you don't need to lose time configuring or troubleshooting things.
Previous /sdg/ thread : >>106503934>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.
>>106524900wut
Are there any up-to-date standalone lora trainers that have any of this implemented?https://github.com/hako-mikan/sd-webui-traintrain?tab=readme-ov-file#multi-addift
>>106524271I'm sorry for my rude reply.
>>106522903Are you Asian?
>>106522903mating press
>>106478183Perfection. Can you drop where you found the theme?
I demand all future technology education content come in softcore porn format.
i see /g/ is posting trannies again as per usual
>>106526106Why do troons always have bangs? Is it to hide the receding hairline?
This isn't even a tranny I'm dead serious laurie is afab
>>106526186What does afab mean? Never saw an A in LGBTQ+.
>>106526106laurie should step on my cock and make me smell ehr socks
I don't get it.Why is this still not the standard?
>>106516299I used to be a cashier when I was 19 and I was fast, what now motherfucker? Self checkout is miles faster if you're not a tard and know the interface layout
>>106516153i hate these shitty things. half the time you use them there's some retarded error that sets off an alarm and calls a wagie over. sorry asshole, niggers are snorting drain cleaner or vaseline or whatever the meme to get high is this week so we gotta call a wagie over to approve your no-no purchase
>>106519072I live in America and everywhere has them. even gas stations.
There has to be a way to make construction workers lose their jobs faster. Commieblocks would do the trick but nobody wants commieblocks.Also taxis, cooks and farming.
>>106526161Well really it solves itself because should taxis, cooks snd farmers lose their jobs commie blocks will make a comeback.
hahaha!
>NEW /g/ ALBUM: Shitposting Fundamentals (2nd edition)Watch: https://youtu.be/Wae8LdBoN_EDownload FLAC: https://dmpproductions.org/files/Album%2016_Shitposting%20Fundamentals%20%282nd%20edition%29/16_Shitposting_Fundamentals_%282nd_edition%29_flac.tar>/g/ makes a 17th albumTheme: Pirate musicTitle: [accepting suggestions]Deadline: 25th of OctoberListening party: 1st of November, 21:00 UTC>/g/ makes an 18th albumTheme: [Accepting suggestions]>Song submission rules/guidelinesUpload the file somewhere, preferably in a lossless format, and post the link here. If you want to update your track, make a new post.Comment too long. Click here to view the full text.
nvm what the hell, you have to manually increase the scan range for spectral synthesis in Serum 2 to make it scan fast?ok, there you go
ReaJavaScript
>>106522368'rrheascript
Has anyone tried the Slate VSX headphone + software combo, worth it? I can buy it for 240 bucks second hand
bump
Are there other programming languages as performant yet expressive as Rust?
>>106518844Rust syntax is disgusting so I’ll never use it
>>106524612>300 hours of full time-programmingIn the early episodes he spends most of his time explaining things and going on educational tangents. If you want to make game fast just use Unity or whatever. Everyone knows making your own engine with 0 libraries is not the way to do that.
>>106524738Because it's an educational stream about low level programming. It's not really about making a game, that's just dressing on top. Casey refuses to do any real game design because he's still traumatized from that one time he spent 3 years making a game before realizing it's not fun.
>>106524582>false dilemmathat's a lot of locking
>>106522655>>106522601>>106522572>>106522546avatarfagging is against the rules. pls cease and desist immediately.
/lmg/ - a general dedicated to the discussion and development of local language models.Previous threads: >>106516368 & >>106512307►News>(09/05) Klear-46B-A2.5B released: https://hf.co/collections/Kwai-Klear/klear10-68ba61398a0a4eb392ec6ab1>(09/04) Kimi K2 update for agentic coding and 256K context: https://hf.co/moonshotai/Kimi-K2-Instruct-0905>(09/04) Tencent's HunyuanWorld-Voyager for virtual world generation: https://hf.co/tencent/HunyuanWorld-Voyager>(09/04) Google released a Gemma embedding model: https://hf.co/google/embeddinggemma-300m>(09/04) Chatterbox added better multilingual support: https://hf.co/ResembleAI/chatterbox►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.
>>106526066him >>106526116
>>1065260522080Ti 22GB is unironically better
>>106526087Words and sentence patterns abused across generations to the point of getting noticed and eventually becoming annoying.
>>106526126nah
>>106526133>make a table of similar human written phrases>loop through training data and replace phrases with random one from the tableRepeat. Of course you need to be careful with the context and so on.
I just said it hallucinated a chrome feature and it then said I'm not hallucinating. Is this the true power of ai?
>>106525847How many levels of wrong were you shooting for with this post, anon?Because I think you might get an entry in the Misc And Trivia section of Guiness World Records.
>>106525919i'm sorry you had to find out this way, but you don't have to get mad at me about it.
>>106525919lmaooo some of yall are way too emotionally attached to chatbots
>>106525956>>106526014I'm not mad at all - I'm actually quite entertained at how much, and how many levels of, wrong you managed to cram into two short sentences.I haven't seen this since I had a freetard (the same people who can't disable pride flags or updates, despite half the WWW explaining how to do it in excrutiating detail) try to explain to me how the Windows virtual memory manager works a few weeks ago.While he got WAY more wrong than you, his wrongness was spread over two, many-line posts, and (of course) he went ad hom when corrected, resulting in more wrong, but also equal levels of projection.
>>106526163>goes on impotent rant about how wrong you are about his chatbot waifu>doesn't point to any thing in specific that was not trueuh huh