HN user

SerpentJoe

177 karma
Posts2
Comments89
View on HN

I would agree, but there are still some interactions that require doing the same thing repeatedly in order to make progress (eating rice balls, eavesdropping).

Social media has already homogenized our thoughts so much. So many facts and perspectives are presented that it's impossible to construct our own opinions on it all without taking inspiration from others, and the upvote button provides a convenient consensus.

In music, a refrain is a passage that we return to rather than continuing to progress the song. When we hear refrain as a verb, the metaphor tends to focus on the "abstaining from something else" aspect, but here she's focusing on the "repeated passage" aspect. It's not a common use but it basically works.

I think mainstream views would deserve attention if they're directly answering these criticisms. If such point by point responses exist, and if they're compelling, then that's what we should be talking about right now.

Without getting into what it means to "trust" Woit or anyone else, whether we're talking about specialists or domain outsiders like myself: if experts disagree, it's up to them to explain why. I can't guess why their superior knowledge has led them to reject the line of argument unless they tell me.

xAI 3 years ago

He's shown us his character as a leader so many times at this point. When he called Vern Unsworth "pedo guy", I didn't know how to square it with my image of him, so I mostly forgot about it. Took a while to realize it's who he is.

It's true, the article doesn't make that claim. We think of primes as being mysterious and out of reach, and we're conditioned to think "mathematical / computational breakthrough" when we read the words "prime number" in a headline, but this is only because we've found all of them that aren't huge enough to be mysterious. Computing prime numbers is trivial as long as you don't mind them being the same ones everybody else already found.

Penumbra | Sr. Devops Engineer, Engineering Director, Sr. Gameplay Engineer, Full-stack Engineer, Frontend Engineer, others | Alameda, CA | Remote OK for most roles | https://realsystem.com/

The REAL System is a VR augmentation for traditional physical therapy. VR immersion enhances neuroplasticity, making therapy more effective for conditions affecting the nervous system such as stroke, depression and phantom limb pain, and our body tracking allows far more precise measurements of progress.

Our studio is under Penumbra Inc, a successful medical device company manufacturing devices to treat victims of stroke.

We need software engineers from a diversity of disciplines to expand our product into a platform, respond to customer feedback, and continuously improve our technology and processes. In particular we need a Kubernetes Devops engineer to provide efficiency and redundancy as we build features, but we're also looking for Unreal gameplay engineers as well as React developers for the therapist's side of the product.

Penumbra provides competitive salary, 401K, ESPP, all the expected health benefits, and will be making reasonable accommodations for working circumstances post-pandemic, with many roles being open to full time remote (gameplay engineers will need to be at least part time on-site.)

Technologies: Kubernetes, Unreal, React, Azure, GraphQL, Node

Browse and apply: https://jobs.lever.co/penumbrainc?team=REAL%20System (including others not on the studio engineering team)

A refinement would be that the company should focus on acquiring the developers who will provide the most marginal benefit. For an organization that values diversity but that currently has a non-diverse team, this could tip the scales toward a competent developer who exists outside that monoculture.

I could breed a human baby for meat, and it, too, would exist to fulfill its purpose by dying. There are two major differences:

1) You probably place value on the baby's life and its ability to suffer, whereas that seems not to be the case for farm animals.

2) The government also places value on the baby's life, and disagrees with my assessment that its purpose for existing is to feed me. This at least serves to prove that different observers can disagree about a being's purpose, and opens the door to the fact that the animals, at least, do not agree with you about what their purpose is. (They won't say so, but the government has nothing to declare about the baby's purpose either, only that I may not kill it.)

The argument is based on the idea that farm animals exist to be useful to us, and since that isn't objectively true, I don't see that the argument reveals any objective truth.

As an implementation detail that's true out of necessity, but the simple English explanation of the mechanic would be "they are rewarding you for having an amiibo", not for having an NFC code. You wouldn't say "the passwords on Apple's databases are there to reward intruders who possess the correct password", right?

Whatever economic system may be in place, it will be possible to profit by making better decisions in that context, but that doesn't prove the superiority of that system, and it doesn't make it "terrifying" to wonder whether this or that emergent phenomenon is a feature or a bug.

Many services have this issue, that perfection is the minimum requirement. I don't understand why, given this, we don't just go to a thumbs up / thumbs down rating system. We have one option that means "fine" and four (or nine) that mean "terrible, and a risk to your business".

I know I personally gave plenty of three star reviews on Lyft before I learned better, meaning them as "no complaints". Who knows what happened to those drivers as a result. Why even invite the misunderstanding?

Isn't it already in the browser's cache in that state anyway?

Like disk cache as in Cache-Control? In most cases you wouldn't cache the HTML itself, but in cases where you do then your use case should already work as stated, since for the browser to do otherwise would imply the cache is being intentionally ignored for the view-source request.

Possibly because they won't be doing it, or at least not going so far as to unconstitutionally refuse to hold hearings on Supreme Court replacements.

I wonder which features are slow. I'm assuming generators and by extension the for-of syntax, which is otherwise a thing of beauty. I imagine proxies are somewhere between slow and horrifyingly slow.

I have noticed that none of the features I'd hoped would save cycles (const, generators, fat arrow functions) seem to be helping at all in the browsers of today.

Your codebase is very modular and wonderful but for other projects, large files (100kb+) are not uncommon. For those projects, "clean up your code before using my product" is not an acceptable answer.

Not the parent, but the JS regex engine is less powerful than what Sublime uses (PCRE?), lacking among other things atomic groups, possessive quantifiers and lookbehind.