Readit News logoReadit News
conjectures commented on X-ray scans reveal Buddhist prayers inside tiny Tibetan scrolls   popsci.com/technology/tib... · Posted by u/Hooke
grues-dinner · 7 days ago
The original idle clicker. With modern materials, vacuum pumps, and magnetic bearings for the mechanics and lithography for the writing, we can pump those numbers up!

All silent in the monastery except for the ultrasonic whine of thousands of prayer turbines.

Prayer ring gyros, encoding the prayers into ultra-fast laser pulses going round millions of turns of optic fibre may be a competing technology.

conjectures · 7 days ago
The Arthur C Clark story Nine Billion Names of God is cute on this theme :D
conjectures commented on Our $100M Series B   oxide.computer/blog/our-1... · Posted by u/spatulon
Aurornis · a month ago
> Does everyone at Oxide have the same equity grant?

I thought I saw this question answered in a previous thread and the answer was basically “no”, but the question has been avoided a lot.

Aspects of equity compensation would inherently need to be different over time due to valuation, fundraising stage, and so on. However I always thought it was strange that they made a big deal about paying everyone the same base salary but then were silent on the equity comp strategy. Everyone knows that in a job like this the total comp is important.

The old Oxide compensation discussions were interesting. There was discussion about how they thought candidates asking about compensation to be something of a negative signal because they wanted people who weren’t in it for the money, basically. I heard this from a now ex-employee of Oxide who was describing how to navigate their hiring process, so take with a grain of salt.

EDIT: I checked their website again. The compensation link goes to a blog post ( https://oxide.computer/blog/compensation-as-a-reflection-of-... ) which has this section about equity:

> Some will say that we should be talking about equity, not cash compensation. While it’s true that startup equity is important, it’s also true that startup equity doesn’t pay the orthodontist’s bill or get the basement repainted. We believe that every employee should have equity to give them a stake in the company’s future (and that an outsized return for investors should also be an outsized return for employees), but we also believe that the presence of equity can’t be used as an excuse for unsustainably low cash compensation. As for how equity is determined, it really deserves its own in-depth treatment, but in short, equity compensates for risk – and in a startup, risk reduces over time: the first employee takes much more risk than the hundredth.

Which doesn't answer the question.

conjectures · a month ago
> There was discussion about how they thought candidates asking about compensation to be something of a negative signal

It's not an unusual way of thinking, but every time I see it, it seems bizarre to me. If the candidate was to propose any project once hired, I'm sure these folks would want them to think about costs and benefits.

This policy selects either for people unable to reflect on their life with the same wit they apply to work; or people who will front about their motivations. Both seem like poor outcomes.

conjectures commented on Don't fear getting fired if you have ADHD   claimingattention.substac... · Posted by u/asoli
aleksjess · 4 months ago
Sure, getting fired isn't the worst, it's the inability to pay your mortgage that is suboptimal.
conjectures · 4 months ago
'Let them eat cake.'
conjectures commented on Markov Chain Monte Carlo Without All the Bullshit (2015)   jeremykun.com/2015/04/06/... · Posted by u/ibobev
conjectures · 4 months ago
Common pattern where a bright spark asks, 'why you all so complicated?' Proceeds to assume we're dealing with a finite graph / set.

All the complication is needed to handle the fact that the state can be a random vector of real numbers in a possibly varying dimensional space. It's not jerking off on jargon for its own sake.

Sure, there are simple cases - doesn't make the general case 'bullshit'.

conjectures commented on OpenAI asks White House for relief from state AI rules   finance.yahoo.com/news/op... · Posted by u/jonbaer
m1el · 5 months ago
when it comes to real people, they get sued into oblivion for downloading copyrighted content, even for the purpose of learning. but when facebook & openai do it, at a much larger scale, suddenly the laws must be changed.
conjectures · 5 months ago
It does apply to people? When you read a copy of a book, you can't be sued for making a copy of the book in the synapses of your brain.

Now, if you have eidetic memory and write out large chunks of the book from memory and publish them, that's what you could be sued for.

conjectures commented on Microsoft is plotting a future without OpenAI   techstartups.com/2025/03/... · Posted by u/doublebind
rescbr · 6 months ago
So it makes you think before typing and compiling the code?

Doesn’t look like a con to me :)

conjectures · 5 months ago
Here's a great life hack for you. Set a 15s delay whenever you type in an editor. That way you'll think more before writing code.
conjectures commented on Microsoft is plotting a future without OpenAI   techstartups.com/2025/03/... · Posted by u/doublebind
zozbot234 · 6 months ago
Rust is pretty antithetical to resume-driven development because a lot of the stuff that's written in Rust is too well-written and free of the usual kinds of software defects. It immediately becomes "done" and enters low-effort maintenance mode, there's just very little reason to get involved with it anymore since "it just works". Believe it or not, this whole dynamic is behind a lot of the complaints about Rust in the workplace. It's literally making things too easy.
conjectures · 6 months ago
Not from what I've seen. The compiler is slow af which plays badly with how fussy the thing is.

It's easy to have no defects in functionality you never got around to writing because you ran out of time.

conjectures commented on Microsoft is plotting a future without OpenAI   techstartups.com/2025/03/... · Posted by u/doublebind
ohgr · 6 months ago
We have those! Turn up, make some micro-services or AWS crap pile we don’t need to solve a simple problem, then fuck off somewhere else and leave everyone else to clean it up.

Worst one is the data pipeline we have. It’s some AWS lambda mess which uses curl to download a file from somewhere and put it into S3. Then another lambda turns up at some point and parses that out and pokes it into DynamoDB. This fucks up at least once a month because the guy who wrote the parser uses 80s BASIC style string manipulation and luck. Then another thing reads that out of DynamoDB and makes a CSV (sometimes escaped improperly) and puts that into another bucket.

I of course entirely ignore this and use one entire line of R to do the same job

Along comes a senior spider and says “maybe we can fix all these problems with AI”. No you can stop hiring acronym collectors.

conjectures · 6 months ago
Ah, the good ole Rube Goldberg machine.
conjectures commented on AI killed the tech interview. Now what?   kanenarraway.com/posts/ai... · Posted by u/ghuntley
jghn · 6 months ago
This is harder than it sounds, although I agree in a vacuum the idea is a good one.

So much value of the code review comes from having actual knowledge of the larger context. Mundane stuff like formatting quirks and obvious bad practices should be getting hoovered up by the linters anyways. But what someone new may *not* know is that this cruft is actually important for some arcane reason. Or that it's important that this specific line be super performant and that's why stylistically it's odd.

The real failure mode I worry about here is how much of this stuff becomes second nature to people on a team. They see it as "obvious" and forgot that it's actually nuance of their specific circumstances. So then a candidate comes in and misses something "obvious", well, here's the door.

conjectures · 6 months ago
It's not so hard. One of the interview stages I did somewhere well known used this.

Here's the neural net model your colleague sent you. They say it's meant to do ABC, but they found limitation XYZ. What is going on? What changes would you suggest and why?

Was actually a decent combined knowledge + code question.

conjectures commented on Egg prices are soaring. Are backyard chickens the answer?   civileats.com/2025/02/18/... · Posted by u/greenie_beans
crazygringo · 6 months ago
People have been keeping intelligent animals like chickens, pigs, and cattle for millennia. And continuing to eat them.

Ironically, vegetarianism really only started to become popular in the Western world once people lost their connection to farms, and meat and poultry were something you bought in pieces, plastic-wrapped.

conjectures · 6 months ago
> Ironically, vegetarianism really only started to become popular in the Western world once people lost their connection to farms

As did dental care and cars. Correlation is not causation.

u/conjectures

KarmaCake day1457October 12, 2010
About
http://refute.me.uk matthew@refute.me.uk
View Original