A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things as well.

  • 0 Posts
  • 185 Comments
Joined 4 years ago
cake
Cake day: August 21st, 2021

help-circle
  • I think after initial installation, you open a browser with the post-installation step and configure a username and password there. I’m not entirely sure, it’s been some time since I did it. But depending on installation method, I don’t think it has a provided password.

    General password advice: Check caps lock, and if you use like a German keyboard if ‘z’ and ‘y’ are swapped.








  • Also ich würde mich nicht von irgendwem anrufen lassen und denen alles nötige für einen Identitätsdiebstahl servieren. Wenn, dann rufst du deren Hotline an, dann weißt du auch, dass du bei der richtigen Firma auskommst, nicht andersherum.

    Ich denke es ist nicht “safe”. Es gibt zuhauf geleakte Kundendaten. Und random Anrufer sind zum guten Teil Abzocker. Im besten Fall sind es nur Wegelagerer, die sich die Provision einstreichen. Im Schlechteren haben sie deine Daten irgendwo bekommen und brauchen jetzt noch ein paar Details um die Lücken zu füllen und damit irgendewas böses anzustellen… Die Wahrscheinlichkeit, dass es echt ist ist irgendwie auch da, aber eigentlich sollte ein seriöses Unternehmen nicht so vorgehen. Verträge verlängern sich meist automatisch. Und deine Daten sollten sie ja haben. Ich wurde noch nie den ganzen Datensatz abgefragt. Oder man hat ein Kundenportal oder sowas.


  • hendrik@palaver.p3x.detolinuxmemes@lemmy.worldNew Copypasta.
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    10 days ago

    Seems printer drivers are amongst the worst. I had a brother inkjet printer/scanner combo a while back. Pretty much the same issues. Also what they call driver and offer on their website really sucks. Now I have one from Epson and that just pops up on Mint (and other distros) and I can print right away, no driver installation necessary. And it even started reporting toner levels after some update. Sadly I can’t recommend the printer either, I had several other issues with the thing itself. But this kind of roulette with hardware is really annoying. And I believe it’s really pronounced with those consumer printer/scanner combination devices. The expensive business printers regularly work way better, at least that’s what I’ve seen.



  • Most frontends should have you covered and scale down the image appropriately (and automatically). I’m not entirely sure about that. I think working on resolutions higher than supported should either not work due to the image encoder, or lead to degraded performance. Usually they’re scaled to what the model needs, somewhere within the pipeline. You can crop them if you like, that sheds off some pixels. Or split them up and feed them in one part after the other, if that somehow makes sense. But I bet with most software you can just upload a random image and it’ll do whatever scaling is required for you.


  • Uh sorry, no. Since I don’t use vllm, I don’t know. It certainly depends on the method you choose. The activation-aware ones will use a lot of resources. Just truncating the numbers to 8bit (or whatever) uses very little resources, I did that on my laptop. Also depends on model architecture and the size of the model you feed in. Since you gave an 32b parameter model, I’d expect it to take about 64GB loaded fully into memory using 16bit floating point numbers. (32 million billion times 2 bytes.) But I don’t really know whether quantization methods load the full thing, or if they do it in chunks. You’d have to google that or try it.



  • I think MiniCPM advertises with strong OCR capabilities. Maybe try that one. But is that 384 number correct? Seems to me even the common Llama 3.2 models do images up to 1120x1120px for a while and that should be enough. MiniCPM can do even more (1.8 million pixels).

    Setup shouldn’t be too hard. Lots of interfaces and inference frameworks have vision capabilities these days. It should work pretty much out of the box with something like Ollama, AnythingLLM or llama.cpp based stuff.

    Other approaches include doing OCR by more traditional means and then feed the result into an LLM. Just make sure to check that whatever you use can read Chinese.

    I’m not entirely sure what your prompt should look like. Obviously attach the image. With ChatGPT I believe I had a bit better results when I told it to first copy and write down the text, and then translate it in a second step. And then do whatever I want after that. I’m not sure what it does if you make it do everything in one go.


  • hendrik@palaver.p3x.detolinuxmemes@lemmy.worldNew Copypasta.
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    11 days ago

    Hmm, interesting. But we all have different experiences anyway. I believe my mom’s computer “broke” twice in the last two years during some major Windows updates. One time some service pack broke a lot of printers for quite a while and she was affected as well. I don’t remember what the second incident was, since I didn’t fix it, but it also required manual intervention. And she doesn’t even do a lot with the thing except office stuff, documents and mails, so I doubt she was at fault.

    I certainly also had stuff break on Linux, but it’s been kind of quiet the last years. But I’m kind of the wrong person to judge since I currently don’t take part in everyday Windows use. At least not when I get to decide and maintain the computer. But I feel it has improved as well. There has been a time where I had to install my gaming windows several times because the order in which I installed all the drivers mattered for some reason. It got cluttered and slower over time so I had to reinstall it during the lifetime of a computer. And I had friends infected with trojans and cryptojacking malware every other month or so. Back then I had a very comfortable life full of hubris with my Linux on the desktop. Granted, it needed more fiddling at that time, but that was acceptable. But times have changed and everything got better and it’s nothing like that anymore. And for a long time now.


  • hendrik@palaver.p3x.detolinuxmemes@lemmy.worldNew Copypasta.
    link
    fedilink
    English
    arrow-up
    69
    ·
    edit-2
    11 days ago

    Unpopular opinion, but I install Linux on my computers and they just work for like 5 years straight, with me spending exactly 0 hours each day fixing anything. Whereas I fix other peoples stupid printer issues and Windows becoming incompatible with the hardware or some nasty messages from some antivirus or strange software, multiple times a year…

    I see however how some disgrunteled people would write something like this.