diff --git a/2024.html b/2024.html new file mode 100644 index 0000000..d256baa --- /dev/null +++ b/2024.html @@ -0,0 +1,59 @@ + + +
++ 2023 was a good year, but now it's 2024. Here's some of my technical plans for 2024. +
++ NOTE: These are in no particular order. +
++ It's not that I hate the following, it's just that they don't really interest me, + or the people behind them do not seem to value people using them (ala Rust). +
+Have a safe an fun 2024.
+After applying these, the query time went down from 15 minutes to ... *drum-roll* ... 3 seconds. So please, for the love of all that is computationally efficient, force your JPA - to use
OUTER JOIN, or even roll your own SQL, ORM's really are one of the biggest trade-offs, and they really can bite you. This is why tend to
- stay in the DBI universe when I write Perl. It's funny shocking Ruby on Rails and Java developers with my ~15ms queries :D
+ to use OUTER JOIN, or even roll your own SQL, ORM's really are one of the biggest trade-offs, and they really can bite you. This is why tend to
+ stay in the DBI universe when I write Perl. It's funny shocking Ruby on Rails and Java developers with my ~15ms queries :D