Readit News logoReadit News
Darkstryder commented on Reproducibility project fails to validate dozens of biomedical studies   nature.com/articles/d4158... · Posted by u/rntn
N_A_T_E · 4 months ago
Is there any path forward to fixing the current reproducibility crisis in science? Individuals can do better, but that won't solve a problem at this scale. Could we make systemic changes to how papers are validated and approved for publication in major journals?
Darkstryder · 4 months ago
A dream of mine was that in order to get a PhD, you would not have to publish original research, but instead you would have to _reproduce existing research_. This would bring the PhD student to the state of the art in a different way, and it would create a natural replication process for current research. Your thesis would be about your replication efforts, what was reproducible and what was not, etc.

And then, once you got your PhD, only then you would be expected to publish new, original research.

Darkstryder commented on Why Triplebyte Failed   otherbranch.com/blog/why-... · Posted by u/rachofsunshine
Darkstryder · a year ago
I am not very familiar with Triplebyte but I really appreciated this (seemingly) candid yet lucid writeup about how it was all went down from the inside.

These kind of insider perspectives, even if they come with their own biases, are very interesting nevertheless.

I wish I would see these types of articles more often.

Darkstryder commented on Backpressure explained – the resisted flow of data through software (2019)   medium.com/@jayphelps/bac... · Posted by u/genericlemon24
heavenlyblue · a year ago
Why is jitter important in a queue?
Darkstryder · a year ago
To avoid something called the thundering herd problem: https://en.m.wikipedia.org/wiki/Thundering_herd_problem

For instance, a bunch of clients all make a request to a server at the same time, briefly saturating the server. If all the clients have the same timeout without jitter, they will all try again together at the same time once the timeout expires, saturating the server again and again. Jitter helps by « spreading » those clients in time, thus « diluting » the server load. The server can then process these requests without saturating.

Darkstryder commented on Backpressure explained – the resisted flow of data through software (2019)   medium.com/@jayphelps/bac... · Posted by u/genericlemon24
luibelgo · a year ago
why lifo? can you elaborate?
Darkstryder · a year ago
LIFO queues with a timeout, and a retry after an exponential backoff with jitter is/was kind of standard for implementing queues at Google. More info in the Google SRE book: https://sre.google/sre-book/addressing-cascading-failures/#x...
Darkstryder commented on Build System Schism: The Curse of Meta Build Systems   yzena.com/2024/03/build-s... · Posted by u/gavinhoward
Darkstryder · a year ago
> Say you add a new source file. Wouldn’t it be great if your build system just picked it up?

> Alas, it cannot; the list of stuff to build is passed from the meta build system to the build system, usually by fiat.

It can, actually. At least for make. Just use a wildcard in uour rules: https://www.gnu.org/software/make/manual/make.html#Wildcards

I highly recommend going through the make documentation at least once in your career. Per the lindy effect, as it has been around for 40 years, it has a decent chance of sticking around for another 40.

Deleted Comment

Darkstryder commented on How (not) to apply for a software job   benhoyt.com/writings/how-... · Posted by u/nalgeon
notgoliath · 2 years ago
Software engineers using tools like ChatGPT isn't really about trying to game the system. It's more about how out-of-touch the old-school job application process feels. We really just want to make things easier on ourselves. We're in a time where we're all about automating the boring stuff. Why? Because we can. The whole idea of writing a cover letter feels ancient. Honestly, when I'm shooting out a ton of job applications, it's a total drag to whip up a special cover letter for each one. Most of us are just trying to find a gig that matches what we can do and what we want to do. But nope, we gotta jump through all these hoops and write these fancy stories, even if no one's really reading them.
Darkstryder · 2 years ago
To me, a good cover letter is about being actually motivated to apply to a specific job and then simply explaining why.

AI doesn’t help because if you can articulate your genuine motivation as a prompt for an AI, you should just use the prompt as the cover letter which will be a lot more effective than using the AI-generated letter, as the AI will muddy your authentic motivation and diminish its impact.

Darkstryder commented on Dancing is stupid   stan.bar/dancing-is-stupi... · Posted by u/stasbar
Darkstryder · 3 years ago
> I’ve never heard of a family being divided because its members dance different styles, but I am in one divided by political and religious opinions.

Being a dancer (lindy hop) with a large number of dancers in my social circle, dancing is actually a frequent source of tension among many couples around me.

Couples splitting up because one is heavily more invested in dancing than the other is a common occurence.

And don’t get me started on lindy hop vs west coast swing.

Darkstryder commented on Better than Free (2008)   kk.org/thetechnium/better... · Posted by u/martynr
quanticle · 3 years ago

    Once anything that can be copied is brought into contact with internet, it
    will be copied, and those copies never leave. Even a dog knows you can’t
    erase something once it’s flowed on the internet.
I wish people would stop repeating this trope. The internet does forget. Try pulling up any blog post or article that's more than two or three years old. Click on some of the links. How many of them are still up? Of the ones that are down, how many were saved by the Internet Archive?

Darkstryder · 3 years ago
To me, Internet's permanentness should be treated according to Murphy's law: you should plan for everything you wish would go down to stay up indefinitely and everything you wish would stay up to go down at some point.
Darkstryder commented on Ask HN: Is Vim still worth learning?    · Posted by u/harco
throwaway_au_1 · 3 years ago
>Vim is basically the only editor you can safely assume to be available on any machine you’ll ever interact with.

Windows?

Darkstryder · 3 years ago
Vim is available on a lot of Windows machines through WSL. I agree this would not be my go-to editor on Windows though.

u/Darkstryder

KarmaCake day538October 12, 2018View Original