Skip Navigation
Jump
Let's clarify something: does Bluesky allow federated servers on their network? Is there a list of those independent servers?
  • So its activitypub, but worse because its designed from the ground up to be difficult to federate? Bro just use twitter at this point.

    -4
  • Jump
    ‘Right to Repair for Your Body’: The Rise of DIY, Pirated Medicine
  • $1000 to cure hepatitis c, and yet its still under a patent? No government intervention? What the fuck, USA really is a cyberpunk world.

    1
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • Honestly this is the thing I worry the most. Without having encryption as a first class citizen, the ux of the notes will be sacrificed greatly. Simply because good encryption tends to be slow, making the app unproductive imo.

    1
  • Jump
    How did you find your hobby/hobbies?
  • Passion since I was a kid. The earliest memory I have is me touching tthe LCD of a laptop.

    7
  • Jump
    Opinions on Session?
  • I still don't get their "privacy coin" based network. I think their luck would look a lot better if they use the existing tor network instead of lokinet.

    2
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • Was having that kind of idea. If you have any inputs about it, youre welcome to open a pr on treedome

    1
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • Hmm if it comes to the age of a tech and its stability, I agree. I guess only time will tell. But do you have any suggestion for what this note taking format would look like? I personally think for non encrypted notes, foam's implementation is on the right track.

    1
  • Jump
    Introducing Zed AI
  • Zed AI embodies our belief in open, collaborative software development.

    And somehow uses Claude as the AI, a CLEARLY non-open source LLM. Yeah, how about stop using the word Open Source, a clearly proprietary FIRST company. It's like they are trying to lure people in to their walled garden with this "open" and "for the community" kind of attitude before shoving down their closed bullshit.

    Why bullshit? Because there are other open source model out there in the wild. Even there are already movement for local first AI using something like Ollama. They don't believe in open collaborative software development. Corpo bullshit like this should be penalized by the community. Somehow.

    Please, just say you want to fool us. It's more honest that way.

    2
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • 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.

    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.

    1
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • Its future proof tho? Markdown has a standard (or at least a common implementation) and foam is just a tool to automate and graph all the boring parts?

    1
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • nice, im trying to update it on nixpkgs, will probably make 0.5.1 to fix dependencies stuff in master first tho

    2
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • If you really want to be future proof and interoperable, I suggest you to use something like a git repository + vscode + foam (https://github.com/foambubble/foam). All of the tech is open source and relatively easy to use, especially if you already know git.

    Treedome on the other hand can be abandoned. It can be swallowed by the sands of time. It uses a custom file format after all. But because of its open-source nature, as long as you have the code, you can open the notes. But that's a good idea, to be able to export to a plaintext file. You could make a request here if you want https://codeberg.org/solver-orgz/treedome/issues

    12
  • Jump
    Notesnook is down - potential FOSS alternatives?
  • Currently, using syncthing and occasionally pushing it to something like gdrive/mega/Dropbox is what I do

    2
  • Jump
    Any one know what happened to Raccoon For Lemmy?
  • I found this, maybe a fork by someone? https://www.lemmyapps.com/app/details/33 The github link is alive btw

    1
  • Jump
    Notesnook is down - potential FOSS alternatives?
  • also there's no plan to put this in android, yet. I still can't imagine how it would end up.

    2
  • Jump
    Notesnook is down - potential FOSS alternatives?
  • Thank you! By 1 file means the entire document (filled with your notes) is contained within 1 file. It's a .note file, custom-made, but based on sqlite file format. Currently I have no need to monetize the app (I want to keep it libre and free for this one), but you can contribute by filing bugs and fixing issues on the page https://codeberg.org/solver-orgz/treedome/issues

    4
  • Jump
    Notesnook is down - potential FOSS alternatives?
  • as if on queue, I just released a new version of my own note taking app https://p.programming.dev/post/programming.dev/18265389

    Its local so it's as good as your HDD/SDD, its encrypted so no one can know the content beside yourself, and you can sync it however you want (its 1 file only).

    4
  • Jump
    Treedome 0.5.0: Local Encrypted Notes with Modern Features
  • is it this one https://bazzite.gg/? Does it have .deb support? Because if so, you can install it easily because i release it with .deb and nix. If not, you can always compile it yourself using the docs here https://codeberg.org/solver-orgz/treedome/src/branch/master/docs/development/development-setup.md. Please make an issue in the repo if you have any suggestion on improving the docs.

    5
  • codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    cross-posted from: https://programming.dev/post/18265389 >Hello again everyone, Dihar here. It's been a while since the last release of treedome, but here you go! This release is all about UI update, emojis, and bug fixes. Please consult this git diff for a more detailed changelog https://codeberg.org/solver-orgz/treedome/compare/0.4.5...0.5.0. These are the highlight of the release. > > ! > > * Add emoji picker for title, will show up in tree! > * Text Editor toolbar is back, now with option to toggle both toolbar and floating menu independently! > * Checkbox is here! Thanks Mantine UI! > * You can check the size of each notes by navigating to Escape Menu -> Configure -> Show Note Sizes! > * Add created/last modified date in notes. Note created before this will not have this field and will set as today's date! > * Create child note can now be done through dropdown instead of only from shortcuts! > * Fix bugs of saving empty tree > * General UI update and more stability for auto scrolling in tree view > * Documentation update

    0

    Treedome 0.5.0: Local Encrypted Notes with Modern Features

    codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    cross-posted from: https://programming.dev/post/18265389 >Hello again everyone, Dihar here. It's been a while since the last release of treedome, but here you go! This release is all about UI update, emojis, and bug fixes. Please consult this git diff for a more detailed changelog https://codeberg.org/solver-orgz/treedome/compare/0.4.5...0.5.0. These are the highlight of the release. > > ! > > * Add emoji picker for title, will show up in tree! > * Text Editor toolbar is back, now with option to toggle both toolbar and floating menu independently! > * Checkbox is here! Thanks Mantine UI! > * You can check the size of each notes by navigating to Escape Menu -> Configure -> Show Note Sizes! > * Add created/last modified date in notes. Note created before this will not have this field and will set as today's date! > * Create child note can now be done through dropdown instead of only from shortcuts! > * Fix bugs of saving empty tree > * General UI update and more stability for auto scrolling in tree view > * Documentation update

    0
    codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    cross-posted from: https://programming.dev/post/18265389 >Hello again everyone, Dihar here. It's been a while since the last release of treedome, but here you go! This release is all about UI update, emojis, and bug fixes. Please consult this git diff for a more detailed changelog https://codeberg.org/solver-orgz/treedome/compare/0.4.5...0.5.0. These are the highlight of the release. > > ! > > * Add emoji picker for title, will show up in tree! > * Text Editor toolbar is back, now with option to toggle both toolbar and floating menu independently! > * Checkbox is here! Thanks Mantine UI! > * You can check the size of each notes by navigating to Escape Menu -> Configure -> Show Note Sizes! > * Add created/last modified date in notes. Note created before this will not have this field and will set as today's date! > * Create child note can now be done through dropdown instead of only from shortcuts! > * Fix bugs of saving empty tree > * General UI update and more stability for auto scrolling in tree view > * Documentation update

    0
    codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    Hello again everyone, Dihar here. It's been a while since the last release of treedome, but here you go! This release is all about UI update, emojis, and bug fixes. Please consult this git diff for a more detailed changelog https://codeberg.org/solver-orgz/treedome/compare/0.4.5...0.5.0. These are the highlight of the release.

    !

    • Add emoji picker for title, will show up in tree!
    • Text Editor toolbar is back, now with option to toggle both toolbar and floating menu independently!
    • Checkbox is here! Thanks Mantine UI!
    • You can check the size of each notes by navigating to Escape Menu -> Configure -> Show Note Sizes!
    • Add created/last modified date in notes. Note created before this will not have this field and will set as today's date!
    • Create child note can now be done through dropdown instead of only from shortcuts!
    • Fix bugs of saving empty tree
    • General UI update and more stability for auto scrolling in tree view
    • Documentation update
    26
    codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    cross-posted from: https://programming.dev/post/12077965 >!It has been a month since the last time I've posted about Treedome. Back then it was still in 0.4.0 and there's a lot of little tiny tidbits of missing/bugged components. > > I've polished it since then, please take a look https://codeberg.org/solver-orgz/treedome/compare/0.4...0.4.5! > > Notable changes since then are: > * Node path will now be visible on editor, made sure user make less mistake when editing their note > * The width of note tree and text editor is now configurable > * Configurable idle timeout that will close and save your notes, defaulted to 300,000 ms or 5 minutes > * Removed about menu, now user can easily click on big badges which will open links to our repository, matrix room, etc. > * Various fixes and little adjustments > > Install it on arch (btw) and nix (0.4.5 is in review not merged yet)

    7
    codeberg.org treedome

    A local-first, encrypted, note taking application organized in tree-like structures

    !

    It has been a month since the last time I've posted about Treedome. Back then it was still in 0.4.0 and there's a lot of little tiny tidbits of missing/bugged components.

    I've polished it since then, please take a look https://codeberg.org/solver-orgz/treedome/compare/0.4...0.4.5!

    Notable changes since then are:

    • Node path will now be visible on editor, made sure user make less mistake when editing their note
    • The width of note tree and text editor is now configurable
    • Configurable idle timeout that will close and save your notes, defaulted to 300,000 ms or 5 minutes
    • Removed about menu, now user can easily click on big badges which will open links to our repository, matrix room, etc.
    • Various fixes and little adjustments

    Install it on arch (btw) and nix (0.4.5 is in review not merged yet)

    13

    You guys know that "remember me" checklist on every login page? Is it possible for us to use frontend that have that? Everytime my browser is starting up, the lemmy instances just forgets who I am and I must login again. This is not the observed behavior if I'm using Jerboa on my phone though.

    2

    Treedome is a local-first, encrypted, note taking application with tree-like structures, all written and saved in your computer

    Currently you can only try it by building it yourself, instruction here. https://codeberg.org/solver-orgz/treedome/src/branch/master/docs/building.md But .deb and nixpkgs update is planned to follow suit though! You can also try an outdated one in https://aur.archlinux.org/packages/treedome-bin

    Tell me what you think about it!

    58