Empathy [he/him]
  • 0 Posts
  • 10 Comments
Joined 1Y ago
cake
Cake day: Jun 28, 2023

help-circle
rss

Easiest solution IMO if you’re already using CloudFlare, even the free version: you can filter out certain countries. Otherwise, there’s probably other alternatives, even open source ones. Good terms to search for with your cloud provider or self hosted software may be middlewares, firewalls, serverless, edge functions, etc.


I want to add that, like you, I’ve become a big fan of restricting the numbers of ways to do something.

IMO, It’s more time wasted choosing, more time wasted reviewing, and makes it easier to overlook errors. I want more opinionated languages and frameworks.


I really like the word you used, code smell. I often have a hard time expressing to co-workers in code reviews why something feels off, it just does.


I think your comment embodies Rust more than any I’ve seen before


I use main because, although I never heard of anybody actually getting offended by master, it costs me nothing to use main instead. Also it looks prettier and seems to be the new convention ¯\_(ツ)_/¯


My Canadian bank just charged me $45 CAD twice and only noticed me a day after the second charge. I didn’t notice because I no longer use it. I wish the limit was $3…


I’d honestly choose a similar stack for the back-end. I have limited experience with Rust, but my impressions so far is that it’s a language that allows you to make changes with confidence that they’ll work. I feel like starting something in Rust is somewhat difficult, but contributing is relatively simple.

For the front-end, I don’t think the choice is as important, since I think that by virtue of being federated and being able to have multiple front-ends, it would almost be better for the front-end to be managed by other parts of the community. And I say that as a primarily front-end/developer-experience dev.

I would probably default to React since I’m familiar with it and it’s very popular, but would probably be tempted to experiment with something better.


Great to know this was a bug. It felt a tad immersion breaking for every origin character to be so interested all of a sudden.


Pulling changes should be trivial after you’ve done it a few times.


I do it sometimes, especially when the bug is hard to reproduce and I know exactly what’s causing it. Sometimes it’s quicker to write the tests than to test manually.