Viewing profile — mrdoops
mrdoops
HN member- Joined
- Mon, May 29, 2017, 9:53 PM UTC
- HN karma
- 707
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About mrdoops
No profile information was provided.
Recent public activity
-
comment
Comment #48389358
It's very nice updating Elixir, having no breaking changes across my many projects and it then the compiler just finds bugs for free. I'm so spoiled.
-
comment
Comment #45600091
Solar is great but the bottleneck is on battery capacity to carry those noon hours into evening for peak usage. Last I checked we had plenty of lithium and are mostly held back on …
-
comment
Comment #44329924
Thanks, I might hit you up when I'm in the weeds of that feature.
-
comment
Comment #44329699
Any takeaways on using Fly APIs for provisioning isolated environments? I'm looking into doing something similar to Phoenix.new but for a low-code server-less workflow system.
-
comment
Comment #43786140
Manufactured consensus is everywhere there is enough attention to incentivize such an effort. The worst by far is Reddit.
-
comment
Comment #43585464
The important thing is to know fundamentally "why" a rule exists and what goal / organizational objective it's existence and constraints provides. Then breaking it can be productiv…
-
comment
Comment #43142315
Main limitation of these kinds of products is that the graph/workflow itself is not very expressive of dataflow options. Eventually you need map, reduce, and state machines and lik…
-
comment
Comment #42313152
Most expensive part of the typical web app is the coordination cost between front and backend devs. Thus the rational to have 1 dev implement full stack. But the trade-off for coor…
-
comment
Comment #41829573
The canonical paper on handling software failures: https://erlang.org/download/armstrong_thesis_2003.pdf
-
comment
Comment #40516100
IMO the big win for Elixir/Nx/Bumblebee/etc is that you can do batched distributed inference out of the box without deploying anything separate to your app or hitting an API. Massi…
-
comment
Comment #40494092
Yeah modern ML is not really at all comparable and they're more complementary than modern approaches replacing rules. All these agent frameworks and platforms cropping up will be u…
-
comment
Comment #40494054
My research went in similar directions although I was looking at RETE for rule evaluation as part of a general purpose workflow engine with rules as just one part. Incremental view…
-
comment
Comment #39375785
Yeah 100% the root pain is from low agency/trust dynamics of a large org. Jira is just the tool management chooses because nobody-got-fired-for-buying-jira.
-
comment
Comment #38450661
It shipped with a slide out that we can't figure out how remove in the AWS console which is already a dumpster fire of a UX. Every single developer in our org already hates it for …
-
comment
Comment #38053642
This is a great resource to map "what library/thing should I use for x situation" which can sometimes be daunting to someone new to an ecosystem. The "niche" label cast at Elixir a…
-
comment
Comment #37542315
Sounds like a big issue, better make a Jira ticket for it to get prioritized later.
-
comment
Comment #36884361
Elixir is good at doing a lot of things at once on - scaling to lots of machines - and not exploding catastrophically while doing so. Turns out this is really helpful for machine l…
-
comment
Comment #36866140
* Elixir-lang Intro: https://elixir-lang.org/getting-started/introduction.html * Exercism track: https://exercism.org/tracks/elixir * Sasa Juric's book: https://www.manning.com/boo…
-
comment
Comment #36863944
Mojo is pretty cool but its a difficult road to take - especially to implement the breadth of accrued functionality of a 20 year old language like Python. Elixir & Python are not a…
-
comment
Comment #36863823
It's a weird mental block too - learning a language like Elixir, being so well designed and documented, is as comfortable as it gets. Devs we hire without direct Elixir experience …
-
comment
Comment #36128664
Liveview v1.0 is the next step with this release out; 1.0 will be the main target for tutorials, documentation, examples and libraries to build on. Easiest way to get component usa…
-
comment
Comment #35563591
I'd say its good for both. Small sites because it is low-bandwidth to figure out how to use. Time is money and if I'm just tinkering on the weekend I don't really want to learn Kub…
-
comment
Comment #35562930
Elixir does distribution and concurrency really well, so Fly making multi-region deployments easy makes it a good fit.
-
comment
Comment #35527841
It is bonkers how little code and need-to-now is necessary to deploy cutting edge models in an Elixir app these days. I didn't realize until a recent side project just how much pro…
-
comment
Comment #34807331
It's good, but these models are general purpose starting points - they expect and recommend fine tuning to get excellent results.