Fork me on GitHub
#clojure-nl
<
2021-04-27
>
Eugene Koontz12:04:58

vrolijke koningsdag!

gklijs14:04:11

Just did my presentation at Developer Week Europe. No questions.. not sure that is a good thing.

borkdude14:04:18

@gklijs In my experience this is more normal at online events, unfortunately

borkdude14:04:31

Not necessarily a sign that your talk wasn't interesting

gklijs14:04:22

Yes, also only about 20 people. But not being able to see them makes it harder. Especially when having about 20 minutes for a fairly complex topic..

gklijs14:04:40

Maybe I should have shown some Clojure code like

(defn to-avro
  [^Record bkes-record]
  (.deserialize deserializer nil (.toByteArray (.getValue bkes-record))))

(defn retrieve
  [key type]
  (let [string-key (get-string-key key)
        ^RetrieveReply result (.retrieve (type bkes) string-key)]
    (if (.hasSuccess result)
      (map to-avro (.getRecordsList (.getSuccess result)))
      [])))
:P

Mno14:04:36

No questions with 20 people is pretty normal i think