• 0 Posts
  • 61 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • I live in Copenhagen, Denmark. There’s half a dozen scuba clubs in the area, and I’m a member of one of them. I got my speedboat license and the club trained me to take one of the boats out. I’m hoping to get the training for the second (larger) boat this year.

    This means anytime I feel like going diving, and the weather is forgiving, I have a whole boat of people who want to tag along. I have a core group of people I dive a lot with, but basically anyone in the dive club is a very decent diver. Most of them have hundreds of dives, some of them in the thousands, and some of them at levels I can’t even begin to completely fathom. Very hardcore technical stuff, sidemount CCR in Norwegian caves and stuff.

    Dive clubs cost money because they’re expensive to run. I pay about 15€/$20 per month. With that, we get a full trimix filling station with either partial pressure or continuous blending (doing my tech blender course this afternoon), a fully stocked workshop, 2 boats + trailers, a trailer for gear when we’re going on longer trips, 4-10 trips per year abroad (not included in the club fee, obviously), washing and drying room, storage for gear, cylinders, etc. Air fills are free and unlimited, nitrox/helitrox/trimix obviously we have to pay for the gases we use, but the club sells oxygen and helium at-cost. We also have a bar with at-cost drinks.

    We have old-timers in the club who have been diving for 40-50 years. Some of them still dive to this day. They are a wealth of information.

    If you have the gear and want to dive multiple times a week, year-round, then joining a club is definitely worth it.




  • I’m someone who builds cloud infrastructure for a living. I only touch AWS (Amazon), but the same applies to Azure (Microsoft) and GCP (Google).

    Kagi is private. Saying that they “rely” on Google because they use GCP is akin to saying that the US Army relies on General Motors because they use Hummers. It’s just a provider. They’re renting virtual machines, compute power, storage, and network bandwidth nothing more. You can use GCP/Azure/AWS without your data ever being visible by GCP/Azure/AWS. It’s not because you use GCP that you have to use AdSense/Analytics/Fonts, etc. They are completely separate.

    Politicians would have a field day with all the cloud providers if using one thing forced you to use everything.



  • It could be a case of too much cooling, while simultaneously being too much heat.

    If you’re blowing so much air that the filament instantly solidifies when it leaves the nozzle, it’s not going to bond with anything else. It’s also interesting that the first layers are fine (when the part cooling fan is typically not running), but problems start when the part cooling fan turns on.

    Have you tried without part cooling at all? Another thing is that your part cooling might be cooling down the tip of the nozzle, causing tiny partial clogs, which are cleared every so often by friction.


  • Did you notice a difference in print speed when you slowed down? As this is a small print, it could already be as slow as it will be due to minimum layer times.

    It could also be that the nozzle spends too much close to the print. What happens if you print 2 or 3 of them?

    This is typically more of an issue with PC where you don’t have a part cooling fan running, but maybe it’s the case here too?






  • As far as I know the 1DXIII is still being produced, nearly 4 and a half years after its launch.

    Single lens reflexes have one massive advantage: the sensor is not being used while you’re composing or idle, which means the sensor doesn’t heat up as much. Hot sensors generate noise, which you then have to compensate for (by doing an equal exposure with the shutter closed to remove the hot pixels).

    But mirrorless is faster, cheaper to produce, smaller. It’s inevitable that DSLRs will soon be a relic of the past. But they won’t be for a while: 30% of the enthusiast market in 2022 was still DSLRs.





  • I think you’re misguided about the APIs. Gmail supports IMAP and SMTP. Proton supports those too if you run an encryption bridge on your computer. Fastmail supports IMAP/JMAP/SMTP (they invented JMAP to try and innovate).

    Email providers most likely must provide SMTP and IMAP due to compatibility requirements with Apple Mail and other clients.


  • Email is ridiculously complex—the technology is dead simple, but the number of exceptions and (undocumented) rules you need to abide by or risk getting banned by half the internet without being told is nothing to sneeze at.

    I should know: I have built multiple support platforms that worked through email (amongst other channels).

    You mention wanting to start at the SMTP level, and then building a Qt interface. So you’re going to write an SMTP client, an IMAP/POP3/JMAP client, a storage engine, a user interface, and a better search system, all on your own? You’re describing a gargantuan task.

    No offense, but each one of those could be a project on its own. You probably think they’re all simple tasks (they’re not), and that you can follow a few RFCs to get things going (you can’t), and that it’ll be easy to debug (it won’t). Finally, I think you’re underestimating how large people’s email maps get.

    Why not write a plugin for Thunderbird that improves the search?