Viewing profile — tmarice
tmarice
HN member- Joined
- Thu, Nov 22, 2018, 3:01 PM UTC
- HN karma
- 137
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About tmarice
Recent public activity
-
comment
Comment #48863154
Large majority of ACs sold in the EU are air-to-air heat pumps.
-
comment
Comment #47715532
I had a similar stance on this until I went through macOS -> linux with i3 -> back to macOS transition. i3 window and workspace operations on a maxed-out Dell XPS were truly instan…
-
comment
Comment #47623723
I’ve been using devenv.sh for the last year for this, and never been happier.
-
comment
Comment #47613948
I don't really understand the captcha hate, it's table stakes for any public-facing form. You need to pick a point on the "Ease of signup" vs. "Security" curve, and email signup + …
-
comment
Comment #47587864
A couple of years ago I had to evaluate A/B test and feature flag providers, and even then when they were a young company fresh out of YC, GrowthBook stood out. Bayesian methods, b…
-
comment
Comment #47501162
Yeah, that Cursor blog post is a bit iffy since they just brush over the "ripgrep is slow on large monorepos", move on to techniques they used, and then completely ignore the fact …
- story
- story
-
comment
Comment #47262635
Location: Zagreb, Croatia (UTC + 1) Remote: Yes, Remote Only (EU/US overlap) Willing to relocate: No Technologies: Python, Django, Celery, PostgreSQL, SQL, Linux, Docker, React, Fa…
-
comment
Comment #47178442
Nice, I did not know about this! I feel Kitty doesn't get enough love, it's all ghostty this, ghostty that, but Kitty has been my top performing terminal emulator for 10 years now.…
-
comment
Comment #46796358
This is not specific to Django, but to any project using a database. Here's a list of a couple quite useful resources I used when we had to address this: * https://github.com/tbicr…
-
comment
Comment #46794118
After working with Django for 8 years, I find it hard to move on to anything else. It's just the right amount of magic, and just the right amount of flexibility, and it's just such…
-
comment
Comment #46765067
This kind of EM-focused articles often mention "coaching" and "career growth" -- I always wonder what does this concretely mean. Are they all managing teams of juniors straight out…
-
comment
Comment #46752528
On their Masked Email feature page https://www.fastmail.com/features/masked-email/ > Companies have no way of linking different Masked Email addresses together to track you. I have…
-
comment
Comment #46745249
Well they still claim it is impossible to connect different masked emails together. If you as a sender can reliably determine the target email address, then that claim is untrue as…
-
comment
Comment #46744706
One concrete vulnerability is mentioned in a linked thread and described here https://news.ycombinator.com/item?id=37791500 I have created a ticket with the Fastmail support asking…
-
comment
Comment #46743124
Do elaborate.
-
comment
Comment #46730282
I've been using Fastmail for years now, and I'm completely satisfied. Custom domain + built-in masked email functionality works great.
-
comment
Comment #46216187
Celery is the worst background task framework, except for all the others. There are bugs and issues, but because so many people are using it, you’re rarely the first to stumble upo…
-
comment
Comment #45844756
Very relatable to a recent interview experience I had with a popular freelance platform for the backend developer position. I never worked at a FAANG-ish company, and in the course…
-
comment
Comment #45660347
Looks great, looking forward to trying it. Interesting that you included Temporal for background task processing — did you ever use it in production in a Django project instead of …
-
story
Show HN: Fast Masked Mail Creator – Chrome Extension for Fastmail Masked Emails
Hi HN, I'm heavy user of Fastmail's masked email feature, but since I don't use 1Password or Bitwarden, I find it cumbersome to create masked mails by going to the Fastmail setting…
-
comment
Comment #45402849
Type hints in Python add a great amount of visual noise to the code, and I actively avoid them wherever possible. If static typing is a must, use a language where static typing is …
-
comment
Comment #45272464
If you're not using Vim or Emacs, and not very proficient at touch typing, you're almost certainly limited by your typing speed. Coding is an iterative process, regardless of wheth…
- story