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

Jukely (https://www.jukely.com/) does another good version of this. Here's their playlist for NYC https://open.spotify.com/user/jukely/playlist/6d8T2n9ISP4ZgH... (other cities are avail too).


I definitely miss the very old version of the app too. That one was written by the uTorrent creators - it was incredibly fast, felt great.


Maybe rename topic, but also lets think of happier days in 2011: https://news.ycombinator.com/item?id=2154706 :P


How would you rename it? YCombinator money is from Putin (via oligarchs)?

Also, why are you wanting to remember happier times?


When Russian adventurism was a blip on the American radar, the '08 Russo-Georgian War aside.


Looking forward to some Lodsys or Intellectual Ventures pieces, patents are great


I, for one, have enjoyed seeing this piece of content marketing on top of HN, and will be buying this company's products and services. Good to see something other than the Macro up here.


I thought the actual reason they don't care is that the Careers program brings in much more revenue?


Let's see what happens when ad blockers block that content.


I love that 2016 is when many notable SV people finally got excited about Snapchat


I know -- I think I'm actually a late adopter.


I love the DJ Khaled is the Oprah (https://twitter.com/oprah/status/1542224596) of Snapchat


Had to read like 3x to realize it wasn't Marco's new project


I read it as "The Marco" at first too


lynx


You could /almost/ have this with newsbeauter and lynx, except that the RSS feed doesn't include points or comment number and lynx doesn't indent comments, so all comments appear at the same thread level which is somewhat confusing.


I use this in my elinks hooks.pl to indent hn comments.

    use strict;
    use warnings;
    
    use Encode;
    use Mojo::DOM;

    sub pre_format_html_hook {
        my $url = shift;
        my $html = Mojo::DOM->new(decode_utf8(shift));
    
        if ($url =~ 'news\.ycombinator\.com') {
            $html->find('img[src="s.gif"]')->each(sub { my $e = shift;
                                                        my $w = $e->attr('width');
                                                        my $ns = ' ' x ( $w / 10 );
                                                        $e->replace($ns); });
    }

    return $html;
}


Anthony, founder of Hype Machine here.

We used to have the Now Playing Last.fm support, but took it out as Last.fm faded from the spotlight a few years ago.

It's still one of my favorite services (scrobbling is life-changing) though, but we aren't even sure if it's worth the overhead to keep the Now Playing support active (requires more resources).


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

Search: