Ally Jr
1.3K posts

Ally Jr
@3210jr
Building technology for humans | Co-founder of @elsahealth | CTO @HikmaHealth | Working towards universal & scalable healthcare using technology.
Phoenix Katılım Kasım 2014
677 Takip Edilen675 Takipçiler

Found this project: "Brain Made" - brainmade.org. I think this is very cool! and I am going to use it everywhere!
English

@kimonoslad In comparison to both C and Micropthon (also JavaScript through Johnny five and friends.) Its been a few years since doing embedded, so maybe things are different now! But the rich (and sound) type system has me hooked. Do you use Micropython for devices? Whats your experience?
English

I'm convinced that #CategoryTheory should be taught at the high school level, and should be introduced even earlier. It comes natural to children, and would make learning other #math concepts much easier.
English
Ally Jr retweetledi

SA@SalumAwadh
A VC Fund looking for opportunities in the healthcare industry Criteria 1. Business activities: healthcare service delivery (hospitals, clinics, diagnostics) and/or supply chain (manufacturer, distribution, pharmacy, insurance) 2. Ticket size: $3m-$10m 3. Company stage: Current annual turnover of $3m and above, positive EBITDA 4. Funds use for growth but up to 30% of the ticket for refinancing is possible Send your deck (if you qualify) to zmstiri@ssc.co.tz
English

I owe you drinks for life @amKevinJames for you contributions to the backend codebase! I am VERY grateful! You paid a lot of the technical debt and we were able to add 2 new LARGE features in just a week before the launch!
English

@NotePlanApp @mayghen92 Awesome! I'll follow up with the email! Thanks for the incredible response times and detailed follow up! @NotePlanApp Rocks 🎉 btw!
English

Ok does it crash with every kind of content or does it work with an empty weekly note? Some plain text?
If yes, can you send us the content that doesn’t work for you? And the crash report ideally. Through email this would be a bit easier: hello@noteplan.co
help.noteplan.co/article/19-how…
English

@NotePlanApp Desktop app keeps crashing in the week view. Been happening for 2 weeks now ... is there anything I can try to resolve this? Everything works on mobile, just desktop.
Its the perfect app for my use case, the crashing on the weekly view is just a bummer.
English

@mayghen92 @3210jr Thanks for chiming in. I’m confused. The 7 day view has no week numbers. Here are the views. Which one is it for you?

English

@enriquemoreno @housecor absolutely! especially as function complexity increases.
English

@housecor Even easier to name is you name the reducer as a function, and pass it as a parameter:

English

@blombuketten @housecor Valid point! for loops are also not readable to everyone. This snippet:
1. Only gets harder to read with complexity
2. Mutating state, potentially more with complexity
3. Actually hard to read for declarative programmers
4. No concurrency
5...
Solution: use what the team uses
English

@housecor Solution: Don't use Array.reduce.
let totalAges = 0;
for (const age of ages) {
totalAges += age;
}
The most readable piece of code you've ever seen.
English
Ally Jr retweetledi









