Earlier quoted context omitted.
What's a better alternative?
You could use hashpipe ( https://github.com/jbenet/hashpipe ), from Juan Benet (the author of IPFS). It simply checks that the input to the command matches a given hash, so you can do `curl | hashpipe | sh`, and if the output of the curl command is different than expected it won't be passed in to `sh`.
Ask HN: What simple tools or products are you most proud of making?
831–840 of 892 posts
Re: Ask HN: What simple tools or products are you most proud of making?
#832Earlier quoted context omitted.
I have been using this for years and all my work colleagues always ask me "what is that nyan cat on your text editor? that must be super annoying!" and I always have to tell them I just really like it. Thank you for building this, it's awesome!
Same! But sadly when I switched to Spacemacs I haven't set it up again.
Re: Ask HN: What simple tools or products are you most proud of making?
#833I wrote peewee, a single file Python ORM. It's codebase is very small but it is extremely capable. http://docs.peewee-orm.com
I'm quite impressed with how easy to use everything is, despite having used pwiz to generate my model classes. I had to manually edit a couple of the "related_name" fields for some foreign keys that are common between tables, as well as import the ArrayField type from playhouse.postgres_ext, but otherwise had a very, very easy time getting everything set up for what I wanted.
Thanks again for this, I didn't think porting my database schema over to Python would be so easy.
Re: Ask HN: What simple tools or products are you most proud of making?
#834Earlier quoted context omitted.
Out of band verification. When you're doing curl pipe sh, you're trusting the host and that's it. With packages, you can verify the trust against external services like keybase, check website archive for changed key ids, check signatures on the public key if the author is into things like web of trust. It won't protect you against someone being directly malicious, but it will against MitM, website hacks, etc. It also…
>Out of band verification. When you're doing curl pipe sh, you're trusting the host and that's it. With packages, you can verify the trust against external services like keybase, check website archive for changed key ids, check signatures on the public key if the author is into things like web of trust. Your grandma is pretty advanced.
But if the software is already installed, trusted package author also allows secure updates.
Re: Ask HN: What simple tools or products are you most proud of making?
#835I have a script that gets a bunch of data and emails it to me and some co-workers every day at 7AM. Stuff includes: high temperature/probability of precipitation for the day, bitcoin price, iTunes/Google play sales/rating values, number of "diff" lines in web pages, number of followers on Facebook/Twitter/Google+. The latter isn't entirely a vanity thing... some co-workers manage multiple social media accounts and it…
Neat! IFTTT also does this - you can create whatever events and add and output to a daily/weekly digest email, which is sent at a configurable time, if it has any content.
eg: 12.20 (-1.60) temp
Re: Ask HN: What simple tools or products are you most proud of making?
#836www.enrad.io
Re: Ask HN: What simple tools or products are you most proud of making?
#837Earlier quoted context omitted.
The premise is to build a json file to represent "parts" of the face. For example say I wanted to landmark a feature like the image's left eye. Here is a GIF walking through the labeling process. http://i.imgur.com/63UXkUg.gifv I would select "+New Shape" and enter in the name of the shape, in my example "left-eye". This will add the shape to model and enable cross hairs as you drag across the screen. As you click, a…
Ah, cool! I couldn't figure out how to get in a mode where you can actually place points. This is actually pretty useful for creating stuff like image maps... Thanks for sharing!
Re: Ask HN: What simple tools or products are you most proud of making?
#838Simple visualization of the relative size of different planets and moons I made when my daughter was asking if the moon is bigger than the earth - http://callumprentice.github.io/apps/celestial_bodies/index....
Re: Ask HN: What simple tools or products are you most proud of making?
#839http://youtuberanktracker.com It's a simple tool to keep track of YouTube video rankings by a keyword. I found it difficult to find a simple service that didn't cost a significant amount of money.
Nice. Is there a way to see list of the keywords for which a video makes, say, the top 100 results?
Re: Ask HN: What simple tools or products are you most proud of making?
#840https://invoice-generator.com I made this 4 years ago for those times when you just need an invoice. Today 10s of thousands of individuals and businesses use this each day to get paid. It's free to use with no login required. Instead it uses localStorage to remember data.
Would be nice to support other currencies