The other day I got a question about some old code I had written which, instead of raising an exception for an error condition as the reader expected, returned an error object:
With your EmailVerifyTo...
Similar Articles (10 found)
π 49.4% similar
January 2003
(This article was given as a talk at the 2003 Spam Conference.
It describes the work I've done to improve the performance of
the algorith...
π 47.4% similar
Three ways formally verified code can go wrong in practice
"Correct" doesn't mean "correct" when correctly using "correct"
New Logic for Programmers R...
π 44.9% similar
Writing an LLM from scratch, part 22 -- finally training our LLM!
This post wraps up my notes on chapter 5 of Sebastian Raschka's book "Build a Large ...
π 43.6% similar
How to Validate Datatypes in Python
- Introduction
- Using Native Python
- Using Pydantic
- Pydantic Caveats
- Conclusion
- Further reading
- Referenc...
π 43.1% similar
Technology
Why you should not use JWT
October 26th, 2021
In this article:
How do you handle user authentication in your web app or API? When it comes ...
π 42.3% similar
There is no longer any such thing as Computer Security
Remember βcybersecurityβ?
Mysterious hooded computer guys doing mysterious hooded computer guy....
π 40.8% similar
Should Data Pipelines in Python be Function based or Object-Oriented (OOP)?
- 1. Introduction
- 2. Data transformations as functions lead to maintaina...
π 40.8% similar
Vibe Coding as a Coding Veteran
From 8-bit Assembly to English-as-Code
By now, weβve all heard about this βvibe codingβ thing: you let an AI assistant...
π 40.7% similar
August 2002
(This article describes the spam-filtering techniques
used in the spamproof web-based mail reader we
built to exercise Arc. An
improved al...
π 40.7% similar
Writing memory efficient data pipelines in Python
- Introduction
- 1. Using generators
- 2. Using distributed frameworks
- Conclusion
- Further readin...