• 57 Posts
  • 259 Comments
Joined 4 years ago
cake
Cake day: August 3rd, 2020

help-circle

  • I use to use old forums, i don’t think the fediverse is worst then those old systems.

    I think you could just ask a one time fee when registering or a monthly fee if you want to reduce moderators burnout or increase professionalization (in the best possible sense). maybe even just have the money used and publicly donated to some non profit (or stuff like funding lemmy development). maybe having a place where people know everyone donated to achieve some worthy goal will increase the trust between people.



  • wiki_me@lemmy.mltoLinux@lemmy.mlZLUDA's third life
    link
    fedilink
    English
    arrow-up
    7
    ·
    27 days ago

    Legal then says later that the clause was not legally binding and can’t be enforced or such, making dev rollback to earlier Intel version

    Yeah it was said by email, i actually did some research and turned out it is indeed not legally binding, i think it is good to know.




  • wiki_me@lemmy.mltoOpen Source@lemmy.mlBigfive Personality Test
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 months ago

    It’s pretty good for self improvement. I scored kinda high on neuroticism but after learning some psychology stuff like mindfulness/meditation/neuroplasticity/stoicism/ACT i managed to reduce it significantly after about 2.5 years. there was even a study recently that showed how using a app to change your personality and it’s not easy and require serious training like learning a language or a musical instrument. I hope we will get eventually some open source version of that app.

    and of course you need to be open to it, humans have a documented bias toward not believing what might hurt there self esteem.


  • Simply because good encryption tends to be slow, making the app unproductive imo.

    gocryptfs is very fast for me. i have a file with about 5600 lines and i detect no difference when opening it under encryption and not under encryption. but in gocryptfs each file is encrypted separately . so you could get some information about the directory structure. but the name of the files and folders is encrypted (“archive” for example turns into something like “AaL6P86WWMnqQkMYnsRBXg”).





  • seems fairly simple , some form of XML? that gives you a schema that can be used to check the file and a rich software ecosystem of writers and parsers. Speaking of consensus based standards its also a standard way to store data.

    I would not worry too much about encryption, i use gocryptfs which gives me a encrypted folder where i store my notes in org-mode (there is also gui software for this). the encrypted notes could be some encrypted folder and some sort of standardized encryption (or maybe the encryption type specified in the metadata?)




  • the extension could cease to exist, but you can absolutely still access your notes with any text editor decades from now. I still don’t get where the “non-future proof” here. Can’t really be more future proof than a simple text file.

    Yeah but his kinda turns into a “programmers user interface” that will drastically reduce the usability. As time go by they could add more and more extensions that could make using it in a text editor harder to and harder (my cognitive bandwidth could be used for better things then monitoring that situation).

    Arguably, open document format, although standardized, are harder to open and manage because it’s far more complex than a text file that ends with .md.

    It does a lot more then .md . The structure of incentives will make it usable for a very long time if not forever (there is a lot of content in it, and having it standardized means organisations are more likely to use it). it has also passed the test of time by existing for 19 years. foam is less then 4 years old as far as i can tell.







  • good is the enemy of excellent. X11 works for most users (almost all the users?) well. You can see that with the adoptions of other standards like the C++ standards and IPV6 which can feel like forever.

    Another thing I think one of the X11 maintainers mentioned iirc is that they have been fairly gentle with deprecation. some commercial company could have deprecated X11 and left you with a wayland session that is inferior in some ways.