Apple: adblocking, PWA being put in a odd spot, surely to be followed by a post "nobody was using it" before being removed, if they mention it at all.
Google: ad blocking
HN user
Apple: adblocking, PWA being put in a odd spot, surely to be followed by a post "nobody was using it" before being removed, if they mention it at all.
Google: ad blocking
I cannot use a browser that is owned by a company who's financial model is dependent upon browsers being nerfed.
Apple and Google have far too many incentives to wall garden browsers, Apple due to the app store, Google due to advertising.
Independent browsers are the only safe path forward.
There is already every form of content, hundreds of times over, for almost every K12 topic.
The problem hasn't been content for nearly a decade.
Yeah I recently went to a Find N6 and the battery life is quite literally 40% more than a Pixel. Not to mention the performance is significantly better.
Obviously as a folding phone it's more expensive, but it's leagues ahead of the Pixel Fold as well.
I really hate that they added mouse integration with Claude Code.
Nothing like it prompting you for an answer and you click on to the terminal accidentally, resulting in you choosing an answer.
Thank you for creating an alternative to the toxic mermaid renderer on their website.
Trying to monetize Mermaid was disgusting and honestly rings to me like trying to monetize Markdown.
When they increased prices to $900 for roughly the same quality as Samsung it was doomed.
The OnePlus 7 was such an amazing phone and honestly I remember buying a Pixel after it and realizing how crappy Tensor was and well optimized OnePlus was.
I don't think an LLM would propose this terrible method ever, at least not any of the big 3.
I've been debating switching my blog to a vlog that is a one shot recording, no retakes, just real thoughts and advice in real time.
I've joked with friends its the "Farm to table" for thoughts, at least as much as it can be. Obviously you can just recite a LLM output, but that's more work IMO.
All of them are going to read your secrets, OpenCode does it too.
Reality is, I have seen agents read .env, bash history, keychain (if you let them), etc.
There is quite literally no way you are going to save off just your little secret somewhere it won't be able to read it, all software needs to read it ~eventually~
So it's best to sandbox and reset credentials frequently.
Starlink often struggles in thunder storms.
I think this is where people start to consider you a "Luddite".
Is it bad that you used a computer and Google and lifted information from other people to accomplish a task?
My father is a machinist and has built has knowledge off the skills and documentation of thousands before him, is that empty?
You still have to do the actual work, and where do you draw the line on "shipping more". If a farmer now has an automated tractor, does that mean his work is now trivial?
I am very curious what your Claude thread looks like. I have never had Claude swap languages, in fact my experience is the opposite, sometimes it holds on too much when working on a large code base.
"How come Google keeps making Chrome shittier :^(" - People who say this
Likely benchmaxxed. You see it in Qwen and other smaller models all the time.
Feel like the intro video is very odd.
Basically have an older lady (not their target audience) blatantly reading a teleprompter.
Why are they going after this audience? Retired people have no use for delegated tasks or information. They also are the least likely to use it and not get frustrated.
Looking at how much work GitLab has to do due to abuse of being open, I don't blame anyone for wanting to make that change.
I read this and laugh a bit because just 7 months ago the bar was so much lower and now we go "well duh of course it was able to make a working ios app from a game made 20 years ago... a game that was made 3 years before the first iPhone"
the huge majority of ORM-driven queries are "select * from table where id in ..."; for the queries that are more complicated than that, then yes use SQL! That's allowed!
The issue is, your lowest value queries are always this type, then you get the 10-20 in any code base that are 100x more complex, and they are the ones your end users care about the most.
You end up with a 80/20 principal in the wrong way, it's great at producing queries that represent 20% of the value of your app, and awful for the 80% that define the core value of it.
Is that 17M output tokens?
At 200k context that is only 85 requests for a whole week.
We can ban those too.
Since its behind an account wall, I can't tell if they are saying that Opus made the clone for cheaper or that Opus failed? It appears that Fable did far more "work" based on output tokens.
Aside: We should just ban Twitter links. Nobody should be required to make an account to view content on here.
I've seen this happen before when they launch new models. When Opus 4.7 came out it was "working" for 20+ min before I just exited entirely and waited till next day.
Went away on it's own.
Will go down in history as the single largest defeat in US history.
Paying your enemy $300bn to repair their country while you do not even take of your own would be the end of any other president, yet here we are.
https://github.com/blader/humanizer
this is probably the better solve as it removes many "claude-isms"
This is the most Claude pilled comment I've seen here.
I do think people tend to over estimate how much staff care at all about the outcomes of new initiatives. Rolling out a new in house chatbot? More likely just going to fire everyone and give you more work.
So many companies have such failed cultures they are just getting by delegating all serious matters to younger companies with people who actually care. If your staff never benefit from any of their work, nobody has any reason to care about how well you build your own in house Support / CRM / Chatbot / SaaS.
Not sure if this has been coined as a term, but its some form of "effort arbitrage"
I'm building a game where you learn to program golang or python and it all runs in webassembly, this way any student chromebook can just pick up and go.
That feels pretty revolutionary, no need to setup your local system to get core concepts.
Even have plans to use postgres in WASM (pglite), and I know a few real time apps use sqlite in WASM.
I wonder why there isn't a mobile OS that simply lets you build apps with JavaScript, HTML, and CSS and gives you reliable storage without all this effort.
Because there isn't a 30% walled garden you can create with that.
You are just describing a broken site?
I've seen static sites with these same problems, 404 was invented decades before React...