Database Management Systems, aka "The Cow Book"
Wow, yeah it seems entirely plagiarized. It's still a very strange song, but I don't think the AI did anything noteworthy here. Thanks for looking into it!
Oh, yes sorry I didn't realize I could actually link: https://www.musi-co.com/listen/track/test_energylevel
I highly highly recommend listening to the track called "Test_energylevel", it is absolutely bonkers, and more interesting than any of the other tracks I clicked on here. (You have to click on "Explore" and then scroll…
I also enter an absurdly old date, and usually I'll try setting an impossible day/month combo like February 31st... sometimes it actually works!
I really like Jeremy Kun's writing: https://jeremykun.com/ and recommend his book, A Programmer's Introduction to Mathematics: https://pimbook.org/. So far I've only read the first few chapters of the book, and the…
This may seem silly, but one of my main reasons for using IntelliJ over Eclipse is because it has a nice looking dark theme. I've tried using the dark theme on Eclipse, and on both Windows and OS X it had very bright…
I'll have to look into WavePot, but I'll say that SonicPi is built first and foremost for live-coding; making music in realtime while coding. There's some other languages that focus on this - Gibber in the browser,…
And maybe that enjoyment will make you a happier person in general, which will in turn make you more productive because you won't worry and second-guess yourself so much.
Check out The Echo Nest API for some inspiration - I'm pretty sure Spotify and some similar services use it for their recommendations. http://developer.echonest.com/docs/v4
I've had the same issues - with some updates it gets better or worse, it's pretty annoying. Another thing that concerns me with the app is that the setting to only download/stream tracks on wifi doesn't seem to be…
I'm using Arch and I really like it. However, it does take way more time and effort to install than the more mainstream distros like Ubuntu and Fedora, especially if you're like me and you're used to things like wifi…
Linux Poetry is relevant: http://linuxpoetry.com/
Just consider the laptop fan additional ambient sound!
It seems very difficult to come up with aath curriculum that works for everyone. I agree that a creative approach might not be as practical as I imagine it, I've definitely suffered from the "aha, monads are burritos,…
Was it the "Yeah" that made the tone seem sarcastic? I didn't really mean it that way, I genuinely do think it would be interesting to see what happens. Sometimes I wish I had been taught math from a more theoretical…
Yeah, it would be interesting to learn about pure functions and referential transparency before basic algebra.
My Windows 10 installation fscked up my linux partitions that were on the same drive, and I was unable to repair tem... probably my own fault for not being careful, but very aggravating. The OS itself seems fairly…
I think the gain that people are aiming for is "write once, run everywhere." Especially if you're a lone developer - it's one thing to learn the intricacies of one platform (like web), but learning the ecosystems for…
I've been waiting for something like this, it looks great! I hope it can work with "babel-node" without any hiccups, so I can keep my server on ES6.
There were occasionally minigames in Mario Party or similar games that required you to rotate the control stick as quickly as you could - the stick was not padded, so you could really hurt your thumb (or the palm of…
Is the complexity actually quadratic, like amelius said? The diffing operation is linear according to React documentation: https://facebook.github.io/react/docs/reconciliation.html Is Array.prototype.concat linear, too?…
Don't worry, my new Flux implementation will take your mind off of that!
Do you have any more info on how you set that up? I kinda want a gaming PC but I like my current laptop/monitor setup, maybe I could leave the PC sitting in the corner of the room running headless, and stream the…
How do you like koa? I really like the way it handles async stuff with coroutines. I'm wondering if it will have lasting appeal, though, because ES7 should introduce async/await to javascript, which will probably…
Database Management Systems, aka "The Cow Book"
Wow, yeah it seems entirely plagiarized. It's still a very strange song, but I don't think the AI did anything noteworthy here. Thanks for looking into it!
Oh, yes sorry I didn't realize I could actually link: https://www.musi-co.com/listen/track/test_energylevel
I highly highly recommend listening to the track called "Test_energylevel", it is absolutely bonkers, and more interesting than any of the other tracks I clicked on here. (You have to click on "Explore" and then scroll…
I also enter an absurdly old date, and usually I'll try setting an impossible day/month combo like February 31st... sometimes it actually works!
I really like Jeremy Kun's writing: https://jeremykun.com/ and recommend his book, A Programmer's Introduction to Mathematics: https://pimbook.org/. So far I've only read the first few chapters of the book, and the…
This may seem silly, but one of my main reasons for using IntelliJ over Eclipse is because it has a nice looking dark theme. I've tried using the dark theme on Eclipse, and on both Windows and OS X it had very bright…
I'll have to look into WavePot, but I'll say that SonicPi is built first and foremost for live-coding; making music in realtime while coding. There's some other languages that focus on this - Gibber in the browser,…
And maybe that enjoyment will make you a happier person in general, which will in turn make you more productive because you won't worry and second-guess yourself so much.
Check out The Echo Nest API for some inspiration - I'm pretty sure Spotify and some similar services use it for their recommendations. http://developer.echonest.com/docs/v4
I've had the same issues - with some updates it gets better or worse, it's pretty annoying. Another thing that concerns me with the app is that the setting to only download/stream tracks on wifi doesn't seem to be…
I'm using Arch and I really like it. However, it does take way more time and effort to install than the more mainstream distros like Ubuntu and Fedora, especially if you're like me and you're used to things like wifi…
Linux Poetry is relevant: http://linuxpoetry.com/
Just consider the laptop fan additional ambient sound!
It seems very difficult to come up with aath curriculum that works for everyone. I agree that a creative approach might not be as practical as I imagine it, I've definitely suffered from the "aha, monads are burritos,…
Was it the "Yeah" that made the tone seem sarcastic? I didn't really mean it that way, I genuinely do think it would be interesting to see what happens. Sometimes I wish I had been taught math from a more theoretical…
Yeah, it would be interesting to learn about pure functions and referential transparency before basic algebra.
My Windows 10 installation fscked up my linux partitions that were on the same drive, and I was unable to repair tem... probably my own fault for not being careful, but very aggravating. The OS itself seems fairly…
I think the gain that people are aiming for is "write once, run everywhere." Especially if you're a lone developer - it's one thing to learn the intricacies of one platform (like web), but learning the ecosystems for…
I've been waiting for something like this, it looks great! I hope it can work with "babel-node" without any hiccups, so I can keep my server on ES6.
There were occasionally minigames in Mario Party or similar games that required you to rotate the control stick as quickly as you could - the stick was not padded, so you could really hurt your thumb (or the palm of…
Is the complexity actually quadratic, like amelius said? The diffing operation is linear according to React documentation: https://facebook.github.io/react/docs/reconciliation.html Is Array.prototype.concat linear, too?…
Don't worry, my new Flux implementation will take your mind off of that!
Do you have any more info on how you set that up? I kinda want a gaming PC but I like my current laptop/monitor setup, maybe I could leave the PC sitting in the corner of the room running headless, and stream the…
How do you like koa? I really like the way it handles async stuff with coroutines. I'm wondering if it will have lasting appeal, though, because ES7 should introduce async/await to javascript, which will probably…