An interesting experiment. I suppose that if you make things like CAPTCHAs too hard to do, we'd end up struggling as well. I can't imagine Ghost Font would be a good fit.
HN user
tentacleuno
Eating the world; one squid, post and package at a time.
- https://github.com/tentacleuno
- https://tentacleuno.at.hn
I regularly tinker with Linux, TypeScript, web development, and systems administration.Is that implementation open-source? I'm sure it's bundled as part of Google Play, not AOSP.
Perhaps the AI boom will encourage / subsidize(?) native development in a way? If it can be made more approachable, then maybe it would become more prevalent...
Isn't Edge slightly more efficient than Chrome on Windows? Maybe it's changed, but that's always been what everyone has said.
I really only enjoyed Windows Media Player for its visualizations. I found that VLC could get close, but not quite an exact match (most likely due to licensing); there's something quite entrancing about them, and how they'd move in time and change with the music.
It's come and gone, and I'm still not fully sure what Groove Music was; was it something to do with the Zune?
I imagine that the database for the online file association service for Windows XP has been lost to time, but for those who remember it: was it any good?
It seems like quite a good idea now -- if I remember correctly, Windows as of current seems to suggest a generic Bing search, which brings up all the spam "What extension is XXX?" sites.
That could have changed; I haven't really used Windows after 11's debut.
What was your experience with them?
The "Technology Secretary" is actively investigating it[0].
[0] https://www.birminghammail.co.uk/news/midlands-news/new-vpn-...
Many thanks for your link to the article, it was a very interesting read; fascinating to learn how glycerol interacts with lithium salts...
A browser engine maintained by AI with less human oversight sounds like a recipe for disaster.
v8 does have a sandbox feature for running untrusted scripts, and it's quite good. There's also Node's VM module.
I recall them actually marking Microsoft emails as spam. Not sure if that's even changed.
I assume Google are very hesitant to add additional permissions, and any additions get very carefully thought about. Having too many prompts can lead to popup blindness, which defeats the entire purposr of the permission system in the first place.
I'm sure I recall much older Android versions presenting all of the app's permissions at install-time. I'm very willing to bet that most users didn't actually read any of it. Overall, it seems like a very interesting problem to solve.
As an aside, I've noticed a huge drop off in license literacy amongst developers
What do you mean by this? I always assumed this was the case anyway; MIT is, if I'm not mistaken, one of the mostly used licenses. I typically had a "fuck it" attitude when it came to the license, and I assume quite a lot of other people shared that sentiment. The code is the fun bit.
It was never going to be perfect. I suspect the goal with things like these is to add additional friction to the process, to make it much harder for the general population to bypass them.
Ehh, who cares what the snobs think? Drink what you like! I've been experimenting with coffee for like 2 years, and have found myself really enjoying dark roasted stuff (as well as lighter stuff!)
The truth is, you can get a really fruity single-origin bean but as soon as it goes into a latte, typically you've lost 99% of the origin characteristics. It gets a bit wasteful and expensive. Cafes typically go for house roasts that lean darker, and I can see why: they just work better in milk!
There are definitely speciality shops that sell dark roasts like you might want. One in the UK, Rave, sells the most amazing Italian-style blend with robusta mixed in. It's not fruity at all, just pure dark roasty flavour (yes, I've got an espresso bar lol.)
That darker style gets frowned upon a lot ("bleuch! it's bitter!"), as a lot of people in the space have kinda embraced the more fruit-forward lighter roast stuff (if you roast darker, you tend to obscure them.) I like that too (some stuff is kickass), I just categorize it separately from darker stuff.
I believe some people have started calling it goop, presumably as an anthesis to soup, which is very coarsely ground espresso typically using lighter roasts.
Not sure where you're based (US?), but there will be stuff out there. Try r/coffee or your local forum maybe? Once you find a really good one, you'll probably just stick with it :-)
You can actually see what users have told Claude to add to the site, too[0]. The person continuously trying to add hash computation features for the course of 20 minutes provides a very unique entertainment :)
Some friction is probably wise. I remember them introducing the requirement to individually allow each app you're installing things from. The question is, how much more friction will they add? I suspect they will add prompts per install, too.
You don't really need more packages. There's definitely a culture of creating ridiculously small packages, though.
If you spend enough time in the ecosystem, you'll begin to realise that a select few are very well known for doing this; one in particular made a package for every ANSI terminal colour.
left-pad (and quite a few incidents afterwards) were definitely wakeup calls, and I like to think we've listened in some ways.
In 2021, they published a post[0] about how they used web components, alongside a library called Calalyst. It seemed like quite a nice system. I've still seen include-fragment elements in the HTML, so I assume they still use it.
[0] https://github.blog/engineering/architecture-optimization/ho...
Ahh! They're really cool; kinda miss them from Google Photos. I'm hoping Immich will implement something similar at some point.
Music? Like a music library? Wouldn't Subsonic be miles better for that?
I don't know why iOS apps in general are so much larger than Android apps [...]
Rough guess: It probably wouldn't be this dramatic of an increase, but could it be something to do with iOS disallowing Just-in-Time compilation, and forcing Ahead-of-Time? I've always wondered.
They don't seem to like generators either, which is even stranger. Why block the usage of features which might be useful in some cases?
I'm sure that's how the popular html5shim used to work, too. I remember looking at the source out of curiosity.
It always seems a shame when naturally clever people are assumed to have autism, or when their cleverness is attributed to it. Why can't someone just be intelligent without labels?
To be pedantic, assuming the fuel is used in a combustion engine, there will always be a percentage of the fuel wasted as heat energy. This depends on the thermodynamic efficiency of the engine and various other conditions, of course.
The idea that everything on the web should be written in react
Says who? There are plenty of choices: vanilla, Lit, Vue, Svelte, Angular, Riot, etc. Some of the alternatives are very good.
I'm not sure if this still holds true, but I recall a time when you had to use them to create error boundaries. Of course, plenty of third-party hooks were made to bridge the gap.