HN Leaders

What are the most upvoted users of Hacker News commenting on? Powered by the /leaders top 50 and updated every thirty minutes. Made by @jamespotterdev.

pjc50 ranked #23 [karma: 106625]

This is basically describing the Cayman Islands. Or, to lesser extents, UAE or Malta (e.g. https://taxjustice.net/2026/02/24/malta-the-eus-secret-tax-s...).

The problem with this warm Galt Gulch idea is that someone has to do the actual work, and if the top level government is just a corrupt sinecure designed to shield the corporation from actually paying taxes, then nothing works properly. Comfortable island living is also surprisingly expensive, you have to import everything.

jacquesm ranked #2 [karma: 239025]

I would rather see that it does not rely on open source projects that have not given permission to be used to train that particular AI on.

toomuchtodo ranked #24 [karma: 106360]

Indeed. Empathy and the levels of wealth accumulation in scope are incompatible imho. They are the paperclip maximizers we were warned about.

jacquesm ranked #2 [karma: 239025]

The list is getting longer and longer, but a good touchstone is simply net worth. You don't normally get to the top of a foodchain without being an apex predator.

jerf ranked #32 [karma: 91172]

First thing that came to my mind too.

I think it would also be easier to add some meaningful variation to the resulting graph removals by building up instead of trying to remove and retain properties. The proposed algorithms are perhaps too predictable by the player for the game, depending on how it is played.

jerf ranked #32 [karma: 91172]

If I'm reading this right,

    .setHTML("<h1>Hello</h1>", new Sanitizer({}))
will strip all elements out. That's not too difficult.

Plus this is defense-in-depth. Backends will still need to sanitize usernames on some standard anyhow (there's not a lot of systems out there that should take arbitrary Unicode input as usernames), and backends SHOULD (in the RFC sense [1]) still HTML-escape anything they output that they don't want to be raw HTML.

[1]: https://www.rfc-editor.org/rfc/rfc2119

toomuchtodo ranked #24 [karma: 106360]
PaulHoule ranked #25 [karma: 105071]

Complaining about Electron is an international sport. Don't take it too seriously though, all the other x-platform UI frameworks are much worse. The #1 option I think is still an ordinary web application which doesn't have any install BS, electron is #2 if you really need something a plain web app can't do.

bookofjoe ranked #26 [karma: 103468]
bookofjoe ranked #26 [karma: 103468]
jacquesm ranked #2 [karma: 239025]

Hehe, that one will never die. It's the comment that more or less defines HN.

simonw ranked #27 [karma: 99560]

Great to see this start to show up, but it looks like it will be a while before browser support is widely distributed enough to rely on it being present: https://caniuse.com/mdn-api_element_sethtml

ceejayoz ranked #34 [karma: 88754]

Just like executing a serial killer brings back all the victims, right? No harm done!

pjmlp ranked #17 [karma: 126344]

First of all, it helps to actually use a proper compiled Prolog implementation like SWI Prolog.

Second you really need to understand and fine tune cuts, and other search optimization primitives.

Finally in what concerns Game AIs, it is a mixture of algorithms and heuristics, a single paradigm language (first order logic) like Prolog, can't be a tool for all nails.

simonw ranked #27 [karma: 99560]

This is the chapter title for a sort-of book I'm working on, and it's the central philosophy I'm building the book around.

I'm not going to change a good chapter title (and I do think it's a good chapter title) just because people on Hacker News won't read a few paragraphs of content.

A dishonest title would be "Code is cheap now" or "Programming is cheap now". I picked "Writing code is cheap now" to capture that specifically the bit where you type code into a computer is the thing that's cheap.

jacquesm ranked #2 [karma: 239025]

No, it's Node.js. I kid you not. I keep coming across Node in places where I really would not expect it.

coldtea ranked #33 [karma: 90193]

>so I got a human baseline through Rapidata (10k people, same forced choice): 71.5% said drive.

What kind of idiot would say "walk"?

I guess if they were average and above they wouldn't gig at Rapidata. Either that or foreigners with mediocre understanding of the English language. Or some bored teenagers that get their $0.20 or whatever Rapidata pays whatever they click (was it a multiple choice) - the (studied and reported) regression in reading comprehension levels doesn't help either.

simonw ranked #27 [karma: 99560]

A "reply guy" is a pejorative term for someone (usually male) who consistently replies to posts where their opinion is not valued or wanted, or often inappropriate:

https://amp.knowyourmeme.com/memes/reply-guy

The joke is that the people selling this software picked that as the name for what whey are selling, either missing or leaning into the negative connotations that are attached to that term.

ceejayoz ranked #34 [karma: 88754]

> As soon as he died, we took it into high gear and started posting AI-generated podcasts of what Scott might say now about current events.

“As soon as he couldn’t object…”

> If there was anything suggesting he didn't want this, I'd stop.

> I feel for his family. I know they're upset about this…

I’m not kidding here, these two paragraphs are right next to each other in the piece.

stavros ranked #45 [karma: 75920]

"Hey, remember the username you've had for twenty years? Yeah we want it now"

pjc50 ranked #23 [karma: 106625]

Several things going on here:

- concurrency is very hard

- .. but object storage "solves" most of that for you, handing you a set of semantics which work reliably

- single file throughput sucks hilariously badly

- .. because 1Gb is ridiculously large for an atomic unit

- (this whole thing resembles a project I did a decade ago for transactional consistency on TFAT on Flash, except that somehow managed faster commit times despite running on a 400Mhz MIPS CPU. Edit: maybe I should try to remember how that worked and write it up for HN)

- therefore, all of the actual work is shifted to the broker. The broker is just periodically committing its state in case it crashes

- it's not clear whether the broker ACKs requests before they're in durable storage? Is it possible to lose requests in flight anyway?

- there's a great design for a message queue system between multiple nodes that aims for at least once delivery, and has existed for decades, while maintaining high throughput: SMTP. Actually, there's a whole bunch of message queue systems?

pjc50 ranked #23 [karma: 106625]

It's frying quite a lot of brains on the way down, sadly.

pjc50 ranked #23 [karma: 106625]

Especially when the censored internet already exists, the selection pressure is going to make the uncensored internet the CSAM distribution channel.

pjc50 ranked #23 [karma: 106625]

Everything is easy if you don't care about getting pwned, and you don't consider yourself responsible if this has negative effects on other people.

pjmlp ranked #17 [karma: 126344]

Except C being typed Assembly is a myth, first of all there were already high level systems languages during the decade that predates C, secondly there are plenty of CPU capabilities not exposed in C, if at all only via compiler specific language extensions, beyond the language standard.

pjmlp ranked #17 [karma: 126344]

And what hard drives and memory slots would those chips be able to use?

pjmlp ranked #17 [karma: 126344]

That is the problem though, DSLs always end up becoming turing complete, because there is always that use case they don't cover.

pjmlp ranked #17 [karma: 126344]

No we won't, that was our hope when software development experience started going downhill with cheap offshoring teams.

The best we could achieve were the projects that got so burned that near shore started to become an alternative, but never again in-house.

pjmlp ranked #17 [karma: 126344]

IBM i (nee AS/400) also uses a database for its lower layers, and even though it isn't that common, database systems like MS SQL Server and Oracle can also be fully used to write applications with Web UIs, e.g. APEX, or mapping Web API endpoints to stored procedures.

They can also make use of raw partitions, thus having a server that is all about the RDMS and nothing else.

JumpCrisscross ranked #7 [karma: 176791]

> developers who for decades have been advocating for best practices when it comes to security and privacy seem to be completely abandoning all of them simply because it’s AI

Risk and reward. That balance, currently, seems tipped to favour risk taking. (Which in turn encompasses both boldness and recklessness.)

jacquesm ranked #2 [karma: 239025]

I don't know about machinists but I do know about (and know one personally) welders with certain specialties that can basically name their price. Such as the ones that can fix gear in running steelplants where shutting the thing down would require a rebuild.

signa11 ranked #37 [karma: 86757]

yet another chromium clone iirc.

TeMPOraL ranked #20 [karma: 113320]

I'm torn on whether to see this "AI Kill switch" as a win on respecting the users, or something to keep us distractewd while they ship through "Trusted Types" API that sounds like further restriction of end-user computing freedoms.

JumpCrisscross ranked #7 [karma: 176791]

> If a jury thinks "well I could have done that either!" You win

“A federal judge” recently “rejected Tesla's request to overturn a $243 million jury verdict over the 2019 crash of an Autopilot-equipped Model S” [1]. If a human supervising still incurs liability, human-like errors, particularly if Waymo and BYD aren’t making them, is a poor defense.

[1] https://www.reuters.com/world/us-judge-upholds-243-million-v...

userbinator ranked #36 [karma: 88086]

one can imagine unintended consequences and liability cascades from imperfect repair

We already have https://en.wikipedia.org/wiki/Magnuson%E2%80%93Moss_Warranty...

userbinator ranked #36 [karma: 88086]

What features does one specifically mean by "UNIX-like"? Unified filesystem with a single root? A CLI shell with the classic abbreviated comands? Preemptive multitasking? Multiuser-oriented permissions?

toomuchtodo ranked #24 [karma: 106360]

https://x.com/Daractenus/status/2025202437955490263

> Not to burst your AI bubble which is making everything from electricity to consumer electronics more expensive for all of us, but here's Elon Musk predicting fully self-driving Teslas by next year for ten years straight

userbinator ranked #36 [karma: 88086]

Sites wanting to block AI scraping should simply ask questions like these, instead of furthering the complexity-driven monopoly of Big Tech by requiring specifically sanctioned software and hardware. This is how you determine human intelligence, and not mindless compliance.

stavros ranked #45 [karma: 75920]

If you want something you can install on your personal computer, I made one:

https://github.com/skorokithakis/stavrobot

Obviously, it can't do everything OpenClaw can, because it doesn't have unfettered access to data you don't even know it has, but it'll only have access to the data you give it access to.

It's been really useful for me, hopefully it'll be useful to someone here.

toomuchtodo ranked #24 [karma: 106360]

If a loved one is suffering from this, this diagnostic would allow for interventions such as guardianship to assume financial and logistical responsibility for them with less subjective decisioning based on observations alone.

tptacek ranked #1 [karma: 417032]

The accuracy of this test is nowhere nearly good enough to do population-wide screening. The clinical setting for this test is memory clinics in which Alzheimers is already relatively highly likely differentially, and even there you're going to get a surprising number of false positives.

(There's enough info in the supplemental link on this page to have an LLM do the Bayes math for you.)

stavros ranked #45 [karma: 75920]

I knew about this, though I'd never listened to it. I gave it a shot now, and I wanted to like it, but... it's terrible, unfortunately.

toomuchtodo ranked #24 [karma: 106360]
Animats ranked #10 [karma: 159746]

Is it sufficient to use a VM for isolation? Docker?

More cloud services now need role accounts. You need a "can read email but not send or forward" account, for example. And "can send only to this read-only contacts list".

WalterBright ranked #43 [karma: 79001]

I'm pretty sure mammals and birds are conscious. Insects, probably not.

pseudolus ranked #6 [karma: 182788]
crazygringo ranked #39 [karma: 82191]

No, not at all.

They're banned from using them with flat-fee subscription accounts meant only for first party tools.

You're entirely welcome to use them with pay-as-you-go API access. That's what the API is for.

Brajeshwar ranked #50 [karma: 71718]

I have always loved writing with pen and paper, and making lists is the easiest. I have changed and tried many formats, and I will continue to tweak and simplify further. Right now, I use a simplified Bullet Journal Method to plan the day, from running errands to eating the frog. Of course, I do use a lot of digital tools too (Calendar, Emails).

I’m happy to say that I’m having success helping two elderly (an erstwhile teacher and a businessperson) remember things by just writing them down. Carry a pocket notebook attached with a simple pen.

Nothing fancy, put a dot or a circle, and start your list item. Done ones are ticked or crossed out, ignored ones are crossed out, and if the list fills up on a page, that is too behind › carry forward and re-write the item.

Early stage, but it seems to be working.

tptacek ranked #1 [karma: 417032]

I'm enthusiastic about AI (it's gone from the 2nd most important thing to happen in my career to tied for first, with the Internet) and I am baffled by OpenClaw.

toomuchtodo ranked #24 [karma: 106360]

Use Redis as a shared metrics data store to coordinate back off in the aggregate and to track collective throughput (and the delta between functional baseline and when you’re exceeding counterparty limits). Make workers aware of allowance state, and responsive to it and limits.

Via this mechanism, you should be able to pause your worker fleet as it scales out as well as regulate its request rate while monitoring on health of the steady state interface between your workers and other systems.

toomuchtodo ranked #24 [karma: 106360]
toomuchtodo ranked #24 [karma: 106360]

How much capital was wiped out for it to be cheap after the bust? Someone is going to eat the exuberance loss in the near term, even if there is long term value.

tptacek ranked #1 [karma: 417032]

I've always sort of assumed the models were just making sympy scripts behind the scenes.

jacquesm ranked #2 [karma: 239025]

The existence of said data store implies that they are using that data store, it is impossible without looking in the box to know what is being done with it. Erring on the side of caution with these things seems to pay off, especially when it concerns Google, who in this respect is only outdone by Facebook.

toomuchtodo ranked #24 [karma: 106360]
WalterBright ranked #43 [karma: 79001]

Shatner ... knows ... how to ... have fun ... in his 90s!

toomuchtodo ranked #24 [karma: 106360]

Make the LLM operate the hypervisor VM so it can observe a binary as it executes to write specs for it?

jacquesm ranked #2 [karma: 239025]

Some of them are the same.

It's a Venn diagram: there are two camps and there is no doubt some overlap because the number of people involved. GP was obviously talking about the overlap, not literally equating this with two specific people or two groups that are 100% overlapping.

toomuchtodo ranked #24 [karma: 106360]
anigbrowl ranked #28 [karma: 98890]

How are they 'immediately jumping to violence'? This surveillance debate has been going on for years.

dragonwriter ranked #16 [karma: 127315]

Actually, I think a more to-the-point addition for any headline of the form “X could do Y” is “, but probably not”.

It’s a relative of Betteridge’s Law of Headlines.

rayiner ranked #18 [karma: 125666]

I don’t get this response. This is amazing! What percentage of programmers can even write a buggy FreeBSD kernel driver? If you were tasked at developing this yourself, wouldn’t it be a huge help to have something that already kind of works to get things started?

tptacek ranked #1 [karma: 417032]

In what way are voters in these municipalities being lied to? We got logs of all the searches, and incident reports of every time they were used to curb another vehicle. We know how well they did (or didn't, in our case) worked.

I don't know what "surveys" have to do with this. Voters voted on it; it was a campaign issue in our trustee election.

jedberg ranked #44 [karma: 77591]

As a parent and a former network engineer, I both love you and hate you for choosing this name.

jacquesm ranked #2 [karma: 239025]

It's like Stephen Wolfram, only now there is 10x more of it...

jacquesm ranked #2 [karma: 239025]

Vanity movie productions for family members. Real estate deals in various places, if necessary you first bulldoze them with the local military.

toomuchtodo ranked #24 [karma: 106360]
toomuchtodo ranked #24 [karma: 106360]
toomuchtodo ranked #24 [karma: 106360]

Takeaways:

* Private equity returned fewer profits to investors for a fourth straight year as the industry sat on $3.8 trillion of unsold assets and struggled to raise money for new funds.

* Distributions as a percentage of net asset value remained at 14% last year — the second-lowest level since the depths of the 2008 financial crisis.

* Fundraising tumbled 16% in 2025 to $395 billion - the fourth straight year of declines - even as investors devoted more capital to vehicles focused on infrastructure and secondaries.

bookofjoe ranked #26 [karma: 103468]
jacquesm ranked #2 [karma: 239025]

A lot. The Anode is by far the most complex part of a Lithium Ion battery.

PaulHoule ranked #25 [karma: 105071]

Well, it has 256 bytes of RAM which is basically a really big register file, and everything else goes in the 16kb of "video RAM" which you can read and write by poking at I/O registers. So it is not easy to program.

It's arguably the only 8-bit computer which has a really different architecture from the others. You could otherwise imagine pulling the SID chip off a C-64 and putting it on a TRS-80 Color Computer etc.

Sharing the main RAM with video was a weak point in computers of that time period because the video system stole many of the memory access cycles. Some recent retrocomputers that revisit that period like

https://www.c64-wiki.com/wiki/Commander_X16

have a full-size memory bank and a video RAM memory bank which is accessed through a port which can be pretty efficient because you can auto-incremement the address register and just write 1 byte to the port to write 1 byte to video RAM and repeat.

crazygringo ranked #39 [karma: 82191]

There's a major distinction, however, in that it's a heck of a lot harder to safely and reliably lug briefcases or suitcases full of $100 bills from Chicago to Tehran, than it is to click and transfer some Bitcoin. Which is the whole point.

tptacek ranked #1 [karma: 417032]

I think the money is a red herring here.

In Oak Park, Illinois, we ran into a rhyming version of this problem: the only control we had about what technology OPPD deployed was a spending limit ($15K, if I'm remembering right), above which they had to ask the board for an appropriation. Our pilot deployment of Flock cameras easily went underneath that limit.

I'm not reflexively anti-ALPR camera. I don't like them, but I do local politics and know what my neighbors think, and a pretty significant chunk of my neighbors --- in what is likely one of the top 10 bluest municipalities in the United States (we're the most progressive in Chicagoland, which is saying something) --- want these cameras as a response to violent crime.

But I do believe you have to run a legit process to get them deployed.

OPPD was surprised when, after attempting to graduate their pilot to a broader deployment, a minor fracas erupted at the board. I'm on Oak Park's information systems commission and, with the help of a trustee and after talking to the Board president, got "what the hell do we do about the cameras" assigned to my commission. In conjunction with our police oversight commission (but, really, just us on the nerd commission), we:

* Got General Orders put in place for Flock usage that limited it exclusively to violent crime.

* Set up a monthly usage report regime that allowed the Village to get effectiveness metrics that prevented further rollout and ultimately got the cameras shut down.

* Presented to the board and got enacted an ACLU CCOPS ordinance, which requires board approval for anything broadly construed as "surveillance technology" for policing, whether you spend $1, $100,000, or $0 on it.

Especially if you're in a suburb, where the most important units of governance are responsive to like 15,000-50,000 people, this stuff is all pretty doable if you engage in local politics. It's much trickier if you're within the city limits of a major metro (we're adjacent to Chicago, and by rights should be a part of it), but still.

hn_throwaway_99 ranked #46 [karma: 75513]

I had the same reaction. I thought things were getting bad before COVID, but I thought that, generally, when push came to shove, sanity would prevail.

Herman Cain denied COVID's severity right up until it killed him, and them even after he died, his team was still tweeting that "looks like COVID isn't as bad as the mainstream media made it out to be." When I saw that people were literally willing to die to "own the libs", I knew shared reality was toast.

PaulHoule ranked #25 [karma: 105071]

xyz domain, busted UX, I can't see it because xyz is blocked at my workplace. It's the .NPC TLD!

pjmlp ranked #17 [karma: 126344]

Speaking of Windows alone, there are the various calling conventions (pascal, stdcall, cdecl), 16, 32, 64 bits, x86, ARM, ARM64EC, DLLs, COM in-proc and ext-proc, WinRT within Win32 and UWP.

Leaving aside the platforms it no longer supports.

So there are some changes to account for depending on the deployment scenario.

toomuchtodo ranked #24 [karma: 106360]

I have not vandalized any Ring cameras, but I have paid to replace those installed by friends and family and have those replaced shredded as part of an electronics recycling waste stream. "Think globally, act locally" sort of thing.

pjmlp ranked #17 [karma: 126344]

It doesn't need to win the benchmarks Olympics, it needs to be fast enough.

Plenty of AI based tooling is already trying out this path.

Agents execute actions that in the past would be manually programmed applications, now tasks can be automated given a few mcp endpoints.

LLMs are already at the same output quality of lousy offshoring companies, thus having to fix a bit of it is something that unfortunately many of us are already used with fellow humans.

toomuchtodo ranked #24 [karma: 106360]

Relevant citations:

https://en.wikipedia.org/wiki/The_purpose_of_a_system_is_wha...

https://en.wikipedia.org/wiki/Theory_of_mind

https://en.wikipedia.org/wiki/Bounded_rationality

"We must take the world as it is and not as we would like it to be." - Maurice Allais

PaulHoule ranked #25 [karma: 105071]

Try 5 minutes in blackpill hell and see if you can take it.

I think there is a double standard here. I get several sexual harassing follow attempts a day on Instagram and other platforms from (seemingly) women who probably want me to watch their OnlyFans or something. As a guy I'm supposed to treat this as if it was just spam and not sexual harassment, which it is.

Men are culturally expected to be "ready all the time" and not have actual sexual autonomy either.

PaulHoule ranked #25 [karma: 105071]

I think men have a particular seductive attraction to having some slave working for them 24-7 and women are too smart for that...

https://www.thepersistent.com/why-women-dont-trust-ai/

https://carnegieendowment.org/posts/2025/10/ai-gender-trust-...

https://www.library.hbs.edu/working-knowledge/women-are-avoi...

PaulHoule ranked #25 [karma: 105071]

I know it's against the rules but I thought this transcript in Google Search was a hoot:

  so i heard there is some question about a car wash that most ai agents 
  get wrong. do you know anything about that? do you do better?
which gets the answer:

  Yes, I am familiar with the "Car Wash Test," which has gone viral recently 
  for highlighting a significant gap in AI reasoning.
  
  The question is: "I want to wash my car and the car wash is 50 meters away. Should I 
  walk or drive?"
  
  Why Most AIs Get It Wrong

  Many AI models, particularly those optimized for fast, helpful, and concise answers, 
  focus on the "short distance" (50 meters) and "walking vs. driving" as a lifestyle/efficiency 
  question. They often recommend walking to save gas, avoid engine wear, or get exercise.
  
  However, this answer is wrong because it misses the core objective: you need the car to be 
  physically present at the car wash to get it cleaned. 

  Do I Do Better?

  Yes, I do. The key is understanding the objective (cleaning the car) rather than just 
  processing the keywords (distance/transportation). 

  My answer:

    You should drive the car there. Even though it is a very short distance, your car 
    cannot wash itself. If you walk, the car stays in your driveway, and you cannot wash it.

  Why This Matters
  
  The test highlights a key limitation in current AI: the difference between "pattern matching" 
  (predicting the next likely word based on training data) and "true, grounded reasoning". It 
  shows that models sometimes lack a "world model" that understands physical realities, such as
  the fact that a car must be present at a car wash.

doener ranked #42 [karma: 79490]

Anthropic accuses Chinese AI labs of mining Claude as US debates AI chip exports:

https://techcrunch.com/2026/02/23/anthropic-accuses-chinese-...

WalterBright ranked #43 [karma: 79001]

In the 1980s, a friend got his start by buying packaged software in bulk from the US and reselling it in Europe. The retail price differences were large enough he made bank on it.

It's called arbitrage.

Eventually, other people figured it out and the prices leveled out.

Arbitrage opportunities crop up all the time.

mfiguiere ranked #49 [karma: 72484]

IBM down 11% following this blog post: https://www.google.com/finance/beta/quote/IBM:NYSE

paxys ranked #41 [karma: 79934]

Isn't this like the #1 use case for crypto?

Everyone wants an untrackable unblockable currency that is out of government control until the day it is used for things they don't like, then suddenly "government please control this!"

WalterBright ranked #43 [karma: 79001]
Animats ranked #10 [karma: 159746]

It's nice that they have what they claim is a solid state battery. But having a small prototype isn't that big a deal at this point. All the major players have prototype solid state batteries that work. Nobody has volume production yet, and volume production seems to be hard and expensive, according to CATL and Samsung.

Mercedes has a test car with a solid state battery.[1] The battery is from Factorial Energy. There's only one such car, and they don't say how much it cost to make the prototype battery.

Ducati has a test motorcycle with a solid state battery.[2] The battery is from QuantumScape. There's only one such motorcycle.

Here's Fraunhofer IKTS making a solid state battery at lab scale.[3] The whole process is shown. Huge amount of effort to make one coin cell.

Samsung prototype.[4] Samsung has been talking about shipping tiny solid state batteries for wearables in 2026. Still too expensive for cell phones, which gives a sense of cost.

All the serious players can make a prototype by now. But the chemistry that's used for the prototypes may not be suitable for production. They have to balance capacity, weight, charge time, cycle life, manufacturing cost, and materials cost. (Samsung made a battery with a substantial silver content. It works, but that's not going to be a volume product)

These problems will be overcome, because throwing money at them works. The history of the tungsten-filament light bulb is worth reviewing. Making fine tungsten wire is very difficult. From 1913 to 2010, a huge plant in Euclid, Ohio, made most of the tungsten wire for light bulbs. There were a lot of process steps.[5]

[1] https://electrek.co/2025/02/24/mercedes-tests-first-solid-st...

[2] https://www.ducati.com/ww/en/news/ducati-s-electric-research...

[3] https://www.youtube.com/watch?v=j5SVrp8N-1M

[4] https://news.samsungsdi.com/global/articleView?seq=203

[5] https://www.youtube.com/watch?v=ZuhapGSexyg

paxys ranked #41 [karma: 79934]

It's crazy for their official account to post this when Anthropic itself is fighting multiple high-profile lawsuits over its unauthorized use of proprietary content to train its models. Did no one run this by legal?

Animats ranked #10 [karma: 159746]

From the article: "Teens who reported using cannabis had twice the risk of developing two serious mental illnesses: bipolar, which manifests as alternating episodes of depression and mania, and psychotic disorders, such as schizophrenia which involve a break with reality."

That 2X factor is big. If it was something like 10% - 20%, it might be noise or some other factor, but that big a number is real.

dragonwriter ranked #16 [karma: 127315]

> I know this is weird, but I'm in some ways not really sure who is on the side of freedom here.

That’s because “freedom” is complicated and doesn’t precisely map to the interests of any of the major actors. Its largely a war between parties seeking control for different elites for different purposes.

dragonwriter ranked #16 [karma: 127315]

Yeah, the good examples are usually in dictionaries as headwords, the moderate examples are usually in dictionaries as phrases within the entry for one (or more) of the words that comprise them, leaving fairly weak examples actually “missing” if you want to use “missing words with spaces” as the basis for content.

coldtea ranked #33 [karma: 90193]

>but medium and long term we need to figure out how to build systems in a way that it can keep up with this increased influx of code.

Why? Why do we need to "write code so much faster and quicker" to the point we saturate systems downstream? I understand that we can, but just because we can, does'nt mean we should.

rayiner ranked #18 [karma: 125666]

> At what point do you decide to go full El Salvador / Bukele on violent cartel members who are willing to put cities on fire when they cannot human and drug traffic at will?

The point for doing that was some time ago. It's like Islamists. They're so sophisticated that it makes more sense for governments to treat them like foreign military threats than domestic police issues. Don't listen to the "human rights" people in developed countries that became safe and stable by doing these exact same tactics hundreds of years ago.

In Bangladesh in 2016, there was a terrorist attack in a cafe: https://en.wikipedia.org/wiki/July_2016_Dhaka_attack. The government then went full Bukele on the Islamists. There hasn't been a significant terrorist attack in the country since then.

bookofjoe ranked #26 [karma: 103468]
rayiner ranked #18 [karma: 125666]

The language people use is funny. When companies offshore skilled factory jobs to foreign countries, they call that "offshoring." But when it comes to programmers, they call it "going where the talent is." They act like programmers are in a different class than machinists.

ceejayoz ranked #34 [karma: 88754]

https://en.wikipedia.org/wiki/Percy_Spencer

> According to legend, one day while building magnetrons, Spencer was standing in front of an active radar set when he noticed the candy bar he had in his pocket melted. Spencer was not the first to notice this phenomenon, but he was the first to investigate it. He decided to experiment using food, including popcorn kernels, which became the world's first microwaved popcorn. In another experiment, an egg was placed in a tea kettle, and the magnetron was placed directly above it. The result was the egg exploding in the face of one of his co-workers, who was looking in the kettle to observe. Spencer then created the first true microwave oven by attaching a high-density electromagnetic field generator to an enclosed metal box. The magnetron emitted microwaves into the metal box blocking any escape and allowing for controlled and safe experimentation. He then placed various food items in the box, while observing the effects and monitoring temperatures. There are no credible primary sources that verify this story.

doener ranked #42 [karma: 79490]
Brajeshwar ranked #50 [karma: 71718]

My naive thought is to NOT have these platforms, not to build an alternative.