I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 309 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle

  • Consider yourself corrected then. I’ve skimmed your comment history. Your go-to insult is “bootlicker” or alternatively, a simple clown emoji. In your comments you seem to provide very little context as to why you think that, it’s just, “I deem you to be a BOOTLICKER! Next!”

    So maybe a little guidance for you:

    The very, very, first thing you do when dealing with perceived propaganda - be it on mainstream media, online, or wherever - is to remove all the emotion and insults and see what’s left. You know what I see when I parse your comments like that? Very little.

    Thus I conclude you have nothing of importance to say, and you become background noise that gets tuned out.

    Actually your comments do have some small value. I check your bootlicker-comment-score and if it’s greater than 5, I know the community you posted in isn’t worth my time.




  • Samsung front loader washing machine here.

    It is generally musical while selecting program options. It sings a little song when finished, which is only after it unlocks the door. The little song only plays once. The little song can be changed to other tunes by subtle and undocumented button presses.

    After about 10 minutes it plays a few notes while turning itself off that are easily recognisable as the notes it plays when it turns itself off, so if you miss the first little song, once you hear that you know it’s definitely finished. After that it is done. No more door locking shenanigans or tumbling or clothes.

    Generally I use the “sportswear” cycle which is about 1 hour, my clothes are generally not that dirty. Sometimes I treat towels / linen to a hot cotton cycle which is 2.5 hours and a 90 degree (Celsius) wash.

    Had it for 10 years now, no mechanical or electrical issues. I always leave the door ajar when finished and once every few months I do a cleaning cycle.

    I also have a Fisher and Paykel dryer. I have owned it for 8 years, in which time it has needed a replacement drive belt as it gets used heavily. The bushes on the drum need replacing soon, but I just turned it upside down so it will last for a while longer

    Regarding your door issues, well that’s because idiots try and open the door during a load, and then when it’s locked, they turn it off and still try and open the door. They subsequently complain about the water going everywhere. Don’t forget that manufacturers have to deal with the lowest common denominator end user.


  • You don’t need an entire web server in your daemon, you just need the socket.

    Include a websocket listener in the daemon. Keep a ringbuffer of the last X data points, whatever nicely fills your client graph, for example. Wait for clients to connect, dump in the ringbuffer, then update clients as data comes in.

    The webserver can serve up the page with the client code that links to the websocket. After that it’s strictly a discussion between the end client and the daemon over websockets.






  • Mainly when you are building a single-purpose , “appliance” device and you have the bare minimum of RAM/storage available. You just want to get the board powered up and initialised and then jump to your application.

    So you build a kernel with only the correct drivers you need, you skip initrd, you skip initscripts and (lord forbid) systemd, you just jump straight to your program, with possibly busybox available if you need debugging.

    Edit: I’m talking more about building it from scratch here, not LFS. Regarding security issues, you then “only” have to deal with kernel exploits, with a limited surface as you have limited modules linked, and exploits in your application.







  • Dave.@aussie.zonetoProgramming@programming.devWhen LLM gives you "{ }"
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Ollama released a new feature yesterday

    Ollama 0.5.1, yesterday : “Fixed issue where Ollama’s API would generate JSON output when specifying “format”: null”

    Ollama-rs 0.2.1: released 08/09/24.

    Gee I wonder why it doesn’t play nicely with the latest Ollama API which uses new/updated behaviour for an option 🤔