Happy new year!

Long thread.
Someone in or behind twitter gave me a "this account violated the twitter rules..." supposedly for this reply (image 1 at bottom of thread). I appealed with "A question is hate?" They upheld their decision with: "Our support team has

determined that a violation did take place, and therefore we will not overturn our decision."

To proceed I deleted / removed the reply as prompted and was informed of a temporary limit of tweets, replies, likes, etc. for 6 hours (image 2). I could still access twitter and
see content. To test the restriction, i clicked the like button on a tweet and then was immediately greeted with the limit page but it increased 11 hours (image 3). After that i was then unable to browse twitter content and was met with the same "we've limited your
account" message every time i re-loaded it or clicked "continue to twitter" (image 4, @ 1am est)

In my experience, when a construct like a clique, fraternity, employer, or another attempts to elicit an emotional reaction or accept some aimless quest to divine the actual
cause or just toil in fear of a whipping for an unkwon reason at some unkown time, it's time to look elsewhere to maintain interest as who knows when, why, what, and how it will impose next. And that experience tells me accepting such nonsense terms brings more nonsense.
No thanks!

Perhaps when one reaches a certain level of awareness and liberty one is of no use to the powers behind the slaver order givers, and even dangerous in that one might awaken the other sheep who are deep asleep in the dreams that are so expensive to produce, but
yet remain delicate.

So I'm looking for a new social media outlet, over the next few days i'll kick some tires. Parler is a no go as it won't accept a google voice number. Maybe minds, but i'm open to suggestions.

I've said it before but it bears repeating, looking
at the preceding decades, punctuated by 2020 and no sign of returning, maybe it's time to start over with what built the west as the powers that be have taken too much from me and others like me. And looking at the stupid and trashy media, culture, and people, what they
have sowed and are sowing is so foreign to me as to be other worldly. Doesn't matter whether we are the aliens or they are, it seems to me we have no use of them and one might go so far as to come to believe they are working to get rid of us.
https://t.co/uCXWoqPKA6
@threadreaderapp unroll

More from Twitter

Here are some of the best threads I've ever read on Twitter,

All related to

- Startups
- Entrepreneurship
- Indiehacker
- Wealth
- Health
- Life nd philosophy

I'll keep updating them regularly

Read below 👇

1. Getting reach without being luck, best tweet ever by


2. On meditation by


3. On college and eduction by


4. "Deep Year" concept by
Today's Twitter threads (a Twitter thread).

Inside: Privacy Without Monopoly; Broad Band; $50T moved from America's 90% to the 1%; and more!

Archived at: https://t.co/QgK8ZMRKp7

#Pluralistic

1/


This weekend, I'm participating in Boskone 58, Boston's annual sf convention.

https://t.co/2LfFssVcZQ

Tonight, on a panel called "Tech Innovation? Does Silicon Valley Have A Mind-Control Ray, Or a Monopoly?" at 530PM Pacific.

2/


Privacy Without Monopoly: A new EFF white paper, co-authored with Bennett Cyphers.

https://t.co/TVzDXt6bz6

3/


Broad Band: Claire L Evans's magesterial history of women in computing.

https://t.co/Lwrej6zVYd

4/


$50T moved from America's 90% to the 1%: The hereditary meritocracy is in crisis.

https://t.co/TquaxOmPi8

5/

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.