Avatar

teotwaki

teotwaki@lemmy.world
Joined
0 posts • 57 comments
Direct message

If the point is to monitor the other divers’ cylinder pressure, I believe there’s only the Garmin transmitters that have sufficient range for that (and even then, it’s tricky). Most transmitters will top out around 1-2m range, whereas the Garmin transmitters can have a range up to 10m (in ideal, line-of-sight conditions). I believe you can have up to 4-5 transmitters paired with a computer.

I would recommend teaching everyone good habits and have them monitoring their own pressure, but that’s just me.

permalink
report
reply

Interesting that the extra 10° makes such a difference for ASA and ABS.

I recently started printing with ASA in my enclosed MK4. I might have to try this.

permalink
report
reply

Soit tout le monde a un vote, soit personne n’en a. Limiter la participation c’est créer des non-citoyens, et on a vu ce que ça donne.

Là où il faut intervenir c’est sur la participation. 51% à l’échelle européenne. 51.5% en France. La Belgique fait la fière avec ses 90% de participation, mais ça ne suffit pas. En Croatie 4 personnes sur cinq se sont abstenues. Bon nombre de pays où c’est 2 sur 3.

permalink
report
reply

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.

permalink
report
parent
reply

Perpignan est géologiquement dans une cuve de pierre, avec très peu d’entrées naturelles. Les POs n’ont que 40% du terrain qui est “sédimentaire”, et qui peut donc absorber l’eau de pluie. L’Agly, le Réart, la Tet et le Tech sont régulièrement a sec, je me souviens faire du camping dans le Réart il y a 20 ans.

La surface sédimentaire est très argileuse, ce qui veut dire que c’est un sol qui est incapable d’absorber de l’eau. Quand c’est sec, rien ne pénètre, et quand c’est saturé, rien ne pénètre. L’eau de pluie finit dans la Méditerranée.

Si tu superposes la carte page 19 du PDF et la carte page 16, tu vois que la majorité du terrain qui n’est pas de la roche pure c’est de l’argile. RIP.

permalink
report
parent
reply

First sentence on the first hit when searching for “Gmail smtp imap”:

For non-Gmail clients, Gmail supports the standard IMAP, POP, and SMTP protocols.

https://developers.google.com/gmail/imap/imap-smtp

What you’re referring to is the fact that GMail has apparently disabled authentication using username + password for SMTP/IMAP. I would assume that application passwords still work fine as a workaround, even if they don’t mention it specifically.

permalink
report
parent
reply

Okay, fairy nuff.

In that case, I would probably start with writing an SMTP or IMAP proxy first. It will teach you everything you need to know about the protocols, and you can reverse engineer the protocols using a client that already works.

It would give you a tangible project outline, which I believe is often critical to not lose motivation or interest.

If you accept using libraries, there’s the imap crate, the mail_send crate, and samotoo crate that are worth looking at.

permalink
report
parent
reply

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.

permalink
report
parent
reply

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?

permalink
report
reply

You didn’t get laid off because you discussed your wages.

You were laid off because you couldn’t keep your cards close to your chest and told the company y’all had been discussing wages.

Having the right to discuss it doesn’t mean you should do it in front of the boss.

permalink
report
parent
reply