Hacker News new | past | comments | ask | show | jobs | submit login
Lo-Fi Player (tensorflow.org)
286 points by hardmaru on Sept 2, 2020 | hide | past | favorite | 43 comments



There is a whole genre YT channels of this style of music, which all play 24/7

The most famous channel of it that I know of is ChilledCow: https://www.youtube.com/watch?v=5qap5aO4i9A

But there are others such as:

SynthWave: https://www.youtube.com/watch?v=eVcMequS9vE https://www.youtube.com/watch?v=p-Jdm0H-A9k

NeoChill: https://www.youtube.com/watch?v=kx63aT4UvDI

And many more. Great background music for coding


It's funny how a bunch of these streams have actually become communities in and of themselves, with people coming in, chatting about life, work, heartbreak etc. while recommending new artists to check out (esp. if you are a fan of indie music, these live chats are gold). Most of them are also actively administered and have very little tolerance to bullshitting/harassment so they end up as a great place to hang out. I usually pair RainyMood [1] along with one of these streams while working and that has a very calming effect and is a great multiplier for my productivity.

Truly reminds me of a IRC groups I hung out on a decade ago, and this is the closest to a Web 1.0 forum-like environment built around music.

More power to such great communities.

[1] https://rainymood.com/


That's such a great idea with rainymood pairing, thanks for sharing!


Love synthwave, it is fantastic for focus and is very upbeat. Plus I dig the art style and the whole 80s neon motif in general. Good stuff.


Plus! It makes me set same goals in my life. I must now save up for buying a Ferrari Testarossa.


It’s kind of a weird car.

https://youtu.be/K1jB4vYji6A

Personally I would not buy it.

But some people may find the quirks of it charming I suppose.


Somehow I already knew it would be the Doug video coming into it, he is fantastic and such a great guy too!

However, the Countach is where it is at. https://www.youtube.com/watch?v=cOQC24gAghE


Haha yeah that one is great :)


Very cool video :)


V A P E R W A V E A E S T H E T I C S


From my little slice of amateur producer internet there's also dramatic controversy around the genre. Issues such as how much sampling can you slap together and still call it your own piece, excessive vinyl effects, arguments about track lengths and loops, what it even means to be lo fi. It's fun to watch and results in great music! And also hence why lofihiphopbeatstostudyto has pretty much infinite material to work through.


Near the start of the corona lockdown, Will Smith published 1½ hours of chill/lofi hip-hop by various different artists on his channel: https://www.youtube.com/watch?v=rA56B4JyTgI He even did a Will Smith/Fresh Prince-themed take on ChilledCow's aesthetic. Pretty good stuff.


If you want download and run in your local player - https://www.fesliyanstudios.com/royalty-free-music/downloads...


I listened to the first one on that list "chill gaming" and.. part way in ... it skips! is that part of the experience?


I enjoyed the Switched on Pop episode on Lo-Fi. I don't listen to it a lot, and I didn't know much about its origins, but I'm a big fan of J Dilla and Madlib, who they cite as major influences on the genre.

Strong rec for J Dilla's album, Donuts.

https://switchedonpop.com/episodes/why-lo-fi-is-the-perfect-...


+1 for ChilledCow

I pretty much have that or my other favourite channel (The Jazz Hop Café) open all the time https://www.youtube.com/channel/UCi8wqezBudeAiTdKOX571ug about once a week or so a new video compilation is uploaded.


Also, the Death Metal Relentless Doppelgänger: https://www.youtube.com/watch?v=MwtVkPKx3RA


This is one I’ve zoned out to several times,

Space Trip: https://youtu.be/wOMwO5T3yT4


> The most famous channel of it that I know of is ChilledCow

Does anyone know the business model? I'm getting adds for this one on instagram.


Spotify chill-hop/"music to study to" playlists are popular and people listen to them repeatedly and for long stretches of time which makes them lucrative for streaming revenue.

I know someone who runs a chill-hop "record label". Their most popular songs get on big spotify chill-hop playlists and have ~10 million spotify streams. This equates to around $50-70k USD. Most of their releases have a fraction of this but it is worth it for the odd hit.


My guess is they give artists exposure in exchange for a share of the profits through their channels. I don't know if they can monetize the free stream on YouTube, but they also stream on payable streaming services and sell albums on Bandcamp.


They do sell merch, although I don't know how much that's likely to bring in


I can readily admit to looking for random 1-hour videos of Lo-Fi music on Youtube that really do sound like what I'm able to "create" with this player.

OP, thanks for posting this!


While this is cool I have a general question to people here:

How do other people here handle tensorflow as a python dependency? People use it like it's any other dependency, but it frequently adds unnamed amounts of dependencies, creates conflicts every now and then, is just massively huge and for the longest time of its 1.x existence was constantly breaking some PEP's causing problems with third party tools. It's kind of poison to custom docker files. How do you guys handle this situation? This isn't really my responsibility but whenever I deal with ML engineers doing tensorflow stuff I feel like I'm immediately also a plumber.


Python Virtual-env You create one new virtual environment for each different project, and you throw them away and build them up again once a problem appear.


Yep, always use Python virtual environments to manage dependencies. Here are my notes around that: https://ketanvijayvargiya.com/notes/39-python-setup/


I tend to use Anaconda where possible, makes such dependencies easier to manage (but still not trivial... though you can change cuda runtimes with Anaconda, the actual driver is a system-wide dependency, of course).


On my MacBook, I create a separate conda (Anaconda) environment for TensorFlow.

A few years ago I bought a System76 laptop with a 1080 GPU. I rely on the System76 update system to keep Python + CUDA + TensorFlow all up to date. I manually install PyTorch for when I need it. This works well because I only use this laptop for deep learning.


Have you dealt with this in production? One of our data scientists suggested pulling in TF as a dependency into a mainline prod service just yesterday and there were some suspicions from ops people that it could cause trouble but nothing concrete. Would appreciate your perspective on that if you don't mind!


Virtual envs are very practical for this as it does not mess up with the global python env. Also for inference / production, I just export my models to ONNX format which is more easy to work with thanks the available runtimes: ONNX Runtime for C++ or ONNX.js.


Very cool!

Does the Magenta project used here have models for musical instruments identification or can be used to create one? Does anyone have better suggestions for the identification of musical instruments from audio? I'm trying to solve the need gap -'Display musical instruments used in a song' posted on my problem validation platform[1].

[1]https://needgap.com/problems/151-display-musical-instruments...


Vibert is a badass! I met him through a friend last year and for every project released he has a trove of awesome demos lying around. Great work dude, excited to see what you do next.


I absolutely love this! Pinning the tab immediately. Loving the positional audio when using headphones.


The user interface kind of reminds me of Zak Makcraken and the alien mind benders by Lucas Arts. Very charming!


Every time I see one of these projects, it gets me more and more excited about magenta/TF.js. I feel like we're just scratching the surface with these kinds of projects, and they're already awesome.

As someone who works on model serving infra, there are so many tricky problems teams run into around running inference that—at least in theory/in part—seem like they could be elegantly circumvented by running certain models directly in the browser. I really hope to see more development in this space in the coming years.


Interesting gamification of music. Inherently inaccessible though, as will be most (pseudo-)AR that is coming up.

I prefer playing with the real thing, there is really nothing more fun then a hands-on synth: https://www.youtube.com/watch?v=fr2s2Xsy6_4


I've been watching that "Loading…" for several minutes now.

Are there any browser requirements that Safari isn't fulfilling? An error message would have been nice.


I also had problems making it work in Safari. Firefox worked for me.


Been tinkering with this and it is a pretty solid focus stream! Bookmarking.


TIL Muzak was founded in 1934.


I love the concept and the user interface very much!


Wow, that is a small font. Consider resizing for larger screens?


Sounds great!




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

Search: