Hacker Newsnew | past | comments | ask | show | jobs | submit | pallinder's commentslogin

Hi guys, as the CTO of a startup in Stockholm let me know if you have any questions. Incidentally we are also looking for developers (ruby on rails), we are well funded and about to launch our product in a few days.

Ping me on david@universalavenue.com if you want help/info/apply for a job.


Universal Avenue | UniversalAvenue.com | Stockholm, Sweden | Fulltime | Ruby on rails | Remote: No, Intern: Maybe

# About us

Universal Avenue enable thousands of people around world to make a living working where and when they want, as Brand Ambassadors. Our Brand Ambassadors create a global infrastructure for growth, giving the world’s top online brands the freedom to grow at any market at any time. Universal Avenue is based out of Stockholm and backed by Moor & Moor, the private investment arm of Kaj Hed, Chairman and main owner of Rovio, creators of Angry Birds.

# About you

- Good english

- 2 years of experience developing Rails applications

- Experience working in a tdd environment

- Experience with scaling Rails applications

- Believe in the sharing economy and find it interesting

# How to apply

send email to david@universalavenue.com with a link to your github profile and some information about yourself.


Stockholm, Sweden has the same thing going for it. In the few months of the year you can actually go swimming without freezing to death that is :)


Remote / Tel Aviv - Fun or die ltd

We are building a new way to interact with tv, we are well funded and have successfully launched our first project.

The team consist of two swedes and two israelis.

* UX/UI designer, someone that is passionate about tv and in the long run transforming tv.


After signing up and receiving the confirmation email there is a slight issue with picking a password.

1. Click the link in the email

2. The webpage opens up with a password input field and a confirm password input field in a small popup

3. After starting to type the password in the input field the popup vanishes thus not allowing me to actually save the password.

Same issue when requesting a password reset (safari on mac os mavericks and on ios 7.0.3).


We're looking into it. Thanks for the heads up


go build

It compiles a binary, just send it to the server and it will run, no need to even have go installed on the server (or any libs really).


Doesn't this require your development machine to use the same architecture and OS as your server?


No. It's simple to build Go toolchains for whatever your deploy os/arch target is. Then you just cross-compile.

* Download Go source

* Extract, cd go/src/

* GOOS=linux GOARCH=386 ./make.bash #this will build the linux_386 toolchain

* GOOS=linux GOARCH=amd64 ./make.bash #linux_amd64

* GOOS=linux GOARCH=arm ./make.bash #you get the picture

GOOS can be windows, darwin, freebsd, netbsd, plan9.

Then when you want to cross-compile your app, you do:

GOOS=linux GOARCH=arm go build myApp.go

That's it. Now you have a statically linked binary that you can drop on whatever your target is. As someone who has had to cross-compile a lot of C and C++ code, I find this simplicity to be a huge win.


Thanks for that. It's been a while since I used Go. That is quite nice.


"If you’re using JSON and your JSON is a mix of types, goooooood luck. You’ll have to create a custom struct that matches the format of your JSON blob, and then Unmarshall the raw json into an instance of your custom struct. Much more work than just obj = json.loads(json_blob) like we’re used to in Python land."

Could just load it into a map[string]interface{} and then just make sure he does type assertion on the value before using it.


Is it?


"..about the goods of laissez-faire capitalistic systems" Im pretty certain any government agency wanting to self preserve would NOT want laissez-faire.


A couple of things after having played around with it on my iphone 5 for a while.

1. It "feels" slower, might be because it's not 100% optimized yet, but what I suspect is causing this feeling is the new animiations. Everything just feels sluggish, kind of like using an android feels to me.

2. It appears harder to locate things in apps.

3. The paralax animiations arent all that obvious and doesnt add as much depth as I initially thought it would.

4. Some of the app redesigns are really nice (address book for instance).

5. The thin font is really hard to see sometimes.

6. The new design of the notification view is really nice.

That's it for now.


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

Search: