Hacker Newsnew | past | comments | ask | show | jobs | submit | snielsen's commentslogin

Thanks :)


Hey All,

Ultralink is a project I've been working on that aims to improve and move forward the most basic of internet grammars: the link. I have tried to figure out solutions to all the problems that hyperlinks have like staleness/broken links, overlinking, authoring/maintenance labor intensity, single resource restriction, etc. In attacking those problems, I also stumbled across a lot of other really neat features and value additions that you get when you add an abstraction layer to links.

I have made some products that are aimed at consumers, like the browser extensions and WordPress plugin that anybody can just use to kick the tires. These hook into something I call the Mainline Database which is a gigantic repository of Ultralinks meant for use in general contexts. I think of it as a kind of long-term, Wikipediaesque public service that anybody can use for free to do content analysis, public sentiment analytics or other interesting stuff.

I have also tried to make the platform as open and extensible as possible so that developers can build on top of the technology and use it in solving their own problems. I have documented many aspects of how the technology works and made some tools you can play around with on the developer site: https://developer.ultralink.me. Feedback here would be especially useful from the Hacker News community.

I'm happy to answer any questions you might have or discuss ideas for where to take Ultralink going forward :)


Nobody individually spends too much time on dealing with them. It the global accumulation of man hours having to deal with them that is a travesty.


Find . -name ".DS_Store" | xargs rm

Forgive if it's not exact, I'm on a mobile device. But that should save you effort.


Right, I don't think anybody is saying it's an overburdening difficulty.

But it's still something, when I shouldn't have to do anything.


It's an extreme case of what is commonly called a "first world problem".


90% of the "problems" discussed on HN can be dismissed as "first world problems," but thanks for pointing it out.


A lot, maybe, but not 90%. I think most are valid engineering problems and questions


It should work. The other way to do this is:

      find . -name '.DS_Store' -delete


I'm in lust with xargs


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: