staging sucks anyway. Never catches bugs.
- 0 Posts
- 7 Comments
you say that but they’re already thinking a step ahead and assuming meta left a backdoor or CVE at the behest of 3-letter agencies.
What’s facebook’s business plan? Right, surveillance capitalism.
MadhuGururajan@programming.devto
Programmer Humor@programming.dev•Me, when doing error handlingEnglish
1·15 days agoMy understanding so far is:
if business logic assumes a set of preconditions before a particular piece of code that the language/runtime/os satisfies… then it’s an immediate assert. Any kind of IO, memory creation and OS operations fall into this carefory.
However if the business logic assumes something in its own domain and that assumption does not hold then its better to handle that instead of crashing. Ex. being you expect a queue to have at least one element in some pipeline and if it is empty then return saying nothing to be done.
Edit: don’t assert/crash if your application is single process multithreaded unless you want your friend from accounting asking you why their stock ticker crashed just when they clicked a button in the coffee shop module of your app. Use some thread exit mechanism.
MadhuGururajan@programming.devto
Programmer Humor@programming.dev•Clock, but its ORDER BY Hour DESCEnglish
5·17 days agoI wonder how it would look with excel sort
MadhuGururajan@programming.devto
Programming@programming.dev•🚀 Working on a BASIC Compiler (rbbasic) — hobby project, early alphaEnglish
1·23 days agoput it on codeberg and github… just to have a backup… doesn’t need to be public facing.
MadhuGururajan@programming.devto
Privacy@lemmy.ml•How to keep avoiding Google when it hamstrings Freetube [Linux]English
2·2 months agowho is the thief here? One who wants outsized profit beyond 10 generations of children? Or the average overworked joe who hates dealing with the 3rd 2 minute ad on a 10 minute video?
Maybe realise that there’s more important things to worry than denying “projected profits” from a billion dollar megacorp which steals regularly from people (in the form of bribing politicians to make policies that benefit them and disadvantage actual people, or destroying the earth for training LLMs, or stealing content to use for the same LLMs)
Wait how did you identify it’s LLM generated? Was it the repetition of the headline in the post body?