Live data from Hacker News

Show HN: I built Multy – Generate a short URL to share a list of websites

multy.me

41–50 of 62 posts

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#41
post #9
post #5

Looks great. Congratulations on getting it out so fast. I wish I had your drive (and skills). What is your plan to deal with spam or abuse of the service?

Good question and right now I don't have an answer... I thought about checking a blacklist before create any list but I had trouble to find a good domain blacklist. We can always handle spam with checking IP / number of requests but it's easy to say ;)

Just to keep you aware, this is a problem you probably need to solve sooner rather than later.

When you're discovered by spammers they will use your service to mask their true domain and share to social media sites which will in due course blacklist your domain. :-(

If volumes are low enough just now I'd consider some kind of manual moderation.

(Maybe you could use the referrer header, detect if the user has come from somewhere else and demand moderation for that case v.s. direct link emailed to a group)

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#42

Another great example of how miniature personal directories are experiencing a comeback. * https://tray.club - like this, but allows subpages and notes areas. * https://gossipsweb.net - pay $1 to be in this directory ('cozy web'-type vibe) * https://terra.finzdani.net - personal directory * https://marijn.uk/linkroll/ - another one * https://href.cool/ - mine But I love the simplicity of Multy - dump your links and c…

This is an obvious subtle example of thread high jacking, masquerading as a helpful comment, but aimed at getting traffic to your website.

Should be against the rules. I don’t have the ability to report, hence posting here

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#43

Another great example of how miniature personal directories are experiencing a comeback. * https://tray.club - like this, but allows subpages and notes areas. * https://gossipsweb.net - pay $1 to be in this directory ('cozy web'-type vibe) * https://terra.finzdani.net - personal directory * https://marijn.uk/linkroll/ - another one * https://href.cool/ - mine But I love the simplicity of Multy - dump your links and c…

This is an obvious subtle example of thread high jacking, masquerading as a helpful comment, but aimed at getting traffic to your website. Should be against the rules. I don’t have the ability to report, hence posting here

I don't have the ability to downvote your comment but if I could I would.

This sort of suggestion of niche web sites (by different people) that I basically would have never comes across except through some recommendation is something that I highly value HN for.

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#44

Another great example of how miniature personal directories are experiencing a comeback. * https://tray.club - like this, but allows subpages and notes areas. * https://gossipsweb.net - pay $1 to be in this directory ('cozy web'-type vibe) * https://terra.finzdani.net - personal directory * https://marijn.uk/linkroll/ - another one * https://href.cool/ - mine But I love the simplicity of Multy - dump your links and c…

It's not immediately obvious to me what href.cool is.

Click on the train icon next to "www."

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#45
post #9

Earlier quoted context omitted.

Good question and right now I don't have an answer... I thought about checking a blacklist before create any list but I had trouble to find a good domain blacklist. We can always handle spam with checking IP / number of requests but it's easy to say ;)

Just to keep you aware, this is a problem you probably need to solve sooner rather than later. When you're discovered by spammers they will use your service to mask their true domain and share to social media sites which will in due course blacklist your domain. :-( If volumes are low enough just now I'd consider some kind of manual moderation. (Maybe you could use the referrer header, detect if the user has come fro…

I agree. I found this package https://github.com/Planeshifter/node-spam-detector

I'll check if it's outdated, and I'll try to build my own system.

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#46
post #2

Hello HN :) For the record, I learned how to code less than 2 years ago, next to my full time job. I rarely have the time to complete a side project, so I challenged myself to make a functional website in a weekend. The idea was simple, to be able to create a short URL to share a list of websites. It's not revolutionary, but I was surprised not to find more sites to do that. Bit.ly had such a system a few years ago c…

Really nice project! I love that you built and launched something over the weekend. I remember how liberating the feeling was when I realized I could make some corner of the Internet my own.

Also minor suggestion - I might list a couple more examples with links or make the link more prominent, as my eye didn't immediately catch the "see an example" button. The overall UI is fantastic.

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#47
post #40
post #38

Some bugs: When clicking the grid view, it does not work with åäö. And probably other character as well. https://multy.me/x7R7AB If I add two urls, most of the time, the last one does not show up. If i add a URL that has a 301 to another url, it's the target url, not the one i entered, that get's published. When clicking "create list" it takes 5-8 seconds before the list is created. This seems like a long time for su…

Thank you for your report, I'll try to fix the issues you mentioned. For the last one, it takes some times because I verify the metadata from the URLs, and check if the website exists. I don't know if it's a good idea but this is how it works right now. And this is why you see the target url with a 301. I don't want users to do link cloaking on Multy and if people click on something on Multy, they are aware of where…

Are there publicly available domain blacklists? I am curious on you would implement such a thing. Would you care to share?

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#48
post #47
post #40

Earlier quoted context omitted.

Thank you for your report, I'll try to fix the issues you mentioned. For the last one, it takes some times because I verify the metadata from the URLs, and check if the website exists. I don't know if it's a good idea but this is how it works right now. And this is why you see the target url with a 301. I don't want users to do link cloaking on Multy and if people click on something on Multy, they are aware of where…

Are there publicly available domain blacklists? I am curious on you would implement such a thing. Would you care to share?

Well, I am looking for this type of tool since this morning ^^

I found several BL, mostly for email spam protection but:

http://uribl.com/ https://www.spamhaus.org/

The difficulty is to found how to work with the database and check each URI.

I found some packages on npm like this one : https://www.npmjs.com/package/dnsbl-lookup

But I have to test it thoroughly before putting it into production.

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#49

I use a Chrome Extension called OneTab that allows me to collapse all of my tabs into a list. You can also "Share as webpage" but the design leaves a lot to be desired. Congrats on the project!

You might like this: https://histre.com/features/save-restore-tabs/

Re: Show HN: I built Multy – Generate a short URL to share a list of websites

#50

I would love a browser add-on to go with this to gather up the links as you browse. I used to do this with mailephant (now defunct) that allowed me to queue up links and snippets of text related to links in a nice list to email along with an email template. good work and definitely useful.

https://histre.com/ might be what you're looking for. You can save your browsing history (tree-style) via open-source browser extensions, take notes on the links, add highlights, and share them as a notebook either publicly or privately.

For example, here is a public notebook: https://histre.com/pub/notebooks/zk4s2695/product-road-map-t...

Post reply on HN