It's awesome because it provides phishing simulation/training to everyone for free. Traditional solutions cost $$$$$, so gophish makes this type of training available to anyone regardless of security budget.
Ask HN: What are you working on and why is it awesome? Please include URL
131–140 of 633 posts
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#132Personally: http://pentacular.com - Draw/paint a song. I think it's fun to play with. Professionally: https://tailorbrands.com - Algorithmically designed logos and branding assets. It's great for side projects, inspiration, or any other situation where you want something quick and usable.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#133Codenames as a Service http://www.nightmare-green.com
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#134A progressive web app for improving music sight reading skills. (Also perfect pitch identification ability.)
I wasn't happy with my sight reading speed, so I've been building this to help myself practice. Some distinguishing features:
- Web MIDI, to connect to a MIDI keyboard you can use to "answer" the practice questions (works in Chrome for Android or Desktop)
- Web App Manifest, to allow adding to your home screen / desktop and getting a native app feel
- Service Worker (via sw-precache), for offline access (and cache-first loading when online, so it always loads fast)
- Web Audio, to synthesize pitches
- VexFlow, for rendering sheet music to SVG
Built with React, Babel, Webpack; hosted on GitHub Pages. Source: https://github.com/BHSPitMonkey/Prelude
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#135Re: Ask HN: What are you working on and why is it awesome? Please include URL
#136The Flux overview video seemed convincing. It's a web app architecture that lets you ask "How did my app get into this state?" and always have a straightforward path to an answer. It turns out Mithril fits the architecture as well or better than React does, and for me mobile-friendliness is important so I really like Mithril's size.
My Hello World Flux-Mithril app's source is at https://github.com/brlewis/brlewis.github.io/blob/master/201...
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#137Speech recognition and search API: https://app.loverino.com/ Highest quality engine out there. Personalized radio: https://loverino.com/beta/ everyone should have their own radio channel that they listen to.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#138I ported parts of the gnarly old Windows Live Writer / Open Live Writer codebase to the Windows 10 UWP platform. WLW now available on mobile essentially. Adding features almost every week.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#139Record the screen of every visitor to your website. Helps you see exactly what users are doing and understand where they're having trouble. Works on every website including Angular, React, AJAX, and private user pages.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#140Still a work in progress but with Scat you will be able to use Slack commands to create and manage issues. The command will respond with a bot to list out issues based on the initial prompt. The goal is to have nearly everything related to an issue built into Slack commands and off load some of the editing to a lightweight web UI.
I'm sure something like this already exists but it has been a blast so far playing around with the Slack API.