Sign up

Daring Fireball Valid
John Gruber

When You Search for ‘Google’ on Bing, Bing Attempts to Trick You Into Thinking the Results Page Is Google

theverge.com/2025/1/6/24337117/microsoft-bing-search-results-google-design-trick

Tom Warren, The Verge: Microsoft is pulling yet another trick to get people to use its Bing search engine. If you use Bing right now without signing into a Microsoft account and search for Google, you’ll get a page that looks an awful lot like... Google. It’s a clear at...

Scripting News Valid

Started a new support repo for Bingeworthy.

Scripting News Valid

Podcast: How I view WordPress.

Scripting News Valid

Just found an exponential memory leak at the database level in Bingeworthy. I have never seen one of these in all my years of programming. A data structure that saves a copy of itself in itself. So every time it saved it became exponentially bigger. Until it made the SQL server crash because the JSON object it was storying was over the limit of JSON objects. Crashed the freaking server. Fixed. Feels good.

Scripting News Valid

As part of the conversion of BingeWorthy, I started the database from scratch, but before I did that, I exported all the data and put it in a GitHub repo. This included a JSON file of ratings for each user. For example, this is my file. Remember we used Twitter identity then, davewiner is my Twitter username, just replace my name with yours to see your file, if you were a Bingeworthy user in the past.

Scripting News Valid

I wrote this post in 2023 as Threads was coming online. Now that Zuckerberg has thrown us under the bus, again, it's worth remembering their rollout strategy was to get us to overlook their past betrayals of users. They said "We ❤️Fediverse." That did it. It was at a moment ...

Scripting News Valid

2023: "If they really want to prove their love for the open web, if they aren't just trying to lull us to sleep while they steal yet another market from the open web, they should do something that helps the web more than it helps them."

Scripting News Valid

Liberals should support truly open technology that doesn't have a Zuckerberg who can sell us all out. Get involved.

Daring Fireball Valid
John Gruber

Also From the Archive: ‘“Beta” Is Not an Excuse’

daringfireball.net/2006/11/beta_excuse

2006 post from yours truly that applies perfectly to Apple Intelligence today: The sentiment here is that it’s somehow unfair to developers to treat software labeled “beta” with the same critical eye as non-beta software. That’s true, in the case of actual beta software,...

Daring Fireball Valid
John Gruber

From the DF Archive: ‘Life as a Facebook Moderator’

daringfireball.net/2019/03/life_as_a_facebook_moderator

I mentioned earlier today Casey Newton’s remarkable 2019 piece for The Verge, “Bodies in Seats”, an eye-opening look at the lives of content moderators at a large Facebook contractor in Tampa. When I linked to it, I wrote: If this is what it takes to moderate Facebook, i...

Daring Fireball Valid
John Gruber

Dude, You’re Getting a Dell Pro Max Premium Plus

theverge.com/2025/1/6/24325799/dell-pro-max-premium-plus-ces-laptop-pc-rebrand-announcement

Antonio G. Di Benedetto, reporting for The Verge: The tech industry’s relentless march toward labeling everything “plus,” “pro,” and “max” soldiers on, with Dell now taking the naming scheme to baffling new levels of confusion. The PC maker announced at CES 2025 that it’...

Daring Fireball Valid
John Gruber

★ After Years of Moderation-Heavy Zagging, Zuckerberg Announces That Meta Is Going Back to Moderation-Light Zigging Across Its Platforms

Don’t get distracted by blather. Let’s see what happens.

Scripting News Valid

I wish the Ecmascript committee had put more effort into real soul-saving enhancements like comments in JSON instead of coming up with contorted ways to do the same old contortions we got used to dealing with ten years ago. And they could have removed features from the language instead of piling on more and more random reinventions. End of editorial, now on with the new Bingeworthy.

Scripting News Valid

The new Bingeworthy

Last night while watching a basketball game, checking my iPad, and all of a sudden new items started appearing in the RSS feed for the new Bingeworthy. I thought oh geez there's some kind of bug, last thing I need now, but quickly realized someone was using it and it was wo...

Scripting News Valid

Has anyone come up with a variant of JSON that allows comments? I've started using names like "comment1" etc to shoehorn comments in. A complete hack, impossible to maintain over time. The idea of not being able to put notes in your config.json files is absolutely ridiculous.

Scripting News Valid

I want to make a social network for writers.

Daring Fireball Valid
John Gruber

Jason Snell: ‘Apple Intelligence Summaries Might Get Warning Labels. That’s Not Enough.’

sixcolors.com/post/2025/01/apple-intelligence-summaries-might-get-warning-labels-thats-not-enough/

Jason Snell, writing at Six Colors: So what can Apple do now? A non-apology and the promise of a warning label isn’t enough. The company should either give all apps the option of opting out of AI summaries, or offer an opt-out to the developers of specific classes of app...

Daring Fireball Valid
John Gruber

★ Apple Claims It Will Soon ‘Further Clarify’ Which Notifications Are AI-Generated Summaries, Following Embarrassing BBC News Summarization Mistakes

I think it’s correct for Apple to leave this in control of users, not developers. But Apple really does need to make it more clear what is an AI-generated summary and what is a verbatim original notification.

Daring Fireball Valid
John Gruber

Listen Later

listenlater.net/?referrer=df

My thanks to Listen Later for sponsoring last week at DF. Listen Later is a super simple, super useful service that turns articles into podcast episodes. When you sign up, you get a custom email address to send articles to; every article you forward to your Listen Later addr...

Scripting News Valid

The great thing about using a sytem like MySQL (or any SQL for that matter) is that it's been around for so long that if you can think of something that would be nice to have, you can be sure it's there somewhere. They've had enough time not only to hit all the walls, but to...