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.
/aicg/ - A general dedicated to the discussion and development of AI chatbotsMiu Edition>NewsKimi K2 0905 released https://moonshotai.github.io/Kimi-K2/Deepseek V3.1 released as deepseek-chat on official API https://api-docs.deepseek.com/news/news250821OpenAI releases GPT-5 models, all preceding models slated for deprecation https://openai.com/index/introducing-gpt-5Z.ai releases GLM-4.5 https://z.ai/blog/glm-4.5Anthropic releases Claude Opus 4.1 https://www.anthropic.com/news/claude-opus-4-1>FrontendsSillyTavern: https://docs.sillytavern.appRisuAI: https://risuai.netAgnai: https://agnai.chatComment too long. Click here to view the full text.
>>106520549If I don't get a fix to how to put claude back on doublebot I will release the entire script. You have 24 hours.
>>106526085Not a single point you made disproves what I said with LGA. Try harder than lol.Interesting that everyone seems to try and make revisionist comments about him and his legacy. While I posted Archive links and proof of him being exactly what I posted here:>>106525906Goes to show that the same A-loggers that were obsessed with destroying him then are still obsessed now. Must've done a number on ya'll I tell you what.>post an old sd image of the man's Iconic Character and now I'll watch the basedrage flow.
>>106526215
>>106526203it's not working on the official extension either retard
>>106526085>it'd be a homunculus, not real./g/aicg is already a shell of its former self, who cares about "real?" I care about the archives and a sound end. Bring this general back behind the shed, put it down, and head to /vg/ like most have already done. This current shit is just pathetic.I'm not sentimental over /g/ itself, /aicg/ (/cai/) never belonged here. It brought its own aliens along with everyone from the move, to helped push the ecosystem forward immensely, fast forward to now and there's been a much more chaotic split to /vg/. /aicg/ already birthed /lmg/, which itself birth the whole local LM scene outside of the boards, which I think is amazing. /aicg/ has had a huge impact, for better or for worse.I'm just all for "no stragglers left behind," that's all. Then again, I guess the best way to do that is to just use the /vg/ thread, and leave the shit here to let the point prove itself? Really setting a shining example here.
>2025>this is still how you send files over bluetooth on windows
>>106525571And these faggots have the gall to claim Linux is just as good as Windows.
>>106525571FATALITYFLAWLESSVICTORY
>>106525571>hurrdurr something on winblows sux>heheh same thing doesnt work on loonix AT ALLSuch a common freetard L.
>>106525571Good. Bluetooth is slow insecure garbage. Why would you even do that?
>>106524107>send files over bluetootdon't do this
>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
:3
>>106521154noautists are extremely vulnerable to propaganda
>>106521165its not real
>>106524656>The last straight black man, and straight white man on the planet shake hands as they signal to each other they're surrounded, a platoon of troon death squads marches behind them, their eyes sharpen, the black guy hides his phone while swiftly activating a code to summon his batmobile. It's time to prepare to fight, for one last stand.Kino. This is the last video that'll remain after humanity goes extinct
>>106524753med ia ass intant
>>106521154who is this anime bitch and how she relates to /g/t fellow redditor