Re: [GTALUG] Video of our June 2021 meeting -- Intro to NFTs

2021-06-09 Thread ac via talk
On Wed, 9 Jun 2021 14:33:44 -0400
Alex Volkov via talk  wrote:
> Hello Everyone,
> Here's the video from our yesterday's meeting (June 2021), Nintro to 
> NFTs with Chinmay Patel
> https://youtu.be/tDVwHfYFI30
 Alex.
> 
Thank you, much appreciated!

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Video of our June 2021 meeting -- Intro to NFTs

2021-06-09 Thread Alex Volkov via talk

Hello Everyone,


Here's the video from our yesterday's meeting (June 2021), Nintro to 
NFTs with Chinmay Patel



https://youtu.be/tDVwHfYFI30


Alex.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Amid a pandemic, a health care algorithm shows promise and peril

2021-06-09 Thread Howard Gibson via talk
   
https://www.salon.com/2021/06/09/amid-a-pandemic-a-health-care-algorithm-shows-promise-and-peril_partner

   Here is an interesting article on Salon.com, originally from Undark. This is 
one hell of a case for Free Software. 

-- 
Howard Gibson 
hgib...@eol.ca
jhowardgib...@gmail.com
http://home.eol.ca/~hgibson
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] war story: python broken by Fedora update

2021-06-09 Thread D. Hugh Redelmeier via talk
I update Fedora 32 on my wife's netbook.
Just the normal "sudo dnf update".

After the update, dnf no longer worked.  Nor did many other things
written in python.

This is politically very bad because my wife is deathly afraid of updates 
and I'm deathly afraid of software that isn't updated.  She was right!

With dnf broken, the main tool to fix broken packages was unavailable.
How does one recover?
1) diagnose
2) attempt a fix
3) repeat until things work

Here's the message I got with any invocation of dnf:

Traceback (most recent call last):
  File "/usr/bin/register-python-argcomplete", line 26, in 
import argparse
  File "/usr/lib64/python3.8/argparse.py", line 89, in 
import shutil as _shutil
  File "/usr/lib64/python3.8/shutil.py", line 29, in 
import lzma
  File "", line 991, in _find_and_load
  File "", line 975, in _find_and_load_unlocked
  File "", line 671, in _load_unlocked
  File "", line 844, in exec_module
  File "", line 976, in get_code
  File "", line 640, in _compile_bytecode
ValueError: bad marshal data (unknown type code)


I guessed that some compiled python file was corrupt (.pyc).  Mostly
because of the word "frozen" in the traceback.  The .pyc files all
seem to be in directories called __pycache__.  The name "cache"
suggested to me that if I deleted the .pyc file in question it would
be recreated.

Even safer, hide all the contents of the __pycache__ directory.  That
way I could restore the contents if my guess was wrong.

There are a lot of __pycache__ directories.  The diagnostics gave no
hint of which was bad.  I guessed /usr/lib64/python3.8/importlib/__pycache__ 
because the diagnostic said "importlib".  I hid this cache and ran
dnf.  This did not fix things.  But some contents were regenerated as
I had guessed.

I decided to run strace on dnf to find out what files were accessed.

Oops: the system didn't have strace installed, and dnf was broken.
How do I install strace?  It turns out that when you type "strace" to
Fedora's bash, it notices that the command isn't installed and offers
to install it -- without needing python!  (The rpm command would have
worked, but with a lot more fuss.)

strace produces a lot of output -- there are a lot of system calls.  I
just grepped for '"/' because I only cared about system calls with
absolute pathnames.

It turned out that the damaged .pyc file was in
/usr/lib64/python3.8/__pycache__
The strace output hinted at this but didn't prove it.
I renamed it with BAD added to the name.
dnf now worked!

I have no idea why a .pyc got corrupted.

I have no idea how an ordinary user could recover from this problem.
Even the diagnostic is unlikely to help an ordinary user.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] UC Berkeley data NFT

2021-06-09 Thread Warren McPherson via talk
On its own, it's hard to make sense of this. I guess it could be embedded
in a limited edition documentary that would walk through the process. It
seems the science belongs in the public domain but if these documents could
be used to build an entertaining experience I guess that could be worth
something.

https://www.bloomberg.com/news/articles/2021-05-27/nft-for-nobel-prize-winning-data-to-be-auctioned-by-uc-berkeley



Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk