• 1 Post
  • 26 Comments
Joined 5 years ago
cake
Cake day: May 12th, 2020

help-circle
  • I hate when people gatekeep what is"literature" and what is “genre”. One of the more egregious examples is someone was rest to die on the hill that The Time Traveler’s Wife is “literary fiction” instead of “genre fiction” like sci-fi, particularly since time travel is central to the plot.

    TL;DR: anyone who calls one type of fiction literature and excludes the rest from that definition is deeply unserious and so are their statements.




  • I’ve seen XHS users use “no investigation, no right to speak” on themselves to explain that while they have ideas, they don’t have a full understanding of the complexities and nuances we face. The fact that we’ve had this cultural exchange gives me how that there may be support in the future but now is the wrong time IMHO: The government is already wanting to start hostilities and that works be playing into their hands.




  • You can set up a global exception handler in some frameworks. By having multiple (not a crazy amount) of exceptions, you can set up logic for how to handle that kind of error. Then you can just throw the exception instead of writing individual catch blocks.

    This is especially helpful in things like a REST API where user input can cause all kinds of fun, let alone network issues, problems with your data source, etc.