Viewing profile — jeeyoungk
jeeyoungk
HN member- Joined
- Wed, Oct 10, 2012, 3:13 PM UTC
- HN karma
- 433
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About jeeyoungk
Recent public activity
-
comment
Comment #46738486
First one is definitely AI-ese, but the rest, I cannot tell if they are just business platitudes or AI. Sigh.
-
comment
Comment #46415809
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…
-
comment
Comment #46210144
Some high profile news; yahoo altaba spinoff, Magic Leap (what are they up to now?), ...
-
comment
Comment #46199476
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 evolv…
-
comment
Comment #45989454
As a user, you may not appreciate six, but popular libraries like Django would've never made the jump without six.py;
-
comment
Comment #44793091
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 ga…
-
comment
Comment #44728815
why go for 9's when you can go for 8s? you can aim for 88.8888888!
-
comment
Comment #44698294
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 i…
-
comment
Comment #44686574
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.
-
comment
Comment #44622322
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 asy…
-
comment
Comment #44562526
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 meani…
-
comment
Comment #44195255
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…
-
comment
Comment #44193221
ah TIL! I only read it when it was first proposed.
-
comment
Comment #44187676
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.pyth…
-
comment
Comment #44074712
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 oper…
-
comment
Comment #43584305
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 typ…
-
comment
Comment #43369863
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.…
-
comment
Comment #43199483
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" resour…
-
comment
Comment #43028691
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 sta…
-
comment
Comment #42799593
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,…
-
comment
Comment #42608278
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.
-
comment
Comment #42055476
3.126.0
-
comment
Comment #42029101
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-...
-
comment
Comment #41574925
Google smartly even refuses you from attempting to log in.
-
comment
Comment #41574916
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.