#tokenize

2025-06-29

Q: What do all 3 main #political parties in #BritishColumbia have in common?

A: All 3 love to exploit & #tokenize #BIPOC people. All 3 love BIPOC folks with #InternalizedRacism & OK #SellingOut for a public office power position.

#BCpoli #BCNDP #Liars #Sellouts #neoliberals #Scumbags #Sleazy #BanCorporateLobbyists #Bribed #CDNpoli

2024-09-05

The recent political drama in BC hasn't changed how I am going to vote. I'd rather slit my own throat than to vote for any #conservatives or any #neoliberals. Both of those parties want people like me to die & stop demanding accountability from our government. Of course I won't vote for folks wanting me dead or actively trying to kill me(BC NDP #BonnieHenry #eugenics). I won't vote for committed greenwashers or whitewashers - which both #BCConservatives & #BCNDP have in common, both do #unethical #greenwashing & #whitewashing.

They both #tokenize Indigenous & other #POC folks when it benefits them but neither of them give a damn about us!

#BCpoli #CDNpoli

2024-05-15

There's some diaspora #Asians on Vancouver Island (and several other places in Global North) who have severe #InternalizedRacism, to the point that they're not just #indoctrinated into #colonialism & capitalism but they're so self unaware of internalized racism that they don't even know when racist white folks #tokenize them to defend/justify racism & use them to push WS beliefs on their own peoples.

I lose my fu*king shit around Asians like this. They harm us Asians who fight for human rights.

2024-05-06

Der sächsische Unternehmer, Christoph Jentzsch, stellt mit neuen GmbH-Tokens eine innovative und rechtlich abgesicherte Methode des Crowdinvestings vor, um Unternehmen leichter zu finanzieren.

#ethereum #tokenize #blockchain bit.ly/3JPMStz diesachsen.de/sachsen-digital/

Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-06-22
"""
Draw code src_lines with comments in white.
"""
import tokenize
from os import path

font_size,line_step,margin=14,15,20

def setup():
 """Load fonts,read code from sketch file and find comments."""
 global sn,src_lines,comments,fr,fb
 size(800,800)
 fr=create_font("Source Code Pro",font_size)
 fb=create_font("Source Code Pro Bold",font_size)
 sn=path.basename(sketch_path())
 with open(sn+'.py') as f:
  src_lines= f.readlines()
 with open(sn+'.py') as f: # again,to get comments,because...
  comments=[token for toktype,token,start,end_,ln
     in tokenize.generate_tokens(f.readline) # read the tokenize docs!
     if toktype == tokenize.COMMENT]
 no_loop() # draw() runs once and stops
 
def draw():
 """Draw the text."""
 doc_string=None
 for i,ln in enumerate(src_lines,1):
  fill(0)
  text_font(fr)
  for comment in comments:
   c_pos=ln.find(comment)
   if c_pos >= 0:
    code=ln[:c_pos]
    c_x=text_width(code)
    text(code,margin,i*line_step)
    fill(255)
    text_font(fb)
    text(comment,margin+c_x ,i*line_step)
    break
  else: # src_lineswith no comments (no break on comm in comments loop)
   # Deal with the docstring lines,also in white
   if ln.strip().startswith('"""') and not doc_string:
    doc_string=i
   if doc_string:
    fill(255) 
    text_font(fb)   
    if doc_string < i and ln.strip().endswith('"""') or ln.count('"""') == 2:
     doc_string=None  
   # Draw the line
   text(ln,margin,i*line_step)
 save_frame(sn+'.png') # now using py5!
Adam R. Smith (AmericanScream)AmericanScream
2023-05-12

I don't need to have VISACOINs to use my credit card. I don't have to buy Chipotle burrito points to get a burrito. This inherent need in the decentralized world of , to everything is a huge PitA that adds no benefits.

youtube.com/watch?v=tspGVbmMmVA

Ben Grosserbengrosser
2021-03-15

Tokenize This — a generator of unique digital objects that can only be viewed once. You can have the site create as many as you want in the moment, but by the time you one into a market , it's already gone.

tokenizethis.link
bengrosser.com/projects/tokeni

How TF we gonna #tokenize Mastodon? 🤔

2018-05-11
- #AmeriCoin: This #Idea To #Tokenize the #US #Dollar Is Compelling And #Thorny

Can you imagine explaining this to your grandparents?
futurism.com/americoin-this-id

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst