Live data from Hacker News

A Personal API

blog.webb.page

61–70 of 107 posts

Re: A Personal API

#61

This is a project I followed a while ago that does this: https://github.com/danfang/me-api In addition to providing you a profile/bio, it can pull in your content from various social media sites into a single central API for you to use.

HMM, three-year-old project and it's still going strong. I find that quite promising.

Re: A Personal API

#63
post #25

Scrolling: Works for me. Roll the mouse and I get a vertical scroll. Linux whatever, firefox=latest pushed update from whenever

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.

Re: A Personal API

#64

I can't read this because I'm having trouble scrolling to the right. Just me? What's with the annoying horizontal scrolling?

The majority of this scrolling implementation is pure CSS. It's reasonably elegant code, even if I'm not sure that the effect is worth pursuing. I think I like this page more as an engineer than I do as a user. If you disable Javascript, it's a lot more consistent because the Javascript is only there to swap vertical scrolling for horizontal. Without JS it's still horizontal scrolling, but you scroll left/right the s…

I was honestly not expecting any comments regarding scrolling but as you've suggested, I think adding a toggle would be beneficial.

Re: A Personal API

#65

It's interesting to me how no one here has objected to the idea stated that "we are all digital sharecroppers."

I think my usage of horizontal scrolling is the big objection at the moment.

Do you have qualms with that line? IMHO we provide content for a number of social networks with questionable returns. Yes we have community and can connect on shared beliefs and learn something new but lately it seems that we'd be better off tending to our own spaces and sharing with the larger networks should we choose to do so.

Re: A Personal API

#66

I know we're supposed to be reading something on this page, but the scroll UX is so amazing I don't think anyone's going to be able to look past it. There's no world in which you can: make your website scroll horizontally, disable horizontal scroll, make vertical scrolling actually scroll horizontally and have users be okay with it.

Each push of my mouse wheel moves the content about one character width. (Firefox 71 on Windows)

That...sounds terrible. I'll look into it.

Re: A Personal API

#67

I know we're supposed to be reading something on this page, but the scroll UX is so amazing I don't think anyone's going to be able to look past it. There's no world in which you can: make your website scroll horizontally, disable horizontal scroll, make vertical scrolling actually scroll horizontally and have users be okay with it.

Until HN I wasn't aware it was a problem. Of course, I didn't conduct user studies either. I use a Magic Trackpad on desktop and basically the same thing on my MBP so it felt natural for me to implement.

What's your preferred method of input and platform?

Re: A Personal API

#68

I don't whether this was posted because the submitter has a particular interest in a "personal API", or if it's discussion fodder for "here's how NOT to do a web UI". Seriously, do so few people ever say, "hey, honey, come here for a minute and try something for me..."? (On the off chance that the page author comes to their senses, or a different URL is offered, the current link goes to a page with horizontal scrolli…

I'm OP and author of the post so I shared this out of interest that others here might be interested. If you still want to read it, the horizontal scrolling is turned off on mobile devices or if your window width is less than 1000px (might have to refresh the page).

I'm gonna be adding a toggle for visitors who wish to do away with the polarizing scrolling.

Re: A Personal API

#69

This is a project I followed a while ago that does this: https://github.com/danfang/me-api In addition to providing you a profile/bio, it can pull in your content from various social media sites into a single central API for you to use.

Perkeep (Camlistore) is also loosely related to this space.

Re: A Personal API

#70
post #25

Scrolling: Works for me. Roll the mouse and I get a vertical scroll. Linux whatever, firefox=latest pushed update from whenever

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.

I had a similarly frustrating UX with an external trackpad.
Post reply on HN