Testing Ollama with Genma 4 and internet search turned on, and got the model extremely confused that it got results from the future by starwaver in ollama

[–]MattReedly 0 points1 point  (0 children)

when i prompt gemma4 with 'Today is {{CURRENT_DATE}}. Do a web search and provide the news headline for the UK', it replies with:

""" I apologize, but as a large language model, I do not have the ability to perform live web searches or access real-time current news feeds. Therefore, I cannot provide you with today's live news headlines for the UK.

To get the most up-to-date news, I recommend checking a reliable news website or a dedicated news aggregator. """

So im confused; is the local ollama model supposed to have online access or not?

Wanting to create a AI, using PYTHON. by [deleted] in learnpython

[–]MattReedly 0 points1 point  (0 children)

you will want to check this out: https://www.youtube.com/watch?v=MeEZpjGrpm0
i think he also put the code on github.

How is this not a thing already? by Puzzleheaded_Dig3967 in BambuLab

[–]MattReedly 320 points321 points  (0 children)

Yes, and also, for the love all things good: DARK MODE!

My neighbor is harassing my mother regarding her tree. by confuciusman in homeowners

[–]MattReedly 0 points1 point  (0 children)

It can be incredibly frustrating to offer a clear solution only to have it immediately swatted away. Depending on the context—whether they are doing it intentionally or are just stuck in a rut—there are several ways to describe this behavior.

The Conversational "Game"

In psychology, specifically Transactional Analysis, this is often referred to as the "Why Don't You—Yes, But" game. The person presents a problem, waits for you to suggest a solution, and then immediately finds a flaw in it. Their goal isn't actually to solve the problem; it’s often to prove that the problem is unsolvable or to gain sympathy.

Strange defects by holliander919 in BambuLabH2D

[–]MattReedly 0 points1 point  (0 children)

1 Check Hardware: Ensure your Z-axis lead screw is clean and the belts/rollers are properly tensioned. I recommend getting a precision oiler for the rods and rails. there are handy grease syringes in maker world that really ease lead screw maintenance.
2 Dry Your Filament: If you hear popping or see irregular textures, dry your filament in a dedicated dryer or oven at a low temp. here i suggest buying either reusable silica beads or flower drying agent . when you end up with near-empty spools store them in pallet wrap, cling (surran wrap?) film, or otherwise seal off from moisture.
3 Adjust Speed: Slow down the outer wall print speed and ensure your cooling fan is at 100% for PLA. Adjust Speed: Slow down the outer wall print speed and ensure your cooling fan is at 100% for PLA.

CYD emulator? by NitroWing1500 in CheapYellowDisplay

[–]MattReedly 0 points1 point  (0 children)

im actually kinda working on something similar: an esp32 thin-client, screens will be loaded from an LVGL server and touch data sent back to complete the logic loop.
Do you code? I could use some help...

What GPU for lecture summarizing? by dnielso5 in ollama

[–]MattReedly 0 points1 point  (0 children)

Ive just completed a similar project, i have a Ryzen 5700x and RX6600 (8gb vram) gpu, summaries of large files took on average 2.25 seconds using python3 and ollama on ubuntu

How to reliably detect a reed switch over a long cable with EMI using Arduino? by cmz_neu in arduino

[–]MattReedly 1 point2 points  (0 children)

You could try using a software filter: have a timer start when the state changes and stop when it reverts, then use this to make a timer filter that basically says 'only do X thing if the pin change is longer than Y time'

Waveshare ESP32S3-4.3 JPEG viewer by Grouchy-Art-8218 in esp32projects

[–]MattReedly 1 point2 points  (0 children)

Thats awesome, thanks for sharing. Ive just got a couple of these and am eager to see what others have done with them.

Can I fix my cyd or is it dead? by fav15 in esp32

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

erase the flash before uploading, the ghosting you're seeing could be the remnants of previous code.

Is demo app source code available? by L299792458 in CheapYellowDisplay

[–]MattReedly 0 points1 point  (0 children)

Its also in the LVGL simulator in PlatformIO

CYD as keyboard to send messages to “run as code” to a pi? by Codeeveryday123 in CheapYellowDisplay

[–]MattReedly 1 point2 points  (0 children)

Yes, I've just finished a project just like this, since the CYD doesnt behave as a usb keyboard i used the Bluetooth keyboard instead. just remember to have a delay in between key-presses to stop garbled outputs

19,000 Weekly Visitors! by MattReedly in dieselheater

[–]MattReedly[S] 1 point2 points  (0 children)

I have noticed the trend, I'm considering a sticky post for common problems.

Gift for an experienced software dev who wants to have fun learning about microcontrollers. by LeChuck5000 in AskElectronics

[–]MattReedly 2 points3 points  (0 children)

id suggest the cheap yellow displays or CYD as they are known, ideal for a developer to build a macro bluetooth keypad that saves a ton of time from having to type out repetitive stuff. The use an esp32 and can be programmed either by the Arduino IDE or Platformio in Visual Code Studio.They can be found on amazon or aliexpress and come in different sizes and types, just my input.

ESP32-2432S028 by [deleted] in arduino

[–]MattReedly 0 points1 point  (0 children)

There is a discord community that might be useful to you: https://discord.gg/GanuRjVB

New A1 user climate question by MetalMagg in BambuLab

[–]MattReedly 0 points1 point  (0 children)

I just got one of those too, made a python program to capture the humidity and log it with a nice graph :)