djh_ | 8 years ago | on: Compute Engine machine types with up to 96 vCPUs and 624GB of memory
djh_'s comments
djh_ | 8 years ago | on: Compute Engine machine types with up to 96 vCPUs and 624GB of memory
djh_ | 9 years ago | on: What does $100 Ether mean?
Also, the idea that Ethereum at $100 implies this amazing decentralized future is simply wrong, because that also implies that Ethereum at $1 didn't mean anything. Instead his argument should center around the many different businesses, products and experiments being built on the platform.
djh_ | 9 years ago | on: Revert the GitHub dark header
djh_ | 9 years ago | on: The Voder, the First Machine to Create Human Speech
djh_ | 9 years ago | on: The Voder, the First Machine to Create Human Speech
https://soundcloud.com/acadiamusic/she-saw-me
Sample starts at 1:35.
djh_ | 10 years ago | on: Show HN: It's back! Hipster Domain Finder is now Hipster Domains
djh_ | 10 years ago | on: Show HN: It's back! Hipster Domain Finder is now Hipster Domains
Being a big fan of silly domains, I had already started working on reviving it before I saw that thread.
It's open source, you can find the code here: https://github.com/djh-/hipster-domain-finder
djh_ | 11 years ago | on: The Vexing Legacy of Lewis Terman (2000)
djh_ | 12 years ago | on: Futilitris
djh_ | 12 years ago | on: Android++: Native development and debugging extension for Visual Studio
I used to complain about certain niggles in Xcode, but having used ADT, I shall never complain again. Comparatively, using Xcode is a joy.
djh_ | 12 years ago | on: Android++: Native development and debugging extension for Visual Studio
I don't have any stats on that, but you can check out the following games made using the open-source C++ framework Cocos2d-x that the developers asked to be featured:
djh_ | 12 years ago | on: Introducing ART – A new Android runtime being introduced experimentally in 4.4
http://android-developers.blogspot.com/2011/11/jni-local-ref...
Doesn't answer your question, just some supporting evidence.
djh_ | 12 years ago | on: Show HN: Upbeat, HN for music - Node + Redis + Angular + Soundcloud
A bit of feedback: people's submissions should default with 1 upvote(ala Reddit).
You're right about offering the service to the streamers - that's definitely the way to go to make a business out of it and it's something I've considered. However, I was mostly interested in doing the project for fun, and for some passive income, and making it a service would definitely not be passive.
The clips API returns language information about the clips, which you can use to filter them. Before that, I had to manually maintain a blacklist of non-English streamers.
I do monthly highlight videos, but they're solely based on clip views on Twitch - it doesn't use YouTube analytics, which I'm sure would improve the videos.
It is a cool idea to include chat - another thing I've considered but haven't implemented, though I've noticed some Twitch highlight channels (that do manually edited videos) do it. Thanks for the link to the downloader.
The links at the end of the videos are tricky - there's no api for that, so currently they're populated by a Firefox macro on a desktop that's supposed to be run every day - looks like there's an issue with it running! The better version would be to use a webscraper or headless browser to automate those clicks via the render server. That's what I'm supposed to be working on next, in fact...