Readit News logoReadit News
Zanfa commented on Google admits anti-competitive conduct involving Google Search in Australia   accc.gov.au/media-release... · Posted by u/Improvement
lurk2 · 5 days ago
You actually need to have it scale beyond a flat percentage to be punitive. Someone getting fined 10% of their fixed income can end up homeless. A billionaire getting fined won’t see their lifestyle impacted at all.
Zanfa · 5 days ago
And not based on income alone, but including their entire net worth.

Deleted Comment

Zanfa commented on We keep reinventing CSS, but styling was never the problem   denodell.com/blog/we-keep... · Posted by u/speckx
ndriscoll · 11 days ago
My memory is getting hazy, but wasn't Gmail originally just (something like) the simple HTML version, and it supported tags and classification from the beginning? Like I'm pretty sure I had filters to tag and skip inbox for newegg emails circa 2005 so I could have a separate "inbox" for them. Likewise for some mailing lists I was part of.
Zanfa · 11 days ago
It was. And it was glorious. Fast and snappy, loaded instantly and felt responsive. Then they did the full SPA redesign…
Zanfa commented on Linear sent me down a local-first rabbit hole   bytemash.net/posts/i-went... · Posted by u/jcusch
ahofmann · 16 days ago
This is not the point, or other numbers matter more, then yours.

In 2005 we wrote entire games for browsers without any frontend framework (jQuery wasn't invented yet) and managed to generate responses in under 80 ms in PHP. Most users had their first bytes in 200 ms and it felt instant to them, because browsers are incredibly fast, when treated right.

So the Internet was indeed much faster then, as opposed to now. Just look at GitHub. They used to be fast. Now they rewrite their frontend in react and it feels sluggish and slow.

Zanfa · 16 days ago
> Now they rewrite their frontend in react and it feels sluggish and slow.

And decided to drop legacy features such as <a> tags and broke browser navigation in their new code viewer. Right click on a file to open in a new tab doesn’t work.

Zanfa commented on Marines now have an official drone-fighting handbook   marinecorpstimes.com/news... · Posted by u/Gaishan
verdverm · 18 days ago
100s of videos of drones with arty shells can be seen on https://www.reddit.com/r/UkraineWarVideoReport/

They have strapped so many things to drones, you'd think they've tried about everything, then some new video comes out

Drones have evolved rapidly and come in all shapes and sizes now. The DJI Maverick image in people's head is only one modality, though by far the most common form factor

Zanfa · 18 days ago
The typical setup I’ve seen for FPV drones is RPG warheads or small mortar shells for drops. I’d love to see one drop 152/155mm shells though.
Zanfa commented on Compressing Icelandic name declension patterns into a 3.27 kB trie   alexharri.com/blog/icelan... · Posted by u/alexharri
ryanjshaw · 21 days ago
An interesting article but I was surprised there was no discussion about what humans do to address this problem?
Zanfa · 21 days ago
They stick with the nominative case. That’s the only safe way not to butcher somebody’s name in a language like Estonian that has 14 cases. It’s infinitely easier to update copy to use only nominative than try to apply the cases automatically.
Zanfa commented on Tesla must pay portion of $329M damages after fatal Autopilot crash, jury says   cnbc.com/2025/08/01/tesla... · Posted by u/koolba
andsoitis · 22 days ago
> it doesn’t matter because technically the fine print says otherwise.

Every time you engage the system it tells you to pay attention. It also has sensors to detect when you don’t and forces you. If you have more than N violations in a trip, the system is unavailable for the remainder of your trip.

I don’t know how much clearer it could be.

I would argue that the system is actually so good (but imperfect) that people overestimate how good it is, and let their guard down.

If a system were more error prone, people would not trust it so much.

Zanfa · 22 days ago
> I don’t know how much clearer it could be.

Maybe not give it a misleading name that implies full self-driving capabilities. Also not have the CEO publicly make grandiose claims of the performance over 8 years.

> If a system were more error prone, people would not trust it so much.

Unfortunately not. Youtube is full of videos of FSD trying to crash into oncoming traffic, parked cars etc, but then at the end of the video the driver goes “well that was pretty impressive” and just ignores all the suicide attempts.

Zanfa commented on I know when you're vibe coding   alexkondov.com/i-know-whe... · Posted by u/thunderbong
Zanfa · 24 days ago
LLMs would also need to use historic commits as context, rather than just the current state of the codebase in isolation. Most codebases I've worked with go through migrations from a legacy pattern A to a newer and better pattern B, used across different parts of the codebase. Rarely can these migrations be done in a single go, so both patterns tend to stick around for a while as old code is revisited. Like the HTTP example, even if LLMs pick up a pattern to follow (which they often don't), it's a coin flip whether they pick the right one or not.
Zanfa commented on 200k Flemish drivers can turn traffic lights green   vrt.be/vrtnws/en/2025/07/... · Posted by u/svenfaw
Ajedi32 · a month ago
Comparable systems based on inductive loops work during the day. A design based on detecting headlights wouldn't. Software/compute is cheap and as you said reliability is not a safety concern.
Zanfa · a month ago
We’ve had camera-triggered intersections for years now in Estonia. They seem to work equally well in daylight as well as darkness. I don’t think you need any ML for it either, you basically only need to detect motion within a predefined region which can be done with traditional CV algos quite reliably.
Zanfa commented on It's time for modern CSS to kill the SPA   jonoalderson.com/conjectu... · Posted by u/tambourine_man
zeroq · a month ago
SPA is not only about seamless transitions but also being able to encapsulate a lot of user journey on the client side, without the need of bothering server too much.

Let me give you an example - one of my biggest gripes about web ux is the fact that in 2025 most shops still requires you to fully reload (and refetch) content when you change filters or drill down a category.

A common use case is when you come to a shop, click on "books" (request), then on "fantasy" subsection (another request), realize the book you're looking for is actually a "sci-fi", so you go back (request, hopefully cached) and go to "sci-fi" (another request).

It's much better ux when a user downloads the whole catalogue and then apply filters on the client without having to touch the server until he wants to get to the checkout.

But it's a lot of data - you may say - maybe on Amazon, but you can efficiently pack sections of most shops in data that will enable that pattern in less kilobytes that takes one product photo.

I've been building web apps like that since ca. 2005 and I still can't understand why it's not more common on the web.

Zanfa · a month ago
Please no. Whenever I see an online store as a SPA catalogue I shudder, because it usually breaks after browsing a bit in a weird state. And it resets to somewhere random should you hit back, refresh or try to send a link to somebody.

u/Zanfa

KarmaCake day1306August 29, 2013
About
Blog at https://roosimaa.ee
View Original