Live data from Hacker News

Viewing profile — ducdetronquito

ducdetronquito

HN member
Joined
Tue, Jan 02, 2024, 9:18 AM UTC
HN karma
52
Public activity
24 items

About ducdetronquito

https://github.com/ducdetronquito

Recent public activity

  1. comment
    Comment #49261100

    Until this law is ever applied, I warmly recommend my fellow french to install the «saracroche» app to filter out unsollicited calls. It’s free, open source, all my family uses it …

  2. comment
    Comment #48133120

    I use django-types(1), which is far from perfect but does a good enough job for my usecases. I think that Django's magic isn't statically typecheckable, so I tend to avoid those fe…

  3. comment
    Comment #48132112

    Congrats on the release, and thanks for this nice tool ! I migrated a small python/django backend project at work from basedpyright to pyrefly 1.0 yesterday to try it, and the migr…

  4. comment
    Comment #47961310

    You paint them wrongly as elitists. It's a critique of low effort PRs compared to the high effort review they require.

  5. comment
    Comment #46787302

    Good read, TIL! That being said, I use Django daily for 10 years but I don’t understand the ORM besides basic CRUD. Even a simple group by looks weird. Writing plain SQL feels easi…

  6. comment
    Comment #46160607

    Good job, template partials looks like a nice improvement ! That being said, the current state of type annotations is a pain: django-stubs works on mypy but with a plugin (and mypy…

  7. comment
    Comment #46094530

    You're right, but I also don't find a way a task queue library could know that upfront either to implement progress reporting. Does anyone know a task queue library that implement …

  8. comment
    Comment #46086198

    I also warmly recommend procrastinate ! We moved all our celery tasks to procrastinate at work for all our django backends since almost two years now and it has been great. Having …

  9. comment
    Comment #46086147

    To implement progress reporting, it means you are able to know the time a task would take to run upfront, no? Is it even possible to do it accurately ? Though, I imagine you could …

  10. comment
    Comment #45372998

    Pleasant and interesting read !

  11. comment
    Comment #42779786

    First thanks for mentioning tach, I wished this tool existed for a long time and I'm happy to give in a try in the following days! For typechecker, I also vouch for Pyright which i…

  12. comment
    Comment #42587053

    I subscribe to that too! If your enjoy your time that's more than enough to continue doing what you do :D

  13. comment
    Comment #42584403

    Yeah me too, I could not stand it. I do agree with you ! Focusing on being healthy is in my opinion way more beneficial to avoid being sick in general than trying to avoid being si…

  14. comment
    Comment #42584329

    Yeah I think these days it depends on the doctor: some don't care, some asks you to wear one. But I admit I may be wrong here, I'm lucky to be healthy and my family too so we prett…

  15. comment
    Comment #42583424

    To continue on sfblah's comment (just above mine): in France, before the mask mandate that came after the first covid lockdown, I don't remember a single doctor/nurse* to wear a ma…

  16. comment
    Comment #42360582

    It's a simple tool that makes my life easier for more than a year: thanks to the creator and contributors :)

  17. comment
    Comment #42290438

    Works like a charm for me with Ubuntu 24.04/VSCode/Ionide (F# extension) ! For AoC I don't use a real project setup, just a `dayX.fsx` file and I run it like a script with `dotnet …

  18. comment
    Comment #42287933

    I will try to do it with F# and Gleam this year, but like every year I won’t have time (and brain) to do more than 10/12 days ^^ For the pythonists around here, give F# a try: it c…

  19. comment
    Comment #42102390

    Thanks :)

  20. comment
    Comment #42102198

    I only toyed with F# recently, but coming from Python I really like that I can also use a REPL to experiment stuff: I wonder if experienced F# devs use it too. I hope to have time …

  21. comment
    Comment #41145267

    Congrats on the release, it like every bit of it ! I hope Gleam will find more sponsors for Louis and the core contributors, especially one from a stable company ! On this side, ha…

  22. comment
    Comment #40916946

    Congrats for the release ! It’s really great to see some strong contributors alongside Louis :) I'm only learning Gleam right now but the feature set already feels small, very cohe…

  23. comment
    Comment #40463268

    [flagged]

  24. comment
    Comment #40188269

    I just discovered it this morning and it works like a charm as an asdf replacement for my Python setup at work. It also replaces "just" as a task manager for me which is very pleas…