OSS Password Pusher: Dropping Official MySQL/MariaDB Support & Future Defaults
Open source Password Pusher has supported SQLite3, PostgreSQL, and MySQL databases pretty much since the project was created. For some reason, MySQL has alwa...
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.
Password Pusher now has the ability to be deployed to Heroku with a single click using Heroku’s new deploy button.
IRC2HipChat is a short Ruby script that uses Cinch to monitor IRC and re-post messages to a dedicated HipChat room using the HipChat API gem.