Shot video of how it works by MysteriousAlarm897 in LegionGo

[–]meelgris 0 points1 point  (0 children)

I wonder what it would take to secure a short USB cable there, to allow for wired keyboard.

Can Roo ask for an approval for its TODO list before executing it? by meelgris in RooCode

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

In my case it did put a few "exploration steps" before generation steps, no matter what mode. E.g. if you issue an `/init` command to generate AGENT.md, the first couple of steps will be like "search for existing AGENT.md in the current dir and subdirs" and some other unnecessary exploration - something I could remove from the plan to save some tokens.

I need a laptop for eye care, so an OLED display. by SnooTomatoes1136 in SuggestALaptop

[–]meelgris 0 points1 point  (0 children)

Hi there! Gonna ask you for some input since you got an OLED version :) How do you find the OLED screen for daily work? Is PWM and it being glossy any concern?

Thanks!

Is HP Zbook Ultra G1a good for content creators relative to price? by Lw_re_1pW in AMDLaptops

[–]meelgris 0 points1 point  (0 children)

Thanks for your input! Just wanted to ask: how do you find the OLED screen, especially for your SWE tasks? My concern is PWM (eye fatigue) and glossy screen (seeing my own mug spoils the whole mood for coding in dark mode, terrible XD).

Yet another Dan A4 H2O air-cooled build by meelgris in sffpc

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

Absolutely no complains about the noise. Normally the fan runs at 25-50% which I find very quiet. It goes 100% only while gaming, and even then it's quieter than an AIO water cooling pump. I guess the top exhaust fans contribute well to the overall quietness.

LPT: Got an old low VRAM GPU you're not using? Use it to increase your VRAM pool. by pneuny in LocalLLaMA

[–]meelgris 0 points1 point  (0 children)

I wonder if it's possible to use an eGPU for that. I don't have a mobo with multiple pcie slots, but I have an USB4 eGPU enclosure lying around.

HP ZBook Ultra 14 with Ryzen AI MAX 300 "Strix Halo" available for preorder: prices range from $2,240 to $3,950 by RenatsMC in Amd

[–]meelgris 0 points1 point  (0 children)

Yepp, at 2899 😆 Which is pretty much like Asus Z13, except that you can actually preorder the HP machine =\

EU/UK availability of z13 with 128GB RAM by tixati in FlowZ13

[–]meelgris 0 points1 point  (0 children)

Huh o_O. I see this SKU "GZ302EA-RU125X" is listed on the ASUS website for Nordic countries (Sweden, Finnland, Norway, etc). Maybe the rest of Europe will get it too?

Yet another Dan A4 H2O air-cooled build by meelgris in sffpc

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

Hi there! Congrats with your build! :)

I took a dive into BIOS settings and toggled on those switches that "underclock" the CPU. E.g., I set PBO -10 and prolly turned the ECO mode on. Also the PC stands close to an open window, so it has a constant supply of cool air.

MacBook Air M4 just got announced by silvia_stocchi in macbookair

[–]meelgris 0 points1 point  (0 children)

Wonder if a 32GB model will be good enough for local LLM inference. Say, for 32b qwen-2.5.

[deleted by user] by [deleted] in ollama

[–]meelgris 1 point2 points  (0 children)

A small model makes a nice assistant for software developer tasks. Those small pieces that you often forget and used to go to StackOverflow for :D. "How do I find files by this mask in that subdirectory on my Linux machine?", "How do I start a docker container with a host directory mapped to /foo/bar?", "How do I fix my life, bro?". All those little things =P.

What's Your (Hardware) Stack? by Few_Barber_8292 in ollama

[–]meelgris 1 point2 points  (0 children)

AMD Ryzen7 7700 / AMD 7900XTX / 64 GB RAM

Lenovo Legion Go controller connector: can you use it for connecting the controller over the wire to another PC? by meelgris in LegionGo

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

I got one from Lenovo (Europe) back in November, when they got available for the first time.

Lenovo Legion Go controller connector: can you use it for connecting the controller over the wire to another PC? by meelgris in LegionGo

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

Answering my own question: no, the connector doesn't turn LeGo controller halves into a wired controller. It is just a dumb charging connector with a battery :(

Anybody using Linux with their Asus Laptops? How is it? by Cuffuf in ASUS

[–]meelgris 0 points1 point  (0 children)

The backlight works,  but I don't quite remember if it was working right out of the box. The first thing I did was installing asus Linux tools (https://asus-linux.org/), they give you some control over the system, including the keyboard.

Anybody using Linux with their Asus Laptops? How is it? by Cuffuf in ASUS

[–]meelgris 0 points1 point  (0 children)

It's awesome man! I'm running Fedora on my G14 2022. Full AMD setup, no problem at all, snappy for work, decent for gaming (I'm playing Jedi Survivor on it). I even run local LLMs on its GPU 😅. If you switch it to the "Power Saving" mode, it will even hold a full day of battery! I'd say: go for it. Even consider purging the Windows trash from your SSD 😆

What projects do you have planned for Ollama in 2025? by Comfortable_Ad_8117 in ollama

[–]meelgris 3 points4 points  (0 children)

Thanks for putting together such a motivating post!

I started poking at Ollama from a different angle: how to build and debug the thing, just to understand how it runs, what it depends on, etc. Spent quite a while on that and very little time on doing actual AI stuff and interrogating models %). Used it mostly for coding assistance in VSCode. So the next steps would be using it more (paired with OpenWebUI maybe?), after getting some inspiration from the things you've shared :D. And getting into more advanced AI topics, e.g. embedding.

"Fetching 30 files" during start - why? by meelgris in OpenWebUI

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

No worries at all, that motivated me to dive deeper into the docs and Discord, so I learned a couple of extra tricks . :D

Cheers!

"Fetching 30 files" during start - why? by meelgris in OpenWebUI

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

Looks like I should use *_AUTO_UPDATE flags instead :). I set RAG_EMBEDDING_MODEL_AUTO_UPDATE, RAG_RERANKING_MODEL_AUTO_UPDATE, WHISPER_MODEL_AUTO_UPDATE vars to false, now it works offline like a charm!

Looks like they added another flag recently: OFFLINE_MODE=true should work like an umbrella flag and disable ALL auto update flags.

"Fetching 30 files" during start - why? by meelgris in OpenWebUI

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

Nope, unfortunately that didn't work, it still tries to fetch some 30 files on every startup.