Live data from Hacker News

Didn't see this coming: The Goldman Sachs Github Account

github.com

1–10 of 115 posts

Re: Didn't see this coming: The Goldman Sachs Github Account

#2
anecdote (no facts): I ran into some GS folks at the X.Commerce conference last year in SF and they said that engineers comprised their largest employee category. They said that they have built proprietary versions of a lot of really basic software (like email clients, office suites, etc...) purely out of security concerns and the fact that they have more money than god.

Re: Didn't see this coming: The Goldman Sachs Github Account

#3
Why not? It's a large corporation with many branches and technical needs, some of which are harmless to open-source. Despite its reputation, I don't think they go through their day thinking "hmm... we could open-source this, or we could go kick a puppy instead! Muahahaha!"

Re: Didn't see this coming: The Goldman Sachs Github Account

#5
post #3

Why not? It's a large corporation with many branches and technical needs, some of which are harmless to open-source. Despite its reputation, I don't think they go through their day thinking "hmm... we could open-source this, or we could go kick a puppy instead! Muahahaha!"

Why choose?

Re: Didn't see this coming: The Goldman Sachs Github Account

#6
From their FAQ:

  Why is Goldman Sachs open-sourcing GS Collections?
- We believe that GS Collections offers a significant advantage over existing solutions. We hope others will benefit from it.

- We believe in the power of the technical community to help improve GS Collections.

- Technology is a huge part of what we do at Goldman Sachs. GS Collections exemplifies our commitment to technology.

- We use open source software in many of our operations. We have benefited from the work of others and we'd like to give something back.

  Does Goldman Sachs use GS Collections?
- Yes, we use GS Collections in many of our internal applications.

Re: Didn't see this coming: The Goldman Sachs Github Account

#8
post #4

Any java guru think this is good stuff? Just curious. I moved on form java years ago.

Took a quick look, GS Collection seems to be a similar library like Google Guava; a nice functional library helper to perform operation against Java collection.

Re: Didn't see this coming: The Goldman Sachs Github Account

#9

  ...
  import com.gs.collections.impl.block.factory.Comparators;
  import com.gs.collections.impl.block.factory.Functions;
  import com.gs.collections.impl.block.procedure.CollectionAddProcedure;
  import com.gs.collections.impl.collection.mutable.AbstractCollectionAdapter;
  ...
Gees, I feel sorry for people still stuck using Java.

Re: Didn't see this coming: The Goldman Sachs Github Account

#10
post #9

... import com.gs.collections.impl.block.factory.Comparators; import com.gs.collections.impl.block.factory.Functions; import com.gs.collections.impl.block.procedure.CollectionAddProcedure; import com.gs.collections.impl.collection.mutable.AbstractCollectionAdapter; ... Gees, I feel sorry for people still stuck using Java.

Why? It's pretty good, all things considered.
Post reply on HN