I love the layout of this article. Especially the pitch and anti-pitch. I wish more more tools/libraries/things would make note of their downsides. I'm convinced to give it a try.
Yeah, that is probably what bothers me the most about this. I write C code almost everyday. I can't remember the last time I forgot a "break", but I do use fallthrough when it simplifies the logic. It also breaks even…
This would sound much less impressive if they just said 500 tons. Also, why the dead weight? 500 tons is easily doable with a (smallish) hydraulic press. The actual title of the article is "How Do You Lift A Million…
Exactly. This isn't an IoT problem, it's a cloud-based systems problem. "Cloud" actually just means "someone else's computer", and that somebody will turn off their computer someday.
Yes. They are referring to each individual copper needle as a dipole antenna.
Nice, course there's an emacs command to do that. Good ol' C-x M-c M-stacksort [1] Joking aside, I'm glad this is for vim. If this was a Visual Studio plugin, I think I know a couple programmers who would actually use…
This is cool. The documentation is very entertaining, although not something you'd show to your boss. Looks like it implements a lot more than just neural networks. Shameless plug: For a minimal neural network…
I just finished watching the Hilbert's Curve video. It's extremely well done! Does anyone know what software or process was used to create these videos?
Just proposed two of my C projects for inclusion: TinyExpr - evaluate math from string - https://github.com/codeplea/tinyexpr minctest - very minimal C unit tests - https://github.com/codeplea/minctest TinyExpr is a…
I love the layout of this article. Especially the pitch and anti-pitch. I wish more more tools/libraries/things would make note of their downsides. I'm convinced to give it a try.
Yeah, that is probably what bothers me the most about this. I write C code almost everyday. I can't remember the last time I forgot a "break", but I do use fallthrough when it simplifies the logic. It also breaks even…
This would sound much less impressive if they just said 500 tons. Also, why the dead weight? 500 tons is easily doable with a (smallish) hydraulic press. The actual title of the article is "How Do You Lift A Million…
Exactly. This isn't an IoT problem, it's a cloud-based systems problem. "Cloud" actually just means "someone else's computer", and that somebody will turn off their computer someday.
Yes. They are referring to each individual copper needle as a dipole antenna.
Nice, course there's an emacs command to do that. Good ol' C-x M-c M-stacksort [1] Joking aside, I'm glad this is for vim. If this was a Visual Studio plugin, I think I know a couple programmers who would actually use…
This is cool. The documentation is very entertaining, although not something you'd show to your boss. Looks like it implements a lot more than just neural networks. Shameless plug: For a minimal neural network…
I just finished watching the Hilbert's Curve video. It's extremely well done! Does anyone know what software or process was used to create these videos?
Just proposed two of my C projects for inclusion: TinyExpr - evaluate math from string - https://github.com/codeplea/tinyexpr minctest - very minimal C unit tests - https://github.com/codeplea/minctest TinyExpr is a…