Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes. That evidence was presented to the jury and found to be true.

You can be infuriated without coming up with Apple politics fanfiction

It's 100% the money. Tests "would you vote the same as you favorite politician/party" routinely show parties to be way less aligned than the electorate tends to believe. The several few "high steaks" issues get amplified to exhaustion on captured media while the rest of politics go undisturbed.

News channels are generally more subtle about it, but are still quite egregious. Look at e.g. debates. The questions are carefully framed to make certain positions appear positive or for the debater to go into tangents with context and get shut down for supposed demagogy. Look at some high profile TV hosts. They may appear somewhat reasonable-ish on camera, but then their facebook feed mirrors the topic discussed and takes an extremely biased route. They argue it's private vs official comms, but in reality the line is blurry on purpose and this confusion is used to persuade.

If you go into any country, state and ususally city subreddits (fb groups, discord channels), they are controlled by some PR agency. Discussion is carefully curated to fit the narrative. Bot nets are useful, but zealots are crucial. If previously the young recruits were important to distribute flyers around, these days they are crucial in shaping the public opinion on social media.

> Ensuring the latter doesn't take over, in my view, is a top priority to ensure a working democracy - and from the outside, appears to be why the American system is now largely broken.

I have no idea how.


Meta? More like…betta.

You will note that this is not what is being judged as I described in my comment that you just replied to

Wait, wouldn't it just be "Oh, science just made a mistake, and that is how it progresses"...

Despite the "consensus" thoroughly "debunking" it conclusively many times...

Also, if it ever happens, I think it would be during course of many decades that all the existing "scientists" can save their faces, and new generations won't care about "Science" being wrong once again, despite all the projections of "certainity" back then..


Reminding of my most cited academic paper… one of the co-authors was a tenured professor about to go on sabbatical and so he was happy to have a fresh paper to present at all his sabbatical tour stops. That paper picked up so many cites from him doing that! (He wrote around two paragraphs of the 30 page paper but we were still all very happy to have him basically running the paper’s marketing campaign all by himself!)

I only recently got rid of my entire collection of Omni. No room to keep stuff like that any more. But I kept v1i1.

Sounds like "That's a bold strategy, Cotton, let's see if it pays off for 'em."

It's not a history book or even all that much a book about Lisp, despite its name, but Lisp in Small Pieces incidentally covers a lot of Lisp history. The book at its core is about implementing compilers and interpreters. It starts with something close to the McCarthy meta-evaluator, and the rest of the book iteratively elaborates on why the naive meval is not a practical programming language, somewhat mirroring the evolution of historical Lisp implementations in the process.

It dates to the early 90s so it doesn't touch on Clojure or anything recent. The bibliography and citation is excellent.

> Literature about Lisp rarely resists that narcissistic pleasure of describing Lisp in Lisp. This habit began with the first reference manual for Lisp 1.5 [MAE+62] and has been widely imitated ever since. We'll mention only the following examples of that practice: (There are many others.) [Rib69], [Gre77], [Que82], [Cay83], [Cha80], [SJ93], [Rey72], [Gor75], [SS75], [A1178], [McC78b], [Lak80], [Hen80], [BM82], [CH84], [FW84], [dRS84], [AS85], [R3R86], [Mas86], [Dyb87], [WH88], [Kes88], [LF88], [Dil88], [Kam90].

https://www.amazon.ca/Lisp-Small-Pieces-Christian-Queinnec/d...


I think you're being too kind. The article is entirely one-sided. The title says lies, so it's fair game to call the content propaganda.

The facts on low-dose radiation exposure are pretty simple.

There is no useful direct evidence about the health effects of low doses of radiation, and there never will be. It's a needle in a haystack problem: the diseases caused by radiation are common, with large fluctuations; the effects of a small additional dose are small. The article claims that the impossibility of measuring outcomes is a reason to believe that small doses of radiation are harmless. It's wrong. No one knows.

There is watertight, laws-of-physics level evidence about the effects of radiation on biological tissues. There is an expert consensus on how those kinds of tissue damage lead to cancer and other diseases. This evidence supports the linear no threshold model.

The weak link is the pathology: that expert consensus could be wrong. I'm a physicist, so I'm not qualified to hold an opinion. I've never heard a specific reason to think it's wrong.

Those are the ises. For the rest of this post, suppose that the linear-no-threshold model is correct (as the available evidence suggests). The oughts that follow are also very murky.

Everyone is exposed to radiation in their daily life, and lots of lives are shortened by the effects. When you are exposed to a tiny bit of extra radiation, you are a tiny bit more likely to die from radiation; there are much worse hazards that you should worry about first.

When everyone is exposed to a tiny bit of extra radiation, many people will die prematurely. It's universally agreed that those people are just as valuable as other people, exposed to rarer and more spectacular risks, who a lot of money is spent to save. If a few less razors were confiscated at airports, and aircraft occupants were a bit better shielded from radiation, more lives could be saved overall.

Any question like that is bound to be politically controversial.


Why is paying people to pretend to be a suicidal teen to a chatbot evil?

The current humanoid hype don't have much substances or key technologies in it, and incumbent industrial robotics companies like FANUC are already in the process of rolling the techniques created for humanoids into their robots. I personally think this is going to be just series of incremental gains for big welding bots, and nursery equipment becoming mildly robotic, like Aperture Science wall panels, than humanoids walking into retirement homes and doing dishes in the future.

Two people were killed in the next city within six months because no one bothered to fix their paths. One was a child.

If someone had bothered to write to that council they'd be alive.

But by all means, keep winning online arguments and doing nothing.


on the other hand, now we have claude mythos... which is wtf returns even for a very large number of instructions...

zkVMs (of which RISC Zero is one example) require a TEE. That's the whole point: the privacy properties come out of the math. Basically, nowadays, once you and I can agree on the text of a program, you can run the program on your private inputs and produce a number that proves to me that you actually ran this specific program and not some other.

For example, age verification: I can run a program that takes a signed time-stamp and an officially-signed birth certificate and produces a yes/no "over 18" boolean, then prove to you I actually ran this program, not just "return true", but WITHOUT revealing the birth certificate.

It's a really neat facility that too few people are thinking about. We've had zero knowledge systems for a few decades now, but until now, each one has been a special bespoke mathematical object that would take years to develop. Over the past year or two, we've 1) made the things 1000x faster, and 2) made it possible to write arbitrary code under zero knowledge instead of having to make each ZK system a PHD thesis.

Others say that zkVMs are pointless because they're less efficient than these bespoke mathematical objects. Yes, they are. So what? The flexibility is worth it. Others say that zkVMs came out of Etherium, so they're only good for "crypto" stuff. Yes, they came out of web3 stuff, but so what? The zero-knowledge stuff they did is generally applicable, a real CS advance, and it'd be a shame to ignore it because of who made it.

Anyway, if you're interested, check out the Noir programming language:

https://noir-lang.org/

Noir makes it easy to play around with a ZK system and get a feel for it.


When I had web design a bit after 2010, they still used Dreamweaver and yeah you could get a license for free via the university. That’s pretty normal (eg giving you a Visual Studio license, Office, all that). It was more crazy that the course was so incredibly basic (nothing more than static page building in dreamweaver) at this college compared to the other one I later transferred to

The true solution to these problems is to be a parent. If you don't have the time to be a parent, then don't have kids. If you have kids, it's _your_ responsibility to keep them alive and healthy, both mentally and physically.

> Right now if you are not a tech-savvy parent your choices are: (1) deny children access to devices or severely limit that access, or (2) allow your kids to be raised by super-addictive infinite scroll brain rot feeds

> Now imagine you are a non-tech-savvy household with two parents who work. You can't really limit access since you can't supervise it enough, so your choice is now binary: no access, kids raised by brain rot and propaganda. Pick one. You have no control, no ability to whitelist, because not only do you not have time to deal with this but the tools often cost money and are imperfect and ineffective.

No access is the solution here. Tools are not expected to be perfect. The railing on a balcony is there for accidents, not to stop you from jumping off headfirst.

> Then you catch your 11 year old son watching extreme fetish porn that he lacks the maturity to contextualize, or hear him spouting off Nazi ideology or talking about how he's an "alpha male" and women should be his slaves. Or your daughter becomes anorexic by following influencers. Or you have a child who is questioning their sexual orientation or identity and is targeted by an online bullying ring. These are the commonplace examples. There's a lot of much worse shit too, like sextortion of kids. Search for "764."

Take away their internet access. If your child spends 90% of their time on phub, _take away their internet access_. If they spend 90% of their free time doomscrolling, _take away their phone_. If they need Internet access for school work, the can either do their school work at school, or you watch them do their schoolwork, or you find someone else to watch them do it. If you cannot do this, then you cannot be responsible for them and they should be removed from your care. This is basic mental health.

> That's why this push exists. It's not a conspiracy. It's because we -- our industry -- is an amoral shitshow that engineers addiction and refuses to police itself or provide parents with good tools to do so.

This isn't a third party policing the industry, this is telling the industry to police itself...by reaching inside my pockets to check my ID. Invasive security like X-ray machines at the airport aren't there for _your_ safety (regardless of what they say), they're there for _everyone else's_ safety: we're making sure you don't kill others.

> I'd also like to note that for the non-tech-savvy privacy is dead and has been dead for over ten years at least. If you are not tech-savvy your devices are recording everything about you and transmitting it to two dozen ad networks and data brokers.

> That's a different issue, and it's also being addressed by legislation in some places that actually care (not in much of the US, unfortunately).

That's a different issue, and it's also being addressed by legislation in some places that actually care (not in much of the US, unfortunately).

Privacy can be taught. We don't anymore. Nobody objected when platforms like Facebook started requiring real identities, but the simple answer to this is to not give out your information.


What in God's name are you talking about? Shot at a police officer "in self defense"? In what world do you have a right to try to murder a cop?

I have used iridium before, IIRC I paid 1 usd per KB, PER KILOBYTE (!!!), to track some stratospheric globes we launched in like 2014

I think the URL should be changed to The Verge link or something else as the current source is repetitive AI writing and incohesive to read.

The parameter count equivalent of a human brain is not yet known, but if it was one per synapse then a full human brain replica would need about 1.5e14.

We also don't yet know how to be as efficient with training examples as any living creatures' brain, and we only partially make up for this by training on so many examples it would take you a million or so years to do the same, so we'd still stuggle with something proportionally smaller-brained such as a cat.

That said, remote controlled androids are going to be economically disruptive, as they make every (unlicensed) job open to outsourcing from an office in a low wage country.


It's just Internet hype.

The actual members of the jury convicted the defendants though, accepting the .gov's evidence and witnesses that these individually innocuous elements together established their links to each other, collectively murdering an officer in the course of an attack.

He’s been remarkably consistent on the Mars thing for a looooong time.

No fewer than 143 ev brands sold at least one car last year. But 46 of them did not sell more than 1,000, according to AlixPartners, an advisory firm. Even so, 23 new ev brands were launched while just nine were halted.

seems frothy.


At this point, I'm fine with adherents to the ideology that killed 20 million of my people get the justice they deserve.

No, I don't much care.


He's chasing after every fad, desperately hoping to ride the next wave and diversify away from social media. It would be funny if it wasn't so sad. These markets are not good for people and are rife with insider trading.

The comment was killed by downvotes and flags within an hour of it being posted. Regarding your claim, you're welcome to point out any such users and comments that are not flagged/killed or banned. We act immediately when we're alerted to anything like this. Our email is hn@ycombinator.com.

Those require a hand on a stick. The stick isn't so interesting. Humanoid robots are the stick part, and actually not THAT interesting.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: