Private Tag Reporter
kiwifarms.net
- Registrado
- 7 de Jul, 2024
That bitch either wants to fuck or is about to pig butcher you bro
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
lowkey she tryna bang
Or a spy.That bitch either wants to fuck or is about to pig butcher you bro
Usually if your boss is non technical they get scared and go away relatively quickly once you get into details, I havent found any so far that differ much in that regardIs this how it feels to work in the industry? Someone with little to no knowledge in a subject throws buzzwords at you, you have no idea what they're saying, you try to figure it out, they hit you with the fluoride stare, the conversation ends and you're not sure if they left satisfied or not, and suddenly you're being asked to join a random Teams call.
Or a spy.
My friends joked that she was an undercover mossad agent. I am supporting canalCrab's theory. Big gov is afraid of perl coming back due to one autistic student so they're trying to send me into yet another acute psychosis episode!That bitch either wants to fuck or is about to pig butcher you bro
You joke but autism has become a national security threat in recent years.My friends joked that she was an undercover mossad agent. I am supporting canalCrab's theory. Big gov is afraid of perl coming back due to one autistic student so they're trying to send me into yet another acute psychosis episode!
It's nothing compared to real instances where Pakistanis posed as women to steal state secrets from Indians. They didn't even need to be real women, since it was all online, from what I know.You joke but autism has become a national security threat in recent years.
(defun count-up (x)
"function to count up from 2 to x"
(labels ((inner-count (y z a) ;;local function to help counting up
(cond ((> z y) (reverse a))
(t
(inner-count y (+ 1 z) (cons z a))))))
(inner-count x 2 nil)))
;;applicative function to remove non-primes from the list
(defun filter-comps (x y)
(remove-if #'(lambda(z) (and (>= z (* x x))(zerop (mod z x)))) y))
;;the final recursive function
(defun find-primes (x)
(labels ((inner-prime (y z)
(cond ((null y) z)
(t
(inner-prime (cdr y) (filter-comps (car y) z))))))
(let ((nums (count-up x)))
(inner-prime nums nums))))
I wouldn't mind writing a version for comparison, if it would be wanted. Just let me know.Ever since I learned how to write the Sieve of Erathosthenes, I’ve wanted to write a recursive version of it. Looks I got close to it.
I enjoyed Let Over Lambda well enough, but it's more of an advanced text. I didn't particularly enjoy Practical Common Lisp, but plenty of other people have, and it's available to read for free on the WWW.I’ll need another book to get better at Lisp. Any suggestions?
Wait til you start writing Scheme, then you'll have half of Cointelpro on your ass lickety split!My friends joked that she was an undercover mossad agent. I am supporting canalCrab's theory. Big gov is afraid of perl coming back due to one autistic student so they're trying to send me into yet another acute psychosis episode!
The results aren't all that surprising to me. I really like gRPC for micro-services, but it is overkill in a lot regular applications.https://youtube.com/watch?v=uH0SxYdsjv4
Guess I should start learning more about Protobuf.
I thought REST was intended to be used without json for the most part?I was a little surprised by the REST memory usage though. I wonder if that is an artifact of how the JSON is parsed in whatever language/library they used.
Go & C# both use reflection when it unmarshals/deserialises JSON. So that typically has a performance cost.I was a little surprised by the REST memory usage though. I wonder if that is an artifact of how the JSON is parsed in whatever language/library they used. If I recall correctly, with gRPC, your parsing logic is compiled so that'd explain it's efficiency.
I had to deal with a GraphQL API, and I found it a PITA. It's one of those things that feels over and under-engineered at the same time.No surprise regarding graphql, it's basically a hacky solution to the client not knowing what they want.
Haha has it really? I've removed myself from the news and conspiracy related discussions to focus on school so I've been completely out of the loop. Also; what is Lisp used for and why do you like it (out of curiosity)? I think we have one course here that uses it, but that is not in my degree plan. My peers don't seem to enjoy it much, but what do they know! They just complain about all the parenthesis.You joke but autism has become a national security threat in recent years.
LOLWait til you start writing Scheme, then you'll have half of Cointelpro on your ass lickety split!