Viewing profile — Refefer
Refefer
HN member- Joined
- Fri, Dec 02, 2011, 11:47 PM UTC
- HN karma
- 162
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About Refefer
Recent public activity
-
comment
Comment #46646695
Pragmatically, cost and ease of access is especially important in suppressed countries or ones with unstable infrastructure. While the devices you're talking about has lots of conv…
-
comment
Comment #23690915
Phoronix paints a very different picture, especially in non-synthetic workloads[1]. Gravitron2 looks like a nice speedup over the first generation but either the optimization isn't…
-
comment
Comment #20601654
Systems Languages are considered niche these days?
-
comment
Comment #11613117
Menlo Park, Ca - Full time - Onsite - Frontend, AI Systems, Dev Ops Blackbird is an artificial intelligence technology company focused on solving important challenges faced in toda…
-
comment
Comment #11234862
Implicit is basically just an implementation detail. The idea of only allowing one typeclass instance per data is generally referred as confluence and you're correct in that scala …
-
comment
Comment #11013026
Menlo Park, Ca - Full time - Onsite - Frontend, AI Systems, Dev Ops Blackbird is a ventured backed, artificial intelligence technology company focused on solving some important cha…
-
comment
Comment #10514072
Clearly a chatroom with half a million individuals is unusable from pretty much every perspective. That said, a chat server with N chatrooms and a total population of 500k users so…
-
comment
Comment #10156192
Menlo Park, Ca - Full time - Onsite - Frontend, Backend, Dev Ops, ML/AI Blackbird is a stealth, ventured backed, artificial intelligence technology company focused on solving some …
-
comment
Comment #9997683
Menlo Park, Ca - Full time - Onsite - Frontend, Backend, Dev Ops, ML/AI Blackbird is a stealth, ventured backed, artificial intelligence technology company focused on solving some …
-
comment
Comment #9646654
Fiefdoms make money for the lord of the manor
-
comment
Comment #9639724
Currently Ops, Systems, and UI are our big needs. Great ML folks are always welcome as well!
-
comment
Comment #9639516
Menlo Park, Ca - Full time - Frontend, Backend, Dev Ops, ML/AI Blackbird is a stealth, ventured backed, artificial intelligence technology company focused on solving some important…
-
comment
Comment #9583775
That's not really true. Erlang's VM is fantastic at GC with thousands upon thousands of green processes multiplexed onto the system threads, allowing soft realtime performance. Sim…
-
comment
Comment #9472079
Menlo Park, Ca - Full time - Frontend, Backend, Dev Ops, ML/AI Blackbird is a stealth, ventured backed, artificial intelligence technology company focused on solving some important…
-
comment
Comment #9304883
Blackbird is a stealth, ventured backed, artificial intelligence technology company focused on solving some important challenges created by the shift from desktop to mobile. Our st…
-
comment
Comment #8702724
It's a huge issue on mobile. Multiple rendering engines requiring the world to write software to a spec is what prevents people from writing code dependent on a particular browser …
-
comment
Comment #7842046
Blackbird - San Francisco / Menlo Park Located right outside Stanford University in Menlo Park, CA, Blackbird is venture-backed startup founded by a team of Stanford CS Alumni who'…
-
comment
Comment #7379916
It's amazing how fast you can go when you don't care about safety ;) That said, for all non trivial work loads, the latest postgres is quite the work horse, but of course requires …
-
comment
Comment #7212769
I considered editing my other comment but decided instead to break it out. There are a couple of complexities that your comment illustrates well: First, continuous math _is_ availa…
-
comment
Comment #7212509
Two good examples from the Scala community would be Algebird[1] from Twitter which uses Monoids as a main abstraction and Spire[2], which might be the best numerical library out th…
-
comment
Comment #7212478
Ah, but that's a matter of design - except now we have strong constructs from which to consider our problem. We will never get away from developing the architecture of our system, …
-
comment
Comment #7211933
An important realization I made a while back was that design methodologies do little to address program correctness, which is almost always the wildcard on deliverables; buggy soft…
-
comment
Comment #7112567
I think modern software engineering really needs to start banking on provable languages with strong type systems. Instead of hoping and testing with Monte Carlo sims, let's prove a…
-
comment
Comment #7085658
You could, you know, pay for a subscription. If you're bumping up on the limit of free articles per month, you're clearly getting some value from the paper. There are worse things …
-
comment
Comment #7059087
Most of the negatives are heavily focused on implementation rather than design, which I don't disagree with. However, the positives of targeting any language at a stable byte code …