+1, I'm in a similar situation and be curious too about an up-to-date comparison.
HN user
kornnflake
Link w/o paywall: https://archive.is/m6Yg1
Afaik, the provided `nginx-auth` binary 'should' work out-of-the-box with traefik's ForwardAuth middleware [1].
[1] https://doc.traefik.io/traefik/middlewares/http/forwardauth/
Does anyone know if VMWare Fusion and Docker work on macOS Mojave?
Linux
PostgreSQL
Redis
Blender
I second that. Or something like Netflix but for sports (mostly interested in soccer and basketball), would easily pay 15$/month for that.
Clickable link: http://pluggr.com
Not for me. Running OSX Chrome Version 27.0.1453.110.
4)
Would love get my hands on your sample app :)
Wrote this litte app today. It's inspired by jjperezaguinaga's One line browser notepad (was on the HN frontpage yesterday). Nothing special :)
Would love to use this for my current project, which provides a live support widget on websites. Pretty much like olark.com
Thanks for the hint! I already took a look into it. There are indeed only 676 options to guess the secret in many cases. We do block brute force attacks, but given that there are only 676 possibilities, you could just run the brute force tool at a very low speed.
Thanks for the hint! Already fixed most of these attacks and looking forward to fix them all.
Btw: This fix only applies to new mails.
That's not your mailaddress in the URL. It's like a password to access the inbox later :)
Taking a look into it. My first thought is that some DNS servers are not updated yet :(
Gonna add new domains form time to time :p
I used my free time during Christmas and pushed a huge update to my latest weekend hack. It's a disposable email address service.
Some of the main features are:
* SSL only connections
* All data is stored in memory using redis to make the site blazing fast
* New mails are instantly displayed using web sockets
* Automatically clicking on common activation links
* Your inbox doesn't expire
I've created a similar site a few weeks ago. http://receiveee.com
I just made a simple Chrome Extension out of it: https://chrome.google.com/webstore/detail/simple-form-recove...
Before launching I do:
* Minify Html, Css, Js using the YUI Compressor
* Compress images using tinypng.org
* Run the tests I wrote during development
* Do a final stress test using blitz.io
* Generate a XML Sitemap for search engines and edit the robots.txt
* Run a spellcheck using checkdog.com
* Setup monit to make sure my app restarts after a crash ;)
Guess that's it ;) Funny side story: I launched my weekend project receiveee.com last week and failed big when moving to production. During developing I ran the app under admin, but I ofc didn't when moving to production. BUT, my app includes a smtp server which couldn't run on port 25 without admin rights. No error appeared, but not a single mail arrived. Even took me 10 minutes to find the problem :D
Fixed.
Sorry, looks like I put the project to early online. Worked fine in my development production but well it's fixed now.
Jup, I have that on my todo-List for the next weekend.
Thanks, quickly fixed the not arriving bug that's why you got some 502. "Welcome Mail" fix inc ;)
Hi,
I just pushed a new version of receiveee.com online. It's a disposable email address which even automatically click on activation links.
Changes: New design Changed servers Automatically click on activation links should now work for most of the links Html mails are now displayed properly And a lot of minor bug fixes
Thanks
Thanks, I use nodejs for both the webserver and the smtp server. Sending mails isn't supported at the moment, but will def. be in the future, already have it in my dev build ;) Gonna add a second smtp server as a failover too.
thanks, fixing asap ;)
Just pushed a major update ;)
Thanks, just applied a quick n' dirty fix, but def. gonna take a further look into it :)