Elektrine lite

← Feed

Grant_H

grant_h@mastodon.social

<p><a href="https://mastodon.social/tags/Teacher" class="mention hashtag" rel="tag">#<span>Teacher</span></a> <a href="https://mastodon.social/tags/Geek" class="mention hashtag" rel="tag">#<span>Geek</span></a> <br />Finder of images , still <a href="https://mastodon.social/tags/photographs" class="mention hashtag" rel="tag">#<span>photographs</span></a> and <a href="https://mastodon.social/tags/video" class="mention hashtag" rel="tag">#<span>video</span></a><br /><a href="https://mastodon.social/tags/CapeTown" class="mention hashtag" rel="tag">#<span>CapeTown</span></a> <a href="https://mastodon.social/tags/SouthAfrica" class="mention hashtag" rel="tag">#<span>SouthAfrica</span></a></p><p><a href="https://mastodon.social/tags/fedi22" class="mention hashtag" rel="tag">#<span>fedi22</span><

Posts

  • Post #3917125

    Dog walkers. I love haze, and the compression of a long lens. The silhouette caught my eye initially. The echo on the the further beach was a bonus. #Photography #SouthAfrica #BettysBay #Seascape #Beach https://www.deviantart.com/africanobserver/art/1357888463

  • Post #2476236

    A key cutting machine in a shop along Koeberg Road. The sparkle of the old keys and filings caught my eye. I&amp;#39;m not sure the photo captures what I thought I saw. #photography #capeTown #SouthAfrica #handcraft #workshop https://www.deviantart.com/africanobserver/art/1331141240

  • Post #2476232

    https://mathstodon.xyz/@johncarlosbaez/116562402274554899

  • Post #2475965

    Helping a school counsellor set up some issue reporting forms. @liberaforms has the smoothest, safest, implementation for setting up public/ private keypairs I have used. With a great verification step! A backup is not tested until you have restored it! Another step to #DigitalSoverieignty

  • Post #2169268

    RE: https://mastodon.social/@grant_h/116523045836241095 I have created a secure @liberaforms form to source data from a couple of educational email lists I&amp;#39;m part of. If anyone wants to forward that link to people who might be willing to fill it in, that would be great. It is very similar to this poll, with one more option, and a free form field. #privacy https://my.liberaforms.org/privacy-for-school-counsellors-data

  • Post #2075104

    #Python community question. What motivated the generally wise and insightful devs to make mutable parameters hold the history of every call? Given: class h(): def __init__(self,x,y=[]): self.instanceY = y self.instanceY.append(x) def __repr__(self): return(f&amp;quot;{self.instanceY}&amp;quot;) h1 = h(1) print(f&amp;quot;{h1=}&amp;quot;) h2 = h(2) print(f&amp;quot;{h1=}, {h2=}&amp;quot;) Who would expect this: h1=[1] h1=[1, 2], h2=[1, 2] I get...

  • Post #2075101

    Poll about #school #counsellors and #dataPRIVACY in #education Do your counsellors ensure that private and confidential client data is private from the moment of capture onwards - ie on the device, on the network, and in storage? Does your institution take data privacy seriously enough to spend money and change behaviour? (Note - secure is NOT private. Any use of cloud storage where the data is not deliberately encrypted before storing is likely to be compromised) Please boost for reach.

  • Post #2075099

    #Higraph progress! Still got lots to do, but hyperEdges can now be saved &amp;amp; loaded in modified #graphml files. The &amp;quot;model tree&amp;quot; on the left highlights items in the graph on the right. I can see &amp;quot;minimum viable product&amp;quot;! The #hyperedge structure is both graphically and algebraically accessible. I&amp;#39;m not aware of anything else that does this, pretty certainly not in #Python #graphTheory #VisualFormalism