it crashed the first time I tried to reply to this post
it crashed the first time I tried to reply to this post
I love it in principal, but I found it reliable for long term operation. I was trying to use it as part of a home automation setup. Kept it updated, just had to be restarted all the time.
Your experience suggests maybe this isn’t true anymore; are you aware of a time when stability was bad and now it’s fixed?
“The Lemmy Overseer” as I understand it is a backend service that gives us an API to use.
There is an open-source script for interacting with it. However, it does not tell you how that backend service works, exactly. It’s a black box with well defined interfaces, best case, as I understand it.
Important question; author kind of answers here:
https://lemmy.dbzer0.com/comment/204729
If I were to rely on this for my instance, I would require that it be completely transparent and open source. It doesn’t look like this is; you have to trust that it is making good selections, and give it power over your federation status. It’s a dangerous tool, IMO, but I can understand why it would have appeal right now.
I still know permabulls that at least say they are buying with every paycheque. I doubt there are enough dollars doing that to keep the price afloat, if I were a whale I’d probably be selling, personally.
I’ve been taking a lot of notes for ~16 years. When you write too many, they become write-only. It’s too difficult to sift through them to find nuggets you can synthesize into something else. I’ve tried structuring my notes after writing them, but this becomes remarkably time consuming and difficult to do unless you are extremely diligent about how frequently you do it.
You’ve got to structure your notes as you write them, and LogSeq makes this easy.
I still take a lot of notes via “Note to self” in a messaging app; I don’t use the LogSeq mobile app because of some opinions I have around syncing (if you pay, you can sync, but I want full ownership of my notes and to trust that they are private). However it’s just a copy-and-paste for me, because I’ve got my hashtag structure figured out mostly.
I have a few tips for new users:
It might take you some time to find the “themes” of your notes, before you’ve really wrapped your head around it you might just pepper hashtags everywhere. Eventually it becomes pretty clear. Use them diligently and later when you get fancy with search and queries you’ll be glad you did.
Separate larger thoughts in the outliner - sub-thoughts, parallel thoughts. Make child blocks. Remember that child blocks inherent the tags of their parent blocks, so don’t repeat tags in child blocks or the search results will get messy. When you come to a conclusion, hide your evidence and reasoning under your conclusion for future reference.
Finally,
I am very glad I’ve been journalling for so long. I wish I had done it more. Every now and then I go back to old journal entries and revisit the me of the past, and the problems I had. I can reflect on them, add amendments, and essentially have a conversation with myself through time. It is remarkably valuable.
I’ve used obsidian a bit. It is much more polished and so are the plugins. However, the long-form structure it promotes loses out on the second piece of advice I wrote above: don’t write massive blocks. In my opinion, it is much easier to synthesize something later with your notes when you have structured them in an outlier format that is backed by a true graph structure with searchable parent/child relationships. It’s more like how your brain works, and if you’re using this as a second brain that’s important.
I’ve tried it for a bit and while it’s like 90% pretty great, the last 10% is pretty annoying. Something about copy-and-paste being more frustrating when using it - I had to uninstall it.
I stick with vim for years out of that sort of badge of honor. Now I use vscode and nobody is taking it from me.
You can do almost anything in vim or emacs, but I can do it faster in vscode. It’s a really fantastic tool and it’s completely free.
I’m currently working on a disaster recovery plan using fsarchiver. I have very limited experience with it so far, but it had the features and social proof I was looking for.
I have so far used it to create offline filesystem backups of two volumes, one was LUKS encrypted (has to be manually “opened” with cryptsetup).
It can backup live filesystems which was important to me.
It’s early days for my experience with this, but I’m sure others have used it and might chime in.
still waiting for mine! then it’s delete content, delete account
It takes some getting used to, but for me it’s much better than JavaScript and even TypeScript. TypeScript is a little better than using JavaScript, but not by much. I still find it very frustrating to use. The ecosystem is a mess, IMO.
In Rust when doing web work, at least when using the Yew framework, you return an Html
type from functions. Kinda like this:
fn hello_world(props: &Props) -> Html {
// do logic
html!{
<div>{ props.username }</div>
}
}
It’s very similar to using React, with various state / hook things that have been developed pretty directly with reference to how React does things.
Oh, absolutely the opposite for me too. I’ve written the backend for a project I’m working on, it was smooth sailing the entire time. Define your data model, build an API, think about business logic and security, all very rational and step by step.
Now I have to make the UI. It’s a horrible slog to do basic things. Drag and drop? More like drag my corpse because I’ve dropped dead
I refuse to use JS anymore, so I’m doing everything in WASM (Rust/yew). It’s better, but still pretty high friction.
I’d probably do this for a hobby project
but financial software? no way in heck!