Viewing profile — rikrassen
rikrassen
HN member- Joined
- Fri, Jun 05, 2015, 3:34 PM UTC
- HN karma
- 4
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rikrassen
No profile information was provided.
Recent public activity
-
comment
Comment #11834775
You can use chrome plugins/the chrome webstore and the devs have actually pushed bug fixes that address compatibility with prominent plugins, i.e. Chromecast and LastPass
-
comment
Comment #9711488
Why do you prefer a compiled language over a scripting language? I learned Java in high school and struggled with all of those > "just do" things e.g. `String in = new BufferedRead…
-
comment
Comment #9703879
It was mostly how we wanted to use it at my company. It didn't seem clear whether docker should just set up the system (apt-get, pip install) or also checkout the code. To add to t…
-
comment
Comment #9700641
It seems to me like everybody wants a framework in every language that allows them to write it like a language they're more comfortable with. I would much prefer to see the evoluti…
-
comment
Comment #9675459
I hadn't considered binary data. Thanks.
-
comment
Comment #9675406
For some reason I found docker very unintuitive, even writing a simple build script was confusing. I agree, this book would have done a much better job of introduction than the doc…
-
comment
Comment #9672927
I'd also imagine that since the contest is framed as getting around code reviews the code would be inspected using some other source code display tool. These tools certainly wouldn…
-
comment
Comment #9666152
One of the comments on that article was "YAY! JSON is wastefully large. I'd love to replace it." Is this true? I'm confused why JSON would be seen as a wasteful as a format. It see…