Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
korm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
korm
3mo ago
It's interesting to see UK-based influencers all citing these weak studies (internet surveys) about how social media is not so bad for children, or bemoaning the huge loss for children whose access to educational videos will be cut. Wh
2.
▲
by
korm
8mo ago
From an engineer working on this here on HN: > ...while far off from feature parity with the most popular production browsers today... What a way to phrase it! You know, I found a bicycle in the trash. It doesn't work great yet, but
3.
▲
by
korm
10mo ago
Yep, every SLA I've ever seen only offers credit. The idea that providers are incentivized to fudge uptime % due to SLAs makes no sense to me. Reputation and marketing maybe, but not SLAs. The compensation is peanuts. $137 off a $10,00
4.
▲
by
korm
10mo ago
It's not a transitive dependency, it's just literally bundled into nextjs, I'm guessing to avoid issues with fragile builds.
5.
▲
by
korm
10mo ago
Gitkraken is the best, and I can't believe anyone would voluntarily use Sourcetree over it. I've used gitkraken for over 9 years and it's great for both newbies and pros. It completely solves the problem with new or intermedi
6.
▲
by
korm
1y ago
GitHub has both webhooks and an extensive API. What you are describing is entirely doable, nothing really requires GitHub Actions as far as I know. Most people opt for it for convenience. There's a balance you can strike between all th
7.
▲
by
korm
1y ago
They must have not asked enough Leetcode Hard questions in interviews.
8.
▲
by
korm
1y ago
The mod_pagespeed filter "prioritize_critical_css" was released exactly 12 years ago in early May 2013. At least 3 more popular critical css tools were released the following year, integrating with Grunt, Gulp, and later Webpack.
9.
▲
by
korm
2y ago
It's a bit like the <center> tag. A codebase that's littered with stuff like "InlineStack" is harder to work with and parse because the resulting div soup still requires extra styling, which is now both markup and
10.
▲
by
korm
2y ago
React was literally first created in ML out of the author's dislike of MVC, who preferred functional programming and immutability[0]. For a long time, react aspired for its future to be in ReasonML. Hooks came as no surprise to anyone
11.
▲
by
korm
2y ago
> North Korea didn't fire a single missile https://en.m.wikipedia.org/wiki/List_of_North_Korean_missile... > Russia didn't invade Ukraine Russia invaded in 2014 and the conflict stabilized (but didn
12.
▲
by
korm
2y ago
The crew had 13 hours of oxygen supply for two pilots.
13.
▲
by
korm
2y ago
If seeing how common `eslint-disable-next-line react-hooks/exhaustive-deps` is any indication, people just don't bother with best practices. Not to mention the majority of people I interview or hire don't know anything about
14.
▲
by
korm
2y ago
Not only did your tool help me with Aegis & Keepass, but it introduced me to Go, so thank you 2x for it!
15.
▲
by
korm
2y ago
Here's a utility to convert exported Aegis JSON to a Keepass 2 or KeepassXC database if anyone's interested https://github.com/GeKorm/atk (binaries in the releases page)
16.
▲
by
korm
3y ago
Search: "pizza", filters: 4.5+ star rating. Result: Zoom out, show 10 places with ratings starting from 1.5, among them a nail shop and a government building. If I'm lucky, it will also show the 4.7 star pizza place 2 blocks
17.
▲
by
korm
3y ago
The client can track its own error rate to the service, but it would need information from a server to get the overall health of the service, which is what the author probably means. Furthermore the load balancer can add a Retry-After heade
18.
▲
by
korm
3y ago
It's confusingly presented in the video, but they already work in the near infrared, up to ~900nm. They're used with IR illuminators and lasers all the time. There are tubes that work on a wider spectrum, like the Photonis 4G tube
19.
▲
by
korm
3y ago
Exactly, clicking on the commits I want to cherry-pick is way faster for example.
20.
▲
by
korm
3y ago
My comment is in agreement with yours! I'm just expanding on how absurd it is to struggle with merge because GP didn't know about a simple --abort, and how common it is even with senior devs. And yeah I too find a mix of GUI and C
21.
▲
by
korm
3y ago
It's so frustrating when people joining my team often scoff at the idea of using a git GUI. They're hired to write software, not fumble with ancillary tools that they've been using incorrectly for over 10 years. Either use th
22.
▲
by
korm
3y ago
My experience is that there were tons of cheaters in the middle, most populated ranks, and it cleared up at Global, or at least the cheats were subtle. I am certain of this because I climbed to global a few times, and I was tracking VAC ban
23.
▲
by
korm
3y ago
> there is no good evidence that filtering blue light with spectacles... That's likely referencing this recent review[1]. The products referenced don't actually reduce blue light by much, which you can confirm in the studies. T
24.
▲
by
korm
3y ago
I'd be frustrated with React too if I worked in team where these things are not well understood. You don't need to read "multiple articles" about these things, they're explained clearly in the docs - https:/&#
25.
▲
by
korm
3y ago
Nothing to do with React, it's a common optimization to improve performance with long lists. You only render the dom elements in the viewport, with some buffer. A common technique to achieve that is called "virtualization" or
26.
▲
by
korm
3y ago
I always saw Nicolas Cage with bird hair https://i.imgur.com/tRCXkzp.jpg
27.
▲
by
korm
3y ago
Must have been a black cab. I just checked and I can book a regular cab for £30-40 depending on the company, while Uber charges £48-55 between 19:30 and 00:30 for the same trip.
28.
▲
by
korm
3y ago
Not OP but it is often the case around London, UK. Half price isn't an exaggeration! Better cars usually too.
29.
▲
by
korm
3y ago
> 50 to 100 grams Saffron is toxic at that dose, very likely lethal. Please stay safe.
30.
▲
by
korm
3y ago
I've been disappointed with almost every OpenAPI spec I've come across for this reason. They're OK for documentation but can't auto generate clients due to errors.
More ›