I am:
@[email protected] (MAIN LEMMY PROFILE)
@[email protected] (Main Mastodon profile)
@[email protected]
@[email protected]
@[email protected]
And /u/clb92 on Reddit (and many other places)

  • 1 Post
  • 49 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle
  • clb92@feddit.dktoProgrammer Humor@lemmy.mlYou don't need the mouse
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    13 days ago

    Doesn’t that just cut one line at a time?

    Move the cursor to the start of what you want to cut, press ALT+A, then move the cursor with arrow keys (you’ll see text be highlighted from where the cursor was to where you move your cursor), then once you’ve moved the cursor to where you want, press CTRL+K to cut.





  • clb92@feddit.dktoProgrammer Humor@lemmy.mlAI's take on XML
    link
    fedilink
    English
    arrow-up
    28
    ·
    2 months ago

    Lots or file formats are just zipped XML.

    I was reverse engineering fucking around with the LBX file format for our Brother label printer’s software at work, because I wanted to generate labels programmatically, and they’re zipped XML too. Terrible format, LBX, really annoying to work with. The parser in Brother P-Touch Editor is really picky too. A string is 1 character longer or shorter than the length you defined in an attribute earlier in the XML? “I’ve never seen this file format in my life,” says P-Touch Editor.




  • They have a feature where they toggle sound presets depending on your location. That’s the only thing that requires an account, as well as access to your location. It’s opt-in however (and pretty useless imo).

    If it can toggle ANC and “passthrough” mode based on location, that would actually be an awesome feature for me. I often wear my earbuds while walking, taking the train, and shopping, and in the train I like having ANC on but at the supermarket I like having passthrough mode on do I can hear the cashier better.




  • I find it interesting that Germany is so far behind when it comes to IT and modernization. It’s like you’re stuck in 1990, even though you’re surrounded by countries that have used chip payment cards since the early 2000s and contactless payments since the early to mid 2010s. Nobody here in Denmark has touched a fax machine in the last 15-20 years, and apparently Germans still fax things sometimes to this day??







  • Really cool project, even though it has its flaws. Be prepared to search the documentation and update the configuration via the command line, as there’s no settings page in the web interface.

    I had some trouble with it throwing a fatal error on URLs longer than the max filename length on my filesystem, but the author has been very responsive on GitHub. I replied to a 3-4 year old closed issue and the author opened it again and tried implementing a new fix in the dev version. I’m encountering another issue with using the dev version in my setup right now, but I think that’s being worked on.