Hacker Newsnew | past | comments | ask | show | jobs | submit | 7bit's commentslogin

Because that's not how any of this works.

Obviously! Please fill in the blanks.

This was civil injunction & damages case. For court to declare judgement against Google (or any other company) someone needs to sue them. That's expensive and people in EU are not nearly as sue-happy as people on other side of Atlantic. Many courts in EU also have loser-pays model so there is huge financial risk in suing huge multinational corporation whose final legal bill might be bigger than person's lifetime earnings. And depending on country they might not even have personal bankruptcy available to discharge that.

This also heavily relies on recent CJEU ruling (WebGroup/Coyote, 16 June 2026, C-188/24) which essentially opened up the E-Commerce Directive's liability shield that platforms have been relying on so far. Essentially it said that that platform's are not necessarily neutral hosting providers when they control the algorithms that determine the dissemination. So I would expect more rulings to come, but it will take time.


Why are you using an authorization protocol for authentication? Try OIDC.

OIDC is a layer on top of OAuth...

Yes. But it’s authentication, whereas OAuth is authorization.

Utf-16 is famously used by Windows for everything important as well.

And UTF-8 isn't even fully compatible with windows UTF-16 - UTF8 can't encode a lot of truncated windows UTF-16 filenames.. You need WTF-8 for that.

https://artoria2e5.github.io/XB18030/

It seems when designing Unicode most energy went into emoji. And there was nothing left for fancy things like fixed-length string buffers. The only explaination why UTF8 Buffers aren't compatible with UTF16 Buffers... is a really strong emoji...


Thankfully, this is changing. Win32's 'A' ANSI/ASCII APIs now support UTF-8 if your app declares such a wish. https://stackoverflow.com/a/69181417/1350209

Great read. Great resolve.

One look at the memory consumption the the calculator app should answer your question.

That's just Cocoa Calculator junk.

I tried porting Cocoa and decided not to. Will remove.

Native V Calculator uses 4 MB of RAM.


The comment you're replying to isn't talking about predictions now, isnt it?

Really? I got bored throughout the 7 paragraph (or whatever number) in unrelated introduction.

This is what tiktok and vibe coding do to a mf's attention span

Of course you enjoy the llm-generated token vomit in this blog post.

This is what xenophobia does to a mf's brain

Because the commenter you're replying to has no idea what brutalism is, and is confusing a ugly concrete block with holes in it with brutalism.

I've seen plenty of examples of Brutalism in architecture (in the UK) first hand and to most people it looks like ugly concrete blocks with hole in it.

Sometimes being "ugly" is the point. You want to bring out emotions - the building can be grandiose, imposing, surprising, but, if you look closely, it's a carefully crafted work of art that's also highly functional.

One great example from the city where I grew up: https://hicarquitectura.com/2024/09/lina-bo-bardi-sesc-pompe...


I don't care for this argument at all. There are functional buildings where I live from the Industrial Revolution that look quite nice. I want things to look nice where I live. I don't want them to be ugly and demoralising.

As for the building you showed me. I think it looks awful. It actually looks worse than the architecture in movie Equilibrium.

https://www.re-thinkingthefuture.com/rtf-architectural-revie...


> It actually looks worse than the architecture in movie Equilibrium.

Taste is extremely subjective. I am an engineer and I've spent a whole career training my tastes (for system design, hardware architecture) to be less subjective and help guide my work towards what's good. Some of that seems to have leaked to building and city planning, because my taste seems to align well with the experts in those fields.


The article is about the schism between the experts and what people generally prefer and recommends that said experts should try to take that into account. People almost always prefer traditional architecture. Is it really subjective when a vast majority of people agree? I suppose technically it is, but at the same time not really. There is obviously something that people prefer about it other than it being old.

> schism between the experts and what people generally prefer

This is true

> and recommends that said experts should try to take that into account

They should, but it’s up to the experts to make the decision. You need an informed group to make decisions.

> People almost always prefer traditional architecture

People usually prefer the familiar.

> Is it really subjective when a vast majority of people agree? I suppose technically it is

It is, unless the people can show data justifying their choice. Subjective preference is not data and does not offer a justification.


> They should, but it’s up to the experts to make the decision. You need an informed group to make decisions.

I've seen experts in my own field completely misunderstand what customers have wanted and/or completely missed the point. There are numerous examples where experts have made things worse or got things very wrong, especially in large construction projects.

There are many reasons why this happens, sometimes it is personal ego, adherence to ideas that are out of data, their paycheck might be dependant on a certain decision being made.

Experts should not get the say in everything. Pretending that people who aren't experts aren't capable of making reasonable decisions and ever is IMO asinine.

> Subjective preference is not data and does not offer a justification.

The point is that it isn't as subjective as you claim. It isn't simply people prefer the familiar. The article itself explores this. There are whole branch of philosophy behind aesthetics. I find it very frustrating when people believe that aesthetics is simply personal preference.


What approach would you suggest for priorisation of tickets?

Ideally there should have been no tickets at all if all that's happening is a program being ported to another language.

This isn't a port - it's a re-implementation without any use of the original source.

That's also not all that's happening. It's also making improvements like better internalization support, better error messages, and a small handful of other extensions.


I have had to tell them repeatedly to stop copying tests verbatim, including the original comments from GNU coreutils. So I doubt this is true, which is frustrating.

What's wrong with them using the coreutils tests?

If they followed the license nothing. My uninformed knowledge is that the rust based rewrite is MIT, the originals are GPL, and you can't include GPL code in a MIT licensed project without making it GPL.

But you should be able to use a GPL test suite on an MIT-licensed program (or even a proprietary one, without the program needing to be under the GPL.

Ehh... Technically yes but when you don't own the copyright on the tests you need to be very careful against creating derivative works, and you need to preserve both licenses in the distributed source.

> and you can't include GPL code in a MIT licensed project without making it GPL.

Why is that? The tests are not linked to the distributed binaries. You can also distribute project sources with mixed licenses.


Capitalism.

> The blog presents a thought provoking question: what if we don't actually need a full-blown database, and instead we only care about things like unique constraints, transactions, indices, and history tables.

This sound like: what if we dont actually need a table and instead we only care about four legs and a wooden plate.


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

Search: