Personally I find passports slightly too large to comfortably fit in my pants pocket, and a passport is definitely thinner than this phone. Whenever I travel and have to have my passport in my pants pocket I’m always a bit uncomfortable about it, I usually prefer to keep it in my backpack or somewhere else. If you’re carrying this in a purse then it sounds great. The passport aspect ratio is pretty awesome on phones, I tried one shaped like this at a Chinese phone store last year and enjoyed it. But shoving a $2000 device the size of a thick passport into my pocket on a daily basis feels like a bad idea.
I don’t know, in both the USA and Vietnam I see a massively disproportionate amount of people with the orange iPhone 17 Pro. Personally I like the orange color, but based on how ubiquitous the color choice seems to be, is does look a lot like conspicuous consumption to me.
And even in a case now that they have those huge camera plateaus you can still definitely tell what color iPhone someone has.
Oh my god, I think you might be on to something. If you follow the evidence, it does in fact seem like people like color. Of course Apple would exploit this by offering colored phones!
I agree with you on this general pattern, but I don’t really see how it applies to Claude Code’s usage of claude.md specifically.
I believe Claude code has been using that file since before the agents.md standard, so it’s not really a business decision to be different. There are some potential rough edges with changing over now, and the best proposed solution in the GitHub issue could be a bit complicated and error-prone from a technical or security point of view.
I’m not saying I agree with the decision, I would certainly prefer if they standardized on agents.md, but I don’t really believe their lack of doing so is deliberate enshittification.
I'm using Firefox on a full-sized computer (that is, not a phone or tablet). Do you get different results with Firefox on a full-sized computer, or is that your primary web browser?
> Somehow Reddit thinks I care enough about their content to set up an account and log in just to read it. They are mistaken.
I wouldn’t be surprised if it has more to do with the fact that I’m currently in Vietnam. I certainly get a lot of websites that give me extra hassle about accessing from here, or some simply refuse to load at all. Just try booking a domestic USA flight on Frontier Airlines or Southwest Airlines while currently being in Southeast Asia…
For what it’s worth, I’ve received this on my iPhone running safari. I almost never use Reddit, and when I do it’s usually because I’m casually browsing and someone linked to it, and for that type of usage I’m almost always on my phone. I can’t remember the last time I attempted to access Reddit on an actual computer. But I’m clearly not their target user, I simply don’t care about them enough to be willing to jump through any hoops.
“Using your own firm’s president as a supposedly independent expert, without acknowledging the relationship, is a striking departure from basic journalistic norms”
Well that’s about the nicest possible way to phrase that…
Why do people insist on giving shady characters the benefit of the doubt? It’s pretty clear what’s happening here and yet the level of effort put into avoiding judgement seems excessive.
I think I’m missing something, what do you mean Chinese resellers? As I understand it, it’s difficult to even access OpenAI in China, how could they be reselling it? Do you mean something like openrouter but a Chinese version or something?
Yeah, this does seem somewhat reasonable. I get that most users will probably accept it without thinking twice, but if you’re going to do something like this, this is at least a fairly upfront and consenting way of doing it. For the TV platforms where this isn’t allowed, you have to wonder if apps are still doing it but just completely secretly, and trying to hide their tracks as well.
In the article they mentioned that Amazon and Roku block apps from using these SDK’s, and specifically after Roku recently made a change to disallow this kind of thing, many of the affected apps were withdrawn from the Roku app store. The implication is that those other smart TVs don’t have the same third-party apps because these apps were specifically created to act as a foothold for these residential proxy networks.
Whenever I try to do that, the noise canceling amplifies the wind noise so much it winds up being louder and less comfortable than not wearing them at all.
The readme explains how to set this up, but it doesn’t really explain what it does. What does this do? I’m guessing it pretends to be a flash drive containing infinite books and then somehow fetches them on the fly from the Internet when the operating system attempts to access them?
There's an associated video on youtube somewhere, but no it doesn't do that. you're close, though.
if you drill down into the right folders, it contains every possible text file up to a certain size. He uses a weird 70 character encoding scheme in order to optimize folder depth and width (he didn't want more than 5k objects in any folder) and to stay within maximum path length limitations.
it generates the text files on demand based on the path you're following and in each folder (along with other folders) is the text file represented by that path so far.
The contents of the file are based on the path used to access it, correct. It uses MTP rather than emulating a normal flash drive though, which makes this kind of project much easier.
They also suggest that you can do other things using the same technique, like hiding a folder unless you know its exact name, only showing files if you navigate to certain other folders first, or because the esp32 stick being used contains a screen it could run a copy of doom controlled by navigating through folders.
So you get a file. Any file. Not necessarily the file you want, unless you already know its contents and how to traverse the folder hierarchy to get to that specific point.