HackerTrans
TopNewTrendsCommentsPastAskShowJobs

szajbus

no profile record

Submissions

Pogo – Distributed Supervisor for Elixir

szajbus.dev
5 points·by szajbus·vor 3 Jahren·0 comments

comments

szajbus
·vor 12 Monaten·discuss
Well, distribution is the killer feature. More, it's inherent property of the platform (web).

Web devs are in full control of their whole stack (excluding the browser where you occasionally need to account for incompatibilities), have to maintain only one version of the app (no upgrade needed on client-side), are not constrained by the platform owner's policies (app store tax).

Yes, it's more limited than native technologies in other ways, so it's not an answer for every problem.
szajbus
·vor 12 Monaten·discuss
...and then jump through completely different set of hoops to distribute to multiple platforms
szajbus
·letztes Jahr·discuss
Interesting choice of a screenshot in the README... Manchester United in top four, clearly a hallucination produced by the AI.
szajbus
·vor 2 Jahren·discuss
I always thought that the movie would be better with another actor in the main role. I just don't buy the character played by Charles Bronson.
szajbus
·vor 2 Jahren·discuss
After testing many clients I learnt to stop worrying and just use Mail app.
szajbus
·vor 2 Jahren·discuss
That's anectdotal.

I'd argue that the risk of your own instance being inaccessible for whatever reason is significantly higher than GitHub or GitLab having a full outage.
szajbus
·vor 2 Jahren·discuss
You can call Odra anything but a PC and the author is clearly referring to availability (or lack of) of personal computers.
szajbus
·vor 3 Jahren·discuss
It's probably good rule of thumb as the fitter you are the lower rest HR you have and your heart rate recovery rate is also higher.
szajbus
·vor 3 Jahren·discuss
All good, but without being actionable they're just vanity metrics that only get discussed during performance reviews. They don't provide any meaningful insights on how to improve actual performance in day-to-day work.
szajbus
·vor 3 Jahren·discuss
As fun as the game seems to be, there are bugs that makes it impossible to play.

Clock randomly jumps to zero. I can sometimes make infinite moves. Using laser is a bit unintuitive.
szajbus
·vor 3 Jahren·discuss
Blogging about Elixir https://szajbus.dev
szajbus
·vor 4 Jahren·discuss
Do you recommend any alternative or perhaps complementary book?
szajbus
·vor 4 Jahren·discuss
I wrote Elasticsearch CLI just to scratch my own itch, as for certain tasks I just prefer to stay in the terminal. It's written in bash, uses curl under the hood and provides zsh completions for index and alias names.

https://github.com/szajbus/elastic-cli