Live data from Hacker News

This Video Has X Views

youtube.com

101–110 of 184 posts

Re: This Video Has X Views

#101
post #7

I was telling a friend recently about how there was this "golden age" when you could access all sorts of free APIs, and how I still long for this time. I remember the public Netflix API, Twitter APIs and Flickr API with particular fondness. My personal site was a big mashup of all of my data. I also abused the hell out of Yahoo Pipes - I would run RSS feeds through like 15 different languages with Babelfish before ba…

> I also abused the hell out of Yahoo Pipes - I would run RSS feeds through like 15 different languages with Babelfish before back to English, just for kicks.

For a while it was common to find SEO-spam sites composed entirely of posts generated this way. They would translate from a source language back to it in a roundabout way and end up with an article that was "different enough" to count as unique content to Google.

Re: This Video Has X Views

#102
post #39

As the founder of one of the screen-scraping tools he alluded to in the video (Selenium), I just want to say the video has one of the best explanations for the difference between automating a process through a user interface vs an API. In the end, entropy always gets you, but you can push it off a little bit longer if there's an API.

Introducing Selenium to testing teams has been a complete game-changers for a lot of organisations I work with. Often traditional orgs will assume you can't automate front-end testing because it requires a user to go through all of these processes in different front-end SaaS apps. It's literally saved hundreds of man-hours across the organisations I've introduced it to and allowed the project teams to focus on features and reporting instead of testing.

Thank you!

Re: This Video Has X Views

#103
post #25
post #7

I was telling a friend recently about how there was this "golden age" when you could access all sorts of free APIs, and how I still long for this time. I remember the public Netflix API, Twitter APIs and Flickr API with particular fondness. My personal site was a big mashup of all of my data. I also abused the hell out of Yahoo Pipes - I would run RSS feeds through like 15 different languages with Babelfish before ba…

> I also abused the hell out of Yahoo Pipes - I would run RSS feeds through like 15 different languages with Babelfish before back to English, just for kicks. Yahoo Pipes was one of the greatest services I used, just when I started getting into programming. Maybe it was so cool because I was naive, but I really miss being able to pipe services together in the same way. Anyone know of any similar attempts that is open…

Dark is similar. I think they're still in private beta, but I got my invite pretty quickly.

https://darklang.github.io/docs/introduction

Re: This Video Has X Views

#104
My twitter bot, @fiveobot[0], lives on, within a `screen` session on my VPS. Its time zone and geographical data are both at least 2years out of date, but I'd have to adapt new tools, or hook into APIs that will eventually fail to access up-to-date data. I made it for an audience of one, and I'm still amused by it, today.

[0] https://github.com/jachee/fiveobot

Re: This Video Has X Views

#105
post #29

Earlier quoted context omitted.

I can go find NES games and Gameboy games in my parents basement. If the NES worked I could play it or find a knock off on Amazon. Pretty sure I have a Doom floppy. Kids these days will be lucky to remember their favorite mobile games. Let alone be able to play them. Will they ever have an iOS or Android equivalent of ROMs?

> Kids these days will be lucky to remember their favorite mobile games. Let alone be able to play them. I'm already feeling the pain of this. There was a game for iOS called GeoDefense (and a sister game, GeoDefense Swarm). To this day these were my favorite games on the phone. But iOS 10 ended support for one of them, then a later OS update bricked the other one. The developer hasn't updated these games to work in…

I still miss Aurora Feint from the dawn of iOS.

Re: This Video Has X Views

#106
post #4

This would be noteworthy if the counter was included in the video (like the similar video that shows its own URL [0]). But as it is, it's just the title that changes to match the number of views, so... not much to see here. [0] https://news.ycombinator.com/item?id=20452013

> This would be noteworthy if the counter was included in the video Pretty sure that would be impossible, unless I am missing something.

Similar things were done by generating a live video. Heck, you could just show the page for the video in the live video.

The problem would be in keeping the transmission live for a long time.

Re: This Video Has X Views

#107
post #80
post #53

Earlier quoted context omitted.

Some of those NES and Gameboy games might not work as originally intended. Lots of them had internal batteries in order to save information and those batteries are starting to die. Floppies from that era and early CDs are also at the age in which they are likely to degrade. So while some of this old tech might have a longer shelf life than tech today, as the video says, entropy will get us all in the end.

Well you can still download the rom and the machine is fully emulated, forever. Not sure there is a way to play geometry wars in any fashion. Besides batteries can be replaced and even then you'll miss your high scores but you'll still be able to play.

I've still got Geometry Wars on my 32-bit iPad. It's my go-to airplane game—if there's a 120v outlet to plug into.

No multiplayer, though.

Re: This Video Has X Views

#108
post #29

I really liked this video, it highlights that a lot of software we write is ephemeral and will one day either be retired or stop working. The frequently updating title thing is cute, it'll be interesting to see what dies first - YouTube pulling the "title update API" or Tom's script running wherever he's put it

I can go find NES games and Gameboy games in my parents basement. If the NES worked I could play it or find a knock off on Amazon. Pretty sure I have a Doom floppy. Kids these days will be lucky to remember their favorite mobile games. Let alone be able to play them. Will they ever have an iOS or Android equivalent of ROMs?

You see, that’s not in Apple’s business plan. If they can’t extract money from you while pushing down developers, they don’t care to do it. We don’t own our devices like we used to. The terms of service alone are egregious.

Re: This Video Has X Views

#109
post #46
post #7

I was telling a friend recently about how there was this "golden age" when you could access all sorts of free APIs, and how I still long for this time. I remember the public Netflix API, Twitter APIs and Flickr API with particular fondness. My personal site was a big mashup of all of my data. I also abused the hell out of Yahoo Pipes - I would run RSS feeds through like 15 different languages with Babelfish before ba…

It reminds me distantly of an earlier time when just the web was sort of owned ... by the web folk. In the sense that even corporate sites if you found it would have a little corner where the 'webmaster' had a page that mentioned the server, or his cat, or some silly pic. Some sort of character or tidbit before any of the branding drones were really aware of the web. All just because the 'webmaster' was the only one…

Back when I had three hundred bookmarks instead of, like, six. God I'd kill to still have that list.

Re: This Video Has X Views

#110
post #75
post #35

Earlier quoted context omitted.

Not sure about open source and paid hosting, but there is node-red, https://nodered.org/ , which is open source and easy to get started with. Combining stuff is something Zapier excels in, https://zapier.com/ , and the free tier can suffice for some tasks (not open source). You could also try my attempt at a spiritual pipes successor, https://www.pipes.digital/ (but it's also not open source). If there is something m…

So, the requirements of open-source + have entity with paid hosting are both equally important. First one to ensure I can continue using whatever I setup on the hosting, in case the entity behind it cannot. And the paid hosting is important because it gives better odds towards the service actually sticking around. What I likes with Yahoo Pipes compared to NodeRED (at least as far as I looked at NodeRED, I might be wr…

[deleted]
Post reply on HN