Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jeeyoungk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jeeyoungk
8mo ago
First one is definitely AI-ese, but the rest, I cannot tell if they are just business platitudes or AI. Sigh.
2.
▲
by
jeeyoungk
9mo ago
If you want "3x3 colored image", you would need 6x6 of the bayer filter pixels. Each RGB pixel would be 2x2 grid of ``` G R B G ``` So G appears twice as many as other colors (this is mostly the same for both the screen and sensor
3.
▲
by
jeeyoungk
9mo ago
Some high profile news; yahoo altaba spinoff, Magic Leap (what are they up to now?), ...
4.
▲
by
jeeyoungk
9mo ago
yes that is easiest; or just be a 100% owned subsidiary. (that's what say, waymo is). the good thing is that you afterwards the cap table of the subsidiary or the spunoff can evolve (ex: waymo / amp can raise money independent of
5.
▲
by
jeeyoungk
10mo ago
As a user, you may not appreciate six, but popular libraries like Django would've never made the jump without six.py;
6.
▲
by
jeeyoungk
1y ago
I think this is really unfair, in the current day and age, especially when there are "Open Weight Models" that are bending the definition of the FOSS. I don't have a skin in the game, but I personally think that the definitio
7.
▲
by
jeeyoungk
1y ago
why go for 9's when you can go for 8s? you can aim for 88.8888888!
8.
▲
by
jeeyoungk
1y ago
I like `gevent` but I think it may have been too hacky of a solution to be incorporated to the main runtime. "creating the first ever first-class language with green-threading at its core." ... isn't that what Go is? I think
9.
▲
by
jeeyoungk
1y ago
This is the answer; turns out that non-transformed links are the most generic data format, without any "compression" - QR codes or a third-party-intermediary - needed.
10.
▲
by
jeeyoungk
1y ago
Definitely agree that goroutines don't suck; it makes go into one of the only languages without "function coloring" problem; True N:M multithreading without a separate sync and async versions of the IO libraries (thus everyth
11.
▲
by
jeeyoungk
1y ago
But the term itself was created and captured by the left from the beginning; Proudhon first used it; Marx popularized it; so in the history of terminologies it always had the meaning that we associate with it. I like the term "market e
12.
▲
by
jeeyoungk
1y ago
I think the parent's suggesting that they should be "one way" shortcuts; i.e. "# Heading" auto-formatting as a heading is a shortcut, and it doesn't allow you to go back and modify the original markdown.
13.
▲
by
jeeyoungk
1y ago
ah TIL! I only read it when it was first proposed.
14.
▲
by
jeeyoungk
1y ago
Yes; Ubuntu did this from the beginning; (6.06 is the first I've used, and I still remember _when_ I used it), Python's introducing CalVer too (aptly numbered PEP https://peps.python.org/pep-2026/ )
15.
▲
by
jeeyoungk
1y ago
Yes, they tried to avoid the cliche by pointing at the cliche, but they weren't able to refute Our Incredible Journey. Though, this was a real product, with almost 10 years of operation; very few products last this long, and the produc
16.
▲
by
jeeyoungk
1y ago
yes `== null` is quite convenient for the null or undefined check. In general, the whole `==` versus `===` is a silly argument in a typescript codebase, because if you know the types of the arguments, `==` behaves predictably.
17.
▲
by
jeeyoungk
2y ago
Looks like a lot of them are pinning to tags (which are not guaranteed to change) or SHA ( https://github.com/vitejs/vite/blob/8da04227d6f818a8ad9efc00... ) which is more hermetic.
18.
▲
by
jeeyoungk
2y ago
Who's the target audience for this pricing that can afford this? The RUM pricing is indeed quite ridiculous. It feels quite ridiculous, especially if you are managing "soft" resources like IAM roles via Terraform / Pulum
19.
▲
by
jeeyoungk
2y ago
DuckDB would've been a good example to be included, because it tries to target the need for horizontal scalability with an efficient implementation altogether. If your use case stays below the need for horizontal scalability (which in
20.
▲
by
jeeyoungk
2y ago
There's two parts to gRPC's performance - 1. multiplexing protocol implemented on top of HTTP/2 - 2. serialization format via protobuf For most companies, neither 1 or 2 is needed, but the side effect of 2 (of having structur
21.
▲
by
jeeyoungk
2y ago
This is one of the best thing I read; I thought I was pretty good at Flexbox (and its tailwindcss building blocks), but this scratched my itch on some theoretical foundations.
22.
▲
by
jeeyoungk
2y ago
3.126.0
23.
▲
by
jeeyoungk
2y ago
This is from several years ago (2017), but this has very similar vibe as Instagram disabling Python GC - https://instagram-engineering.com/dismissing-python-garbage-...
24.
▲
by
jeeyoungk
2y ago
Google smartly even refuses you from attempting to log in.
25.
▲
by
jeeyoungk
2y ago
Looking at the traffic, isn't this literally MITM'ing all your traffic? This actually should be marked as [Flagged]; there's absolutely no reason why anyone should be using this.
26.
▲
by
jeeyoungk
2y ago
The Go ecosystem (at least in the public) heavily encourages committing all generated code as go code is meant to be functional via a simple `go get`. Even a popular project like Kubernetes is full of generated protobufs committed in the co
27.
▲
by
jeeyoungk
2y ago
I also think CLAs are eerie and goes against the open source spirit, I don't think CLA alone puts a project in "high risk". I'm not sure about the FAANG open source projects that are used as libraries (Guava, React, ...)
28.
▲
by
jeeyoungk
2y ago
This is great; how does this compare to Day One? I've been using Day One for multiple years (1000 day streak) and was wondering if I should stick with this. It does what I want but it seems like it's lacking in product development
29.
▲
by
jeeyoungk
2y ago
What is there to learn from an "storage industry expert" or major vendors? network attached block level storage at AWS's scale hasn't been done before.
30.
▲
by
jeeyoungk
2y ago
+1 For example, BigQuery has natural support for arrays and nested data, and it's quite nice / essential for good data modeling. For example, "tags" can be stored as `Array<Struct<Key, Value>>`, and this can
More ›