Pixel 10 edition>What phone has X and Y feature?Don't ask, use these!https://www.gsmarena.com/search.php3https://www.kimovil.com/en/compare-smartphoneshttps://phonedb.net/index.php?m=device&s=queryGood Resources:>Reviewshttps://www.gsmarena.comhttps://www.phonearena.comhttps://www.notebookcheck.netComment too long. Click here to view the full text.
>>106450894
>>106450966Let me add that to the list of things I don't care about
>>106450828doing a simple search those have non existent rom support, your only choice is rooting
>>106451033I know that it's the case for the Titan 2I'm still stuck in 2014 when your smartphone was really yours Still, did anyone tried the titan 2?
>>106450995yea bro, sideloading is overrated
https://thenewstack.io/unix-co-creator-brian-kernighan-on-rust-distros-and-nixos/The Creator of UNIX has spoken. Rust is shit. > he said. “And I found it a — pain… I just couldn’t grok the mechanisms that were required to do memory safety, in a program where memory wasn’t even an issue!”>Speaking of Rust, Kernighan said “The support mechanism that went with it — this notion of crates and barrels and things like that — was just incomprehensibly big and slow.”>“And the compiler was slow, the code that came out was slow…”>All in all, Kernighan had had a bad experience. “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…”>“But I’m — I don’t think it’s gonna replace C right away, anyway.”He couldn't even manage to make a simple program due to how complex and slow the language is.
>>106450902>I just couldn’t grok the mechanisms Am I too zoomer to have never heard people use 'grok' as a verb until recently?
>>106450902which retard asks an unix legend in a unix talk about rust which has nothing to do with unix? op even left out his disclaimer:"I have written only one Rust program, so you should take all of this with a giant grain of salt"shame on you.
>>106450902he's a fucking luddite holyshithe knows nothing about modern technology, doesn't even know what a linux distro is
>>106451031>doesn't even know what a linux distro isYou talk about this like it's something worth knowing about.
>>106451031he's fucking 83 and the talk was about his unix past.why can zoomer retards only think about themselves and not ask any good questions about unix?
> solves Linux
>>106448741>>106449237just chill fags, that's a bait repost to gather replies contradicting its point. i'm considering to switch to guix and need arguments against stuff said against it.other posts are fine explanations. good work /g/entoomen.
>>106448510the argument is very shittyevery package manager requires you to write a package for it in order to install the programpacman -> PKGBUILDapt -> debian/rulesfedora -> rpm
>>106450001>Nix/Guix desktop users are masochists, there's no other explanation.maybe its because i came from gentoo and gentoo is a distro that forces you to rtfm, but nixos was easy to manage as a desktop.many of the pre-provided options have pretty sane defaults and packages are easily overridable if you look at how they allow you to do it. the biggest configuration hiccups ive run into are if the config file is a toml. it was fixed by pointing the settings option to a toml file.it gave me a better appreciation of systemd and even makes the feature set systemd offers not suck to use.
>>106448839flake is a packages with fixed versionsit guarantees you no breakage caused by different versions, unlike arch
>>106448745the syntax is actually haskell-likeand it's very simplistic, you just define variables like sox = 1;y = 2;
x = 1;y = 2;
Flynn's apartment with Pride flags.Deal with it.The year is 1982 after ((Jesus Christ)).
>>106450529a man your grandpa jerked off to back in the early '80s, zoomie
>>106450532I would die of cringe and visceral disgust
>>106450544That would save me fatigue. Much appreciated that you would end your existence all by yourself.
>>106449558>posts nonsensical historic revisionism>ends with "ha ha, you can't post historic revisionism on my watch"state of /g/ A((D)) 2025
>>106450407Now you're being deliberate.>one of these foreign assets that don't understand basic English grammarDon't spin a narrative all over the fact that (You) misunderstood (Me).
China has finally entered the graphics card race. NVIDIA sells cards with the same specs for $10k. Is NVIDIA finished?
>>106448390>70B LLMs suck ass, too.idk man, i've had some good success with qwen3-coder 30B A3B. Especially for auto completion you don't need insane models.
>>106448390AI is more than LLM
>>106448515in particular than generalist LLMs*
>>106436159Are those any good for img or video gen?
>>106447699lmao. amd behaves like a fucking monopolist already for years, they don't give a fuck about cards 3 generations back, all amd is good for fucking universities in europe that don't do anything important because it's cheaper than serious nvidia hardware
After using Rust, C++ now gives me the ick.
>>106435392your c++ example is overengineered
>>106435392ewww oop
>>106437173The faggot:>heh, you got filtered by dildos
>>106435392i fixed the c++ version
>>106450965>not making Shape purely virtualyou're unironically ngmi
"Progress first, Polishing later” Edition/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.picrel sauce : https://x.com/cinnadev_/status/1959665536100340163Comment too long. Click here to view the full text.
>>106449757Will it be able to correctly answer my personal question "Am I gay?" after reading my mind?
>>106448583that's a 2D game loopmost 3D games have a frontend/backend for graphics (graphics command assembly on the frontend, graphics command execution on the backend), and the physics should be on it's own thread if the frontend takes up a lot of time.physics (locations) -> read by frontend (interpolate between old and new state) -> execute by backendThis adds latency, but it all depends on the delicate balance of minimizing bottlenecks.So you might be 2 extra frames behind, the physics (only 1 extra frame for camera motion) but if you could reduce your frame time in half, that could be a minor latency hit, in exchange for 2x more FPS, but of course at 30->60hz, 2 extra frames would feel like sludge, and at 200->400hz, it probably feels good, but 400hz displays have no become mainstream yet.
>>106449863That's called pipelining, and it really doesn't have anything to do with 2D / 3D or graphics frontends and backends
>>106447629>ts compiler is just over a GB when compiled from source, unlike C# that takes a lot of disk spacedotnet sdk is ~400MB...
>>106450932I see.how large will the directory be when you build .net runtime, including the all the third party dependencies along with workloads, all from source in that directory?Turns out, all that for Odin is less than 550 MB. A little over 1 GB on my disk space was due to .git metadata I failed to ignore.The actual source code of the language itself is less than 35 MB. Rest is LLVM and vendor packages. And if the vendor packages that are unrelated to the development of language are ignored, it comes close to 350MB(on linux).This size of 550 MB is inclusive of the source code, all the dependencies and several third libraries and the final build files.
/lmg/ - a general dedicated to the discussion and development of local language models.Previous threads: >>106436338 & >>106429101►News>(08/30) LongCat-Flash-Chat released with 560B-A18.6B∼31.3B: https://hf.co/meituan-longcat/LongCat-Flash-Chat>(08/29) Nvidia releases Nemotron-Nano-12B-v2: https://hf.co/nvidia/NVIDIA-Nemotron-Nano-12B-v2>(08/29) Step-Audio 2 released: https://github.com/stepfun-ai/Step-Audio2>(08/28) Command A Translate released: https://hf.co/CohereLabs/command-a-translate-08-2025>(08/26) Marvis TTS released: https://github.com/Marvis-Labs/marvis-tts►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.
>>106449958I can not stand anything less than 20 tk/s. It's so horrifically slow I have to switch to another window and wait for it to finished before reading it. How do people not get annoyed by this stupidly slow stream of words?
>>106448123Quite frankly that sounds like a lot of effort for supporting a FOTM model and not worth the opportunity cost.
>>106449357For -fa auto, the code checks whether FlashAttention is supported for the combination of model and hardware.If no data movement is needed (e.g. for a CPU fallback), FA is enabled.
>>106450939so if i want to post tranny dick ai, i go to /ldg/and when i want to suck actual tranny dick i go here?
>>106451032>i go here
Cat Computer
>>106451014
>>106451076You will never be a computer.
>"Smart glasses will become our primary digital interface by 2030, rendering traditional mobile phones obsolete. This transformation promises to reshape how we interact with technology and each other in profound ways."The future is now, old man.
>>106450920That is fully immersive VR what Zuck is talking about is AR and its not going to be as good as a full vr experience its going to be probably like the heads up displays in cars but far more features etc. It really wouldn't surprise me if these things didn't take off. All I am saying throughout my posts is they will not be as ugly forever. It's not out of the realm of possibility that they will become very popular as zuch predicts. Have none of you grown up with computers and its progression? I guess zoomers havent witness anything change at all because they are all worthless sacks of shit!
>>106443021>glassesi don't want to look like a nerd
>>106443021I generally agree with the sentiment that smartphones are not going to be the primary interface device soon. Have you seen how retards and fools use phones? Just speech to text stream of consciousness direct to tech sarlacc; Watching the people without their little thinking machines. Looking at their sad, lost faces. You see, if a think can help people thing less, it gets used. There's always a cohort of people with intelligence that can foresee harm, but you're telling me I can put a phone on my face that can think for me? You bet tha
>>106443021The dude is not a physicist or biologist. His authority on these subjects is quite limited. I doubt he has the wherewithall to be directing scientific breakthrough and policy.
>>106450998Hans Reiser vibes, desu
never back down editionPrevious: >>106399365.READ THE (temp)WIKI! & help by contributing:https://igwiki.lyci.de/wiki/Home_server/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.>What software should I run?Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.>Why should I have a home server?De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.Comment too long. Click here to view the full text.
what is the ETA on nicgiga dropping a managed switch?
>>106436250>they are basically unrepairableskill issue
Im going to upgrade my opnsense router with some e-waste my work was going to throw away.I have an i5 3300 and i3 3225 to choose from is there any reason to use the i3 over the i5 for like power/heat? I know the i3 is more than capable I have been using an old amd e-350 for years and its been fine
Anyone used ugreen nas? I really don't want to buy another synology especially since they're being ultra jews by forcing you to buy their drives.
>>106450568You have to measure to make sure, but I think better CPU at lower level of utilization should be better than weaker one working at higher level.
King of front-end edition.>Free beginner resources to get started with HTML, CSS and JShttps://developer.mozilla.org/en-US/docs/Learn - MDN is your friend for web dev fundamentalshttps://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etchttps://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScripthttps://javascript.info/ - Quite a good JS tutorialhttps://flukeout.github.io/ - Learn CSS selectors in no timehttps://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS>Resources for backend languageshttps://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.jshttps://www.phptutorial.net - A PHP tutorialhttps://dev.java/learn/ - A Java tutorialhttps://rentry.org/htbby - Links for Python and GoComment too long. Click here to view the full text.
CSS is literal intern job, to be frank. That you even touch CSS says a lot.
>>106450506Everything matters in web dev, including CSS. You gotta be on top of that or you'll have issues: CSS will be blocking rendering and the like.
>>106380825Made a bunch of optimizations, i didn't realize how slow it'd be to use the maplibre features, so instead i moved everything to a separate canvas level. Plus a few other stuff like changing the most important synching to use webhooks. And a few QOL stuff like the dithering modal
>>106448017I never have patience for that shit. I just use tailwind for my own projects and like 1% css to tweak some specific thing. That's it, I wish I didn't have to touch it ever again.
>>106443316all those precious nanoseconds.... lost.... like tears in the wind
For me, it's Cowsay
>>106451018
You actually read the warning messages and try to fix them right anon?Yes, even in C. Especially in C. I've never gotten a segfault in C when treating warnings as errors.
Meanwhile in java land you ingore the warnings *and* the errors and hope it compiles somehow anyway
How many did you have to land your first job /g/?
>>106448939I'm a computer repair tech.I didn't need any certs. I mentioned that I had one that expired a while ago, but most of my co-workers don't have any.It's not that technical of a job, but I know it'll make good resume filler for when I branch out to something more high-tech.Also, they give a dollar raise each for A+, Security+, Server+, and Network+, and will reimburse you for the cost of the test voucher. No retakes or course material though, but that's still a damn good deal.
I've never worked a day in my lifewagies get the rope
i havent got any, i did IT at bongistan college then got a job in an ISP call center, worked up from that. I have a couple of Azure/MS ones now but only as a job requirement after i already started working here.
>>106450886based
0 unless I count the link I included in my resume after completing a completely unrelated course on udemy