A quiet person who loves coding.

  • 2 Posts
  • 38 Comments
Joined 4 years ago
cake
Cake day: June 28th, 2020

help-circle
  • Aww, too bad

    I see a comment inbox but can’t see here. I’m pasting it here

    I switched to the fork as soon as I read this news. It shouldn’t take more than a few minutes:
    Just install it in parallel with the mainline app,
    export your existing configuration to the default storage location, import it in syncthing-fork (it’ll detect the export file automatically),
    and you’re done. Uninstall the official app so they don’t compete for the daemon and port.











  • DebianGuy@lemmy.mlOPtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Thanks for sharing. Agree, In had a few of these separate running, dual booting episodes and moved only now completely due to the right mental space and bandwidth.

    I proclaimed multiple times in my life that Linux will always have less than 5% desktop users and that is perfectly fine. Forget normal people, even the most tech savvy users could never make the move.

    For those of us who do, after the navigating the technical challenges, elitism, and hostility, it is indeed a lovely journey. I know everything will not be smooth and there will days of halted usage due to some breakages. The system if setup in a sensible way just like a server, it could reduce this friction to some extent.









  • DebianGuy@lemmy.mlOPtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Thank you for the welcome :)

    My rationalization for LibreOffice Calc is — As I see it, I have never used too many formulas and the complex reporting, but for organizing data. For example, I had a sheet called large-purchases where I had listed down all the things I want to buy, and then tracked things estimated price, actually price, total amount remaining, etc. If you see, it is just a database table with a fancy entry and some calculations. So Calc can do all that simply and for something more, I can either learn more of Calc and/or just use a db and turn it into simple personal app.



  • DebianGuy@lemmy.mlOPtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    VS Code has gotten really fast recently but it is more of a combination of having the right plugin (TextFX in this case) and the general fastness. Someone should ideally just port that TextFX. I thought about doing that a lot of times, but it was a lack of time + lack of skill issue :)

    Again I do use VS Code for the occasional frontend work. It is great but for all heavy duty manipulation sometime really is off in VS Code. It could be that I haven’t out of inertia tried too much.

    I don’t know if I can qualifiedly explain what it is about the plugins, they work well and have sane defaults. Notepad++ with all its custom panels, that plugins create a quite a clunkiness in there, but having those separate panels sometimes gives it a unique and flexible usage experience.

    About the edit thing, there are just so many options that sometimes I forget that TextFx plugin exists. There are 100 or so options in that edit menu neatly categorized into sub menus like Insert, Copy, Indent, Line Operations, Blank Operations, Auto-completion, Paste Special, On Selection, Multi-select All, etc each having 5 to 7 operations.

    Line Operations for example has these:

    Duplicate Current Line
    Remove Duplicate Lines
    Remove Consecutives Duplicate Lines
    Split Lines
    Join Lines
    ...
    Reverse Lines
    Randomize Lines
    ...
    Sort Lines Lexicographically Ascendlng
    
    and 10 or more 
    

    Another great thing is the whole design and the options around managing bookmarks while searching. I should write a blog post on it :)