This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-12
Channels
- # announcements (19)
- # babashka (33)
- # beginners (96)
- # bitcoin (6)
- # cider (11)
- # circleci (5)
- # clj-kondo (22)
- # cljs-dev (4)
- # cljsjs (2)
- # clojure (65)
- # clojure-australia (9)
- # clojure-berlin (1)
- # clojure-europe (53)
- # clojure-italy (2)
- # clojure-nl (2)
- # clojure-uk (42)
- # clojurescript (9)
- # conjure (1)
- # cursive (33)
- # data-oriented-programming (1)
- # data-science (6)
- # datomic (12)
- # emacs (12)
- # fulcro (7)
- # graphql (4)
- # honeysql (5)
- # jobs (2)
- # juxt (8)
- # lsp (30)
- # malli (9)
- # off-topic (9)
- # other-languages (1)
- # re-frame (17)
- # reagent (11)
- # reitit (5)
- # releases (2)
- # remote-jobs (3)
- # shadow-cljs (39)
- # spacemacs (6)
- # sql (2)
- # testing (3)
- # tools-deps (43)
- # vim (5)
- # xtdb (11)
Morning!
mÄnmawn
Bore da
do you always have to wear the helmet in public now @U05390U2P?
I have to wear a mask in public.... Govt says so.
but once you're a mandalorian, there's no taking it off ever in public - it's the rules!
lol - nice change!
There changed my mask.... Just for you!
looking good, iron man!
I keep telling my youngest daughter that you don't ever see me and Tony Stark in the same room at the same time, coincidence? I think not. BTW I am exactly the same height and 2 days older than Robert Downey Jr. .... but his bank balance is a bit larger!
I just booked my vaccination appointments (cos I'm old!). But I had to get up at 2:30am to do it! I tried over 20 times yesterday but the web app either showed no bookable timeslots for the location selected or the timeslots I picked had gone by the time I got the confirm button. The NHS (England) web app takes you thru 8 pages to pick location and time slot for two appointments and whoever wrote it didn't think holding the chosen timeslot with a TTL might be a good idea! I hate to say this is a result of outsourcing but it's a direct result of outsourcing development to large consultancy!
Looking forward to a large tech company âhelpingâ to build the german vaccination passport with 5(!) blockchains
From what I hear in the news, the Danish booking system is also pretty shit, experiencing similar issues.
I would laugh but I think u may be right!
(Itâs indeed IBM with a german startup, and they did mention 5 blockchains)
I wondered how such a system would be set up efficiently. You get vaccinated, you get a printed QR code, and everytime sbd scans it, the system verifies you got your shot. So you store 80 million datasets at max, with maybe 500 read requests per second in peak times? This is more than you can safely handle with âdatabase and synchronous HTTP callâ, but not too heavy, is it?
The thing is it wouldn't have needed much more than RDS database with a table of timeslots with TTL timestamp and the NHS number (which u need to apply and they give u in the letters sent out). I'd prefer a key value store with compare and swap fns but a relational DB would work
With a vaccine distribution network powered by IBM Blockchain, manufacturers can proactively monitor for adverse events and improve recall management. Distributers can gain real-time visibility and enhanced ability to respond to supply chain disruptions. Dispensers can improve inventory management and safety monitoring. Citizens can trust the vaccines and confidently return to society.
Yikes đCrap!
I suspect it's a German thing about personal ownership of health records? (& data in general). Like the data hosting rules?
I donât think that this will be a public blockchain providing personal ownership at all, itâs meant as a tech demo for âGerman Engineering đȘâ. But yes, anonymization and data protection are held very high in germany, in general
I think that's a good thing in principle (UK could learn from Germany) BUT the devils in the detail and the implementation is everything.
Iâm also a big fan. Itâs easy to point at data protection and say âIf we did not have that, we could be much faster and more successfulâ, but thatâs a red herring
Good for the environment, all this computational power being devoted to blockchains!
Iâm wondering why Iâm defending IBM, but their blockchain has a central certificate authority, signing all the transactions. Which makes the whole blockchain completely pointless, but at least more energy-efficient đ
I read âblockchainâ for the german vaccination proof and was sure this is not âblockchainâ but something with distributed signed transactions
Itâs blockchain in a way that scrum is scrum.
Surely we only need Blockchain here if we think the entire German state is going to fail and we need an independent store of the data?
And vaccine passports are silly if vaccinated people can still be infectious. The thing we need to track is population immunity. This is even setting aside the human and civil rights issues
@U0525KG62 whatâs the latest research on vaccinated ppl being infectious? I thought they were unlikely to be?
they are unlikely to be, but we don't really know yet. New variations might also get past the vaccines, but we don't know (we keep learning as we go along)
basically getting infections down as low as possible reduces the chances of new variants and means that people are unlikely to get it. Saying that an individual is safe is a stronger claim that should be backed up by stronger evidence
Thatâs important. Actually more vaccination puts preassure to evolve onto the viruses. Thatâs why itâs also important to keep the infections down. In communities with a lot of infections, e.g. parts of south africa or part of brazil, we saw the virus to evolve to be more aggressive. This makes sense to me from an evolutionary point of view.
Good morning!
Goddag alle sammen đ
BTW, I donât know if you remember me rambling about optimizing data.json? Anyways, now itâs somewhat on its way: https://clojure.atlassian.net/browse/DJSON-31