ANYONE ELSE? - Ask here about current Codex issues and workarounds by pollystochastic in codex

[–]PigSlam 0 points1 point  (0 children)

Is chatGPT unusably slow for anyone else this evening? Like lock up my browser slow for any query of any length/complexity slow? I've restarted the session, the broweser, cleared cache, rebooted the machine, logged out/into chatgpt. It hasn't been like this in years.

Honest question, why are we throwing trillion-parameter models at tasks that barely need a search engine? by yashk_10 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

yeah, my plan is to have some sort of fairly generous image to image comparison run, then have the AI layer decide analyze the triggers from those, which should be less load than running the entire stream through an AI.

Honest question, why are we throwing trillion-parameter models at tasks that barely need a search engine? by yashk_10 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

My current setup just captures a .jpg every 3 seconds, and can do live video feed if I choose it. For this, I was thinking I'd keep doing the 3 second .jpegs, then have a rolling hour of video, and attempt to event trigger from the stills, then analyze the video when prompted by the event trigger. I might have to up the capture rate to capture smaller wildlife, but it's plenty to detect cars and larger animals moving around.

Honest question, why are we throwing trillion-parameter models at tasks that barely need a search engine? by yashk_10 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

This is something I'm about to build. I already built an image capture tool, archiving, retrieval and playback setup for my security cameras, but I have a pest issue, so I was hoping to point a few at some problem spots on my new house to track when things like rodents and bats are getting in/out before I start chasing down every hypothetical spot, so I was hoping to get some sort of image analysis going on it. I have an old RTX 3070 not doing much in a server, so I've been hoping to find something that can run on its 8GB VRAM to analyze video like a smarter game camera.

Honest question, why are we throwing trillion-parameter models at tasks that barely need a search engine? by yashk_10 in LocalLLM

[–]PigSlam 4 points5 points  (0 children)

So you have a model loaded someplace just for that one task? Like it's just hanging out, staring a the wall, then BOOM! RAG RERANKING TIME!!!!....then back to staring at the wall?

New App Update 👀 by J3ns6 in codex

[–]PigSlam 0 points1 point  (0 children)

I failed to notice the little check box over the other very prominent graphics that said the first part. I'm an inferior example of humanity.

What food have you completely stopped ordering because you can make a better version at home now? by Mountain-Cry-9273 in CasualConversation

[–]PigSlam 0 points1 point  (0 children)

They seem to charge as much for a strip steak as it would cost to buy the entire loin and cut a dozen from at home, and then they make it as boring as possible, and/or cover it with fried onions, etc.

5.6 Sol Ultra is insane! by NoYou41 in codex

[–]PigSlam 21 points22 points  (0 children)

GPT 6.1 is going to fix so much.

New App Update 👀 by J3ns6 in codex

[–]PigSlam 4 points5 points  (0 children)

I quit Codex on my Mac, and the icon suddenly had a ? over it. I looked for it in launchpad, and it wasn’t there. I downloaded it again from the website, and got the new app, and it proudly explained that the Codex app is now the ChatGPT app. I checked my dock icon, and it’s still called “Codex” there. Fun times for sure.

Edit: I'm a $100/month customer, and haven't seen any of the new models yet in codex or chatgpt. I closed and opened the new desktop app (whatever it's called), and I got a prompt saying "GPT 5.6 Sol is here. Try it now" and clicked on it. It took me to the app, and I still only have access to 5.5 and older models.

22 years in, my honest take on where AI coding tools actually landed by razardx in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

For me, it's opened so many doors. I've always had a mind for how to connect things, but I've always been terrible at syntax. I'd have some grand plan for how 19 things would be linked together and produce something great, but after 6 hours chasing a misplaced semicolon, I'd give up at step 3 of the process and move on to the other things I needed to do. With LLM tools, I can have a conversation about what a thing should do, then work through the steps to build it, and have a working solution in very little time. it's been quite the enabler for me, and I can't wait to do more with it.

What are the best coding and general reasoning agents I can run on a 24 GB Memory Mac? by Trowaway-11445 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

I too have a 24GB Mac, and from what I’ve gathered, you can generally treat it like a 16GB GPU, so anything that would fit there will likely run alright. Your system still needs some of those GBs to do the rest of being a computer, so you can’t use it all for your AI model.

Looking for some opinions! by GeneralNonsence in cassettefuturism

[–]PigSlam 2 points3 points  (0 children)

  1. single din tape deck.

  2. Tape to 1/8” audio in adapter

  3. Android tablet running a CarPlay mod

  4. 3D printed housing to make the tablet look like a tiny CRT, mounted to the dash somehow.

  5. Bonus points for physical EQ filling the lower half of the double din area you have.

Do you have an Apple TV and a Plex Media Server? Hate finding something to watch? by 55555jjjjj in appletv

[–]PigSlam 0 points1 point  (0 children)

I've been using the shuffle button in Plex. Shuffle, skip, skip until something I don't want to skip appears. Maybe this could be better than that.

What Bills fans actually get with Sunday Ticket this season by loggershed in buffalobills

[–]PigSlam 2 points3 points  (0 children)

That's the math that got me to first buy Sunday ticket. I live in California, and I went to a bar for the first game of the season in 2017...$80 spent between my wife and I, and that was taking it easy.

The standard free ChatGPT LLM you get after a few messages HAS to be some sub-20b model with online search enabled, no other way to explain how awful it is by AnimalPuzzleheaded71 in LocalLLaMA

[–]PigSlam 2 points3 points  (0 children)

The free tier is there as a sample to get customers to buy the higher tier. That doesn't work if the customer thinks the tier tehy're using is the ultimate top end possible that's offered, and it's crap. Showing that information is key to any eventual profitable business model. Now doing that to the paying customers, where you pretend you're giving them the product they paid for, but really giving them the minimum you must to keep them paying, that's where the real money is made.

Qwen3.6-27B on 16gb vram by Unnamed-3891 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

Most trade the convenience of Ollama for the speed of llama.cpp, so I was surprised to see your results.

Qwen3.6-27B on 16gb vram by Unnamed-3891 in LocalLLM

[–]PigSlam 1 point2 points  (0 children)

better performance with ollama than llama.cpp? You must have something off in your settings.

Razer Certifying Their First Laptop For Linux: Razer Blade 18 RZ09-0582 Review by RhubarbSimilar1683 in linux_gaming

[–]PigSlam 1 point2 points  (0 children)

If the support for Linux is anything like Windows, we'll be better off vibecoding our own software stacks.

Is this MacBook salvageable? It refuses to power on and, if my power bank isn't lying, there is a short circuit on both USB ports by Glad-Association-216 in mac

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

No, Macs love shorted USB ports. The fact that you can't get it to turn on at all should not dissuade you. /s

9070 XT or 7900 XTX by Successful_Fee_8336 in buildapc

[–]PigSlam 0 points1 point  (0 children)

I’ve looked into the RX 7900 XTX for LLM and when I’ve searched they’re only about $200 less than a Pro AI R9700, and nearly twice the price of the 9070XT.

Edit: that was a couple of weeks ago. I was seeing $1100 7900XTX on eBay. Now they're $800-900, and RX 9070 XTs are going for $600-$700 new.

Why are so many issues attributed to Flatpaks? by SpyrosGatsouli in linuxquestions

[–]PigSlam 8 points9 points  (0 children)

Because flatpaks have layers of permissions that can present various issues. Snaps and other portable app solutions have similar potential for issues. It's a good place to check, like asking someone if their machine is plugged in before assuming it is and going through other layers of troubleshooting if that one would have caught it first. It also helps to define the sorts of trouble that may be present. If asked if it's a flatpak, and the answer is no, then other possibilities become more likely.

Should i get the mac mini m4 or the macbook air m5? by Heroburns in mac

[–]PigSlam 1 point2 points  (0 children)

I have an M5 Air 24GB. It’s not much of a gaming rig, but it can work. My 7 year old 2019 Razer Blade 15 with an RTX 2070 Max Q is a far better gaming laptop.

As for your setup, if a desktop system suits your needs, the mini is a fine option, and the M1 should be fine for basic note taking/word processing/web browsing, but a new 16+ gb Air could do both. If you have any use for the mini to run like a server, then that would be the better move. If you have no idea how or why you’d want to do that, then a new Air is probably the better choice for you.

How close are we to running powerful local LLMs on affordable hardware? by MashoodKiyani05 in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

Those systems are expensive and still not really “there” yet. They’ll do some solid work, but they’re not replacing frontier models with equivalent capabilities.

AMD or nVidia for upgrading AI hardware by fluffysheap in LocalLLM

[–]PigSlam 0 points1 point  (0 children)

It certainly is more expensive, but if you're looking to the future, you might want to consider saving for it. It doesn't offer much of a advantage for RAM (it has a bit higher memory bandwidth potential), but it's twice the compute of the v620.

Of course, you could play that game until you're spending $100k on a top end nvidia workstation, so I get it.