Streaming Sensor Data to an Edge AI Model over MQTT with C#
This post originally appeared on the HiveMQ blog.
Founder & Principle @ Apnotic
Creator of Password Pusher. Founder & Principle of Apnotic. OSS Developer & former staff of acquired startups Instana & Tracelytics.
Palermo, Sicily
This post originally appeared on the HiveMQ blog.
Password Pusher runs the same Rails app in the US and EU — us.pwpush.com and eu.pwpush.com — both as RAILS_ENV=production. The app config is shared. The se...
Open source Password Pusher has supported SQLite3, PostgreSQL, and MySQL databases pretty much since the project was created. For some reason, MySQL has alwa...
To randomly scramble a string in Ruby, you can use the chars method to split the string into an array of characters, the shuffle method to randomly shuffle t...
How to Generate a High Entropy Password in JavaScript
This is a great episode from the crew at YC. It would have been nice to hear some real horror stories though but still great situational examples. Worth th...
To randomly scramble a string in Python, you can use the list function to convert the string into a list of characters, the random.shuffle method to shuffle ...
To randomly scramble a string in JavaScript, you can use the split method to split the string into an array of characters, the sort method to randomly shuffl...
Slow and steady pwpush.com usage has been organically growing since 2011 with no advertisements and no corporate backing. Just myself and a great community ...
An impressive piece of hardware and design but unfortunately the decisions and actions that this Chinese company has taken makes this product unusable for an...
After many requests Password Pusher now ships with 26 built in themes!
System.IO.Pipelines are said to be fast.
In the past, Rails supported RAILS_RELATIVE_URL_ROOT but it seems to break asset delivery with the introduction of webpacker and requires code changes in mul...
With the great technology, team and the times we had together, I thought it would be worth documenting some of the history and highlights of Instana that I w...
When looking for a robotic arms in the past the choices were either plastic toys or industrial arms that can maim you both physically and financially. Thank...
Building a neural network that does things other than linear regression, MDP or identifying cats in images is apparently non-trivial. Not because of the com...
…for Neural Networks, Deep Learning, Reinforcement Learning and more.
You can wrap any function or method in Python using wrapt. Some use the builtin functools but I’ve found wrapt to be the better choice for many reasons - mo...
Python instrumentation with ZERO install or upgrade steps required (ever).
Password Pusher now has an official Alfred Workflow available on packal.org.