Viewing profile — ducdetronquito
ducdetronquito
HN member- Joined
- Tue, Jan 02, 2024, 9:18 AM UTC
- HN karma
- 52
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About ducdetronquito
Recent public activity
-
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 …
-
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…
-
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…
-
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.
-
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…
-
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…
-
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 …
-
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 …
-
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 …
-
comment
Comment #45372998
Pleasant and interesting read !
-
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…
-
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
-
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…
-
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…
-
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…
-
comment
Comment #42360582
It's a simple tool that makes my life easier for more than a year: thanks to the creator and contributors :)
-
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 …
-
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…
-
comment
Comment #42102390
Thanks :)
-
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 …
-
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…
-
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…
-
comment
Comment #40463268
[flagged]
-
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…