Viewing profile — coldnebo
coldnebo
HN member- Joined
- Tue, Jul 16, 2013, 2:24 AM UTC
- HN karma
- 226
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About coldnebo
No profile information was provided.
Recent public activity
-
comment
Comment #13432996
Or, like one of the companies I worked for, you could exercise your options, wait for a large Fortune 500 to buy them up, but then get told that your bylaws have a special provisio…
- comment
-
comment
Comment #13088252
Re: jruby I have considered it deeply. Many of our enterprise systems are Java-based, so JRuby's ability to call Java methods directly without implanting services would be a huge p…
-
comment
Comment #13088210
Rubygems forms an ecosystem of libraries on top of Ruby. Most gems are dev/tested within MRI, some work across other Rubies, some do not. It's difficult to tell which is which. Thi…
-
comment
Comment #13087765
The Ruby community is always likely to prefer MRI because that's the core that the majority of gems support. So, yes, on the surface of it, this particular Ruby build might appeal …
-
comment
Comment #13087712
Doesn't seem to stand for anything (at least it's not defined in the project charter). If I had to guess at it: Open Meta-Runtime But I could see how that might be misinterpreted c…
-
comment
Comment #13013820
There is no Balance and no Art. Consider part of the reason work takes so long is the constant stream of updates. Updates have killed more than one conference presentation. Yet, wh…
-
comment
Comment #12986498
I think the term stems from hearing two of these people interact at work: "what, are you guys married or something?" "Nah, he's just my work wife".
-
comment
Comment #12952269
Yes, but the software may be based on symbolic reasoning, in which case the computer can 'use' a description of process symbolically and unexhaustively just as a human would. For e…
-
comment
Comment #12920200
I liked DarkBasic: https://www.thegamecreators.com/product/dark-basic-pro-open-... Unlike other environments where everything is an integration with yet another library or tool cha…
-
comment
Comment #12919512
In my mind, refactoring public policy is going to be like refactoring business processes in enterprise code. The perception is that all these "horrible" duplications and inefficien…
-
comment
Comment #12919385
Because math. <3
-
comment
Comment #12919323
Are you saying the process that creates risk is ending or that we are simply hitting a boundary condition (i.e. The edge of the Petri dish)? TFR is synthetic based on population be…
- comment
-
comment
Comment #12919188
It's also interesting that the pair vs TDD divide is often based on the solution space. Service/backend programmers often extol TDD because it is easy when working in a single lang…
-
comment
Comment #12919125
That's a bit rough. I think you are missing the other value proposition for SO: in a world of poorly documented interfaces, it gives cogent, vetted examples of what works. And you …
-
comment
Comment #12879442
“Curiously enough, the only thing that went through the mind of the bowl of petunias as it fell was: 'Oh no, not again.'" [edit: ok, so it is cool, but I'm not sure it's secure, an…
-
comment
Comment #12879289
I can sympathize, and there are areas of computing that are tiresome and never seem to get better, but there are just way too many things on my bucket list: unbiased rendering, phy…
-
comment
Comment #12854607
Oh, I just realized that 'tagging' in this way is kind of an implementation of Minsky's k-lines. https://en.m.wikipedia.org/wiki/K-line_(artificial_intellige... Cool!
-
comment
Comment #12839655
But TFA isn't talking about 'the future', it's talking about the present. Why isn't there productive work for these people right now ?
-
comment
Comment #12823829
Except you describe the kinds of problems you typically solve (placing a button in a row) which are the smallest/simplest case of the problems that we're talking about, so it seems…
-
comment
Comment #12823629
Must be a server-side dev. Java client-side trainwrecks include: struts, tempest, Java Server Faces, AWT, Swing. True it's unfair to blame Java alone for these, because client side…
-
comment
Comment #12821168
I was initially confused by the "human" line too, but once I looked at the video and the examples I understood what you guys are trying to do. There are a lot of really interesting…
-
comment
Comment #12660874
Software componentization never took off because every attempt at it either leaks abstractions like a sieve or is so purely functional as to be impractical for real world use. Shal…
-
comment
Comment #12660048
React is a lot more than it seems. The essential problem it tries to solve is componentization: how can you have a large team of varying skill work on separate parts of a page in a…