I'm not sure why, but sentence feels forced and unnatural, and as a result a bit unconvincing. My intuition is to insert an "and" at the end of those three options and then it feels like you can't drop the "a", i.e. "married, tall, and a doctor in medicine". I mean, maybe you can but the sentence feels odd to me.
And the weird part is that you can put those three properties in any order, and you would not place an "a" in front of the other two.
> Are you feeling through memory or through logic?
This feels (feeels, before you ask again) like begging the question. We're talking about a natural language here, not a programming language. It has rules but they evolved through natural usage, and those rules are flexible ("because internet"), and there's plenty of technically correct but wrong feeling constructions ("bad big wolf").
Like, "Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo" will sound like the raving of a madman regardless of the fact that it's technically valid.
> Commander, General, Loyal Servant, Father to a murdered son.
I mostly think that that's a weird collection of things to all be at once to a murdered son.
Eh… I'm fairly sure that most of the people here are old enough to have played Star Craft and Brood War when it first came out, and are fully aware of e-sports becoming huge in South Korea. And I have a hard time imagining younger generations that grew up with e-sports being an established thing instead of a novelty to not be aware of how South Korea looks at Brood War differently.
Also, doing high-effort endurance exercise for long enough suppresses grelin production (the hunger hormone). I've seen 30+ minutes of running or 60+ minutes of cycling as the most common rules of thumb.
So in order to stack all these effects to maximum effect: plan exercise before meal, plan mean before doing groceries.
I think that adipose tissue is the biggest criminal when it comes to unwanted hunger, since it produces hormones to make you hungry the moment you actually risk losing weight.
Not sure how much the digestive neurons are involved with hunger actually, I thought its role was more about telling you which foods make you nauseous so you won't eat them, or subconsciously register which nutrients various foods have so you'ld crave the ones compensating for shortages more.
I heard adipose tissue also retains hormones and fat-soluble pollutants, and losing weight releases them and they have to be dealt with by the body in other ways. Specifically, the hormones can cause mood swings, which some individuals have learned to react to with binge eating.
I think they're saying America ended up positioning itself as the loser because they framed things as a zero-sum game. Which of course is a generalization, neither America nor China is a monolith, but I can certainly see some presidencies of the last decades leaning more into this attitude than others.
“If you assume everyone only has hammers, you'll end up getting screwed”, or something like that.
> I think they're saying America ended up positioning itself as the loser because they framed things as a zero-sum game.
I didn't bother responding earlier, and I'm not sure why I'm responding now because I don't think "because they framed things as a zero-sum game." explains anything, and it sounds like something that sounded like a retort but offered without any evidence means nothing.
Just like how not everything is a zero-sum game, not everything is a debate where one side tries to "win" where every exchange is an aggressive retort trying to disprove the other's point. I was trying to clarify what I suspected the intent was.
If even the suggestion of considering different points of view feels like an attempt to disprove your own position, then that mainly says something about how you are approaching this exchange.
It kind of reminds me of Clay Shirky's predictions about the influence of the internet on society from a few decades ago. To paraphrase what he said: when the printing press was invented, everyone predicted it would lead to world peace, and we got the Thirty Years War instead. When modern mass media was invented people predicted world peace, and instead the Nazis rose to power and we got World War 2.
And yet as a society we typically consider these technologies a net positive these days, because alongside all the political instability and violence that followed them at first, some people were figuring out how to do beneficial things with them along the way that did more good than bad. Because the issue really was that the influx of more voices and ideas shifted the power dynamic, required relearning how to communicate, and in the end be better as a society.
The issue was figuring out how to "domesticate" these wild new communication channels. One successful example of which was the invention of scientific journals and papers.
Shirky predicted the internet would probably lead to a few decades of political instability too (about fifty years was his guess), and we definitely seem to be in the middle of that process.
Now, I haven't checked his stance on LLMs. I also don't know if I would quite call them a medium for mass communication like the others (as used today, they take humans out of the loop rather than let more voices join the public discourse), but I feel like they are similar enough to otherwise fit the pattern.
Tao's stance similarly feels about wanting to domesticate this wild animal before we get mauled by it. And to stick with the metaphor, I feel that most of the time the AI industry is trying to bamboozle us with spectacular rodeo displays instead.
Wasn't one other neat thing about Snap! and Scratch that you can translate the entire code (except for the user-named parts) to any other language on the fly without worrying about it breaking? Because in a sense the language is just part of the "presentation layer" of the blocks?
The author has a severe case of being oblivious to the fact that not everyone knows what they know, or views the world the way they do. As shown for example by their assertion that "we all stopped coding manually around December 2025", as if AI critics don't exist.
As a result you have to look at what they share about themselves to infer where they're going with things, because they never explicitly state it. All traits amplified for the worse when people use chat bots too much, in my experience.
Scrolling to the end, they write:
> In 2005 a dozen version control systems fought to replace Bitkeeper, and the winner ended up ruling software development for two decades. Nobody in that race predicted that the decisive factor would be a hosting site with a social network on top.
They had a VCM start-up around their own technology, then Git displaced all other technologies, and then Github ate everyone's lunch. So the first revolution not-so-coincidentally overlaps with the time they ran a SCM startup, and they ignore anything that happened before they entered the space. Funny that.
So the implicit context is the business case and programmer culture around VCM systems.
Meaning the second revolution is anything that challenges Git and Github.
They also keep bringing up gigantic mono-repos and how Git can't handle the scale at which AI increases the amount of code bloat or commits.
So what I read between the lines is that they believe that there are enough people who don't want to actually address the automated hyperscaled Wirth's Law in the room, and are willing to pay services and technology to adapt around it instead.
That's their new business case that will power the second "revolution".
Which sounds horrifying to me, and the worst part is that I can actually see it happening if this AI bubble doesn't pop fast enough.
> They also keep bringing up gigantic mono-repos and how Git can't handle the scale at which AI increases the amount of code bloat or commits.
I don't understand why everyone keeps saying "AI" can write code and somehow the rest of the world can't keep up when we haven't even solved a more basic problem that "AI" itself can't keep up with the code it writes. Claude on the web has to search and scan to find the relevant parts and for whatever reason there is a size limit to how much context I can give to claude and it is laughably low. Shouldn't we be trying to see if it can keep up with itself first? Also not all project files fit in the "context" so once you are in search mode anyway, why is the limit so arbitrarily small? Why not allow at least about 1GiB of plain text? Claude tells me 1 GiB is 250 million tokens and it is too much for current capacity but I thought the whole point of project files was not all of it is in the context window or whatever. It says it is in search mode anyway... So only search for the relevant bit and put only that in the context. You can limit your search to a particular submodule or something but still have broader context where required
>> > They also keep bringing up gigantic mono-repos and how Git can't handle the scale at which AI increases the amount of code bloat or commits.
I also doubt very much that the average monorepo is bigger than the linux kernel. While the latter is a single software as things go, it contains quasi independent subsystems. And those repos don't usually have a merge flow that is as smooth as the Linux kernel. If you have chaotic process, then the result won't be very good and it's not git's fault.
I'm not an AI critic (I use it for autocompletions and asking some questions) but still write my own code.
I'm not sold on the agentic workflows that AI labs are pushing and haven't yet figured out if/when/how to integrate it into my workflow.
There are two general things I'm weary of with agentic workflows compared to the chat-based workflows:
1. the agentic workflows are much more inclined to go and do the thing rather than involve you in the loop -- e.g. if you are trying to design/plan something;
2. the agents are happy to go and run any command -- you can get them to prompt to confirm the action, but they could easily do something like wipe your home directory, install a random package, or something else.
Similarly, according to my mom, by the time I or my sisters were five we rode our bikes to school by ourselves. Granted, that was in a Dutch village with less than a thousand people, where everyone knew everyone by their first name, so it probably was one of the safest places in the world for children to ride bikes, but still.
And the weird part is that you can put those three properties in any order, and you would not place an "a" in front of the other two.
reply