Live data from Hacker News

Sr.ht, the hacker's forge, now open for public alpha

drewdevault.com

211–220 of 221 posts

Re: Sr.ht, the hacker's forge, now open for public alpha

#211

Forgive me if this is covered elsewhere, but I haven't found it yet. One of the things that I do like about GitHub is actually the community/social aspect. For example, I follow projects I am interested in, and I can see notifications from all of them on one page--without filling up my email inbox. I also follow users who have similar interests, and I often discover new projects when I see in my feed (which I read vi…

Thanks for your feedback and questions! >One of the things that I do like about GitHub is actually the community/social aspect. For example, I follow projects I am interested in, and I can see notifications from all of them on one page--without filling up my email inbox. I also follow users who have similar interests, and I often discover new projects when I see in my feed (which I read via RSS) that they've starred…

I find the ability to subscribe to (and aggregate) notifications on individual issues and projects incredibly helpful, professionally, because it lets me easily keep track of fixes and changes in upstream projects.

Re: Sr.ht, the hacker's forge, now open for public alpha

#214

Earlier quoted context omitted.

It does already have some JS. On the builds page, when it is running a build, it refreshes every second to show new output.

This is accomplished without JavaScript.

There’s a script tag on the builds page that reloads the page every second, according to the page source. How is that not JavaScript?

Re: Sr.ht, the hacker's forge, now open for public alpha

#215

Earlier quoted context omitted.

This is accomplished without JavaScript.

There’s a script tag on the builds page that reloads the page every second, according to the page source. How is that not JavaScript?

The key to doing it without JavaScript is this:

The script you found removes it and does it a different way so it can scroll to the bottom. Optional progressive enhancement.

Re: Sr.ht, the hacker's forge, now open for public alpha

#216

Earlier quoted context omitted.

There’s a script tag on the builds page that reloads the page every second, according to the page source. How is that not JavaScript?

The key to doing it without JavaScript is this: The script you found removes it and does it a different way so it can scroll to the bottom. Optional progressive enhancement.

Ah, optional JavaScript. Makes sense
Post reply on HN