Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kevindong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kevindong
4y ago
Sorry if I was ambiguous before. When I said "log format", I was referring to the message part of the log line. Standardized timestamp, line in the source code that emitted the log line, and level are the bare minimum for all logg
2.
▲
by
kevindong
4y ago
You can't realistically expect every log format to get a custom schema declared for it prior to deployment.
3.
▲
by
kevindong
4y ago
Sure the relative difference between the fastest and slowest approach is 5x. But the absolute difference is still just 125.23 ns. For some perspective, 1 millisecond / 125.23 ns = ~7,985. There certainly are cases where that slowdown m
4.
▲
by
kevindong
4y ago
As you correctly point out, everything you can do with metrics can be achieved via logs if you have enough compute and I/O. But that ignores the reality of what happens when you do indeed have too many logs to use something fancier lik
5.
▲
by
kevindong
4y ago
Graphing metrics and doing transformations/comparisons is (much) faster. Yes, metrics do have to be defined first but in my experience that's a non-issue since the things you want to monitor are usually immediately obvious during
6.
▲
by
kevindong
4y ago
I think the author is asserting that trading away the hackability is worth the faster compile times because faster compiles lets you iterate faster and therefore increases hackability (i.e. put in minutes of effort once and get minutes of b
7.
▲
by
kevindong
4y ago
> The benefits will include comprehensive outpatient and inpatient medical care, long-term care, primary and preventive care, prescription drugs, laboratory tests, rehabilitative, dental, vision, hearing, etc. all benefits required by cu
8.
▲
by
kevindong
4y ago
From the summary of the bill: > Private insurance that duplicates benefits offered under New York Health could not be offered to New York residents. --- My interpretation of that is that private insurance (which includes employer-based i
9.
▲
by
kevindong
4y ago
If they're no longer manufacturing older devices, they're probably not manufacturing parts for them anymore either. The only new iPhone that Apple is selling that's not on the repair parts website is the iPhone 11 which is a
10.
▲
by
kevindong
4y ago
Keep in mind that a substantial portion of users now use ad blockers such that a lot of URLs used for analytics like this are blocked. Consequently, you can't actually expect to capture 100% of these analytics events nor even expect th
11.
▲
by
kevindong
4y ago
One interesting thing is that First Class Parcels have noticeably faster delivery times than First Class Letters (as long as you both start and end in the continental US).
12.
▲
by
kevindong
4y ago
I've personally experienced three kinds of coding interviews. 1. Trivial questions that can be done very quickly; e.g. does this list of integers contain any duplicate integers? 2. Non-trivial questions that require a large amount of t
13.
▲
by
kevindong
5y ago
I'd upgrade personally since the further behind you get, the more painful it becomes to upgrade down the road.
14.
▲
by
kevindong
5y ago
To continue that quote from above: > A rationale for this is presented in Appendix A Strength of Memorized Secrets. The relevant part of which reads: > The minimum password length that should be required depends to a large extent on t
15.
▲
by
kevindong
5y ago
They have been moving to services, but all of their other services are distinctly mass consumer oriented; e.g. TV+, Music streaming, Fitness+ videos, Arcade, News+, iCloud photo backup, Card https://www.apple.com/apple-one&#
16.
▲
by
kevindong
5y ago
I'm surprised Apple supports custom email domains to any extent. Apple is a consumer electronics company. Hosted email on custom domains is very distinctly not a typical consumer behavior.
17.
▲
by
kevindong
5y ago
Could you not argue the same thing for almost any code used by almost any piece of software closer to the metal? e.g. someone manages to slip malicious code into Chrome/Chromium which eventually makes its way out to every Electron app&
18.
▲
by
kevindong
5y ago
Can you expand on what you mean by "rent seeking" in this context? Regarding subscription fees, there's nothing wrong with paying for software.
19.
▲
by
kevindong
5y ago
In NYC at least, electric supply charges are distinct line items from electric delivery charges. Consumers do have the option of choosing who supplies their electricity (e.g. namely if you want to buy your electricity from a green source).
20.
▲
by
kevindong
5y ago
Xboxes have always been sold at a loss and then Microsoft makes back its money via games. https://www.makeuseof.com/microsoft-confirms-its-selling-xbo...
21.
▲
by
kevindong
5y ago
For websites, the value is that feature flags should be much faster than the revert/deploy cycle. At $PRIOR_JOB, a revert/deploy or rollback takes tens of minutes of the main application.
22.
▲
by
kevindong
5y ago
> Note that the ASF does not pay for software development on any Apache projects; we rely on volunteers for all of our project coding work. The ASF focuses on providing the technical, legal, and community infrastructure for like-minded c
23.
▲
by
kevindong
5y ago
I fully agree. I cannot stress how much I appreciate how Apple TV is the only mainstream video hardware that is completely ad free. Yes it's pricey (in comparison to other video streaming hardware), but Apple doesn't try to moneti
24.
▲
by
kevindong
5y ago
I've had my Vizio TV (P55-F1, 2019 model; a mid range model) for about 2.5 years now. Image/sound quality is great. But the annoyances and overall mediocrity of the OS and its updates [0] made me just disconnect the TV from the in
25.
▲
by
kevindong
5y ago
In the year I used it, I never personally noticed it going down. Although that being said, their SLA is only 99.9% delivery in any calendar month within 5 minutes. The penalty for missing that SLA is only 10% of that month's bill. >
26.
▲
by
kevindong
5y ago
> VC money Zillow is a publicly traded company and has been since July 2011. I don't know how they raised capital before then, but regardless they're well past the VC stage.
27.
▲
by
kevindong
5y ago
Sometimes there's limits to how high you can scale without overloading dependencies. For example, the database that the service accesses might only support n connections and the service is already using approximately n connections.
28.
▲
by
kevindong
5y ago
If the initial cost is x engineer hours and each hour costs $y, that implies the cost of the project is `x * $y + maintenance costs [of this system over the simpler, original approach]` Is the increased speed worth `x * $y + maintenance cos
29.
▲
by
kevindong
5y ago
At $PRIOR_JOB, it always felt like the full E2E tests approached useless since for every bug successfully caught, it felt like there were ~20 false positives. At which point, everyone (myself included) blamed the tests and just repeatedly r
30.
▲
by
kevindong
5y ago
100k bytes = ~98 KB. That's not material.
More ›