Viewing profile — romed
romed
HN member- Joined
- Sat, Sep 15, 2018, 8:06 PM UTC
- HN karma
- 667
- Public activity
- 259 items
- HN profile
- View on Hacker News ↗
About romed
No profile information was provided.
Recent public activity
-
comment
Comment #18547840
Why would a farmer own a combine? Aren't they owned by specialized harvest outfits? I don't have any experience in the business but when I was a kid and we needed the hay cut and b…
-
comment
Comment #18547473
Perhaps, but the impression is reinforced when the police organize themselves to break the law in an organized fashion. For example, consider the police of Oakland, California. Eve…
-
comment
Comment #18547388
There should be some kind of cooling-off period between when these can hit the front page and when the comments begin, proportional to the length of the document. This one is 200 p…
-
comment
Comment #18518483
I buy all of my laptops here and the UX seems adequate. https://sfbay.craigslist.org/search/sss?query=thinkpad&sort=...
-
comment
Comment #18518291
Linux network maintainers have repeatedly rejected attempts by Eric Dumazet and others to expose delack_min and other parameters to userspace. This is the kernel tyranny to which I…
-
comment
Comment #18518135
Yep, but it would be inadvisable to set it lower than the peer’s delayed ACK timeout, unless you want to just always resend every packet.
-
comment
Comment #18517719
Those do not affect TCP state machine parameters like RTO(min), ATO, and TLP timeout. These are internal to the kernel and are either static, or can only be set systemwide. For exa…
-
comment
Comment #18517564
This post groks QUIC. The most important thing about QUIC is it frees applications from the tyranny of the kernel TCP state machine. Today all TCP sockets (at least, on Linux) are …
-
comment
Comment #18513277
Yeah, it is amazing. Maps only recently stopped working on my ancient BlackBerry.
-
comment
Comment #18513271
This is backwards. Google rescued Deja’s archives which were going to be deleted and then expanded the archives back to 1981. Without Google’s interventions you’d all be left wonde…
-
comment
Comment #18513191
A lot of these are pretty silly. 100% of Songza features were rolled into Google Music. Listing every phone they no longer market doesn’t make a lot of sense either. You might as w…
-
comment
Comment #18511840
That’s not the reason. Vic Gundotra, the mastermind/moron behind Google+ would not tolerate any other Google properties with social features. Since you could share feeds and articl…
-
comment
Comment #18504198
In the US you may exclude up to half a million dollars of gains from your taxable income if you owned and lived in a property for at least two years. Otherwise gains on the sale of…
-
comment
Comment #18498383
Unions are definitely the primary driver. Construction unions in New York are using current contracts to pay for their pension liabilities. In other words, taxpayers today are payi…
-
comment
Comment #18497542
It is pretty hard to burn 100000 acres of California without hitting a toxic waste cleanup site of some kind or other, unfortunately.
-
comment
Comment #18491625
The upgrade instructions are firmly in the lolwut category. The database is just not available during the transition. I think they should focus on fixing their protocol such that m…
-
comment
Comment #18487662
The numbers really are crazy wrong. My total comp as a new grad in SF tech industry was $170k, in 1998. A “senior software engineer” at Google, which is the median grade of enginee…
-
comment
Comment #18473574
And VMWare is a fine product, but VMWare Cloud is kinda not.
-
comment
Comment #18473116
Those engineers shop themselves around and maybe move offices. Google often destaffs launched, current products so this is not too weird of a situation for a Googler to be in. It’s…
-
comment
Comment #18473093
Borg can’t be a public product. Look at the way people complain how hard it is to use EC2 then multiply by a large factor. No isolation, sudden death, zero local I/O resources. It’…
-
comment
Comment #18473076
Google App Engine is the OG serverless cloud product. Ten years old.
-
comment
Comment #18472053
How can it be worse than a leader from VMWare? Have you ever seen VMWare's cloud product? It literally has little pictures of pretend computers that you click the reset buttons of …
-
comment
Comment #18469177
I guess I assumed all data at AWS was encrypted at rest. Disturbing if not. Compare: https://cloud.google.com/security/encryption-at-rest/default...
-
comment
Comment #18466371
sizeof(double) is 1 if you're using Analog's compiler. You have to use --double-size-64 to get the bigger one.
-
comment
Comment #18466363
DSPs are pretty good discriminators for supposed-portable code. On SHARC for example everything is 32-bits wide (except long double, which is 64). Chars are 32 bits. Bytes are 32 b…