Yeah, it was (and still is) a feature that was added to the RSS protocol.
Yeah, it was (and still is) a feature that was added to the RSS protocol.
Apple didn’t invent the concept of podcasts, but they sure popularized them. They used to be called syndicated audio, and were pretty niche. Then Apple added it as a feature of iTunes. The idea was that because your iPod didn’t have any wifi or data connection, you couldn’t listen to new content while out and about. So you would plug your iPod into your computer with iTunes to sync down all the latest content before you leave for the day. Then they needed feeds of new content to provide to the users, so lots of new episodicals were started, and Apple grouped them under the umbrella of “podcasts”.
Apple never made a product called iTouch. You’re thinking of a product called “iPod Touch”. It was the touchscreen version of the iPod (without the iconic clickwheel). The first one was essentially a slimmer iPhone 3G without a cellular modem.
I worked in an electronics repair store just after they came out. We replaced hundreds of broken screens on them. The sheer number of people who called them “iTouch” was surprising, considering Apple never called it that.
The fact that high end music streaming platforms are only just now starting to offer super high bitrate lossless “CD Quality” audio as an option, gives you an indication of how good CDs actually are as a physical medium.
A cheap old CD player connected via SPDIF to a modern mid-range DAC with decent speakers will give you better quality audio than the latest Sonos system streaming from Spotify.
I’ve been full time writing python professionally since 2015. You get used to it. It starts to just make sense and feel normal. Then when you move to a different language environment you wonder why their tooling doesn’t use a virtualenv.
I like the idea of uv
, but I hate the name. Libuv is already a very popular C library, and used in everything from NodeJS to Julia to Python (through the popular uvloop
module). Every time I see someone mention uv
I get confused and think they’re talking about uvloop until I remember the Astral project, and then reconfirm to myself how much I disapprove of their name choice.
Nobody yet has mentioned the obvious solution. Get a wireless mouse that doesn’t use bluetooth. There’s lots of different varieties, but my favourite is the Logitech G603.
It’s certainly a bad sign if you leave the interview and you’re not sure if the job is for writing PHP or pleasuring his wife.
Dude, it’s common knowledge that NSA has contributed significant portions of (security related) code to the kernel. No tin foil hat required.
Yes, that’s the theory, but it also has the side effect of making banks richer, because all the money that would be flowing out inflating the economy is now flowing into the banks inflating their stores.
To me the imagery seemed like a cheesy “how to push a ball” educational video with a paid actor to demonstrate how to push the ball in the correct manner.
How long does it take for the new features in Forgejo to appear in Codeberg? I suppose it’s possible they’re already there.
Edit: Codeberg is still on v8.0.3-53, but code.forgejo.org is on v9.0.
Edit2: Codeberg is now on 9.0 too.
Motorola (technically owned by Lenovo now, but even some of the Lenovo phones are great).
I have this one. It’s the best Android calculator I’ve used.
I love the widget feature. You can add a whole calculator to your home screen, I have it taking up my second page, so whenever I need a calculator I swipe across once and it’s there.
Don’t forget to enable himem.sys
For some reason it never occurred to me to check if others online were sharing their own bad experience of the canonical recruitment process. That would have lessened the impact a bit at the time if I knew it wasn’t just me.
I was going through two other recruitment processes at the same time, so I didn’t stop too long to think about it.
Yep, this is the reason. I have many different identity key files in my ~/.ssh folder, and for some reason ssh always tries all of those first, then exhausts the login tries and doesn’t ask for a password.
I have the same problem when I specify a specific private key file with -i ./path/to/priv.key
. If that key is different than the ones in my .ssh folder, it will use all those first before the specified one, and often exhausts login attempts giving a very hard to diagnose login failure. In that case I need -o IdentitiesOnly yes
option to tell ssh to only use the one I specified.
Toml is superior to all.