As far as your backend design goes it really depends on your scaling needs and how much of a purist you want to be about keeping your dependencies open source. If I was just trying to scratch a personal itch I would write it as a Typescript w/ Apollo GraphQL hooked up to a managed Postgres and running on a serverless platform like AWS Lambda. I’d probably write the frontend in React with some kind of state management library.
Beats have always been in that price range IIRC. They were always marketed as a luxury product, just like Apple's stuff. I think Skullcandy aim to be more approachable.
I don't play Starcraft 2 much, or video games in general, for that matter, but I do enjoy occasionally watching SC2 casts, mostly out of nostalgia for the original game which I enjoyed quite a bit as a kid.
I've seen Scarlett's games before and while I had gathered that she is a woman, I had no idea she was transgender - honestly, a pleasant surprise, because I'm a trans woman too. I enjoyed this article, and I found it refreshing that it wasn't invasive with regards to her gender identity, while still being explicit and not just sweeping it under the rug. I'm quite happy with this kind of representation - and I'm even happier to find out that I have this in common with such a highly-regarded player.
One note to some of the commenters in this thread, though - please don't speculate on our biology like that, it's incredibly rude. She deserves to be celebrated for her accomplishments regardless of the gender assigned to her at birth.
"It’s not farfetched to say that sometime in the near future, Amazon’s largest income share will come from their own in house products rather than their online retail sales."
Amazon's in house products are channels to their online retail sales.
The only time I willingly do that is when I'm browsing the Web while drunk, and something about the page's behavior or design annoys me, so I'll casually open up the inspector and work out a fix.
This has happened several times and I usually end up with a nice snippet of code that's actually useful. Interestingly, I almost never do this while sober, or stoned. There's just something about drinking that makes me more eager to do stuff like that.
For any kind of work beyond that, though, I'm effectively useless when drunk.
> This site is powered by AngularJS and jQuery running on the Express framework for node.js and deployed on Heroku, generated using generator-fullstack for the Yeoman workflow automator.
Why not just put a few HTML files on a server and achieve the same thing? I don't even notice any JavaScript on your site.
It certainly could use a bit more flair, I think. I chose to avoid that because the goal was to just have something tangible ready by the end of a weekend. I threw the site together while I was looking to switch jobs, so that I could at least say I have minimal experience with frontend MVC. I did end up getting hired elsewhere, so it fulfilled its purpose. Funny enough, we don't use frontend MVC frameworks at all here, but it was a cool learning experience nonetheless.
run `zcat /proc/config.gz > ~/kernelconfig` (i believe that's the right filename for the average Gentoo kernel; haven't booted Gentoo in a long time) and you'll end up with a full list of all the options you chose for your currently running kernel.
This shows all the config options. Options change from kernel to kernel so doing a simple diff does not always reveal the user's intentional config changes. Otherwise gentoo is painless.. in the long term.