topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 18, 2025, 12:17 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 2 [3] 4 5 6 7 8 ... 386next
51
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 26, 2024, 05:55 PM »
Thanks Kynlo. While I was adding these to my bookmarks, I decided to try out LobeChat's hosted version. It went something like this (highly paraphrased):


Q: Does the onboard LED of the Raspberry Pi Pico W support PWM to adjust its brightness?

A: Yes, it does.

Q: Can you show me some example code that will fade the LED?

A: This code will do that for you.

[ 15 minutes trying to get the code to work ]

Q: The code isn't working. What might be wrong?

A: Try these troubleshooting steps.

[ 15 minutes trying all the troubleshooting steps ]

Q: Are you absolutely sure the onboard LED supports PWM?

A: My apologies. The onboard LED does not support PWM.

Q: Can you show me example code to simulate PWM to adjust the LED's brightness in software rather than hardware?

A: This code will do that for you.

[ It works! ]

Pretty helpful when it doesn't lead you on a wild goose chase with wrong information.


I'm surprised there hasn't been a movie made yet about a group of people with a robot/AI companion who all end up stuck in a cavern and they ask the robot/AI
to help them find a way out and it unintentionally states incorrect information as fact and based on that information (and future queries to the robot/AI that don't challenge the initial assumption) the humans travel through a treacherous path where many people are injured or die until finally someone asks "Are you sure this is the best course of action?" and then the robot/AI says "My apologies. We can just take the ladder near where we started." ;D
52
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 24, 2024, 11:55 AM »
I forgot to thank you once again for being so helpful.

So thanks! I had no idea about most of those. I'll check them out. :Thmbsup:
53
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 21, 2024, 03:21 AM »
I don't really have the budget for upgrading my PC. Maybe I should get a $15 microcontroller and play around with TinyML.

But that's not really an LLM, so I guess I'm better off just accessing some free tier of ChatGPT.
54
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 18, 2024, 11:32 PM »
Hmmm... LM Studio won't work for me either. After poking around in the various tabs of the GUI it seems my CPU is the problem. 😭

LM Studio - LM Runtimes.png
55
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 18, 2024, 11:25 PM »
I forgot to mention I have 16 GB RAM in this machine.

I tried it on CPU, CUDA 11 and 12 and Vulkan and I get similar results for all of them in a form looking very much like this:

Code: Text [Select]
  1. 11012.227 s   Starting...←[2m2024-10-19T03:54:38.253368Z←[0m ←[33m WARN←[0m ←[2mllama_cpp_server::supervisor←[0m←[2m:←[0m ←[2mcrates\llama-cpp-server\src\supervisor.rs←[0m←[2m:←[0m←[2m98:←[0m llama-server <embedding> exited with status code -1073741795, args: `Command { std: "D:\\Apps\\tabby_x86_64-windows-msvc\\llama-server.exe" "-m" "C:\\Users\\Deozaan\\.tabby\\models\\TabbyML\\Nomic-Embed-Text\\ggml\\model.gguf" "--cont-batching" "--port" "30888" "-np" "1" "--log-disable" "--ctx-size" "4096" "-ngl" "9999" "--embedding" "--ubatch-size" "4096", kill_on_drop: true }`
  2. ←[2m2024-10-19T03:54:38.253838Z←[0m ←[33m WARN←[0m ←[2mllama_cpp_server::supervisor←[0m←[2m:←[0m ←[2mcrates\llama-cpp-server\src\supervisor.rs←[0m←[2m:←[0m←[2m110:←[0m <embedding>: warning: not compiled with GPU offload support, --gpu-layers option will be ignored
  3. ←[2m2024-10-19T03:54:38.255312Z←[0m ←[33m WARN←[0m ←[2mllama_cpp_server::supervisor←[0m←[2m:←[0m ←[2mcrates\llama-cpp-server\src\supervisor.rs←[0m←[2m:←[0m←[2m110:←[0m <embedding>: warning: see main README.md for information on enabling GPU BLAS support

I guess I'll try LM Studio next.
56
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 18, 2024, 03:40 AM »
Sorry, I thought I posted more relevant details. :-[

My machine is ancient. Core i7 2700K. GTX 670. 16 GB RAM. 👴

I installed the nVidia tools and it let me install Cuda 12.x but I don't know if my GPU supports that.

The command I'm trying to run is very slightly different from yours (StarCoder-1B instead of 3B), taken from the Windows Installation documentation:

Code: Text [Select]
  1. .\tabby.exe serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cuda

But after counting up for about 10 seconds it starts spitting out messages like the following every few seconds:

Code: Text [Select]
  1. 10.104 s   Starting...←[2m2024-10-18T08:32:25.331474Z←[0m ←[33m WARN←[0m ←[2mllama_cpp_server::supervisor←[0m←[2m:←[0m ←[2mcrates\llama-cpp-server\src\supervisor.rs←[0m←[2m:←[0m←[2m98:←[0m llama-server <embedding> exited with status code -1073741795, args: `Command { std: "D:\\Apps\\tabby_x86_64-windows-msvc-cuda122\\llama-server.exe" "-m" "C:\\Users\\Deozaan\\.tabby\\models\\TabbyML\\Nomic-Embed-Text\\ggml\\model.gguf" "--cont-batching" "--port" "30888" "-np" "1" "--log-disable" "--ctx-size" "4096" "-ngl" "9999" "--embedding" "--ubatch-size" "4096", kill_on_drop: true }

I left it running for about 2 hours and it just kept doing that.

More help would be appreciated.
57
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on October 17, 2024, 05:06 AM »
I tried getting Tabby to work and it wouldn't start up. It said "Starting..." and then spit out warnings every 5 seconds or so, forever.

How are you running it?
58
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on September 02, 2024, 06:04 PM »
Once Upon a Jester is free on GOG for the next 2 days:


59
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on August 06, 2024, 12:17 PM »
Are you interested in IDE based plugins (think GitHub Copilot), or standalone/web-verions (ChatGPT, etc)?
-KynloStephen66515 (August 03, 2024, 08:44 PM)

I haven't tried any IDE-based plugins. I've just used web versions.
60
Living Room / Re: AI Coding Assistants (Who uses them and which)
« Last post by Deozaan on August 03, 2024, 06:16 PM »
Well, if you want any suggestions for good tools, let me know as I have a list! (Unbiased and based off of personal experience with the tools in question) XD
-KynloStephen66515 (August 03, 2024, 06:09 AM)

I'm interested in seeing a list, because my experience has left me with the impression that AI models aren't yet fully baked, and rarely give me truly useful results.
61
Community Giveaways / Re: Fanatical Mystery Bundle Leftovers
« Last post by Deozaan on July 23, 2024, 12:01 AM »
Is the game still available? Quite interested in Rising Hell.

Sent you a PM with the key. :)
62
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on June 06, 2024, 12:10 PM »
If you have a subscription to Amazon Prime then Star Wars: Battlefront II (Classic, 2005) can be redeemed on GOG through Amazon Prime Gaming through the next ~30 days:

https://gaming.amazon.com/
63
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on May 24, 2024, 09:49 PM »
64
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on May 10, 2024, 12:24 AM »
If you have a subscription to Amazon Prime then the following games can all be redeemed on GOG through Amazon Prime Gaming:


https://gaming.amazon.com/
65
Living Room / Re: Do good mice still exist? Looking for recommendations.
« Last post by Deozaan on May 05, 2024, 02:00 AM »
I finally found a kindred spirit, except this guy is much smarter than I am:

"I made a DIY gaming mouse because Logitech's mice keep BREAKING"


It's open source, too:
https://github.com/w...eya/DIY-Gaming-Mouse
66
You can also run your own: changedetection.io

Web Site Change Detection, Restock monitoring and notifications.

Detect website content changes and perform meaningful actions - trigger notifications via Discord, Email, Slack, Telegram, API calls and many more.

Combine the above with this:

https://www.oracle.com/cloud/free/
67
Living Room / Re: Gadget WEEKENDS
« Last post by Deozaan on April 20, 2024, 01:42 AM »
Anyone doing anything fun/interesting/useful with a Raspberry Pi 5? I realized today that I haven't really heard anything about the Pi 5 since they were officially announced.

I got rid of all my Pis (3 & 4) a couple years ago but I keep coming up with reasons to want another one. My problem in the past has always been that I would get the latest and greatest Raspberry Pi with some specific task in mind and then it turned out that the CPU wasn't powerful enough, or the I/O wasn't fast enough, or it didn't have enough RAM, etc., and then it just collected dust. So even though I think I'd like to get one again I'm hesitant because I don't want to spend the money buying the SBC and accessories and the time to set it up and tinker with it only for it to ultimately sit unused like all the others thus far.
68
PublicDomainVic / Re: nkDot-corners v0.1.0
« Last post by Deozaan on April 18, 2024, 01:46 AM »
Well, platform didn't allow me to upload it.  Perhaps someone can suggest an alternative place to save it and make it available?

If you're trying to upload it to this forum, you should be able to zip it up and then upload the zip file.
69
Community Giveaways / Re: Fanatical Mystery Bundle Leftovers
« Last post by Deozaan on April 17, 2024, 08:46 PM »
Really there was only one game that I immediately thought, "Ooh! That looks interesting. I'll keep that!" All the others were more like, "I guess that might be worth trying..." In short: I won't be buying a Mystery Bundle again.

Well, I fell for it again and bought another Mystery Bundle from Fanatical. :-[ But in my defense, I was persuaded to buy it mostly because purchasing it would enter me into a chance to win a Steam Deck OLED. :D

This time I got 20 games (+1 bonus game) and it seems the ratio is about the same as last time.

10% I immediately thought "That looks fun. I'll keep that."
30% I thought "I guess it might be worth trying," or "Someone else in my household my enjoy having this in our shared library."
60% I thought "Not particularly interested."

Here's a list of the games I'm willing to part with to interested long-time members of the forum:

Here's what I kept:

And the bonus game was originally another copy of Encodya but I emailed them complaining about receiving two copies of the same game in the same order and they replaced it with I Am Fish.

By the way, the games in the first post of this thread are still available. Also, I'm realizing now that I still haven't played any of the games I kept from the last one. . . I need to stop buying mystery games! 😅
70
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on March 29, 2024, 12:49 PM »
Hammerting is free on GOG for the next ~3 days.

https://www.gog.com/en/game/hammerting
71
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on March 22, 2024, 01:51 PM »
Book of Demons is free on GOG for the next ~3 days:
https://www.gog.com/.../game/book_of_demons
72
General Software Discussion / Re: Any Break Reminder freeware?
« Last post by Deozaan on March 04, 2024, 01:59 PM »
Have you considered a watch or kitchen timer? Or the built-in clock/alarms app in Windows or your phone?
73
General Software Discussion / Re: Notepad Based Calculators
« Last post by Deozaan on March 02, 2024, 01:32 PM »
I'm locking this thread because (1) the conversation seems to be finished, and (2) there have been a lot of spammers recently posting in this thread, asking an innocuous-looking question while quoting the first post but sneakily editing some of the quoted links to point to other sites. And since there are a lot of links in the first post it takes some time and effort to spot which ones have been tampered with.

If you feel the conversation wasn't over and would like me to unlock the thread so the discussion can continue, send me a DM and I'll be happy to oblige.
74
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on February 29, 2024, 02:19 PM »
Nomads of Driftland is free on GOG:
https://www.gog.com/.../nomads_of_driftland

And the expansion, Nomads of Driftland: The Forgotten Passage is currently on giveaway on GOG (for the next 180 hours?):

GOG Giveaway 180 hours.png

https://www.gog.com/...he_forgotten_passage
75
DC Gamer Club / Re: Latest Game Giveaway
« Last post by Deozaan on January 25, 2024, 05:59 PM »
Mordheim: City of the Damned is free on GOG for the next 2-3 days.

https://www.gog.com/...m_city_of_the_damned
Pages: prev1 2 [3] 4 5 6 7 8 ... 386next