• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle
  • Did anybody bother to look at the numbers?

    I checked the stats for the last 4 years here and it looks really strange. Statistics isn’t my thing… But it looks like it’s wise to be cautious and not to fully trust the numbers.

    Around the beginning of last year there was a huge dip in the Windows market share that seemed to be correlating with a peek in “unknown”. Windows then catched up in a somewhat erratic way.

    Mac OS also shows a weird behavior. Starts at 16%, up to 21% and the down to 14% between October and November…

    It’s not likely that a huge number of people decided to buy a Mac and then trash it one month later. Same but opposite goes for the windows stats.

    I think it looks like there is an uncertainty of more than the total market share Linux is shown to have…

    Not saying that Linux isn’t increasing on desktop market share. Just saying that numbers seen to have quite a bit error margin and to be cautious if referring to these numbers.




  • I recommend you shrink the windows partition on the internal drive and install Linux in the then empty space. The extra disk you have can be used as and extra disk or you can create mount points for /home and other directories.

    Microsoft does not recognize other operating systems as “equals” (WSL is not Linux being week. It’s making Linux a puppet controlled by Windows) and therefore they design everything Windows as it was the only OS in the world. Therefore keeping Windows will often require some extra acrobatics from you.



  • How good is good do you say?

    We got a pretty good results with CER at 4% and WER at 15%!

    This was on a limited dataset used to test and train which most likely means that if you introduced an even larger dataset with greater variations in handwriting style for testing the numbers might be even worse.

    Very simplified: A risk of a character wrong every 20th character and a word wrong every 7th word. The SER was around 20%.

    There’s an reason why no one has released a good model for western letters yet and why companies pay up to 1€ for capturing data from 10 handwritten pages.

    It will come but OCR isn’t as sexy as developing text2image solutions.




  • To train an AI to recognize handwriting you need a huge dataset of handwriting examples. That is millions of samples of handwritten text + information about what the written text says in every example).

    This is why the best engines only exists as a service in the cloud. The OCR engines you can install lovely that are acceptable, but far from perfect, are commercial. Parascript FormXtra is one of the better commercial ones.

    The only OCR Engine that’s free and really good is Tesseract OCR but it doesn’t handle handwritten text.



  • mindlight@lemm.eetoOpen Source@lemmy.mltext in image translation
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    6 months ago

    I don’t have the answer your looking for but maybe a pointer for where to look and what to look for …

    What you want is essentially done in two steps.

    1. Optical Character Recognition - an image consists of pixels. There is no text, just pixels. You need a program that can see the difference between pixels forming an A and an B. Tesseract is a very competent program for this and it’s free. However, it’s command line only but I know there are GUI applications based on Tesseract.

    2. Translate text from one language to another - maybe Dialect?




  • Normally it’s not lack of Windows compatibility breaking the use of an application with wine, it’s the frameworks and libraries the application was built with/need to have access to.

    So check what additional libraries and stuff your application have as a prerequisite. Visual C 2005? 2010? DotNet framework? Which version? And so on.

    When you know what the application needs, then you can Google for “wine DotNet 4.5” (just an example) to get a feeling what problems people had and how they solved it.

    Essentially wine needs to know where to find them when you start your application with/in wine.

    Also, if your application uses MSSQL Express or similar, you might be out of luck. So if that’s the case you should start googling on how to get that running (if even possible) before installing.

    Good luck, be stubborn and make sure to have fun. There’s a lot you’ll learn in this adventure of yours that will come in handy again and again in the future.



  • The statistics seem to be based on User Agent. A lot of people"fake" their user agent to avoid fingerprinting and other things.

    I myself used to do it when I wanted to download Windows 10 ISO from Microsoft. If your UA said anything Windows you were forced to use download Microsoft USB Tool. If it said Linux you got a direct link to the ISO.


  • As someone who’s been writing for close to ten years now, I would tend to think I would get paid at this point. Or, at least write for a site that would. I can’t begin to describe in words how frustrating and unfair it’s been to see websites that are “younger” than me become so successful that they’re able to write for their site as a full-time job in just one year.

    This is a truth I’ve seen again and again throughout my career (started my career in IT in the 90’s). Just because you’re awesome at something doesn’t guarantee you a fat bank account. The people who most often succeed are the ones that have at least some knowledge of a subject and some understanding of how business work.

    It doesn’t mean anything that you’re the best at what you do if you don’t know how to get the customer to sign the agreement.


  • The problem is that the vast majority of end users prefer apps over websites. They have no clue whatsoever that 99% of all apps are essentially just wrapped websites.

    Since Mozilla has been unable to find a viable business model (No, relying on Google handouts is not a viable business model) I fear that there is only one possible future and a free web is not part of it.