

Given the concern, it would be good to be explicit in the blog post. What other assets does it genuinely need? The code is open source, people are free to host instances
Scottish loon sometimes in Caithness, usually in Edinburgh. Likes rugby, F1, reading, cooking, and irn bru
Given the concern, it would be good to be explicit in the blog post. What other assets does it genuinely need? The code is open source, people are free to host instances
No mention of the name Mastodon and copyrights which I seem to recall is one of the bigger complaints
Hey, aren’t you that starfleet officer that started out a goofy ensign?
If ever there was a starfleet officer who loved Java. It would be Brad. Followed closely by Spock I suspect
Test Driven Development. The route to programming nirvana includes a stop at this station
If you don’t know, ask a stupid question to yourself. Then ask it again in a more intelligent manner to a rubber duck. Then a real person. One of these three will give you an answer
TDD is the answer to the second part. Seriously, just try it. Don’t do it for every task after, but do try it!
Notes, tickets, knowleadge bases, READMEs, well written code that is easy to understand, tests that are descriptive, ADRs. Nobody can remember it all, the hard part of programming is making it easy for the next change. Remember it’s likely to be you, be kind to your future self
And imposter syndrome never goes away. And this is a good thing - “don’t get cocky kid”. It does get lesser though, and then you get more responsibilities! But really, if you aren’t questioning why and what you are doing, how do you trust your past self? Embrace the imposter, realise we are all imposters to a lot of extents
I honestly can’t believe it wasn’t curses based already
I use EndeavourOS btw
Great to see OpenAPI being even more embraced. It truly is fantastic for multi-team engineering
F-Droid is the single biggest reason that Android is actually usable. And the only real reason Google aren’t getting sued for monopoly practices. If only ReplicantOS was more viable
Wow, what’s the size limit going to actually be? 20MW is phenomenal from a single turbine, but what could we hit?
openSUSE worth a consideration. More frequent releases than debian, but still pretty conservative
Also, obviously no
Did you bite the bullet and go and print something the next day?
For sure. Coat buildings with this and we all win
Okular
Begun, the AI wars have
Archive.org offering to step in and help if google will hand over the domain and db
Yarr harr harr
I also shit on osx and windows
I think unix signals are a bit lacking for your use case now. I’d consider having the daemon also have a web interface that you could then have the web server message. You mention systemd also, so could also consider MQ message queuing or D-Bus. Getting these to scale across computers isn’t as simple, hence my http suggestion initially. HTTP should also then be OS agnostic