Viewing profile — rcb
rcb
HN member- Joined
- Sat, Feb 04, 2012, 1:09 AM UTC
- HN karma
- 100
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About rcb
No profile information was provided.
Recent public activity
-
comment
Comment #39297823
Very sad news. In the mid 90s I used his ATLAST in a commercial product and reached out to him for some help. He was very gracious. R.I.P John Walker
-
comment
Comment #12369456
I'm a 20+ year daily gnu/x emacs user and purchased a copy of Epsilon in July after demoing it for a couple weeks. Since then I've been coding in Epsilon daily (Linux/C++): What I …
-
comment
Comment #6787566
This is impressive work by the Joyent team! I've seen two sources of memory leaks in Erlang based systems: 1) unbounded process message queues, and 2) passing binaries across proce…
-
comment
Comment #6409967
I've been going at this professionally for over 20 years, and in that time have worked in all sorts of environments. Cubes, private offices, smoke-filled private offices with good …
-
comment
Comment #6376740
Nearly a year ago I posted a positive comment on HN about Windows 8, and was then accused (by TWO individuals) of astroturfing. The anti-M$ hate & paranoia that HN seems to have in…
-
comment
Comment #6356437
Great job, fogus. Thank you so much.
-
comment
Comment #6025130
Congratulations! I'm downloading my copy now. Thanks
-
comment
Comment #5929590
I'm very happy about mocl's release. Great work, and congratulations!
-
comment
Comment #5377631
I purchased JOC 2e two days ago.. The 1st was such an excellent book. Thank you fogus, chouser, and Manning!
-
comment
Comment #5369929
OpenSUSE is an excellent distro. Congrats to the team on another solid release!
-
comment
Comment #5365737
Why did go "win" over erlang, scala, and clojure? Because it's becoming trendy and "fun?" And, why are "fun" and "joy" terms ruby bloggers use for languages? Is this code for "easy…
-
comment
Comment #5365676
If you're looking for more elegant methods of expressing this in a higher performance runtime, here are two examples. Erlang: [I+9 || I = 3] Haskell: [i+9 | i = 3] Like go, both Er…
-
comment
Comment #5319417
Very nice, and congratulations. Reading the "Data Modeling" documentation brings to mind some similarities with the MUMPS storage model (Intersystems Caché / GlobalsDB / GT.M).. is…
-
comment
Comment #5178219
Does anyone know if BB has the ability to push OS updates direct to customer handsets? Years ago such updates required carrier "approval"/intervention, which meant updates occurred…
-
comment
Comment #5169819
Your dad still is a fixer.. Reading about his life and his values is reaffirming, and fixed a little part of me at a time when I needed it. Thank you for sharing his memory with th…
-
comment
Comment #5045697
This is very clever. The autoscrolling feature is strongly reminiscent of reading text from dial-up bulletin board systems at low baud rates (300-2400).
-
comment
Comment #4972722
I remember reading that SJ was obsessed with the NeXT manufacturing plant in Fremont, but weren't the original Macs also manufactured in the US?
-
comment
Comment #4965452
I have the receipt in hand, and at the very top it says "Microsoft Store." I'd say my purchase was in fact from MS.
-
comment
Comment #4965300
Last December I purchased an HTC Titan running 7.5 from a Microsoft Store. A couple months later, HTC released the Titan II, and not long after that, Microsoft announced my new pho…
-
comment
Comment #4768468
After almost 20 years of running Linux, FreeBSD (and even NextStep!) on x86 bare metal, I've for the time being gone back to Windows. It's a fast dual-head box. One screen is all W…
-
comment
Comment #4721844
Speaking of my own experience on this subject: A large part of my career over the last decade has been working in Erlang. I'd estimate that once I had a firm understanding of the l…
-
comment
Comment #4342677
Most of Erlang's goodness evolved before SMP was available. IIRC, Erlang didn't support smp before its R11 release. Before then if we wanted to light up all the cores on a box, we'…
-
comment
Comment #4342503
http://blog.getprismatic.com/blog/2012/4/5/software-engineer... "While we make heavy use of the core of Clojure, we don't use its concurrency primitives (atoms, refs, STM, etc.) be…