miau
@miau@lemmy.sdf.org
- Comment on Haptic: A new local-first, privacy-focused and open-source home for your markdown notes 2 months ago:
I don’t really have any issue for what the software is supposed to do. I can access my instance, read and edit, templates and queries work fine.
But overall the user experience is not so good on mobile. On desktop it is really easy to navigate my notes, specially so because of the great support for keyboard shortcuts. Now for mobile it doesnt feel too good. Navigation works but the interface is too small - making tapping a bit clunky. I also find it uncomfortable to use for to do lists - things like groceries lists that I need on the go. Sometimes toggling works fine if touch but sometimes it switches to view mode.
I really dont think any of that is an issue with the software itself. Its just the format I guess? I still use silverbullet and Ive never tried anything as good for organizing work stuff. But I still wish something more “native” for android.
- Comment on Haptic: A new local-first, privacy-focused and open-source home for your markdown notes 2 months ago:
What issues did you have? I have updated recently and didnt notice any problems so far. Also do you have any suggestion for alternatives? For me personally silverbullet is great for desktop usage, not so much on mobile though.
- Comment on Launch dates for upcoming Xbox games 2 months ago:
While I think Obsidian is pretty awesome I was disappointed with the outer worlds. Pentiment had a really interesting story though.
- Comment on Launch dates for upcoming Xbox games 2 months ago:
Because its fun even if the input method isnt perfect. Specially so for casual gamers. Both ports for age of empires play really well on console and I suppose age of mythology will be just as great.
- Comment on The super-rich are disappointingly boring. 3 months ago:
Thanks for the rant, loved reading through it.
It is an interesting thought to think that a poor person is given desire but those ultra rich seem to have converted all of theirs into “more, more, more”. Almost like a dragon hiding in their cave hoarding all their treasures.
- Comment on Server Monitoring software recommendations 3 months ago:
Grafana is just the frontend, its a dashboard for your different data sources Prometheus is the “database”, it scrapes data from your endpoints over http
- Comment on Why do so many people use NGINX? 3 months ago:
Thank you for your reply!
Personally I am fine with nginx configuration, at least when using containers. The syntax is fine and all I need to do is map one file into the container
But I took a look at the automatic cert feature and wow, that is very, very nice. I may give caddy a try for this feature only - it would simplify my current setup.
I am also surprised it allows using HTTPS over port 443 for cert renewal. I didnt even know this was possible, so I was always stuck with DNS challanges.
So again, thanks for your reply!
- Comment on Overwatch 2 is finally bringing back 6v6 with tests to decide OW’s future 3 months ago:
I agree with you, but many players get deeply offended when a dps gets beaten by a sup
- Comment on Why do so many people use NGINX? 3 months ago:
Honest question: why not use nginx?
I have run it in so many different scenarios, both professionally and personally, its crazy. Nginx has never failed me, literally. My homeserver is quite limited but nginx has a very small footprint, it performs beautifully well and it satisfies all my hosting, proxying, redirecting and streaming needs.
It works for modern and legacy applications, custom code, webhosting, supports all the modern features and its configuration is very easy with literal thousandsof examples available online.
Apache probably can do all that but I hate how unintuitive its configuration is to me personally. HAproxy cant do half the stuff nginx does.
As for caddy Ive heard of it but never really used it. What does it offer that nginx doesnt?
- Comment on Overwatch 2 is finally bringing back 6v6 with tests to decide OW’s future 3 months ago:
I am with you on that one. I was speaking from the point of view of someone who didnt buy ow1 because I only got into the game after ow2 so I completely forgot it wasnt free before. Its sad how nowadays you cannot ever have “complete” games. Most games just few unpolished and unfinished and they just throw things at it trying to make money. Which for me is so ironic because I think ow has a solid gameplay mechanic - it just gets completely shadowed by all the financial decisions.
- Comment on Silverbullet.md support Logseq like daily journal view? 3 months ago:
Awesome! If you decide to give it a go you may want to take a look at the authors youtube channel:
www.youtube.com/channel/UCdPAeHKtE5XcBQ8ScLhGsgQ
He has shared some examples of the things you can do with it.
Anyways I hope you can find somethinflg that suits your needs!
- Comment on Silverbullet.md support Logseq like daily journal view? 3 months ago:
Not familiar with obsidian nor logsec, but silverbullet is a programmable notebook. Everything is indexed and can be used, acessed and manipulated using javascript.
You can then write queries to fetch the data and then use templates to display it.
I have a very simple query that displays all my pending tasks for each project I am working on.
I also have created a template for displaying ttrpg character sheets, and the data is polulated by a yaml object which contains the actual character data. Custom javascript code automatically calculates stats, skills, checks and carry weight for me.
So basically I believe that you can do what you’re looking for on silverbullet but maybe not out of the box.
- Comment on Overwatch 2 is finally bringing back 6v6 with tests to decide OW’s future 3 months ago:
I don’t personally mind microtransactions as long as they are cosmetic only. What I do mind is how matchmaking got terribly bad.
- Comment on Overwatch 2 is finally bringing back 6v6 with tests to decide OW’s future 3 months ago:
I only got into the game after 2 was launched so I only really played the 5x5 mode, but I always thought the 6x6 mode could be fun. Unfortunatelly I am not playing anymore. The core concept of the game is fun, but the matches felt just too unbalanced for me to enjoy. And although I think this change would be fun I don’ think it will fix the balance problem on matchmaking.
- Comment on Uses for local AI? 3 months ago:
Can you share some info on how you did that folder organization? Did you provide the AI with a list of files?
- Comment on Security and docker 3 months ago:
I dont get the downvotes. If op is into containers and security, podman sure is worth considering.
- Comment on Forgot to pay my domain for a year and now I have to spend £2200 ($3000) if I want to get it back 3 months ago:
I am sorry that happened to you
Thanks for sharing your story, though. I have a few domains, two of them being very important for me (one I use for all my emails, and the other one for all my self hosted stuff). So I’ll be paying close attention to their renewal
I hope you can find another domain that you like and that you can transfer your stuff to it.
- Comment on Recommended containerized CardDAV/CalDAV solution? 4 months ago:
I am currently running baikal using podman, quadlets, rootless mode. What kind of issue did you have?
That said, although baikal does get the job done, I am actually considering migrating to nextcloud just because of caldav/carddav, since it seems to be the most complete implementation out there.
It is worth taking a look at the features you need before fully migrating. As far as I can tell baikal may have some issues for some people with invitations, sharing calendars and sending email.
I’ve seen people recommend radicale, which probably works well, but from what I read is the least adherent to caldav/carddav protocols.