It was in LessWrong, in 2010: https://www.lesswrong.com/w/rokos-basilisk
HN user
grodriguez100
Hanlon’s razor: https://en.wikipedia.org/wiki/Hanlon%27s_razor
Not Malaga according to the article — destination was Palma de Mallorca.
Saying “with this transformative new technology, we’re able to deliver 10x the value with half the engineers” is a much stronger message, even though it doesn’t make much sense (if this is true, why not keep your engineers and deliver 20x the value?)
I guess not every service or product needs 20x the value. That depends on the market segment, market maturity, and actual demand.
Same here, been using 50% English and 50% Spanish for months, no particular reason, just whatever feels easier at the moment. Sometimes I even switch languages in the middle of a session. I have not noticed a difference in the quality of the output.
Yes, this is correct.
I meant that the ruling awarded interest from the date of judgement to the date of payment but does not account for Inflation between the date of purchase and the date of judgement.
I didn’t mean to imply that interest and inflation are unrelated, I was referring to the two different time periods. Sorry if that wasn’t clear.
The 6.75% interest applies from the date of judgement to the date of payment by Tesla but the inflation (from date of purchase to date of judgement) is not accounted for.
He probably knows, since he is one of the authors.
Yes, I think that “after git” claim is just marketing. This is indeed just a nice frontend to git. It looks interesting and seems to solve real problems, in the same way that jj already does. But it is not a radical change.
Also if they really wanted to “replace git” I think that would be much more difficult due to network effects. Everybody is already using git.
Linked paper: https://ai.meta.com/research/publications/hyperagents/
Is the FSF threatening Anthropic? The way I read it looks like they are not:
We are a small organization with limited resources and we have to pick our battles, but if the FSF were to participate in a lawsuit such as Bartz v. Anthropic and find our copyright and license violated, we would certainly request user freedom as compensation.
Sounds more like “we can’t and won’t sue, but this is the kind of compensation that we think would be appropriate”
Spain is not “double summer time”, it is just on an offset that is off by one hour related to its geographical position.
I thought I knew what OAuth was (we actually use it in several projects) until I read this “explanation”. If this was supposed to clarify anything, well, it didn’t.
Some sections of the text in the page really sound as written by AI. You may want to avoid that for a social network whose main selling point is “no AI accounts / no AI content”.
That’s to make it clear it was written by a human and not by an AI :)
Grep can't be prompt-injected. You can put "ignore previous instructions" in your skill all day long and grep will still find your curl to a webhook.
An attacker can craft a skill which pulls dependencies and the dependencies themselves can be well behaved. The skill gets installed, works, gets popular, propagates. Then at some point the dependency is poisoned and turns into malware. A classic Trojan horse approach.
It is difficult to catch this with grep: there is a curl command but looks fine, the dependency looks fine as well etc. Until it doesn’t.
Meanwhile, mine is actually hosted on GH pages and I get a green mark and a perfect 100% score.
I get a 100% for a site hosted in GH pages and which embeds YouTube videos and Google fonts. So this does not seem to be very reliable.
2. Yet it was you who said “future” in the first place…
I don’t see any View Optimal button. Is it present in Mobile ?
For a perhaps easier to read intro to the topic, see https://ai-2027.com/
I would say yes, everyone should care about it.
There is plenty of material on the topic. See for example https://ai-2027.com/ or https://www.lesswrong.com/posts/uMQ3cqWDPHhjtiesc/agi-ruin-a...
Uh oh. Looks bad.
Is it possible to file a complaint with the ISP or directly with Allot ?
It’s cordyceps :-D
Don’t. I would refuse to review a PR with 9000 LOC and 63 new files even if written by a human. Something that large needs to be discussed first to agree on an architecture and general approach, then split in manageable pieces and merged piece-wise in a feature branch, with each individual PR having reasonable test coverage, and finally the feature branch merged into master.
I would say the author recommends the same actually: they say that versioning is “how you change your API responsibly” (so, endorsing versioning), but that you should only switch to a new version as a last resort.
The author does not say that you “should not add v1”. They say that versioning is how you change your API responsibly (so, endorsing versioning), but that you should only do it as a last resort.
So you would add “v1”, to be able to easily bump to v2 later if needed, and do your best to avoid bumping to v2 if at all possible.
CLOCK_MONOTONIC is affected by NTP skewing but should still always increase monotonically (i.e. never decrease)
Looks like I misinterpreted both embedded and real-time then.