Links
-
I’m guessing the comment was slightly coloured by the fact that the person making it wasn’t too keen on Google Reader. ↩︎
๐ Poor manโs team bonding: recurring Slack threads
Could be a nice idea for blogs as well. Maybe for someone who’s trying to post at least once a day, but occasionally can’t think of something to write about. Not that I know anyone like that.
๐ Who killed Google Reader?
Interesting piece from the Verge about the rise and fall of Google Reader, which was killed 10 years ago. I wasn’t a big Google Reader user, and I still believe that the death of Google Reader was ultimately good for the RSS format. But I know how much people loved using it and how devastated they where when Google decided to pull the plug.
One thing that caught my eye was the executive’s comment about working on Google Reader being a waste of the engineers' careers. Taking the comment at face value1, it doesn’t seem like a waste at all. Sure there were “only” 30 million users of Google Reader, but it’s obvious that they were passionate users of the service. And it would’ve been an honour working on something that elicit such a strong emotional response from your users, let alone being the one that started it all with the original prototype. I can’t imaging getting that same buzz by one of the thousands working on Google Search or Google+.
๐ Double-screen โfreeโ TV will show you ads, even when not in use - Ars Technica
What would you be willing to do for a free TV? If the answer is hand over information about what you watch,[โฆ] how much money your household makes, what food and brands you like, and your race and be subject to on-screen ads at any time, then Telly’s got the deal for you.
I understand that not everyone can afford a good TV, but the price here โ tracking and a constant stream of ads โ feels a bit too high. It occured to me that monitors canโt do this. If a company discovers that their monitor is tracking what the user is seeing, the manufacturer will get sued out of existance. Maybe having a monitor is the solution to a TV with zero tracking (they do need to be larger though). ๐ค
Itโll also be funny to see how quickly people get into this and disable all the ad/tracking stuff. Iโm betting itโll be done within three months.
New post by Steve Yegge. I always enjoy his writing but please, can someone buy Steve a domain name? He changes blogging platforms so often it’s difficult to follow him (well I guess Twitter would have worked at one point).
Via: birchtree.me
๐ CSS Wish List 2023
Iโve wanted attr() to be more widely accepted in CSS values since, well, I canโt remember. A long time. I want to be able to do something like:
p[data-size] {width: attr(data-width, rem);}
I realize adding this would probably lead to someone creating a framework [โฆ] where all the styling is jammed into a million data-*attributes [โฆ], but we shouldnโt let that stop us.
Is it too late to vote for this? I’d love to be able to do this for background images. Relying on JavaScript to get the URL from the attribute and style the element is such a hack.
Via: Jim Nielsen
๐ The Windows 11 Trash Party
There is no way to turn this news feed off. The best you can do is “manage interests” which kicks you out to msn.com to have you tell it what topics you prefer.
Definitely not trying Windows 11. I hate software that pushes news onto you, unsolicited and with no easy way to turn off! I’ve have my news sources that I read and trust. I don’t want things pushed to me from sources with some commercial agreement that doesn’t have my interests in mind.
๐ You, Me, and UI
Really enjoying these series of articles from The Verge about UI and UX design. Lots of facinating subjects there.
Oh, I also flunked the logo colour test, getting 1 out of 8. I guess a career of chromatology is out of the question for me. ๐
๐ Children’s author Paul Jennings reflects on childhood, success and his writing process
Iโve was a huge fan of Paul Jennings work when I was a kid. Everything he wrote that I read (or watched), I enjoyed. Itโs been a while, but Iโm sure Iโd still like it if I read it today.
๐ Google is killing most of Fitbitโs social features today
An amusing thought came to me while I read this: Google has an opportunity to play to itโs strength and act like the assassin for features or services. Donโt want to support something? Get Google to acquire you and inevitably shut you down. Itโs such a unique niche that companies should be paying Google for this service.
Iโm not a Fitbit user, but I know how it feels to be burned by Googleโs obsessive need to shut down things I find useful, so I can understand all the upset over this.
๐ The Command Line Is the GUI’s Future
It has always been a truism that what we have gained in ease of use by switching from the command line to the graphical user interface, we have lost in efficiency.
[…]
What Microsoft just showed completely changes this calculation. Their LLM-based user interface is both incredibly powerful and incredibly easy to use. In fact, it’s so easy to use that there almost seems no point in even having a traditional GUI.
Swings and roundabouts. ๐
Honestly, it’s kind of exciting to see the two UI styles married this way. Point and click is fine, but sometimes, when I know what I want, I just want a way to “tell” the computer what to do, rather than go through the motions “guiding” it to my desired state. This is why I prefer the command line over a GUI for certain tasks. And yeah, Office has scripting but unless you’re in there constantly, you find yourself relearning it every time. Having a prompt like this might be where the sweet-spot lies.
๐ After 6 long months, an Android phone finally cloned the iPhone 14
The screen-shots of this โmini capsuleโ are hillarous. The animated waves that appear when the capsule is expanded; the fact that the only thing it can display is the battery level since thereโs nothing like Live Actions. The capper is the โ90%โ on the right side of the capsule, right next to the 90 in the battery indicator. You know, just in case you need reminding that the battery is at 90%. Champions indeed!
Hilarity aside, itโs a little sad seeing these Android OEMs doing everything they can to rip off Appleโs design. And itโs not just those in the long tail of OEMs either. Seeing Samsung half-arse features months after they debut on the iPhone, just to abandon them months later is really cringeworthy (anyone remember โAR Emojiโ, their rip-off of Animoji). Itโs past time they developed some taste on their own.
๐ From Bing To Sydney
Hmm, it’s hard not feeling a little unsettled after reading this Stratechery post. One thing’s for sure, I’m a bit more doubtful of the post I wrote two days ago.
๐ ChatGPT clearly has a place
I tried ChatGPT for the first time this morning. I needed a shell script which will downscale a bunch of JPEG images in a directory. I’m perfectly capable of writing one myself, but that would mean poking through the ImageMagick docs trying to remember which of the several zillion arguments is used to reduce the image size. Having one written for me by ChatGPT saved about 15 minutes of this (it wasn’t exactly what I wanted, I did need to tweak it a little).
I don’t know what the future holds with AIs like this, and I acknowledge that it has had an effect on some peoples' living (heck, it may have an effect on mine). But I really can’t deny the utility it provided this morning.
๐ The Magic of Small Databases
I kinda want this but for internal databases. There’ve been several times at work where I’ve had to collect semi-structured information in a spreadsheet or a wiki page comprised solely of tables. There’s always some loosely defined convention around how to represent it (use this colour to indicate this particular state) or when it should be changed (change this label to “In Review” until these people have seen it and then change it to “Confirmed”).
One example is how we manage releases: which services we’re pushing out and what commits they are, which environments it’s been deployed to or tested in, whether the other teams or the person on-call are aware of it and have signed off, etc. This is all managed in wiki pages that follow a standard layout, and it’sโฆ okay. It was a convention that has grown out over time as we were working out our release procedure. And it made sense keeping it relatively informal as we were trying to work out our groove. But that groove has been formed now, and it would be nice to formalise the process. But doing so means that there’s a lot of manual labour keeping these release documents correct and up to date. And since it’s all in a centrally managed wiki, it’s difficult to automate away things that are managed by other systems like our code repositories.
A tool that can be hosted on-prem which will allow anyone to spin up a new document-base database (either for the team or themselves), define a very loose schema and some views, and put a very simple workflows and code macros would be great. The trick is trying to walk the line that separates something that basically is like a hosted version of Excel verses something that will require so much setup work that no-one will bother with it. I’d imagine that’s a tricky balancing act to follow.
๐ The Shit Show
What gets me about Twitter killing access to third-party clients is the lack of comms to the developers. No shutdown timeline. No chance to let the devs communicate this to their users. Nothing but cowardly silence. How utterly disrespectful!
๐ Jean-Michel Jarreโs “Oxygene Pt. 4” in 19kb of JS code
A pretty good recreation of Oxygene Pt. 4. Also, I’ll have to explore this tool a little more.
Via waxy.org.
๐ Twitter suffers major outage in Australia and New Zealand
I was about to make a joke about Twitter not paying their PagerDuty bill. But then it occurred to me: you probably don’t even need PagerDuty if you can just hear about outages from the news.
๐ Infinite Mac
A Mac with everything you’d want in 1995.
A fully loaded version of System 9 running in your browser. Posted here because I found myself opening and playing around with this over the last few days.
(via. podiboq in the Hemispheric Views Discord)
๐ github.com/charmbracelet/vhs
This little tool is awesome. It allows you to easily make GIFs of a command line session from a text-based DSL. I tried it on the full screen TUI app I’m working on and it worked flawlessly.
Now wondering if I could use it for automated testing. ๐ค
๐ Slow Roads
Endless driving game in the browser. Pretty frickin' well done. There’s also a Medium post on how it was put together.
(via. Ars Technica)