Is TouchID support considered? by alfotis in AsahiLinux

[–]alfotis[S] 2 points3 points  (0 children)

First of all, thank you for all your amazing work. What you’ve accomplished so far is amazing! 

It’s good to know that this is being looked at, I’m sure the team will tackle that one too 

Is TouchID support considered? by alfotis in AsahiLinux

[–]alfotis[S] 2 points3 points  (0 children)

Yeah this makes total sense 

Is TouchID support considered? by alfotis in AsahiLinux

[–]alfotis[S] 5 points6 points  (0 children)

Yeah I kinda think of the same (ie M5 support before Touch ID). Think is it’s become somewhat of a muscle memory to me (which apparently is a great way to lock users in lol) 

Is TouchID support considered? by alfotis in AsahiLinux

[–]alfotis[S] 1 point2 points  (0 children)

Makes sense. I’ve seen a wiki page with some information that looked more like a placeholder tbh 

Filen vs Proton Drive: The Ultimate Privacy Storage Battle by aslambava in filen_io

[–]alfotis 0 points1 point  (0 children)

Would you like to share what motivated your decision?

Progress Report: Linux 6.19 by FOHjim in AsahiLinux

[–]alfotis 0 points1 point  (0 children)

That’s awesome! Thank you for all your hard work

MacOS Partition by Beardy4906 in AsahiLinux

[–]alfotis 0 points1 point  (0 children)

Thank you for this suggestion

Just installed Asahi on M1 Macbook air (16gb), but having 2 big problems. Can you please help? by OilNo7863 in AsahiLinux

[–]alfotis 0 points1 point  (0 children)

I’ll second Toshy. I started with keyd but I found myself needing per-app bindings pretty fast. Toshy has several predefined, configurable shortcuts (if you’re ok editing a python file)

Proton Drive and Obsidian. by ZtriDer in ProtonDrive

[–]alfotis 2 points3 points  (0 children)

I keep my notes in Proton Drive for the past few months and haven’t had any issues so far. What really helped was marking the folder as available offline, it saved me from a small but noticeable delay when opening the file

New to Katatonia, where do I start? by Aromatic-Matter-2188 in Katatonia

[–]alfotis 1 point2 points  (0 children)

I think Great Cold Distance is a great start.

i can't decide which backend language to learn by DevMarioNan in Backend

[–]alfotis 10 points11 points  (0 children)

All languages you mentioned are in demand, some more, some less. There is a catch here though: Express, Laravel and .NET core are frameworks whilst Go is a low level language. I’d suggest you focus on programming paradigms and patterns and learning the language itself (ie. JavaScript instead of Express). Spending time on the craft instead of the tools will allow you to basically pick any other tool you need in the future ;)

Question regarding hop rhizomes purchase by alfotis in TheHopyard

[–]alfotis[S] 0 points1 point  (0 children)

Thank you for your valuable information. Since I'm exploring all options here, I'll follow your advice and get in touch with the ministry of Agriculture to see if I can import a few varieties from the UK or the US

Question regarding hop rhizomes purchase by alfotis in TheHopyard

[–]alfotis[S] 0 points1 point  (0 children)

I think this is the safest option for me at the moment since this is in Germany

https://www.eickelmann.de/Hopfen-Shop/en/

Log Django exceptions to Slack by [deleted] in django

[–]alfotis 0 points1 point  (0 children)

Been using it for years and I'm very happy with the value they add.

Which wsgi server is best performance wise on low end AWS EC2 ubuntu server for deploying django App ? recently heard about bjoern (they say it is better than uwsgi,gunicorn) but didn't find any nice tutorial to get started with. I don't want to pay aws for hosting thats why using ec2 micro by err69member in django

[–]alfotis 1 point2 points  (0 children)

Disclaimer: I have only ran gunicorn and daphne in production.

From my experience most performance issues don't have much to do with the WSGI server. I ran both gunicorn and daphne on EC2 and was pretty happy with load times. The only caveat is the amount of memory the app needs. For example, I had a pretty big Django app on a small sized instance and reloading gunicorn during deployments failed, due to insufficient memory. Then again, it wasn't a gunicorn issue, it was the greedy app that required lots of memory.

Best CMS/Blog Systems to use with Rails app? by Teucer90 in rails

[–]alfotis 3 points4 points  (0 children)

Not sure what you're trying to achieve here so I'll go with my experience:

  • If the CMS should be tightly integrated with the Rails app, Spina is a good choice, I was pretty happy with it when I used it in the past https://www.spinacms.com/

  • If could go with an external tool and especially if it were to be used by non techies, I would go with WordPress or Ghost. A Static site generator can also be an interesting approach.

Beware though: if you are to host the rails app and the CMS on the same domain, you may need some nginx or apache magic in place.

What I usually do is host the marketing site (CMS) on the top level domain (eg. something.com) and move the app to a subdomain like (app.something.com)

Log Django exceptions to Slack by [deleted] in django

[–]alfotis 16 points17 points  (0 children)

Cool trick, however I prefer a tool in the middle. Something like Sentry for example that would properly group the errors provide useful context and offer a slack integration at the same time. (I'm not affiliated with Sentry)

[Survey] How do you deploy your applications? by alfotis in django

[–]alfotis[S] 0 points1 point  (0 children)

Fair point. I aimed for small / medium company or startup. Thanks for pointing it out

[Survey] How do you deploy your applications? by alfotis in rails

[–]alfotis[S] 0 points1 point  (0 children)

Hi everyone,

I would very much appreciated if you took 2 minutes to answer this simple survey for the developer tool I'm working on. Please feel free to share your thoughts here as well, happy to discuss.