Hacker News new | past | comments | ask | show | jobs | submit | chintanp's comments login

This looks awfully similar to a tool called as radar when I worked at a fruit company in cupertino.


Honestly, it looks more like Mail.app. It really will if we offer a single window mode.

My co-founder, James, most recently worked at Apple. Pretending he wasn't influenced at all by (the good parts) of Radar would be disingenuous.


Could you recommend other cheaper options which you have tried?


I really want to know how do you get started in firmware consulting roles? Are you based out of US?


Yes, I'm in the Midwest. How do you get started? Dunno. A friend knew someone who wanted some work done, introduced me to him and I guess that was how the first one got done.

I don't pursue it actively. If I see someone online who wants something built that fits my schedule, I offer to do it for them. To me, consulting is just a way to learn about new industries that I can build products for.

My focus is really on getting the product business generating a steady stream of cash instead of the small spurts it's doing right now.


Good observation, was also curious to know this.


Not sure if it's what happened here, but - companies will sometimes "test the waters" in Canada and iron out the kinks before coming to the US. If they screw up, it's on a much smaller stage, and it can be fixed more quietly.


No posts on above tumblr as of now.


(That's the joke.)


Does anyone know the data source for this?


"The heatmap shows the places people like, based on the number of panoramio photos at each place in the world."


Panoramio, according to the top-row ‘?’.


My favorite algorithm has been the linked list implementation, pretty useful for implementing list on embedded platforms.


I've really got to force myself to learn these data structures. The circular, doubly linked list is one of my favorite structures, I oddly find myself reaching for it all the time. Which is funny, because when I first had to implement it at school, I thought I would never ever have a use for such a thing. But now, years later, I don't know what I'd do without it!

I wonder what I missed out on by glossing over things like red-black trees.


> My favorite algorithm has been the linked list implementation, pretty useful for implementing list on embedded platforms.

You can use GPL'd code for your work?


I'm guessing you mean "can't use GPL'd code" here.

embedded work is different, in that you often embed your container in your data-structure, so you end up with something like:

  typedef struct {
    int x;
    int y;
    Point *next;
  } Point;
this allows you to save on overhead of extra allocations when creating your list (but does mean you need to create extra functions for

  Point* find_list(Point* p, int x, int y);


That's not what he meant.

He meant that GP is so dumb that he is forced to use Linux .h in his project (along with all arch dependencies) rather than to take 5 minutes and code it from scratch. And that he is ignorant of licensing matters of GPL'd code or, more likely, he just doesn't give a f_ck about them. That'd be the gist of what ExpiredLink meant.


I'm not making much sense of that comment.


GP is wondering whether the original poster is allowed to use code under the GPL license by his employer. This license requires derived code to be distributed under the same license, which companies may not want to do because trade secrets etc.


Google for "BSD linked list" and get 293000 results. Its an old data structure, much older than the GPL. Also its very popular. Google for "ruby linked list gem" and simply use a debugged library. Or any other language of your choice. Being a very popular data structure there likely exist implementations under most licenses for most languages. So it just struck me as weird that in 2013 someone would cut-n-paste reimplement one found in the kernel other than for obvious academic or educational interest or direct interface with the kernel (device driver author?)


GP meant to ask: how is that relevant?


well, as long as you can 'appreciate' its effects on caches its all fine ;)


I liked this talk, aptly titled as "What you learn by doing". It reinforced the idea that side projects are very important and, that is what would allow to build a strong technical foundation. The story of Ankit and Akshay is certainly inspiring.


plus the missing Youtube channel on Roku makes me want to buy Apple TV.


but the citizens of any nation are responsible for corruption. Their leaders aren't alien beings who have descended from planet Z to rule upon their country

I have been thinking about it for few weeks now and was somehow not convinced that by having an anti corruption bill passed would suddenly make significant changes.

This nytimes article from last month, "In Fight for Better India, Best to Look Within" http://www.nytimes.com/2011/07/02/world/asia/02iht-currents0... gives candid analysis of what is wrong and some way to fix it.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: