seanalex | 12 years ago | on: Texas Public Schools Are Teaching Creationism
seanalex's comments
seanalex | 12 years ago | on: Ask HN: What's your speciality, and what's your "FizzBuzz" equivalent?
If it were me, I'd prefer to see those that made no sales based on the question. I guess if I didn't want to see them, I would ask for "where sales are greater than $0.00".
seanalex | 12 years ago | on: Ask HN: What's your speciality, and what's your "FizzBuzz" equivalent?
Something like this could work (without going for an alternate approach such as Unions or sub-selects):
SELECT a.name, ISNULL(SUM(s.price), 0.0) FROM authors a
INNER JOIN books b ON (a.id=b.author_id)
LEFT OUTER JOIN sales s ON (b.id = s.book_id)
GROUP BY a.name, s.date
HAVING (ISNULL(s.date, '20131101') >= '20131101' AND ISNULL(s.date, '20131101') <= '20131130')
Edit: Actually might be better to keep the null in the results like the original query. It's definitely better to know whether a book sold 1000 copies for $0.00 each or if no copies were sold.seanalex | 12 years ago | on: ClanBase is no more – we are sorry
Fond memories of Clanbase though and sad it worked out like this.
seanalex | 12 years ago | on: ClanBase is no more – we are sorry
Unfortunately during the time I competed, there were many companies that would spring up and run tournaments with prizes that they ultimately could not pay out on. Or at best, the money would eventually get paid out months/years later. It was very hard for companies to make return on investment when running these gaming sites and tournaments. Overall, it was the work done by volunteers and "teenagers" that made the best events/sites/tournaments...
I always found it very unfortunate that the gaming scene was full of exploitation for these companies. What happened to the GGL (similarly the CPL), comes at no surprise.
seanalex | 12 years ago | on: Ask HN: What laptop to buy?
seanalex | 12 years ago | on: Ask HN: What laptop to buy?
seanalex | 12 years ago | on: Ask HN: What laptop to buy?
It definitely seems like the macbook air is the go-to lightweight development machine these days.
seanalex | 12 years ago | on: Ask HN: What laptop to buy?
seanalex | 12 years ago | on: Google Latitude will be retired
I haven't dabbled much in mobile development, so I really couldn't say how hard it overall would be.
seanalex | 12 years ago | on: Google is retiring its Latitude location-sharing service on August 9th
seanalex | 12 years ago | on: Google is retiring its Latitude location-sharing service on August 9th
seanalex | 12 years ago | on: What is Microsoft smoking?
Overall though, Azure is a great product and once you wire things up correctly, it makes out to be a fantastic hosting service. I do not have experience with Amazon's hosting stack, but I plan on sticking with Azure for the long haul.
seanalex | 12 years ago | on: Tell HN: AT&T added fees on their service; now you can cancel the contract
After 8 months, I luckily found out that T-Mobile was changing their pricing based on roaming charges. I called them to ask for a cancellation with no ETF. I explained to them that the change of terms is a cost change to how I use the tablet. Through a story of "I use this tablet in remote areas for work...", I was able to get it cancelled. It took two phone calls to make it happen, but I soon found out many others tried but failed to take this approach.
seanalex | 13 years ago | on: Ask HN: How did you make your first $10,000?
My first $10,000 ever made was playing video games. It was all made in one weekend at a Quake 3 tournament. It was my first tournament ever, so it was fueled solely on excitement, fun, and sheer determination. I completed 2nd place, took home a giant check, trophy, and was at that moment in time the #1 U.S. player.
seanalex | 13 years ago | on: Ask HN: AWS vs Azure
Currently, I use Azure for my projects. Primary reasons are due to being a C# developer professionally, and it just made sense to use it. In Visual Studio, it is very easy to publish projects directly to Azure without ever actually logging into the Azure dashboard.
I can't comment on price comparisons, which are much different. But I'd say give Azure a try for free initially to demo it and see if it fits what you need.
One thing of note that I feel is not mentioned often when discussing these two options. If you are planning on using Azure's storage options, there will be a sort of "vendor-lock-in" involved with the code-base. I have great experiences with it, but both Azure and AWS have different approaches to how they handle storage options including the NoSQL choices such as Azure Table Storage.
Additionally, I have used Nodejs on Azure. I truly enjoyed it when using Azure Table Storage for my database. Overall publishing to Azure was pretty simple and required minimal setup effort. Let me know if you have any questions!
seanalex | 13 years ago | on: 6 Months with C#
Overall though, Microsoft is trying to move to an "ecosystem" platform. Exampes are Nuget powering their closed/open-source ecosystem for projects and Azure server templates. Even their latest ASP.NET MVC 4 is pushing several open source libraries onto their default project template. They truly see they couldn't win the web battle with WPF/Silverlight as their only options, so they are going for a different angle here in the last year. Additionally, a lot of interesting things are coming out of Microsoft and its employees, such as the open-sourced SignalR which is actively being updated and may become a standard for C# webapps.
I realize C#/.NET is not the go-to language for small web-apps yet, primarily due to licensing, but give it time. I say if you are on the fence, and are interested at all in C#, give it a shot! There are many free options for development IDE's and hosting provided by Microsoft. For example, you can use Visual Studio Express and host up to ten websites for free on Azure.
seanalex | 13 years ago | on: Ask HN: Thoughts on side-project?
Overall, I realize its tough to gauge with no activity and a wealth of articles/comments to review. I plan to spend some time trying to gain interest in this from active communities as well as make the sites message, intent, and value clearer on the front page.
seanalex | 13 years ago | on: Ask HN: Thoughts on side-project?
I do agree it would play best if we go with one or a few shows initially and try and attract some of its currently existing communities. I definitely agree also that the site needs a better indication as to what its all about and why someone should register/login.
The dropdown on the main page is driven off of what topics exist for shows currently.
Thanks again for the feedback and gives a general direction on where to focus my efforts this next week. Cheers!
We were not homeschooled for religious reasons. It was purely a choice made by the family during a time when we were traveling after both parents retired. We each had the option at anytime to jump back into the public education system after we moved to Austin, but we opted to continue homeschooling instead.
Would I recommend it for everyone? No. Homeschooling should be dealt with on a case by case basis.