Interests: programming, video games, anime, music composition

I used to be on kbin as e0qdk@kbin.social before it broke down.

  • 1 Post
  • 78 Comments
Joined 2 years ago
cake
Cake day: November 27th, 2023

help-circle
  • Better out-of-the-box text-to-speech voices would be very welcome. The defaults are pretty painfully robotic… (Try spd-say "Hello world" if you don’t know what I mean.)

    Trivial to use on-device dictation software could also be useful.

    The capabilities of models like qwen3.6 to do things like on-device image analysis are pretty incredible if you have hardware capable of running it – I’ve run it on a Framework Desktop – but I have no desire to expose my systems directly to AI agents. That’s just asking for trouble… If an AI agent can fuck up, it will fuck up eventually, and I’d rather it not have the ability to delete my files when it does.


  • I wrote some VBA for a job a long time ago. It was pretty good for making quick and dirty UI in Excel – like, click a cell and have it pop up a form you can interact with that will let you do data entry with less clicks/typing than whatever Excel would’ve made you do if you had to do it naively.

    I used it for showing a list that could be filtered down by partially typing in text in one project. (A really basic autocomplete sort of thing, essentially.) For another project, I integrated IE and showed some complex data in the embedded browser with buttons (or maybe it was checkboxes? been too many years) in the form to quickly classify it and move on to the next entry without having to flip back and forth between multiple programs and manually open files. (Each entry corresponded to a row and widgets on the form updated values in various columns so I could go through all the data and fill out the full spreadsheet super fast.)

    Alternatively, write a script that checks your spreadsheet for errors. e.g. add a reference to a regex library and use it verify that all the entries in a column match the data format you expect (like serial number patterns with hyphens in specific places).

    You can also ask your coworkers for something tedious they have to do a lot in Excel and see if you can find a way to make it less tedious.


  • e0qdk@reddthat.comtoFediverse@lemmy.worldGhost of Lemm.ee?
    link
    fedilink
    English
    arrow-up
    56
    ·
    3 months ago

    Looking back through your history, that’s a post by a user local to your instance. You can see it because you’re on the same instance.

    If I understand how federation works correctly, posts don’t go directly to the instance a community is on when they are made. They are created locally on your own instance, and then federate out if/when they can. Since you’re both on the same instance, you can see the post and interact with it, but the post and your comments are (presumably) stuck in a queue trying to federate to the now defunct instance. Since lemm.ee is gone, it can’t federate out, so other people don’t see the post/comment on their instance.

    I think that’s what’s going on.



  • Should be trivial to set up something like that if you’ve got parts you want to work with. Any desktop with an automatic background switcher should be able to cycle through images in a directory you specify on a timer. Set up your favorite remote access software (SSH, Samba, NFS …) and you’re done. If you want more control over the behavior, you could script up something custom with a little more effort – but it’s still not particularly hard to implement something like that.

    Watch out for burn in on the screen if you’re leaving it on all the time.



  • Are you trying to write your own parsers for these formats or something like that? I don’t think I really get the issue you’re running into.

    If you want to just display formatted text (esp. including HTML), you can use a browser (either as an embedded widget in a custom app, via an Electron app, or in a regular browser via an HTTP server) and generate the output on the fly. You don’t need to save the converted output if it’s fast enough to generate…







  • I haven’t tried Nostr, so have no opinions on what the experience of actually using it is like, but cryptographic identity seems like it’d be a better way (technically speaking) of doing things than AP; tying everything to domain names has worked rather poorly – as we’ve seen repeatedly every time an instance goes offline…

    I ended up on AP after jumping ship from reddit. I was on kbin first (since it was readable w/o JS and I liked the UI), and then later using the mlmym interface for lemmy as kbin because more unstable and eventually went offline.