teotwaki

joined 1 year ago
[–] teotwaki@lemmy.world 4 points 3 weeks ago (2 children)

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.

[–] teotwaki@lemmy.world 4 points 3 weeks ago (4 children)

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?

[–] teotwaki@lemmy.world 4 points 3 weeks ago

Definitely doesn't sound like an issue with Tor Browser in Strict Mode. /s

[–] teotwaki@lemmy.world 7 points 3 weeks ago

The simple fact that buying a $300 device and to "not expect software updates" is not considered a scam is hilarious to me.

[–] teotwaki@lemmy.world 8 points 3 months ago (3 children)

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.

[–] teotwaki@lemmy.world 7 points 4 months ago* (last edited 4 months ago)

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.

[–] teotwaki@lemmy.world 1 points 5 months ago (1 children)

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.

[–] teotwaki@lemmy.world 6 points 6 months ago* (last edited 6 months ago) (2 children)

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.

[–] teotwaki@lemmy.world 1 points 7 months ago (1 children)

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.

[–] teotwaki@lemmy.world 3 points 7 months ago

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.

[–] teotwaki@lemmy.world 1 points 7 months ago (3 children)

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.

[–] teotwaki@lemmy.world 14 points 7 months ago (2 children)

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?

view more: next ›