Hacker Newsnew | past | comments | ask | show | jobs | submit | wging's commentslogin

Longer than that, even. A similar requirement for iOS apps was in the cards 10 years ago. https://developer.apple.com/news/?id=12212016b

(Yes, this article is about an extension of the deadline. I don't remember what happened after that.)


It's his first marathon ever, but he's a very experienced runner. It would be hard to find a better prospect for a good first marathon. He's a multiple (former) world record holder and medalist at shorter distances from the mile up to half marathon. His half marathon is still 2nd all time.

I wouldn't have predicted this out of nowhere, but if you told me a marathon debut went this well and asked me to guess whose it was, I like to think I'd have come up with Kejelcha in my top few picks.

That said, great 5000/10000 athletes don't always have great marathon careers. An example from this race is the world record holder at both those distances, Joshua Cheptegei. He's run several marathons but none spectacular by his standards. He was in this race too but 7 minutes back.


> His half marathon is still 2nd all time.

Rough that his Marathon time is also 2nd!


Always a bridesmaid, never a bride!

Truer than you'd think just from the information I provided. He has two world championship silver medals over 10,000m.

I've read that even if you absorb it all, there's some question about whether it's useful. This Alex Hutchinson article suggests, among other things, that it may spare your fat stores rather than your muscle glycogen:

> Even if you can absorb 120 grams per hour, it might not make you faster. In Podlogar’s study, cyclists burned more exogenous carbs when they consumed 120 rather than 90 grams per hour, but that didn’t reduce their rate of endogenous carb-burning—that is, they were still depleting the glycogen stores in their muscles just as quickly.

https://www.outsideonline.com/health/training-performance/en...

https://archive.ph/Vpk0h

https://pmc.ncbi.nlm.nih.gov/articles/PMC9560939/


That may still be worthwhile if fat is harder to recruit than exogenous carbs.

What does 'harder to recruit' mean though?

Kejelcha is 6'1" and under 130lb.

What fat stores?


It doesn't take much. If an elite burns 1500-2000 kcal running a marathon, even ignoring glycogen and exogenous carb, that's only ~195-260g of body fat (~7.7 kcal/g). Even at an extremely lean 4% body fat, Kejelcha would have 2360g of body fat available. (He's probably in the slightly higher 5-10% range.)

(And obviously, the majority of those 1500-2000 kcal are coming from stored glycogen rather than fat.)

If we're only talking about the marginal difference between 90 and 120 g/hr of exogenous carb, then that's 60g over two hours or 240 kcal -- equating to 31g of stored body fat. That's nothing.


What is wrong in that quoted sentence? Do you mean "articulacy" should instead be "articulateness"? "Articulacy" is also a word, and correct in this context.


Articulation. The lens of articulation. Or otherwise, "eloquence;" the lens of eloquence.

LLMs ain't gonna do sheeeeeeeit if this is still where we are at...


That would not fit as well.


I have terrible news for you. Linguistics is descriptive, not prescriptive. We will torment you with word game playing until such time as you loosen up.


The torment is evidently yours [0]. However, I am ecstatic you reveal your own inner turbulence, which I have deliberately engineered.

By the way, how are those food prices working out for ya bud [1]? I understand that you are struggling, but please try not to get, quote, "violent".

Pause. Empathize. Apologize. Then post.

[0] https://news.ycombinator.com/item?id=47639747

[1] https://news.ycombinator.com/item?id=47636685


These days node supports the fetch API, which is much simpler. (It wasn't there in 2020, it seems to have been added around 2022-2023.)


Yes, thankfully! It's amusing to read what they say about fetch on nodejs.org [1]:

> Undici is an HTTP client library that powers the fetch API in Node.js. It was written from scratch and does not rely on the built-in HTTP client in Node.js. It includes a number of features that make it a good choice for high-performance applications.

[1] - https://nodejs.org/en/learn/getting-started/fetch


Why is it amusing?


I say amusing because it points out that something I (and many other people) assume to be basic clearly has a lot more nuance to it.


Note that node-fetch will silently ignore any overrides to "forbidden" request headers like Host, since it's designed for parity with fetch behavior in the browser. This caused a minor debugging headache for me once.


> Scott took it too literally

He does say in section (I):

> I was particularly told to “take it as literally as possible”


He shouldn't have taken this advice literally either.


But there are no citations on any of the edits claiming this, and there were two incompatible dates claimed (March 5, March 8).


[4] looks like it's only a runner for the actual testing, which is a separate crate: https://github.com/mozilla/memtest

(see: https://github.com/mozilla-firefox/firefox/blob/main/toolkit..., which points to a specific commit in that repo - turns out to be tip of main)


Yes.

I pointed to the runner because otherwise it seemed likely I'd get a comment insisting there's no proof it's used in Firefox.


Regarding the noise you mention, I wonder if memento's use of the git 'notes' feature is an acceptable way to contain or quarantine that noise. It might still not add much value, but at least it would live in a separate place that is easily filtered out when the user judges it irrelevant. Per the README of the linked repo,

> It runs a commit and then stores a cleaned markdown conversation as a git note on the new commit.

So it doesn't seem that normal commit history is affected - git stores notes specially, outside of the commit (https://git-scm.com/docs/git-notes).

In fact github doesn't even display them, according to some (two-year-old) blog posts I'm seeing. Not sure about other interfaces to git (magit, other forges), but git log is definitely able to ignore them (https://git-scm.com/docs/git-log#Documentation/git-log.txt--...).

This doesn't mean the saved artifacts would necessarily be valuable - just that, unlike a more naive solution (saving in commit messages or in some directory of tracked files) they may not get in the way of ordinary workflows aside from maybe bloating the repo to some degree.


You are 100% and that’s why I chose git notes. If you do not sync them you have no knowledge of their existence.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: