n13's comments

n13 | 5 years ago | on: Oracle Moving HQ to Austin

I agree. I'm not really sure about how much Europe will benefit but I can see other US cities becoming new tech hot spots in few years, not even in a decade. BTW, I tried writing to you via email mentioned in your profile.

n13 | 6 years ago | on: Go Contracts – Draft Design

Agree & Voted.

Another alternative that I would like is to have angle brackets < > for better readability, so that definition and call would look as follows:

  // 1
  func Print2<type T1, T2>(s1 []T1, s2 []T2) { ... }
  Print2<int,int>( ... )
  
  // 2
  var v Vector<int>
  
  // 3
  func (v *Vector<Element>) Push(x Element) { *v = append(*v, x) }
Sorry, if it gives you C++ nightmares.

n13 | 7 years ago | on: About V, the language Volt is written in

As a someone who has never design the language or implemented a compiler, this seems to be on very very daunting task. Just wondering how much effort it requires and if someone like me - who has experience in developing software using high-level languages but not compilers - can implement it. It seems to be very interesting project and I would love to try something like this just for the sake of learning. I would really appreciate if someone can give me the pointers about where to begin with.

n13 | 9 years ago | on: Ask HN: Best Chair for Programming

I bought Autonomous' ErgoChair[1] couple of months ago but it got delivered in December 2016. I like it and It's lot cheaper than other options in the market.

Warning: KickStarter suspended their campaign [2] because they were reselling the product. You may also want to check this Reddit thread [3] before you make your mind.

[1] - https://www.autonomous.ai/office-chair

[2] - https://thetechreviewer.com/tech-news/kickstarter-suspends-a...

[3] - https://www.reddit.com/r/shittykickstarters/comments/58ndet/...

Edit: Newlines.

n13 | 10 years ago | on: Ask HN: How did you learn about stocks and the market?

Thank you! HN doesn't have any option to follow but that's ok. I do have a question for you - Does newsletters/pro accounts (costs around $199/yr) like Motley Fool, Morning star of any help, or those are just sham?

n13 | 10 years ago | on: Design better databases

Was wondering how difficult is to code a UI like this? i.e. SVG with draggable boxes with the connections/lines?
page 1