-
Bilgin’s Blog | Kalman Filter For Dummies
More Kalman Filter links. This one is one of the best.
-
How a Kalman filter works, in pictures | Bzarg
Ive been doing a deep dive on Kalman Filters. Here are one of the best explanations. Beware it’s hard.
Author Archives: Pito Salas
Link
-
Very cool and clever visual programming.
Link
-
Looks like another wonderful rails deployment solution. Definitely will check this out as an alternative to Heroku.
Link
-
One-liner introduction – Ruby one-liners cookbook
One liners are always fun to learn.
Link
-
Free Git GUI for Windows, Mac, Linux | GitKraken
This looks like an amazing tool. I plan to try it asap!
-
It’s true that there’s a level of coolness associated with using cli, but it’s not necessarily true. After all we’ve moved on from VIM haven’t we, and use IDE. So forget about the stigma!
Link
-
Ruby style guide from Shopify.
Great, I think I agree with all of it. We should all be able to live with these!
-
Some wise advice although for a funny language.
-
Scaling services with Shard Manager – Facebook Engineering
Really interesting and detailed look behind the curtain at Facebook about how they handle scale and sharing.
-
Linux Commands for Developers – DEV
Another one of these lists of commands.
Link
-
A great new tool!
Link
-
Rodauth: A Refreshing Authentication Solution for Ruby | Janko’s Blog
Always nice to see alternatives to devise but this is just as complicated. I haven’t used it but my question is how much of the user facing UI does it provide and how do you customize it?
-
Ruby introduces find pattern in pattern matching | Saeloun Blog
Another useful? Extension to ruby! Are they running out of things to do? How about type inference and speed?
Link
-
The UX of LEGO Interface Panels – George Cave
Interesting analysis. Also follow the links to more good stuff
Link
-
Noticed Gem: Notifications for Ruby on Rails applications
very useful gem to send all kinds of notification from Rails. Haven’t tested it myself.