Live data from Hacker News

Ask HN: What have you achieved in January 2015?

news.ycombinator.com

21–30 of 112 posts

Re: Ask HN: What have you achieved in January 2015?

#21
I got an alpha version of something we call FastBoot working for Ember apps: https://github.com/tildeio/ember-cli-fastboot

FastBoot allows you to boot up your JavaScript application on the server, gather model data, and send the rendered output as HTML to the client. This allows search crawlers, cURL, and people with very slow JavaScript engines to access apps that were previously unavailable. I've had a fire in my belly to make this work since I had a conversation with Dan Webb at Twitter about all of the reasons they switched away from client-side rendering[1].

1: https://blog.twitter.com/2012/improving-performance-on-twitt...

Most people think this problem has already been solved by being able to render templates on the server, but the problem is much harder than that. For example, I learned on HN yesterday that most server-rendered Flux apps can only handle one request a time, due to the reliance on singletons[2]. You really need an application-wide DI system like Angular/Ember to get this working with multiple requests in parallel.

2: https://news.ycombinator.com/item?id=8989667

I'm really really really excited about this work because I think we can have a single, robust solution for all Ember developers that is dead simple to install and get running. Most importantly, this makes JavaScript apps accessible for everyone, while retaining the UI advantages for those whose devices are capable enough. In other words, I think once this is complete, we can finally put to bed the controversy over whether server-side or client-side rendering is best—we'll have a hybrid that offers the best of both worlds.

Re: Ask HN: What have you achieved in January 2015?

#22

Kicked off my personal challenge - 12 Apps in 12 Months - in order to force myself to deliver personal projects as opposed to just tinker with stuff and never make it past the beginner phase. It's working great; I have a slick kanban workflow on Trello going on, and a (tiny, irrelevant, but useful for this purpose) SaaS app in production. App #2 is under way ahead of schedule since #1 reached MVP with a full week to…

What's the tiny, irrelevant, but useful SaaS app? Great username, by the way.

Thanks. I guess I'm about to blow my cover. :-)

http://icon-sizerator.davidjpeacock.ca/

I know zillions of people have solutions for this, but it was a nice self-contained project.

Re: Ask HN: What have you achieved in January 2015?

#23
After finishing my "One Game a Month" challenge in 2014 I got back to my plan to learn (again) some electronics and I'm building a AVR based 8-bit 80s style microcomputer.

On January I got the video driver (composite video, PAL; rendering from external SRAM) and the keyboard driver (PS2).

Reading and learning about PAL and PS2 has been very interesting, and also I had to learn a EDA software (KiCad) to keep the schematics safe because the Arduino board has now more cables that I can safely track ;)

Besides I had to understand lots of details about the AVR, mainly how SPI and the USART interfaces work.

Good fun!

Re: Ask HN: What have you achieved in January 2015?

#24

Kicked off my personal challenge - 12 Apps in 12 Months - in order to force myself to deliver personal projects as opposed to just tinker with stuff and never make it past the beginner phase. It's working great; I have a slick kanban workflow on Trello going on, and a (tiny, irrelevant, but useful for this purpose) SaaS app in production. App #2 is under way ahead of schedule since #1 reached MVP with a full week to…

Could you share more about workflow on Trello you have? (I imagine you are utilizing it alone)

Re: Ask HN: What have you achieved in January 2015?

#29
This has nothing to do with technology, but hey: I finally decided to take saxophone lessons, I will buy a sax on Saturday morning and have my first lesson next Tuesday.

I've been playing both flatpicking guitar and mandolin respectively for 14 and 4 years, but have been in love with the sax for more than 20 years.

At almost 29 years old I decided it was time to take the plunge and learn how to play the thing.

It's going to be a good excuse to finally learn how to actually read music in the process.

I feel motivated like I rarely felt before.

Re: Ask HN: What have you achieved in January 2015?

#30
Started volunteering with three different learn to code initiative with the intent to help curb the gender gap in tech and get kids interested in programming: CoderDojoChi[1], GirlDevelopIt[2] and Code and Cupcakes[3]. Also looking to help out with PyLadies. You guys should volunteer for/start these things too ^.^

[1]:http://coderdojochi.org/

[2]:http://www.girldevelopit.com/

[3]:http://codeandcupcakes.net/

Post reply on HN