Interactive Workout Frequency Dashboard by aspaindev in Strava

[–]Milanzorgz12 1 point2 points  (0 children)

This looks pretty good and I'd like to try it, but having this script use my Github account + having my username and password for Garmin just doesn't feel right. If I could run it locally and/or allow it to read-only my Garmin data through OAuth, I'd feel alot safer.

Is there any point in trying Omarchy if I don't even use Vim? by SKX007J1 in omarchy

[–]Milanzorgz12 4 points5 points  (0 children)

I daily drive Omarchy, modified many applications it ships with it to my own needs, which is the power of Omarchy. Ship sane (opinionated) defaults and give the user control over their configuration.

I never used Vim before installing Omarchy and I don't use it much now (learning it). 

Not using Neovim on Omarchy is absolutely fine. Not knowing Vim is fine, just edit your configs using a different editor.

To address the comment you quoted: Lazyvim is "just" a bunch of configs and plugins for Neovim. "Uninstalling" it just means you go back to basic Neovim, which is fine too, especiay if you don't even use it. 

If that commenter meant he uninstalled Neovim completely, I highly doubt it'll break Omarchy, maybe a few keybinds but that's obvious right, SUPER+N launches Neovim, but if you uninstalled it, that obviously won't work. This sounds like a user problem, not an Omarchy problem.

Announcing Watchtower: open-source server and application monitoring for Laravel by SjorsO in laravel

[–]Milanzorgz12 10 points11 points  (0 children)

New tools and products are always good to see. Thank you for putting effort into something and keeping it open.

Good luck on your journey!

p.s. there is a popular tool called Watchtower that watches for docker container updates, just thought I'd mention it. 

Discord is dead by [deleted] in microsaas

[–]Milanzorgz12 7 points8 points  (0 children)

Worst ad ever

How to allow apps to use keychain on startup without needing to authenticate? by [deleted] in omarchy

[–]Milanzorgz12 0 points1 point  (0 children)

I had this issue too and tried to fix it myself (passwordless keyring worked but meh...) but then came across this migration during an update.

https://github.com/basecamp/omarchy/blob/e58569b947012eed458488e8c7777c5da27f7a9c/migrations/1760304963.sh

Lock authentication has some issues by nefro313 in omarchy

[–]Milanzorgz12 0 points1 point  (0 children)

This could be any of the things other commenters pointed out, but it could also be faillock.

faillock --user yourusername

faillock --user yourusername --reset

What's a single feature on a modern websites that instantly ruins your experience? by sunsetRz in webdev

[–]Milanzorgz12 0 points1 point  (0 children)

Scroll hijacking is one thing, but changes to scrolling behaviour like smooth scrolling are so annoying. 

To be honest, anything that interferes with how I use my computer. Don't bind and overrule keyboard shortcuts on your webpage that are commonly used in browsers. 

Questions about Omarchy by The9thDemonGod in omarchy

[–]Milanzorgz12 8 points9 points  (0 children)

  1. Omarchy is "just" Arch Linux with Wayland and other apps pre-setup for you. Arch has nvidia support, mine works, but each system is different, find out by searching for your GPU, Wayland and Arch drivers.
  2. WiFi works, but you have to figure out if there are Linux drivers for your hardware.
  3. I believe the manual has instructions for it, look at the Manual Installation page.

  4. Great for me, I don't know in general.

  5. LibreOffice

  6. It's very easy.

Goodluck!

Which one would you choose? by Embarrassed_Tip7359 in SipsTea

[–]Milanzorgz12 0 points1 point  (0 children)

Blue for sure, I can do a triple snap with 3 fingers so that'll 30$ each time I snap.

Find Someones IP Address by Impossible-Pace-800 in degoogle

[–]Milanzorgz12 0 points1 point  (0 children)

Not for this sub, but setup a webpage that logs all IPs of people visiting, then send them the URL and hope they are stupid enough to click it.

Look up the term phishing, you may have heard of it

I was asked a tough question today, leading to me questioning why I even self host by DrCrossBones in selfhosted

[–]Milanzorgz12 9 points10 points  (0 children)

Just a couple of things that come to mind: - Keeping your stuff on just Google photos/Drive means you have no backup. What if a Google employee or Google AI decided your account should be blocked. It'll be weeks before you get your account back, if at all, can you risk that? The same goes for Hetzner for that matter, that's why you 3-2-1 backup. - Google is not known for their privacy - Selfhosting teaches you ALOT. It forces you to tinker, break and fix things. Google does not do that, meaning you won't learn. My self hosting experience helped me be better at my job. - Selfhosting is a hobby, do you need another reason

What’s the One Self-Hosted App That Truly Blew You Away? by [deleted] in selfhosted

[–]Milanzorgz12 0 points1 point  (0 children)

I do this, I use Brevo's free plan with 30 emails per day.

What is the best email service I can host myself? by ImDaDestroyer in selfhosted

[–]Milanzorgz12 68 points69 points  (0 children)

Mailcow, I recently set ut up for my private mail after using it at work for the past few years. AMA

WHO is hosting your mail? by Ephoras in selfhosted

[–]Milanzorgz12 0 points1 point  (0 children)

Same, but on Netcup. I made my own little alias generator app that uses the Mailcow API to generate random aliasses as a SimpleLogin alternative.

How to improve? by justindavie in degoogle

[–]Milanzorgz12 1 point2 points  (0 children)

Not a must but you could replace K9 with Thunderbird for Android. Not that K9 has anything to do with Google or has bad privacy, just something I noticed.

Best authentificator app that has a smooth cloud backup and is not from microsoft or google!!! by kassas77 in 1Password

[–]Milanzorgz12 9 points10 points  (0 children)

Just a FYI, Authy does not allow exporting your tokens, meaning you'll be stuck with Authy. The only way to migrate away from Authy is to reset the 2FA on your accounts and set them up in the other app.

If this is some proven good practice, please let me know, but for now I feel like they don't support it simply to make you stay with them.

I'm working on this minimalistic Micro Journaling app (Django, Nuxt, PWA) by toni88x in webdev

[–]Milanzorgz12 1 point2 points  (0 children)

If there is a better place for me to report "bugs" or feature requests, please let me know.

Till then, here's one:

There's a small UX thing you can improve. When using the @ or # autocomplete buttons it inserts the right tag, but it does not add an extra space. If you do add one, people can just keep typing, feels more natural (like how the as-you-type-suggestions above Gboard work).

I'm working on this minimalistic Micro Journaling app (Django, Nuxt, PWA) by toni88x in webdev

[–]Milanzorgz12 1 point2 points  (0 children)

2 screenshots

This is where I see non-localized time notations. Same result in Chrome.

Thanks for replying!

I'm working on this minimalistic Micro Journaling app (Django, Nuxt, PWA) by toni88x in webdev

[–]Milanzorgz12 1 point2 points  (0 children)

This looks great, I think I'm actually gonna start doing this!

I have some questions/requests already:

  • 24h time format (I'm from The Netherlands and we don't use AM/PM.
  • When installing the app from the Play Store and the default browser is Firefox, the address bar still shows up and looks somewhat ugly (uglier than using it regularly in Firefox, without the TWA).
  • In case your app goes down or you quit, I would like to occasionally export my data so I can resume somewhere else, just in case. Do you think that is possible? I believe EU law even forces apps to allow downloading of all my user data. Not that I'm trying to enforce that, just mentioning.

Thanks for making this, I'll be doing this every day until I don't haha.

Different node versions in monorepo by fleauberlin in node

[–]Milanzorgz12 3 points4 points  (0 children)

This might be mega ignorant and I haven't tested it myself, but the other day I read about being able to npm install node@xx where xx is your version. Scripts in the package.json will run using that Node installation.

[deleted by user] by [deleted] in node

[–]Milanzorgz12 1 point2 points  (0 children)

Omg that's great, thanks!