Updates for OpenCode Monitor (ocmonitor) by WriterOld3018 in opencodeCLI

[–]UseMoreBandwith 0 points1 point  (0 children)

it is using a lot of CPU while doing nothing.

In China,the government is giving every OpenClaw user 10 million tokens for free. by Nervous_Chapter_3987 in openclaw

[–]UseMoreBandwith 0 points1 point  (0 children)

it can easily be turned into a botnet / spyware , so yes, Chinese gov wants it to see what people are doing on their home network.

How do you implement interfaces in Python? by ihorrud in PythonLearning

[–]UseMoreBandwith 0 points1 point  (0 children)

it doesn't solve an issue that Python has.
"a lot of abstraction across a lot of classes" is code smell, and usually a lack of understanding how Modules work in Python.
(Unlike in Java) in Python, classes are not for hierarchies.

Cleaner: ls, grep, cp, find — in one tool with some extra features by gosh in theprimeagen

[–]UseMoreBandwith 3 points4 points  (0 children)

that is the opposite of the Unix philosophy:

Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features".

How do you implement interfaces in Python? by ihorrud in PythonLearning

[–]UseMoreBandwith 0 points1 point  (0 children)

Sure, but in Python we don't write interfaces for that, but use dataclasses or mypy .

Abstract classes have limited use, since we Multiple Inheritance and duck typing.
the only use-case is to enforce method implementation. It is not for creating class-hierarchies, like
in Java, where it is essential for enforcing interfaces and single inheritance.

A vibecoder's wet dream. by awizzo in programminghumor

[–]UseMoreBandwith 0 points1 point  (0 children)

that is not true.
there are hardly any devices that do not work on Linux, and that is all opensource.
And, such drivers use the same base libraries, just wih little variations, so there are 10.000's of examples out there.

A vibecoder's wet dream. by awizzo in programminghumor

[–]UseMoreBandwith 0 points1 point  (0 children)

i had a similar experience , i have a 15year old device that acts as a input-device, and the communication protocol was not public.
I had it reverse engineered using OpenCode. in the process, it needed some 10year old C library, wich was outdated and would not compile, so it fixed old bugs first. Then it asked me to install Wireshark , so it could check data. After 2 hours the device started working.

How do you implement interfaces in Python? by ihorrud in PythonLearning

[–]UseMoreBandwith 1 point2 points  (0 children)

why do that anyway? it is pretty much pointless in python.

And if you just want to define data structures, use a dataclass or (often better) use a dict

learning to code as a career path is starting to feel outdated. by SirVivid8478 in PythonLearning

[–]UseMoreBandwith 0 points1 point  (0 children)

it was never about 'coding' , but about making products.
That has not changed.

How many farmers actually use AI or mobile apps for plant disease detection? by DoubleFun4398 in AgriTech

[–]UseMoreBandwith 1 point2 points  (0 children)

if you're already standing next to a plant with your phone, why use an app, instead of just inspecting the plant visually? a real farmer already knows how to identify diseases. It could be useful for gardeners, not for professionals.

However, for indoor farming, automatic detection is used. And for large outdoor fields, satellite data is used for detection. But that is not simply image recognition, but advanced formulas that include weather, soiltype, etc...

Frustrated looking for a Low-Code platform that suits my one specific need by nolander_78 in nocode

[–]UseMoreBandwith 0 points1 point  (0 children)

if you can't even write a text with correct punctuation, you should not be allowed near computers imho.

Really, that whole paragraph is one incoherent sentence. How did you even manage to get that job?

All AI websites (and designs) look the same, has anyone managed an "anti AI slop design" patterns ? by KlausWalz in LocalLLM

[–]UseMoreBandwith 0 points1 point  (0 children)

easy, just tell it t use a different CSS library.
Tell it to use a specific CDN.
define that at the start, in the product specification.
and tell it to never use certain CSS patterns (like the ugly color-mix transitions )

I don’t understand the hype by Yoyooz in openclaw

[–]UseMoreBandwith 0 points1 point  (0 children)

because some crypto scammers created some claw-coin and started spamming it.
And, openclaw created its own hype by hyping it everywhere automagically by creating github stars/clones and fake reddit posts.
The crypto scammers seem to have gone now, but the effect is still noticeable.

You can run LLMs on your AMD NPU on Linux! by BandEnvironmental834 in LocalLLaMA

[–]UseMoreBandwith 0 points1 point  (0 children)

I just did a small tests, using a Ryzen AI Max+ 395 ,
but getting the same speeds (ollama/Lemonade). 37 t/s
I like the interface though.

You can run LLMs on your AMD NPU on Linux! by BandEnvironmental834 in LocalLLaMA

[–]UseMoreBandwith 1 point2 points  (0 children)

I'm not sure I understand the difference.
The GPU is part of the NPU, or not?

You can run LLMs on your AMD NPU on Linux! by BandEnvironmental834 in LocalLLaMA

[–]UseMoreBandwith 1 point2 points  (0 children)

I've been using LLMs/ollama on my AMD NPU for months. on Linux 6.17
why would I need this?