HN user

darrenf

1,786 karma

any expressed opinions are entirely accidental.

Posts1
Comments522
View on HN

parallel: Warning: Finding the maximal command line length. This may take up to 1 minute.

So I wait a few seconds [snip]

This warning is only ever printed if running in Cygwin, not Linux or macOS or elsewhere. Cygwin is notoriously slow.

    # This is slow on Cygwin, so give Cygwin users a warning
    if($^O eq "cygwin" or $^O eq "msys") {
    ::warning("Finding the maximal command line length. ".
          "This may take up to 1 minute.")
    }
Also note that it only figures this out first time, after which it’s cached on disk.

I’d be surprised, given how outspoken Sawe is about doping. He invited the AIU to test him before Berlin and Adidas also paid.

Determined to prove he is competing clean, Adidas provided $50,000 (£36,900) to the Athletics Integrity Unit, the sport's anti-doping body, to frequently test Sawe over a 12-month period.

That began with a reported 25 out-of-competition tests in the lead-up to Berlin in September, continuing at a similar rate as he prepared for London.

Sawe said on Monday: "It's very important to me because it gets out the doubt in my career of athletics and yesterday's performance.

"It shows Sabastian Sawe is clean. It shows running clean is good, and we can run clean and we can run faster.

> The performance/intelligence is said to be about the same as the geometric mean of the total and active parameter counts. So, this model should be equivalent to a dense model with about 10.25 billion parameters.

Sorry, how did you calculate the 10.25B?

The geometric mean of two numbers is the square root of their product. Square root of 105 (35*3) is ~10.25.

That link clearly says you don't have to use an app.

If you are unable to use the app, you can apply online through ImmiAccount for another visa that suits your needs.

This triggered me because I've been to Australia tens of times (albeit not since 2023) and have always used my Immi account. I just logged in to check and sure enough I can still lodge an application there, no app required. Ironically I would prefer an app and will use it for my next visits because I've always found the Immi site cumbersome. But the site is still there.

What data centers? Does Apple even have data centers?

Apple absolutely has data centres. Where do you think Apple TV, Apple Music, iCloud, Maps, etc compute happens?

Here's a press release straight from the horse's mouth about one in Denmark, in late 2020: https://www.apple.com/uk/newsroom/2020/09/apple-expands-rene...

Can people purchase compute on Apple's data centers?

Not to my knowledge, but that's not saying much.

I’m advocating not advertising.

I capitalise it out of muscle memory. That’s all. FWIW Wikipedia capitalises it as well.

I called it out with a link because I expect many folk to be unfamiliar with it, but the nature of parkrun itself — rather than simply going for a 5k[m] run — is intrinsic to the point I was trying to make.

5k is perfectly well understood to be a distance, especially in context, in British English and I’m a Brit. My bad I guess for not adding “m” for (some of) the HN readership. [EDIT: actually, I said 5km! Not my fault if parkrun says 5k, but they are a British organisation)

Regardless of that, you were correct that parkrun is indeed a run around a park. I won’t explain any further nor link anywhere lest it be misconstrued as advertising (something that’s proudly free, mind you). Besides which I need to get to and get my running kit on.

I found this to be true, and that it perfectly dovetailed with TFA.

When I was at my absolute depth (so far…) back in 2013, I would see my counsellor at 1130 on a Saturday. I’d be able to recount the darkness of the previous 7 days in stark vivid detail, yet cheerfully and not feeling at all depressed in the moment. The counsellor asked what I did on Saturday morning except the session and my answer was, well I do Parkrun[0] of course. I always do Parkrun. It’s in my calendar, it’s not really negotiable. It might have been the only time I managed to get out of bed all week, but, I mean, how can I possibly skip Parkrun?

I never actually linked the exercise to the boost in my mental health until I had it pointed out to me at that moment. I go for a run and I feel better because of the run. I would spend the whole 5km stewing and ruminating and maybe in tears but half hour after getting home I could function! it’s stuck with me ever since, and I’ve never (yet) been so down again.

Tomorrow will be my 429th Parkrun :)

[0] https://www.parkrun.com/

I’m trying to understand the “In order of usage popularity” thing — this implies telemetry in CLIs, doesn’t it? Wouldn’t the order of options change/fluctuate over time?

Or if no telemetry but based on local usage, it would promote/reinforce the options you already can recall and do use, hiding the ones you can’t/don’t?

I shoved £500 down in Sept 2017 knowing full well it was a gamble, and still have a roughtly £500 balance now -- having skimmed enough off the top over the years to buy a couple of iPhones and whatever else. I 100% consider this profit to be literal dumb luck.

Very. I use `Test::MockModule` (not just in tests) or `Sub::Override` or `Class::Method::Modifiers` a lot, according to convention/style or as I see appropriate — but there are, of course, tons more ways to do it.

[TIMTOWTDI] literally means 'there is more than one way to do it in Perl' - and you can perhaps infer from that that there's little to no reason to do it using anything else

Not my experience at all, FWIW. For me, and the vast majority of Perl devs I’ve worked with over the past 30 years, TIMTOWTDI absolutely means some of the “ways to do it” don’t involve Perl, and that’s not only OK but expected. Of course Perl isn’t the be all/end all. It’s a lot of fun though!

(I’m a majority Perl coder to this day, it’s my favourite language by far. Hell, I even find it readable and easy/fun to debug)

Wait, what? Englishman in my 50s here and I use phrases like that all the time — “I’ll be missing standup cos I’ve a GP appointment”, “leaving at lunchtime as I’ve a train to catch”, “gotta dash, I’ve chores to do”. No one’s ever said I sound German!