Live data from Hacker News

A Personal API

blog.webb.page

91–100 of 107 posts

Re: A Personal API

#91
post #85

I've thought about this on and off for a long time. Urbit, Solid, Mastodon (anything ActivityPub), SecureScuttleButt, Matrix servers, etc. The biggest problem as I see it is cost. While I might want to have this for $60/year (or own my own hardware for a little more), the vast majority of people (whose adoption you need), don't want to pay for this. There are countless other UX and technical challenges, all interesti…

One of the main devs from SecureScuttleButt is working on something called Unwalled Garden [0] which is very similar to this but decentralized (you can host your site from your home computer and other people can seed it so it's still available when your computer is turned off).

If you have a few friends who will seed your page for you out of the goodness of their hearts, I imagine your site will have pretty good uptime without anyone having to buy a VPS.

[0]: https://unwalled.garden/

Re: A Personal API

#92
post #41

Interesting idea - but it boils down to being a workaround for the lack of persistently connected and pervasively VPN-ed personal devices around us. Yes, we could have a VPS per person being our fixed point on the Internet (and a fixed address...) but wouldn't it be better to return to the original idea of the Internet with devices always connected and routable? It might take an overlay network such as a DHT-like thi…

Im doing "this" using the chrome codebase and using DHT and torrents for content distribution.

The chrome codebase mostly help me for the multi-process IPC communication and reusing the UI compositor for UI and Web.

I wont say much more, because i want to keep some idea of novelty for when i launch this here on HN.

For me is what a mix of what a Browser + App platform should be, with the idea of people owning their data, devs distributing without centralized control, and without forcing you to use some hardware or specific OS.

Re: A Personal API

#93

Earlier quoted context omitted.

> wouldn't it be better to return to the original idea of the Internet with devices always connected and routable? Yes. However, I'd still like to do something in the meantime. There's no telling how long an overlay network would take to implement and release.

Such overlay networks exist today, albeit in early form, but functional none the less.

Could you list the ones you know? I'm interested in learning more.

Re: A Personal API

#95

Earlier quoted context omitted.

Such overlay networks exist today, albeit in early form, but functional none the less.

Could you list the ones you know? I'm interested in learning more.

Yggdrasil Network, cjdns, libp2p I think for a start.

Re: A Personal API

#96
Man, I wish it was possible to sticky comments. Anyhoo, for those of you who had issues with or plain disliked the horizontal scrolling, I've added a site-wide toggle.

I intend to write more and post here so at least for future posts the convo can be on the content.

Re: A Personal API

#99
I started building something like this for my personal site*, the idea was I already had accounts at Github/Instagram etc, why not use that to keep my site up to date? Some of the services (looking at you Instagram) are making it harder to get your data out though, its a bit of a challenge. Hoping to eventually make this available for other people to use.

https://loftie.whoami.dev/activity

Re: A Personal API

#100

Earlier quoted context omitted.

On a laptop without any sort of mouse wheel / scrolling capabilities. It sucks -- pressing space doesn't scroll to the next page. Page up and page down don't work either.

Damn, I didn't think of your use case. I'm on an iMac/MBP and use the Magic Mouse as my primary input device. I should add a button and/or keyboard shortcut to disable the horizontal scrolling.

I don't have a disability but plenty of people do. Not everyone can use a mouse, and that's a fairly important thing to remember in UX design.

Thanks for adding other options for scrolling!

Post reply on HN