Spyke

Replies

Comment on

Easy peasy

Reply in thread

Autoscaling isn't only used the grow the number of servers under load, but also to guarantee availability of a fixed number. If the max is set to 1, the bastion host is protected against hardware failure, zone outages, or just you screwing up. Accidentally killed your bastion host? No problem, within a few minutes autoscaling will have provisioned a new one and you're good to go again.

Comment on

First Router Designed Specifically For OpenWrt Released

Reply in thread

That's why I wrote an Ansible playbook, to configure and update my router and access points. It's nice having this almost as infrastructure-aa-code, with all configuration changes under version control with a clear commit message. The script is available at https://github.com/danielvijge/openwrt-configuration-ansible, but do make some changes to match your configuration. I keep my network configuration (inventory file) in a separate, private GitHub repo, as that contains passwords etc.

xbox

Comment on

Most Xbox Game Pass subscribers pay full price

A bit surprising that most people pay full price. I really was under the impression that almost everyone did the 3 years gold-to-gamepass conversion and get it really cheap. But maybe the people here (or on Reddit) are not representative of all subscribers.

My 3 year conversion ends in February. Still undecided if I'll renew at the full monthly price.

Comment on

[Request] Fork an open source version of Connect (suggestions and discussion welcomed)

I remember the developer mentioned something about this once, and I had to scroll way to far back to find it: https://lemmy.ca/comment/1264956

I can totally understand being somewhat insecure about your code, or have the feeling that you need to do this/this/that before you can publish it online. And indeed dealing with an issue tracker, pull request that people expect you to review, forks of your code being published elsewhere, finding and trusting other developers to commit directly to your project can feel stressful. Disabling issues and pull request on GitHub could resolve some of these issues.

Connect is a fantastic app, and still my favourite lemmy client. I hope it will continue to work en be great for a long time. And most importantly that the developers still has fun working on the project.