Comments for experimentalprogramming https://experimentalprogramming.wordpress.com Programming and life Sun, 11 Dec 2022 23:30:20 +0000 hourly 1 http://wordpress.com/ Comment on Proto Over HTTPS by Hello World gRPC Server | experimentalprogramming https://experimentalprogramming.wordpress.com/2020/08/25/proto-over-https/comment-page-1/#comment-729 Sun, 11 Dec 2022 23:30:20 +0000 http://experimentalprogramming.wordpress.com/?p=2803#comment-729 […] all of the defsystem requirements to process the proto file. We detailed an example in our post Proto Over HTTPS if you need a refresher. Now  we would like to create a server that can be called. To understand […]

Like

]]>
Comment on gRPC Basics by Hello World gRPC Server | experimentalprogramming https://experimentalprogramming.wordpress.com/2022/12/03/grpc-basics/comment-page-1/#comment-728 Sun, 11 Dec 2022 23:30:15 +0000 http://experimentalprogramming.wordpress.com/?p=3189#comment-728 […] our last post we discussed the basics of gRPC, gave an example flow, and discussed why you would want to use it over different communication […]

Like

]]>
Comment on Promos by l33tminion https://experimentalprogramming.wordpress.com/2022/11/27/promos/comment-page-1/#comment-727 Mon, 28 Nov 2022 16:25:44 +0000 http://experimentalprogramming.wordpress.com/?p=3177#comment-727 Congrats on making L5!

From my view (with the usual caveat that it’s skewed by the standards when I was going through that process, which have been at least tweaked since) the biggest distinction for L4/L5 is the ability to work across teams and the ability to step into a leadership vacuum and get the thing done, even when that requires taking on new responsibilities on your own or wearing a lot of hats. The biggest distinction for L5/L6 is about steering something that’s significant at a larger scale to the organization.

(Maybe that’s why 5 to 6 is so challenging to me. I’m very detail-oriented, and scaling leadership in that way is challenging to me.)

Like

]]>
Comment on Evil Lies about Hash Tables by jgodbou https://experimentalprogramming.wordpress.com/2022/02/22/evil-lies-about-hash-tables/comment-page-1/#comment-676 Fri, 25 Feb 2022 04:20:33 +0000 http://experimentalprogramming.wordpress.com/?p=3145#comment-676 In reply to Johan Sjölén.

True! (But some definitions, again see wikipedia may argue). In general I ask candiadates for worst case time of an algorithm, and we say O, but one of my biggest flaws as a mathematician is my lack of exactness sometimes…

Like

]]>
Comment on Evil Lies about Hash Tables by Johan Sjölén https://experimentalprogramming.wordpress.com/2022/02/22/evil-lies-about-hash-tables/comment-page-1/#comment-675 Thu, 24 Feb 2022 12:36:32 +0000 http://experimentalprogramming.wordpress.com/?p=3145#comment-675 >This is a lie. They have average case constant time lookups, worst case linear time lookups, and O is about worst case analysis.

Ordo, omega and theta is not about “worst” or “best” case analysis, they simply describe the bounds of some real valued function. You can take any T(n) and find a O(f(n)) for which T(n) \in O(f(n)).

We establish these T(n) by using a cost model for analysing our algorithms. Furthermore these T(n) depends on the type of input the algorithm receives, for example a set of keys which produces collisions for our hashtable.

Liked by 1 person

]]>
Comment on Proto Cache: Implementing Basic Pub Sub by Proto Cache: Saving State | experimentalprogramming https://experimentalprogramming.wordpress.com/2021/01/20/proto-cache-implementing-basic-pub-sub/comment-page-1/#comment-551 Tue, 26 Jan 2021 03:57:39 +0000 http://experimentalprogramming.wordpress.com/?p=3000#comment-551 […] our last post we implemented a basic Pub Sub application that stores an Any protocol buffer message and a list of […]

Like

]]>
Comment on Proto Cache: A Caching Story by Proto Cache: Implementing Basic Pub Sub | experimentalprogramming https://experimentalprogramming.wordpress.com/2021/01/12/proto-cache-a-caching-story/comment-page-1/#comment-540 Wed, 20 Jan 2021 16:26:39 +0000 http://experimentalprogramming.wordpress.com/?p=2989#comment-540 […] is expected (but not required) that the reader has read the previous post Proto Cache: A Caching Story. That post details some of the functions and objects you will see in today’s […]

Like

]]>
Comment on Lisp Mortgage Calculator Proto with JSON by Proto Cache: A Caching Story | experimentalprogramming https://experimentalprogramming.wordpress.com/2020/12/01/lisp-mortgage-calculator-proto-with-json/comment-page-1/#comment-531 Tue, 12 Jan 2021 21:22:09 +0000 http://experimentalprogramming.wordpress.com/?p=2897#comment-531 […] in either protocol buffers or JSON strings and responds in kind. I think I have worked enough on Mortgage Server and wish to work on a different […]

Like

]]>
Comment on Merry Christmas! by Fran https://experimentalprogramming.wordpress.com/2020/12/24/merry-christmas/comment-page-1/#comment-500 Fri, 25 Dec 2020 22:51:40 +0000 http://experimentalprogramming.wordpress.com/?p=2947#comment-500 Thanks, you are a wonderful son and a joy. Love you and your family. Our visit was a memory that helps me thru the bad times. Bruce loved you especially Lyra. He didn’t want it to show but pumpkin picking was a great joy in his final days. Thanks band love you. Mom

Like

]]>
Comment on Lisp Mortgage Calculator Proto with JSON by jgodbou https://experimentalprogramming.wordpress.com/2020/12/01/lisp-mortgage-calculator-proto-with-json/comment-page-1/#comment-490 Thu, 03 Dec 2020 19:09:02 +0000 http://experimentalprogramming.wordpress.com/?p=2897#comment-490 In reply to Wilfredo Velázquez-Rodríguez.

It’s just a proof of concept to explain cl-protobufs.

Like

]]>