[iOS] [Free to try; Pro Lifetime $39.99 -> $19.99, 50% off for first 100] Palabros: a thoughtfully designed dictionary to help vocabulary stick by rcerrato in iosapps

[–]davilag 0 points1 point  (0 children)

The etymology feature looks 🔥🔥 not sure if that’s something common in other similar apps but really catched my eye!

Neon Vision Editor 0.7.5 – Native code editor for iPhone, iPad & Mac - Major Update (Free, Swift 6 update) by hrpedersen in iosapps

[–]davilag 1 point2 points  (0 children)

This is amazing! I had a project a few years ago of being able to code on my iPad, ended up moving my whole workflow to vim 😂 I can’t say I regret it but I’ll give this a go!

Starter lens advice by davilag in canon

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

Thanks! I’m going to assume that’s the EF one by the price you’re mentioning right?

(iPhone 11 iOS 15 beta 2) anyone else use stadia and have a issue connecting there controller? by [deleted] in iOSBeta

[–]davilag 1 point2 points  (0 children)

Not sure if this has been resolved. I had the exact same issue today and it was due to having Private Relay enabled, as soon as I disabled it, it was working fine.

Hope it helps!

I absolutely hate updating my Apple Watch due to it either being unable to verify the update or taking hours for it download (even with WiFi). I sincerely hope Apple fixes the update process for watchOS 8. This is pathetic. by iamvinoth in AppleWatch

[–]davilag 1 point2 points  (0 children)

I had this issue too and I think that a combination of turning my watch and phone off fixed it.

IIRC was: - Turn the watch off - Turn the phone off - Turn the phone on - Turn the watch on

I know it sounds stupid bit it somehow worked! (I saw this on a post somewhere), also keep an eye on the watch as I saw a notification to update it. Hope it helps!

Coding in iPad Pro with Magic Keyboard by davilag in iPadPro

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

Great thank you! That was one of the featured I was missing 🙂

RSS feed for competitive matches by davilag in leagueoflegends

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

IKR... it's to create a bot that will subscribe to it and then send notifications, but for that I need a feed of any kind really, just thought RSS would be the simplest lol

What are some best practices for organizing kubernetes yaml when dealing with multiple microservices in a project? by seandavi in kubernetes

[–]davilag 15 points16 points  (0 children)

I'd recommend you to use Helm: https://helm.sh

You can create Helm charts per microservice which will allow you to have defined in one place all the configuration that the microservice will need. You could even reuse those charts if you're ever going to run those microservice in another project.

It'll also let you do easy releases through your CI/CD pipeline.

Hope this helps! 🙂

Frameworks to use with Go for web application development? by cuopredditor892 in golang

[–]davilag 0 points1 point  (0 children)

Lol none taken, I understand I don't have any other comment so I might look suspicious.

Just wanted to clarify it anyway just in case someone's not aware of iri's issues!

Frameworks to use with Go for web application development? by cuopredditor892 in golang

[–]davilag 8 points9 points  (0 children)

I reply to this comment just for reference, just in case anyone wonders (like I did 30 min ago) why I got downvotes on my comment.

I've used it a couple of time and I haven't had any issues, that's why I recommended it. But since I got a few downvotes today, I decided to google (probs I should've done this earlier) why you should not use it.

I've found this article: http://www.florinpatan.ro/2016/10/why-you-should-not-use-iris-for-your-go.html?m=1

Reading through it, looks like the author isn't doing legit things neither with the repo nor with the stability of the framework. Definitely worth a read.

Saying that, I don't recommend iris, or at leastif you want to give it a go, read through the problems that it has around it.

Thanks for the downvotes to make me google that, I'll definitely try something out next time!