Viewing profile — rjrodger
rjrodger
HN member- Joined
- Fri, Sep 03, 2010, 3:58 PM UTC
- HN karma
- 137
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About rjrodger
Recent public activity
-
comment
Comment #45186247
null != nil !!! It is good to see some partial solutions to this issue. It plagues most languages and introduces a nice little ambiguity that is just trouble waiting to happen. Iro…
-
comment
Comment #41847988
Good to have a name for this! My favourite debugging technique is "introduce a known error". This validates that your set of "facts" about the file you think you're editing are act…
- story
-
comment
Comment #39615467
Any chance you'd Open Source it?
-
comment
Comment #39061958
You did say philosophy of engineering, right? Look no further than “The Specialist” by Charles Sale “YOU'VE heard a lot of pratin' and prattlin' about this bein' the age of special…
-
comment
Comment #38262212
To me this looks like a Jevons Paradox situation: https://en.wikipedia.org/wiki/Jevons_paradox [1] Increased developer productivity will lead to a lot more software development, at…
-
comment
Comment #36666529
Well each of our microservices is also a Node package, so we also do that ourselves for the Lambda deployments - load 'em all up in the one Lamdba!
-
comment
Comment #35985398
fs.watch is definitely a high priority in order to support day-to-day dev as a build system. (Hey Jarred - Let’s get that zig package thing done soon!)
-
comment
Comment #35919209
This is pretty fun - used it to generate diagrams for my book!
-
comment
Comment #35009907
Not really safe to assume there's a decent one. Better to install directly from https://nodejs.org/
-
comment
Comment #34995342
I will hire the founders of a failed startup any day of the week over just about any other category of candidate. They are "salted" horses of the finest calibre. In my last shop, w…
-
comment
Comment #34451141
Salty, but a true classic. Having read easily several hundred "business" books, this one is my desert island book.
-
comment
Comment #34360286
Visible light was scattering off densely packed electrons up to about 300k years after the Big Bang - so I guess - white.
-
comment
Comment #33006564
Microservices are about reusability - at the "business logic" level. This framework and its services gets that exactly right. All the network stuff is fine and dandy but first you …
-
comment
Comment #32863782
Speaking from the company side, this is our main method of hiring! It works great. A key factor would be that we as a company support and maintain an open source framework. I'm not…
-
comment
Comment #29509077
Is this not equivalent to medical triage? Those who will die anyway, and those who will live anyway, get no immediate treatment (apart from morphine). Those who will not survive wi…
-
comment
Comment #29106052
That's it. That's the reason. You can usually get Emacs key bindings (or a shallow approximation thereof) in most editors. But yeah, we're stuck, so I guess we just gotta double do…
-
comment
Comment #28380466
You'll be wanting https://www.ribbonfarm.com/2009/10/07/the-gervais-principle-... - The Gervais Principle, Or The Office According to “The Office” - the ultimate meta discussion of…
-
comment
Comment #27526850
Try cuelang.org/play - it's exactly that. Seems to be just a demo though.
-
comment
Comment #27526838
Our implementation is in TS. However that's just an API. Do you have some ideas on how you'd like the TS type system to work with the Cue type system. It's an open question for us.…
-
comment
Comment #27526827
And we kinda leverage the docs on cuelang.org since the syntax and semantics are mostly the same!
-
comment
Comment #27526821
Yeah - we're just cheating and using YAML syntax modes for the moment which mostly works. The plan is to support LSP for much better DX of course.
-
comment
Comment #27512327
Started working on a JS version a few weeks ago [1]. Even with 20% of the features it’s already so useful we’re building systems with it. And not just config - model all the things…
-
comment
Comment #23811438
If you’re like me and noise cancelling headphones make you seasick, try 3M Peltor Optime ear protectors - very effective.
-
comment
Comment #23653244
This is awesome! How much is open source? Fascinated to see how you put the code together...