So I was setting up this new laptop, and after security updates I went on cleaning the trash through Powershell, and after removing all unwanted packages I was going to let a note on the desktop and there was no Notepad in the context menu… oops, I messed up I thought, I must have removed stuff I shouldn’t, so just to be safe I did a factory reset and this time read very carefully every package before removing, and again no Notepad! And I notice there was no Paint nor Calculator either… so turn out new Win11 is shipped with Outlook, Maps, Solitaire Collection, People (whatever the hell that is), and even some IE, Zune and Skype legacy packages, but not with Notepad?! You actually have to download it from Microsoft Store… and now they all come with Copilot lol
Anyway, this sounds like a great opportunity to look for some FOSS alternatives!
What do you guys use and recommend?

  • Zerush@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    5 days ago

    The best alternative to Paint for me is Online

    https://viliusle.github.io/miniPaint/

    I don’t know why it is called Mini, it’s a very powerfull and complete editor. I use it as PWA, also selfhostable

    Instead of Notepad

    https://www.giuspen.net/cherrytree/

    Calculator, curious, and complete this one

    https://preccalc.sourceforge.net/

    • arbitrary precision (up to 100,000,000 significant digits !!!)
    • complex numbers
    • fractions
    • lists, vectors, matrices
    • history (shortcuts ctrl+up, ctrl+down)
    • calculator can write all results to a log file
    • commands if, goto, print, return
    • unlimited number of variables
    • frequently used formulas can be saved as macros
    • calculator can be translated to other languages

    https://preccalc.sourceforge.net/screenshots.shtml

  • JohnEdwa@sopuli.xyz
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    4 days ago

    Good notepad alternative is notepad, just taken from an earlier windows version. Best version of it is the early one from Windows 11 though, the one that just added autosaving and tabs. It’s the perfect balance of simplicity and usability for a temp note taking app imo.

    That is, if you just need a program with a text field and nothing else. If you want something more useful in general though, then the obvious answer is Notepad++.

    • stink@lemmygrad.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      I’m an unorganized POS and my least favorite thing about win11 notepad is how it auto-opens all your unsaved notes after a reboot. I didn’t save em for a reason!

  • PiraHxCx@lemmy.mlOP
    link
    fedilink
    arrow-up
    4
    ·
    5 days ago

    I saw that Notepad and Paint have integrated AI now. I didn’t check if the same applies to Calculator, but I’m terribly afraid they might collect my Calculator history… far more shameful than any late‑night browsing history.

    • Tenderizer78@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 days ago

      Yeah, putting AI in Notepad is so stupid. The entire point of notepad is how lightweight it is.

      • JohnEdwa@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        4 days ago

        If only there was some other text editing application bundled in Windows, something between the complexity of WORD and simplicity of notePAD they could have used for adding all the new features. Shame that nothing like that exists. Oh well.

  • liliumstar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 days ago

    cudatext as a notepad replacement. It’s closer to a full featured text editor, but is very quick to startup with no extensions installed.

    I have no idea about replacing paint, but irfanview for simple viewing, cropping, resizing, swapping formats, etc.

    For calculator stuff I sometimes just open the Python REPL. If you know the language (even a little bit) it does all the things and more. Every time I try to use the Windows calculator it annoys me trying to find the right button and them accidently putting another operator instead of equal or vice versa.

  • sudoer777@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 days ago

    On the Windows 11 install I was forced to use, I installed vim and helix through scoop. And python/julia works for calculator.