I’m just a nerd girl.

  • 9 Posts
  • 126 Comments
Joined 1 year ago
cake
Cake day: March 4th, 2024

help-circle
  • Rose@lemmy.worldtoProgrammer Humor@programming.devchoas
    link
    fedilink
    English
    arrow-up
    30
    ·
    9 days ago

    Well, sure, with an image classifier, the bird identification is doable. I’m sure I could implement that if I went looking for some open source thingamabob that does that. But it’s still not something I could actually understand. That part definitely hasn’t changed over the years.







  • Rose@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    62
    ·
    3 months ago

    I have no idea why the makers of LLM crawlers think it’s a good idea to ignore bot rules. The rules are there for a reason and the reasons are often more complex than “well, we just don’t want you to do that”. They’re usually more like “why would you even do that?”

    Ultimately you have to trust what the site owners say. The reason why, say, your favourite search engine returns the relevant Wikipedia pages and not bazillion random old page revisions from ages ago is that Wikipedia said “please crawl the most recent versions using canonical page names, and do not follow the links to the technical pages (including history)”. Again: Why would anyone index those?



  • For illustration work, having good support for both vector and bitmap elements is pretty damn convenient. For example, in comics, you draw the comics themselves in bitmap layers, while panels and speech bubbles go in vector layers. Having the ability to edit the speech bubbles easily is pretty neat.

    (Optimally inking/outlines would be vectors too, but most people prefer to do that with bitmap tools anyway, or vectorise later.)

    Krita actually does these pretty solidly - vector tools are there and they’re pretty easy to use. In GIMP 2, the vector path support actually is there and the editable texts are actually pretty great, but it has the air of “power user trick, for those in the know” rather than something people actually discover easily. You also need to update the vector strokes manually. (Haven’t tried GIMP 3 yet.) The fact that people still assume you can’t do this stuff really says it all.







  • I run ad blockers. As a security measure. Ad companies collect insane amount of data and do a bunch of shady stuff whenever they can get away with it.

    I want to support websites whenever I’m able, but the way ad companies operate just ain’t it.

    If they clean up their act, maybe then I could stop using ad blockers, but it’s been decades and I don’t have high hopes.

    Also using ad blockers for performance and usability reasons. For example, I used to use a bunch of Fandom wikis and couldn’t understand why people hated the UI. Then I saw how Fandom looks like without ad blockers and holy shit how can humans live like this



  • There’s always the old piece of wisdom from the Unix jungle: “If you write a complex shellscript, sooner or later you’ll wish you wrote it in a real programming language.”

    I wrote a huge PowerShell script over the past few years. I was like “Ooh, guess this is a resume item if anyone asks me if I know PowerShell.” …around the beginning of the year I rewrote the bloody thing in Python and I have zero regrets. It’s no longer a Big Mush of Stuff That Does a Thing. It’s got object orientation now. Design patterns. Things in independent units. Shit like that.


  • And Calibre, a third party software for managing ebooks, has a plugin to crack Kindle files.

    Unfortunately currently broken for the latest version of Kindle for PC, which switched to a different encryption scheme. It also uses KFX file format that nobody likes, which fortunately can be converted to EPUB with another plugin, but de-DRMing doesn’t seem to work right now. It still seems to work for titles in AZW3/MOBI that didn’t get DRM update or didn’t have DRM in the first place.




  • Previously, you could just download the books on the Kindle for PC, use a random decoder software or install a plugin for Calibre, and boop, decoded books, readable in Calibre, can be converted to EPUB.

    For ssssssome reasonnns I’ve been looking at how to do the same thing again, but apparently you need an old version of KfPC because the new one uses new encryption/file format that hasn’t been sussed out yet. Weirdly enough, even with the newer app, I’ve still been able to download a bunch of books that didn’t have DRM to begin with, but of course Amazon doesn’t exactly advertise if a book is DRM-free anywhere on the store page.

    Also weirdly enough this quest of mine actually started last year when one Finnish ebook store was closed down, but that was less of a problem. I just downloaded all of my purchases as unencrypted EPUBs. Guess the local publishers are less dickish, worst thing they asked for was watermarking.


  • Rose@lemmy.worldtolinuxmemes@lemmy.worldmacro
    link
    fedilink
    arrow-up
    31
    ·
    4 months ago

    Long ago, I used Debian on my main PC but decided to go with Ubuntu on the laptop because it was easy to set up.

    Later I switched to Debian on the laptop, too, because ultimately I felt Ubuntu was just Debian with extra steps.