Viewing profile — darrin
darrin
HN member- Joined
- Tue, Mar 27, 2012, 6:55 PM UTC
- HN karma
- 39
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About darrin
Recent public activity
-
comment
Comment #45537914
The L1 path can't do any address matching and you can't overlap sources - like Ghostbusters, no crossing the streams. You can source port 1 to ports 2-4 (multicast, but static and …
-
comment
Comment #45532295
They're more like digital patch panels. You can connect any pair of ports together in both directions (TX/RX), just like moving a patch cable around. You can also connect an incomi…
-
comment
Comment #45526010
There are L1 crosspoint "switches" in the 2-5ns range depending on port density and similar modes in some Ethernet silicon. These are not Ethernet switches in any normal sense thou…
-
comment
Comment #43400537
When I was at a small IT consulting shop ~15 years ago, this is roughly how it worked. We'd get paid 24x7 for a week on-call at minimum wage + 1.5x normal wage for any hours we had…
-
comment
Comment #41937389
Hollow core fiber (HCF) is designed to substantially reduce the latency of normal fiber while maintaining equivalent bandwidth. It's been deployed quite a bit for low latency tradi…
-
comment
Comment #39979152
Timestamps and other types of in-band network telemetry are sometimes inserted in the frame as a trailer (with a new FCS). If an application isn't looking for the L2 data, it's jus…
-
comment
Comment #38963392
What's the company? I've wanted to outsource dealing with medical billing games a few times.
-
comment
Comment #38201320
What was their reasoning for not paying out?
-
comment
Comment #36990114
There's no broader market for beef? Is there a higher break-even point factoring in transport costs?
-
comment
Comment #36750739
A bonus based on risk-adjusted outcomes would put pay in alignment with patient care. This would require much better outcome analysis and reporting though (also a good thing).
-
comment
Comment #36487264
Adding this sort of friction would increase spreads. Market makers are a net positive for markets (who buys/sells when no one else wants to?), and I don't see any downside to allow…
-
comment
Comment #36487199
The best solution I've seen is to do batch auctions every millisecond or so, and randomize matches within that window (for market orders or limit orders at the same price). You cou…
-
comment
Comment #36487158
Even a 1-2 millisecond batch auction would do it. But the big trading firms are the largest "customers" of exchanges, and they've pushed back hard on proposals like this.
-
comment
Comment #36259767
It would be interesting if all research and advances based on PHI were automatically public domain. Sort of like the GPL - any derivatives, treatment discoveries, etc. must also be…
-
comment
Comment #35309043
If all insurance companies published all the code combinations covered for every procedure/diagnosis, I might buy this argument. But they don't. I've asked Blue Cross and they said…
-
comment
Comment #34372864
The required continuing education is pretty limited. It may cover new treatment strategies, drugs, etc. but not cutting-edge research unless the physician seeks that out. In emerge…
-
comment
Comment #34143168
Did you have a number worked out (or something like a multiple) before diving into due diligence?
-
comment
Comment #30654852
Wouldn't the simple solution be to guarantee a minimum hourly rate from the time a driver accepts the ride to the drop-off? Uber would have an incentive to be efficient (find close…
-
comment
Comment #19996879
UPS Store or a Fedex equivalent. Looks like their address is a FedEx location.
-
comment
Comment #19694143
What program is that? Is that something Epic/Cerner/whatever does, or some add-on?
-
comment
Comment #17902908
How do you price a product like that before it has a track record? I'd imagine a high up-front sticker price is a deal killer, and it's probably not practical to tie it to profit (…
-
comment
Comment #15911621
QoS needs to be configured on the ISP's network to really work. Your home router can only impact your outbound traffic, not the bottleneck on your inbound traffic 4 routers up.
-
comment
Comment #9446569
Options are sometimes more liquid than the underlying stocks, allowing you to hedge when you wouldn't be able to directly. Consider a case where you want to short a particular stoc…
-
comment
Comment #8662465
Yes, TCP will reorder if necessary, but that will introduce some delay and overhead at the host. The missing sequence number (the out of order frame) will cause queuing as TCP wait…