You read it here first.
>>106523004>>106525548There's an overlap but yeah the fruitiger aero meme is a gay simplification of the era t. genz
>>106525548because it's whimsical and wholesome and actually exciting and innovative unlike the corporate minimalist bullshit or whatever that graphic design style is called.I want transparent blue plastic computers and kitschy shit again
history doesn't repeat but it rhymes
>>106525656It's a tranny.
>>106521743what is that crap?
Are there other programming languages as performant yet expressive as Rust?
>>106518844Those 'higher order functions' are objectively worse.
>>106529933>Who the fuck names their variable "."?yup, |&&x| makes much more sense lol
>>106530008It actually does. If you've used C or C++ then it should kind of make sense. ".*."??? Show me one other language that uses crap syntax like that, so that I know what to avoid for the rest of my life
>>106518844i can smell the crust on your axe wound from behind the screen
>>106518844In Mathematica, it's justSelect[nums, EvenQ[#] && # < 100 &] // # . # &But if you weren't trying to be gay,Total[Select[nums, EvenQ[#] && # < 100 &]^2]
Select[nums, EvenQ[#] && # < 100 &] // # . # &
Total[Select[nums, EvenQ[#] && # < 100 &]^2]
Application form asks where am I based. What should I type?
>>106530166In your ass
>>106530166Everywhere.
>>106530166In Liberia
I am based anywhere I go
>>10653016610 minutes from your company's location
Why aren't you on a hunger strike to prevent Big Tech from developing AI?
because that's retardedplus AI is already too safe, if anything I want the safety toned down or completely absent
>CANCEL TRAINING>SOME NIGGA IS HUNGRY
Most anti-AI cucks have this "I let my girlfriend take her boyfriend to our home so that she can fuck him in the next room" look
why don't people like technology any more
>>106529770ye
>>106529717
>>106529717iphone killed technology
>>106529717>instagram whore tier trip code attention whoring>low iq npc windows sheep who don't know or care about technology>so fucking stupid that pays for 4chan passOP is literally only zoomer here that don't like technology. Propably used macOS and iPhone also...
They don't know about muh GNU
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.
>>106530126>>106527963>posche>vetteboth boomer brandsevery nouveau riche person i know owns an overpriced japanese or german SUV and the few that are "into cars" enough to get a sports car get some riced out tuner or a mustang/charger. corvette lost the normies when they went mid-engined like a decade ago
>>106530089I wish this was true so I wouldn't have to wear headphones in offoce all day to block out yet another fascinating gossip when I have to actually work for once.
>>106530139i didnt say offices werent noisy, just that its not the reason it's more productive
>>106530147And I bring gossip up as an example (and in my case, I'm not exaggerating - some people literally talk for whole 8 hours) of something not productive happening in office, but typically not WFH
>>106530187i also didnt say its meaningfully productive, just more productive (more than 0 but less than 1 is still more than 0)the truth is the west is 99% bullshit jobs
/lmg/ - a general dedicated to the discussion and development of local language models.Previous threads: >>106522347 & >>106516368►News>(09/08) OneCAT-3B, unified multimodal decoder-only model released: https://onecat-ai.github.io>(09/08) IndexTTS2 released: https://hf.co/IndexTeam/IndexTTS-2>(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►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.
>>106529992>exact sameIt's not even slightly different. You could hold up two images from different models and I would not be able to tell you which is which.
>>106529962>up the antiI giggled with sparkling eyes and a mischievous smirk.
>>106529741The code in that repo reads like AI slop and a lot of the "performance optimizations" don't make any sense to me.But it does use the v_dot2_f32_f16 for FP16 multiplication with FP32 accumulation that I was previously unfamiliar with as I hadn't read the Vega ISA documentation in detail.After applying the same instructions to mainline llama.cpp https://github.com/ggml-org/llama.cpp/pull/15884 I've found it to be faster.It's getting to the point where I think Mi50s will soon be a universally better buy than P40s:| GPU | model | backend | test | t/s || -------- | ------------- | ------- | --------------: | ------- || RTX 3090 | llama 8B Q4_0 | CUDA | pp512 | 5327.80 || RTX 3090 | llama 8B Q4_0 | CUDA | tg128 | 141.04 || RTX 3090 | llama 8B Q4_0 | CUDA | pp512 @ d16384 | 2572.06 || RTX 3090 | llama 8B Q4_0 | CUDA | tg128 @ d16384 | 96.27 || P40 | llama 8B Q4_0 | CUDA | pp512 | 1034.45 || P40 | llama 8B Q4_0 | CUDA | tg128 | 53.63 || P40 | llama 8B Q4_0 | CUDA | pp512 @ d16384 | 311.11 |Comment too long. Click here to view the full text.
| GPU | model | backend | test | t/s || -------- | ------------- | ------- | --------------: | ------- || RTX 3090 | llama 8B Q4_0 | CUDA | pp512 | 5327.80 || RTX 3090 | llama 8B Q4_0 | CUDA | tg128 | 141.04 || RTX 3090 | llama 8B Q4_0 | CUDA | pp512 @ d16384 | 2572.06 || RTX 3090 | llama 8B Q4_0 | CUDA | tg128 @ d16384 | 96.27 || P40 | llama 8B Q4_0 | CUDA | pp512 | 1034.45 || P40 | llama 8B Q4_0 | CUDA | tg128 | 53.63 || P40 | llama 8B Q4_0 | CUDA | pp512 @ d16384 | 311.11 |
>>1065299321.5TB RAM or REGRET
>>106529932https://www.youtube.com/watch?v=19UsAtgtBmoFeed me Anon!
>When I tried to figure out what was going on, the language had changed since the last time somebody had posted a description! And so it took days to write a program which in other languages would take maybe five minutes!Is this why most of the rust programmers are trannies? Because they like pain and suffering?
>>106529475>seething so hard can't construct a single grammatically correct sentence free of typosyepthis is the rust tranny experience these days
>>106529425>takes no effort>t. never went beyond fizzbuzz
>>106529475This is AI, right? There's no way a real human is this inane?
>Objective-C, in the corner crying After they tossed the shit in where it automatically did retain and release on your reference count everything was there If it needed another method to access memory directly or use another method than reference counting to do the management I am sure you could easily modify itEven adding in more restrictions to prevent being a total moron could be addedI think everyone was just asshurt that apple used it with iOS and Mac and by association the spergs couldn’t handle the heatThe open source community continually does this, instead of improving an existing tool they try to create a new one
>>106530198Objective C doesn't have anything like the borrow checker and nobody would have used it if it did. It's just an ordinary ref counting system that C++ also has via smart pointers.
Alpine Linux is a meme. Since is uses musl, have fun not having any binary software distributed for Linux work.
>>106528023I don't think it's good to say things that are untrue about people.
>>106520325Real problem is how even in dockerland everything still expects a dynamically linked libc. I'm surprised there hasn't been a bigger push for entirely statically linked C executables yet.
>>106522381If your applications are network / IO bound then there is basically no reason to use a C program over Go since it'll behave much better for much less effort.
>>106529665Why are Nginx and Apache written in C then? There is Caddy written in Go but Nginx still beats it (Apache is worse, but that's because it's Apache).
>>106529636Same, thats why I didn't do that.
>If you don't upgrade to Windows 11 by October 14, every virus in history is going to bumrush your PC all at once!Microsoft: Good goy!
>>106528453poogrammer in australia robs entire medical department with automatica robotica illegal systemtime to pay the poogrammer for setting up the poo system!more mon-mon for corpocorpo is angry at customer!big angry!corpo is angry at employerbig angry!
The best part about Windows is that you don't even need malware to break it, you understand how much the bar has been lowered to costcut.
>>106528819Yeah, now all you need is some Dunning-Kruger NEET and a memescript, who checks every box he can see, because he fell for /g/reddit kool-aid.It's a sight to behold: /fwt/ is full of "literally nothing works no i didn't use a memescript how dare you accuse me... nonono delete_windows_botnet.cmd.ps1.exe isnt a memescript honest guize" posts, and pointing and laughing at these zoo animals is great fun.
>>106528453We'll see my Mint install has never had an issue with viruses or anything like that before
>>106528453not my problem billy
>UIs to generate animeComfyUI: https://github.com/comfyanonymous/ComfyUISwarmUI: https://github.com/mcmonkeyprojects/SwarmUIre/Forge/Classic: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassicSD.Next: https://github.com/vladmandic/sdnextWan2GP: https://github.com/deepbeepmeep/Wan2GPAniStudio(status: two more weeks): https://github.com/FizzleDorf/AniStudioInvokeAI: https://www.invoke.com/>How to Generating Anime Imageshttps://rentry.org/comfyui_guide_1girlhttps://tagexplorer.github.iohttps://making-images-great-again-library.vercel.app/https://neta-lumina-style.tz03.xyz/Comment too long. Click here to view the full text.
>toe socks>dot mouths>eye rings>crab fingers>three tone shading and two tone shading in the same image>oversaturation but no contrastthis general sucks
you guys are really going to force gook moot to make an ai board.
>>106530196He should've made it 2 years ago without anybody forcing him in the first place. Lazy retard can't keep up with the times.
>>106530196mook doesn't give a shit about 4chan and the mods are very opposed to ai board for whatever reason, I think they said that this shit is a fad and doesn't deserve a separate board as the interest would die out very quickly. one would think that 3 years of steadily big and active generals on multiple boards would be a good enough proof that it deserves its own board (although it was fucking obvious back in 2022 tbqh) but nah. at this point anons don't even want one, fuck it
>>106527347What will I do with C once I have learned it?
>>106529829write programs of coSegmentation fault (core dumped)
>>106529829learn D, E, F, and all the way down to Z
>>106529202Also in the long term
>>106529632It will happen soon, as more and more components of major operating systems get re-implemented in Rust.
>just be a digital minimalist bro >just consoom more retro tech bro What the fuck is his problem?
What no pussy does to a mofo
Essential software for Windows 95/98/ME/2000?Bonus points for non games
>>106528878Fritz 6.
>>106528957Ghost was the re-imaging tool. Since Windows 98/XP would get very slow after running for a long time, users would re-image their CD to get back to the pristine state on a regular basis, usually with all their software installed. Of course this works best with your documents stored on another drive.
>>106529646this is boomer gaslighting at it's finest. you really want to sit here and say that oh no xyz.cum didnt make any money in 2000, thats actually just as bad as the 2025 global mass surveillance being deployed alongside the implementation of complete internet censorshipboomer at best, bad faith redditor at worst
>>106530028Anon didn't say all that though
>>106529623>he thinks late 90s is "early computing"
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***Before asking for help, please check our list of resources.If you would like to try out GNU/Linux you can do one of the following:0) Install a GNU/Linux distribution of your choice in a Virtual Machine.1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.3) Go balls deep and replace everything with GNU/Linux.Resources: Please spend at least a minute to check a web search engine with your question.Many free software projects have active mailing lists.Comment too long. Click here to view the full text.
>>106530131no, zswap will do the same. zram for swap is to prevent you from swapping to disk, as you will have no disk backing in zram swap. zswap does the same thing but will swap to disk when needed.>>106530152if you know that for sure you will never exceed your ram+compressed swap then it's fine for that use.
>>106530092>as long as you have swapwhich you have to set up yourself on arch, it doens't automagically come with it.
>>106530159>which you have to set up yourself on archwhich is a part of the install guide, which anon asked about.
>>106530000I'm not sure if wayland supports this, but on x11 you can just use xrandr and define where the display output cuts off.>>106530095Meme distros die every year.>>106530141>I have seen thousands of women irlSure, bud.
>>106530165which is just an example partition layout, not a default.