Viewing profile — reiz
reiz
HN member- Joined
- Tue, Apr 17, 2012, 2:17 AM UTC
- HN karma
- 149
- Public activity
- 196 items
- HN profile
- View on Hacker News ↗
About reiz
Recent public activity
-
comment
Comment #45696705
First of all, thx for documenting the mogration. That is very interesting. Your monthly bill is smaller now. But how many hours did you invest into the migration? And how many hour…
-
comment
Comment #39379785
That's a great map! If I would still live in the US, my wife would use that map every day :-)
-
comment
Comment #25729898
This is a setup I'm using in all my Rails projects. Maybe you find it useful.
- story
-
comment
Comment #25672327
Docker container pre-configured with Nginx as forwarding proxy. You can use it to either block all outgoing traffic and whitelist certain domains or allow all outgoing traffic and …
- story
- story
-
comment
Comment #14585813
That's nice to see the NSA is contributing to the OSS community. I just randomly picked one of the NSA GitHub repositories, analysed it with VersionEye ( https://www.versioneye.com…
- story
- story
-
comment
Comment #12078074
You could use the VersionEye Maven Plugin for that: https://github.com/versioneye/versioneye_maven_plugin . It checks your dependencies against a license whitelist on the VersionEy…
- story
-
comment
Comment #9610608
I'm crawling some famous C repos at GitHub for VersionEye. There are listed here: https://www.versioneye.com/C . And I integrated the biicode, a dependency manager for C/C++. The b…
- story
- story
-
comment
Comment #9252364
Everybody is an highly competitive field. Everybody wants to release as fast as possible. That's why everybody is using open source components. I know that everybody in the commerc…
-
comment
Comment #9246992
Thanks for your input and the link. Any other licenses beside GPL you try to avoid?
-
comment
Comment #9246825
Nice! That's what the world waited for :-)
-
story
Ask HN: Which OS License you try to avoid? And why?
If you are a developer you have to deal with software libraries and software licenses. Which licenses you try to avoid and why? And which licenses are OK for you if you develop a p…
-
comment
Comment #9246744
I guess he is from the BayArea and he don't like remote sessions :-)
-
comment
Comment #9173702
I wrote once a license crawler for VersionEye which recognises the most common licenses in README files on GitHub. But I didn't crawl whole GitHub! Only projects which are submitte…
-
comment
Comment #9173609
Very interesting blog post. I wouldn't have thought that so less projects on GitHub provide a proper license! I'm working on https://www.versioneye.com and we track currently more …
- story
- story
-
comment
Comment #8319795
Cool page. Makes totally sense. I'm doing it the same way. And in addition I use VersionEye to get notified about new versions of open source libraries I'm using in my projects. Th…