That’s actually a big negative compared to Obsidian. It’s just a bunch of markdown files in a folder, so you can sync them using e.g. git and manage conflicts that way
- 0 Posts
- 38 Comments
How does this differ from Obsidian?
What’s an NPA?
Fenzik@lemmy.mlto World News@lemmy.ml•China's real youth unemployment rate could actually be close to 50% - more than double the official rateEnglish2·2 years agoPeople shouldn’t have the lowest social status just because they don’t work, that’s the thing. We should take care of everyone’s basic needs and let people work on things they are passionate about, instead of simply treating with poverty those that don’t participate.
Fenzik@lemmy.mlto World News@lemmy.ml•China's real youth unemployment rate could actually be close to 50% - more than double the official rateEnglish341·2 years agoUnemployment generally only measures the percentage of people who are seeking work but unable to find it. Those who don’t work because they are otherwise taken care of aren’t usually counted. That’s actually the source of the discrepancy in the article so the headline is bs imo.
I’m all for reducing our working hours as a population though. More productivity should equal less work, not more GDP
Fenzik@lemmy.mlto Technology@beehaw.org•[Fortune] Over just a few months, ChatGPT went from correctly answering a simple math problem 98% of the time to just 2%, study finds8·2 years agoYou uh… you might have chosen the wrong field if you hate displacing labour
Fenzik@lemmy.mlto Open Source@lemmy.ml•I made a program for parsing wallpapers from wallhavenEnglish1·2 years agoTIL wallhaven, what a neat find. This could make a solid cron job for grabbing a new wallpaper every day
This was a lovely exchange comrades
An the issue is only inside the network? I’d complain to IT about that, yeah. Maybe they are overriding the DNS record with their own DNS server or something.
Can you set your own DNS servers on your client devices? Does cloudflare or quad9 resolve it?
Do you have a static IP? If not, have you tried some kind of dynamic DNS like DuckDNS?
A tale as old as tech
Fenzik@lemmy.mlto Selfhosted@lemmy.world•I've just hit the mark of 450 uploaded containers to my docker repo! And two of my containers (cmatrix, btop) are at the #1!English1·2 years agoThis is true. However many big maintained public images are multi-arch so down for ARM, and the fact that Docker runs in a VM on Windows and OSX when you install it doesn’t matter to most people. On Linux indeed it reuses the host’s kernel (which is why containers can be a lot lighter than VMs)
Fenzik@lemmy.mlto Selfhosted@lemmy.world•I've just hit the mark of 450 uploaded containers to my docker repo! And two of my containers (cmatrix, btop) are at the #1!English11·2 years agoIt’s not NAS specific, it’s platform independent - that’s the whole point. You have an application you want to run, and you package it all up into a docker image which contains not only the application but it’s dependencies and their dependencies all the way down to the OS. That way you don’t need to worry about installing things (because the container already has the application installed), all you have to do is allocate some resources to the container and it’s guaranteed* to work
*nothing is ever as simple as it first appears
One area where this is really helpful is in horizontally scaling workloads like web servers. If you get a bunch more traffic, you just spin up a bunch more containers from your server image on whatever hardware you have laying around, and route some of the traffic to the new servers. All the servers are guaranteed to be the same so it doesn’t matter which one serves the request. This is the thing kubernetes is very good at.
Edit: see caveats below
Fair enough! Do you cover your costs for it? I see you’ve got live stats - what’s your monitoring stack?
This is just really cool, I’d love to build an actually useful service like this and have it at least pay for itself but so many things are so daunting! (Payments, SRE, having a nice front end, …)
Wow really nice project! Do you work on this full time?
What exactly is Hyprland? I looked at the site quick but I couldn’t quite figure it out from the description.
Disclaimer: I’ve only ever used Linux servers, not really as a desktop beyond vanilla Ubuntu
This is definitely a job for templating, seems you’ve got the right tool to me!
So far I just hand roll my docker-compose (at home, anyway). However, docker-compose does also support overrides via yaml merging, maybe that’s worth looking into?
My idea with that is to have a base compose that configures also my services and then to have a few override yamls with environment specific stuff (like prod, local, …)
This is similar to Kustomize from kubernetes land which I’ve worked with in the past
That’s only with Sync. But the notes are just markdown, so you can also just use GitHub or whatever to sync them. They never need to hit Obsidian’s servers, and that’s actually the default because you have to pay for Sync.