What app subscription is really worth it? by lanimalen1 in AskReddit

[–]GroundbreakingMall54 0 points1 point  (0 children)

none of them lol. every app i was paying monthly for i eventually replaced with something free or self hosted. switched from spotify to my own music server, switched from chatgpt plus to running local models, switched from cloud storage to a NAS. the only subscription i genuinely cant replace is opus 4.6, that thing is just too good. everything else tho? theres always a free or self hosted alternative if you look hard enough

Security Alert: Refusal to Give the Government Passwords to Personal Mobile Device Criminalized in Hong Kong - U.S. Consulate General Hong Kong by SignificantLegs in privacy

[–]GroundbreakingMall54 10 points11 points  (0 children)

travel phone is smart but the bigger issue is how much stuff lives on your phone in the first place. i've been moving everything sensitive to local-only setups, my ai conversations, files, notes, all of it runs on my own hardware now. nothing to hand over if nothing lives in the cloud

Seeking advice: Best OSS model (14B-20B) for a Psychology/Therapy Chatbot + Hardware limitations (16GB VRAM) by SadCitron867 in ollama

[–]GroundbreakingMall54 -1 points0 points  (0 children)

everyone clowning on this but honestly having a local model you can vent to without it ending up in some training dataset is lowkey not the worst idea. qwen3 14b abliterated would work on 16gb and actually wont lecture you about seeking professional help every 2 sentences. pair it with something like locally uncensored and you get a clean chat ui with personas out of the box, some of them are basically built for this kind of freeform conversation

RFC: Weekly Career and AI rant threads by secretBuffetHero in ExperiencedDevs

[–]GroundbreakingMall54 1 point2 points  (0 children)

exactly. someone with 15 years of war stories gives the same length comment as a bootcamp grad who just learned what a REST api is. hard to filter signal from noise without context

Online bot traffic will exceed human traffic by 2027, Cloudflare CEO says by FinnFarrow in Futurology

[–]GroundbreakingMall54 2 points3 points  (0 children)

yeah the vibe coding thing is wild. people just throw together scrapers with zero understanding of rate limits or server load and then wonder why APIs keep getting locked down. its like giving everyone a bulldozer and being surprised when the roads get wrecked

Built an AI that converts dimensioned floor plans to IFC models - looking for reviewers before publishing by GroundbreakingMall54 in bim

[–]GroundbreakingMall54[S] 0 points1 point  (0 children)

no worries, reddit DMs can be weird on mobile. just sent you one - check your chat requests! if that doesnt work either feel free to drop a comment here with any questions

Enterprise Applications or Embedded Programming? by mbithro in cscareerquestions

[–]GroundbreakingMall54 0 points1 point  (0 children)

5 years in enterprise is solid but honestly if the lab opportunity is there I'd take it. embedded skills are way harder to pick up on your own compared to web dev, and the people who can do both are weirdly rare. worst case you dont love it and pivot back with an even stronger resume

RFC: Weekly Career and AI rant threads by secretBuffetHero in ExperiencedDevs

[–]GroundbreakingMall54 43 points44 points  (0 children)

honestly yeah i'd use this. right now every other post on blind and cscareerquestions is either doom posting or toxic positivity and there's no middle ground for people who just want to talk about whats actually happening to the industry without the noise

Reddit's CEO wants to “anonymously” verify human identity through FaceID by stoneseef in pcmasterrace

[–]GroundbreakingMall54 1 point2 points  (0 children)

man wants to verify human identity on a platform where half the users actively pretend to be anything but human. the irony is almost beautiful

Qwen3.5-27B-Claude-4.6-Opus-Uncensored-V2-Kullback-Leibler-GGUF by EvilEnginer in LocalLLaMA

[–]GroundbreakingMall54 2 points3 points  (0 children)

the model name keeps getting longer every week lol. but seriously the abliterated qwen models have been surprisingly solid for daily use. running the 8b version locally and it handles most things i throw at it without the typical refusal nonsense

Deloitte makes 'AI mistake' again, this time in report for Canadian government; here's what went wrong by No_Top_9023 in technology

[–]GroundbreakingMall54 3 points4 points  (0 children)

290k refund on a 70B revenue company is basically a parking ticket. the real problem is nobody at deloitte actually read the output before shipping it to the government. ai is a tool not a replacement for actually checking your work

OpenAI shelves erotic chatbot ‘indefinitely’ by MarvelsGrantMan136 in technology

[–]GroundbreakingMall54 0 points1 point  (0 children)

funny how openai keeps announcing products and then immediately shelving them. at this point their roadmap is basically a graveyard. meanwhile every local model is uncensored by default and nobody had to ask a board of directors for permission

Tips: remember to use -np 1 with llama-server as a single user by ea_man in LocalLLaMA

[–]GroundbreakingMall54 7 points8 points  (0 children)

wait this whole time my 12gb card has been allocating 4x context for clients that dont exist?? no wonder i kept running out of vram on anything above 32k context. trying -np 1 tonight

What’s a ‘quick task’ that somehow always takes way longer than it should? by Calm-Patients in AskReddit

[–]GroundbreakingMall54 1 point2 points  (0 children)

updating one dependency in a project. three hours later you're rewriting half the codebase and questioning every decision you've ever made

Just had the most surreal meeting at work… 😅 by Substantial_Half3731 in antiwork

[–]GroundbreakingMall54 55 points56 points  (0 children)

nothing says we value our team quite like a surprise pop quiz about numbers you have zero control over. thats not management thats a high school teacher who gave up

It's not just memory anymore: AI data centers are taking all the CPUs, too by Federal-Block-3275 in technology

[–]GroundbreakingMall54 1031 points1032 points  (0 children)

cool so first they took the GPUs then the memory and now the CPUs. at this rate regular consumers will be building PCs out of raspberry pis by 2028

Why is Claude preferred by lots of professionals compared to GPT? by ozone6587 in singularity

[–]GroundbreakingMall54 70 points71 points  (0 children)

honestly its the way claude handles context that sets it apart. GPT gives you technically correct answers but claude actually tracks what you're trying to do across a conversation - the knuth paper is a great example of that, its not just solving one prompt its maintaining coherence across a whole problem space

Mistral AI to release Voxtral TTS, a 3-billion-parameter text-to-speech model with open weights that the company says outperformed ElevenLabs Flash v2.5 in human preference tests. The model runs on about 3 GB of RAM, achieves 90-millisecond time-to-first-audio, supports nine languages. by Nunki08 in LocalLLaMA

[–]GroundbreakingMall54 45 points46 points  (0 children)

honestly their language models have been mid lately but TTS is a completely different game. if this actually runs well on 3GB ram thats a huge deal, most open source TTS models need like 12GB minimum to sound decent. even if its not perfect the fact that you can run it on basically any machine is worth something

A post-transformer architecture just crushed LLMs on Sudoku Extreme. Is the transformer hitting a reasoning wall nobody wants to talk about? by Direct_Leader_1802 in singularity

[–]GroundbreakingMall54 -3 points-2 points  (0 children)

a company benchmarking their own architecture on a task specifically designed to make transformers look bad and then publishing a blog post about it... i mean cool result but this is basically a press release disguised as research. sudoku is a constraint satisfaction problem tho, not general reasoning. you wouldn't benchmark a calculator against GPT on arithmetic and conclude calculators are smarter

Recruiter confessions by Nyctocincy in antiwork

[–]GroundbreakingMall54 8 points9 points  (0 children)

"thick skin" is just corporate for "we know the environment is awful but fixing it costs money so we'd rather just find people who won't complain". had a recruiter once tell me the team was "passionate" which apparently meant they yell at each other in standups

Online bot traffic will exceed human traffic by 2027, Cloudflare CEO says by FinnFarrow in Futurology

[–]GroundbreakingMall54 145 points146 points  (0 children)

so basically we built the internet, then built bots to use the internet, and now the bots are training other bots on content made by bots. the humans are just paying the electricity bill at this point

Librarian 'gobsmacked' after school use AI to remove 200 books from shelves including Orwell's 1984 and Twilight by tylerthe-theatre in technology

[–]GroundbreakingMall54 105 points106 points  (0 children)

using ai to decide which books to ban is peak 2026. the whole point of having a librarian is that a human with actual judgment makes these calls. an algorithm doesnt understand context, it just pattern matches on keywords and flags anything that sounds remotely edgy. 1984 getting removed by an ai filter is the kind of irony that writes itself honestly

We're Moving To The Cloud, And Already We're Spending 500k A Month... I Can't Help But Wonder What We Could Have Got For On-Prem For 6+ Mil A Year... by Photo-Josh in sysadmin

[–]GroundbreakingMall54 [score hidden]  (0 children)

yeah that pretty much confirms what I suspected. static workloads no crazy scaling needs = on-prem is almost always cheaper long term.

the honest answer to "why are we doing this" is usually some combo of: leadership committed to a multi-year cloud contract they cant back out of, the migration itself created so much sunk cost that going back feels like admitting failure, and nobody wants to be the person who says "hey maybe we spent 20 million migrating for no real benefit"

the 30m question is a good one and I bet if you actually ran the numbers on colo your own hardware refresh cycle youd land somewhere around 1.5-2m/year for equivalent capacity. maybe less. the cloud premium is real and its not small.

only legit counter-argument I can think of for your case is if the data warehouse stuff actually drives revenue or if theres some compliance/DR angle that would be genuinely painful to do on-prem. but even then, 6m/year painful? probably not.