Live data from Hacker News

Ask HN: What simple tools or products are you most proud of making?

news.ycombinator.com

681–690 of 892 posts

Re: Ask HN: What simple tools or products are you most proud of making?

#681
http://hackernewsletter.com

Started it over six years ago and have been sending it every week since. Have about 39,000 subscribers and still see a 45% open rate. It has been a lot of fun, and even better, I have made connections with a lot of great people.

Re: Ask HN: What simple tools or products are you most proud of making?

#683
post #661

Earlier quoted context omitted.

Connect them to a private zerotier network ( https://www.zerotier.com/#try_zerotier ) it's free and you can bind sshd just to the zt0 interface. Instant access from anywhere.

Sounds like yet another hosted/subscription based service.

You can use your own server if you prefer. Otherwise it's hosted. No subscription needed if you're not using massive networks.

Re: Ask HN: What simple tools or products are you most proud of making?

#684
post #678

Earlier quoted context omitted.

deb packages distributed to the public should be pgp signed and in a proper repository. It doesn't help people who will just force-install it anyway, but if they care it allows verification.

Both require trusting others, how is this any different?

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 establishes semi-permanent trust on first use.

Re: Ask HN: What simple tools or products are you most proud of making?

#685
post #583

http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data. EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io EDIT 2 - Back up... Site crash ... Google apps shut…

Great project. Especially launching from 0. Have you considered adding a Celcius option for us quirky Europeans?

For us in the rest of the world...

Re: Ask HN: What simple tools or products are you most proud of making?

#686
post #87

Two years ago I created a CLI tool called pgcli ( http://pgcli.com ). A postgres client with auto-completion. It became ridiculously successful. I got a few requests to support mysql. So I launched a kickstarter to write mycli ( http://mycli.net ). This also became quite successful. There is a thriving community of core devs and a ton of users. I'm happy with both creations and made a lot of online friends. These pro…

This is why i read threads like these. Thank you!

Re: Ask HN: What simple tools or products are you most proud of making?

#687
post #563

Earlier quoted context omitted.

What's a better alternative?

As viraptor said, putting code into a public repository (e.g., debian packages); that way there should be a paper trail if the code is modified. Beyond that, there's a simple matter of advertising: "Share your terminal (read-only)" may mislead some people about what is happening. A more accurate description would be "Give us control of your terminal (we promise we'll only let other people read it, not write anything)…

Imagine if this principle were applied to other software products. "Click here to download the Office installer, which will gain full admin-level access to your machine. We promise to only use that to install Office."

Re: Ask HN: What simple tools or products are you most proud of making?

#688
post #656

Earlier quoted context omitted.

Connect them to a private zerotier network ( https://www.zerotier.com/#try_zerotier ) it's free and you can bind sshd just to the zt0 interface. Instant access from anywhere.

That sounds a lot harder than solving the original problem.

I may be biased, but I put zerotier on lots of hosts these days. Whether it's home raspberrypi for remote access, or vps to get all administration off the public network, or sometimes just as a VPN replacement for stuff like replication. It's pretty much fire and forget.

Re: Ask HN: What simple tools or products are you most proud of making?

#689
https://www.thesuccessmanual.in

I am committed to providing affordable, easy-to-read compilations of proven advice from the best books and experts, to help people succeed at whatever they choose to do.

That's why I created '200 Important Skills Every Modern Professional Should Know', an encyclopedia of easy-to-follow, proven advice from the best career and self improvement books and experts. There are 290 quick guides across 13 categories, and runs to 502 pages.

It covers communication skills, writing skills, thinking skills, busiiness skills, startup skills, freelancing skills, self help skills, self improvement skills, career development guides and more.

Post reply on HN