HN user

jaip

432 karma

Jai Pandya, Hacker at SlideShare

Posts25
Comments26
View on HN
birdtab.app 1y ago

Show HN: I made a Chrome extension that turns each new tab into a birding moment

jaip
1pts0
www.channeltools.io 5y ago

Show HN: Slack app to bulk add team members to a channel

jaip
1pts1
github.com 5y ago

Show HN: I curated a list of products that offer Purchasing Power Parity

jaip
2pts1
www.channeltools.io 5y ago

Show HN: I made a Slack app to bulk add everyone to a channel

jaip
1pts0
sublimetutor.com 10y ago

Show HN: An interactive, in-editor keyboard shortcuts tutorial for Sublime Text

jaip
4pts2
github.com 10y ago

Accelerated Mobile Pages – A new approach to web performance

jaip
6pts1
housing.com 11y ago

Story behind housing.com's ambitious redesign

jaip
1pts0
gifdeck.in 11y ago

Show HN: GifDeck – Convert SlideShare presentations into GIFs

jaip
29pts10
wtfjs.com 13y ago

JavaScript - Hexadecimal weirdness

jaip
1pts0
artery.io 13y ago

Artery.io - Convert your Dropbox into a shopping cart

jaip
2pts0
resume.oxygenflow.net 13y ago

A graphic novel resume - 'On The Run'

jaip
5pts5
blog.slideshare.net 14y ago

SlideShare acquired by LinkedIn

jaip
185pts47
jaipandya.github.com 14y ago

Show HN: Beatbar - Media player that beats in the browser address bar

jaip
147pts43
veerle.duoh.com 14y ago

The Smashing Book #3 cover design

jaip
1pts0
developers.facebook.com 14y ago

Introducing the Mobile W3C Community Group

jaip
1pts0
blog.bitbucket.org 14y ago

April Fools joke 2 years back, now a Bit Bucket feature.

jaip
1pts0
techcrunch.com 14y ago

Joyent Raises $5 Million

jaip
1pts0
john.albin.net 14y ago

31 Stylesheets/Reasons to hate Internet Explorer

jaip
1pts0
techcrunch.com 14y ago

Human Translation Platform myGengo Raises $5.25 Million

jaip
5pts0
thedailywtf.com 14y ago

SingleQautedString(), RemoveMeFunction(), Human-Friendly Dates, and More

jaip
2pts0
techcrunch.com 14y ago

Walk Score Takes Wraps Off Slick New Apartment-Locating Tool

jaip
1pts0
techcrunch.com 14y ago

Piston Cloud Launches pentOS, An Enterprise OpenStack Distribution

jaip
2pts0
techcrunch.com 14y ago

Quora Gets Threaded Comments, Comment Voting, Editing And Images

jaip
4pts1
services.google.com 15y ago

Register for Google's 'Send Feedback' service

jaip
3pts0
blog.slideshare.net 15y ago

SlideShare Outage Will Be Due To Global Warming

jaip
56pts12

Hello folks,

I made this app to simplify the process of adding existing team members to a Slack channel. Seems like this is one missing part of Slack's functionality, and as the team grows in size it becomes more difficult task to manage manually.

The app can also help in exporting all members of a particular channel with a simple command.

Hello folks,

I made this side-project to curate a list of products which offer PPP pricing model. These products give discounts based on your location on the assumption that the purchasing power of different countries also tend to be different. For the products, it adds to their discoverability.

I'm happy to answer any questions you may have.

Thanks a lot for the appreciation and feedback. I completely agree with all the points mentioned. The first issue has already been fixed.

There is no API as of now, mainly because it was developed as a client side technology. Everything happens on the user's browser. I'll consider making one though.

Great work at organizing an amazing event @IndianGuru. I still cant believe that a renowned hotel like 'the Lalit' can take a risk to upset an online community. They probably have no idea of the power of ruby/internet community. Let's submit shit loads of reviews on tripadvisor and other places that teaches them a good lesson.

Author of the website here. The last thing a person who is getting married could wish would be getting his wedding invite HNed. I think I am soon going to cross the free plan's limit of typeform.com (which I am using for RSVPing there)

Little history: `sudo gem install wedding` actually works. The gem was first uploaded on rubygems. Which I thought would be the only thing that I would share with my colleagues and hacker friends. Later I realized that it would be too complex a thing to expect from people, so built a mock frontend around it using jcubic's jQuery terminal plugin.

I am happy that people are finding it funny / interesting. The website found its target audience. Just that I wouldn't be able to host this number of people ;-)

I started with replaceState only, but later I realized there was no specific gain that I was having (other than slightly good looking string without hash). This method also suffers from reload and favicon flashes. If it reliably doesn't log to history (unlike location.replace()), using it could be a good idea. But that also comes with a tradeoff of older browser support issues, which requires using external javascript APIs.