POLITICO: Dem duo's warning of CIA 'warrantless backdoor searches' revives domestic spying debate

2022-02-12 Thread jim bell
POLITICO: Dem duo's warning of CIA 'warrantless backdoor searches' revives domestic spying debate. https://www.politico.com/news/2022/02/11/warning-cia-searches-revives-domestic-spying-debate-8307 A newly declassified letter from two Democratic senators warning that the CIA has been conducti

Yahoo News: New spying revelations prove once again Edward Snowden was right

2022-02-12 Thread jim bell
Yahoo News: New spying revelations prove once again Edward Snowden was right. https://news.yahoo.com/spying-revelations-prove-once-again-175342050.html Your government is spying on you — again. A heavily redacted letter from Sens. Ron Wyden (D-Ore.) and Martin Heinrich (D-N.M) revealed Thursday

Re: Anti War: Thread

2022-02-12 Thread grarpamp
https://www.youtube.com/watch?v=UNsvKdi4mZE Ukraine 2022 CP https://www.youtube.com/watch?v=hQUe6l_ZA3Y Ukraine 2014 AK

Re: US 2nd Amendment Under Assault, Freedom Firearms Guns Defense

2022-02-12 Thread grarpamp
https://www.youtube.com/watch?v=Mf_VptbmTwU Ukraine

Re: Batshit replies habitually in that way

2022-02-12 Thread professor rat
Karl hearts Batshit - who said " Opposites attract? " - and just in time for Valentines. Aw.  Hey, K-man. Just be careful consummating your relationship - Batshit being an AIDs denier and all.  To lose one psychopathic Troller may be regarded as a misfortune - two would begin to look like care

Re: Batshit replies habitually in that way

2022-02-12 Thread Karl Semich
I have a tendency to be accidentally mean to punk-batsoup-stasi because I like him. psychotic thing. On Sat, Feb 12, 2022, 5:42 PM professor rat wrote: > We've got Batshit-Crazy like a list Barry Manilow. And, along with his two > fellow stooges, Gramps and Semich, they plumb new depths of dumb

Batshit replies habitually in that way

2022-02-12 Thread professor rat
We've got Batshit-Crazy like a list Barry Manilow. And, along with his two fellow stooges, Gramps and Semich, they plumb new depths of dumbfuck trolling almost every other day.  Thank fuck for APster deadpool markets is all I can say - online all-the-time - point and shoot - fire and forget - l

Re: [spam][crazy][random] Rotary Encoder: Slightly More Productive Goal

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
I've made https://github.com/xloem/encoder . This will help future pursuit of the task, to have a place to put work.

Re: [spam][crazy][random] Rotary Encoder: Slightly More Productive Goal

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
Did not mean to repeatedly send. My fingers did spazz out during the process of composition and a window opened or something. I didn't refresh a page or hit stop after hitting send or anything, that I was consciously aware of, but maybe the emails show this did happen in some way, unsure.

[spam][crazy][random] Rotary Encoder: Slightly More Productive Goal

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
As I try to move from goals that are intentionally pointless to those that have some utility, I now want to resume my project of providing a way to build a free high quality servo. Servos are motors that can go to a specific orientation and optionally measure their orientation and/or applied force.

[spam][crazy][random] Rotary Encoder: Slightly More Productive Goal

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
As I try to move from goals that are intentionally pointless to those that have some utility, I now want to resume my project of providing a way to build a free high quality servo. Servos are motors that can go to a specific orientation and optionally measure their orientation and/or applied force.

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
added to file using web interface: # - a simple uniform distribution class that can do a quick heuristic sample after its "+" operator could open avenues for demo material # look up / review? # - brownian distribution # - irwin hall distribution? # - bernoulli distribution?

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
attempt to summarise again - it seems fun to make value tracers for uniform sums. this might involve three classes: uniform distributions, scalars, and sums. - example heuristic tracers could produce a possible value with incorrect distribution - later, real tracers could consider a range of trees

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
thinking a little about discrete sums. if the amount of time passed is itself sampled from a uniform distribution, then there is a range of possible tree heights. a number of options. a quick heuristic example could pick a specific tree height. a correct example would use the distribution of sum

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
trying to stabilise this idea part a big component of simulating time is considering outcome and causality trees. a simple useful outcome tree might be sums of uniform distributions. an example could possibly handle them with a heuristic class that can solve them given known values for some of th

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
glancing at it, it seems good for nearby timepoints, but not so great for very distant timepoints. > for distant timepoints, transformation of the described discrete brownian motion into a smooth distribution seems meaningful. this is probably pretty important in general. basically there are crux

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
Let's see if I can simplify these ideas. Do they make a good bullet point to later pursue implementing? Parts - tracking simulated agents is transformable to tracking trees of probability distributions, choice processes, or simulation processes - in a simple example, if everything is a sum of unif

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
Something that's missing is bounds tracking. The constants place a range bound on the distributions, changing them. Tracking bounds is fun. But it might be more efficient to start by simply solving for the extra uniform value that has the widest range. Later, instances of states or whatnot could

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
Writing a distribution algebra tracer or such sounds hard, but it doesn't have to be, since this is only a proof of concept. We could restrict ourselves entirely to summation of uniform distributions, for example. This approach seems workable, so maybe I can add a bullet to that draft doc around

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
I'm guessing I'm not prepared to think about this avenue cause it's very hard for me to tell whether that's easily generalisable or not. I see it might be helpful to use symbolic solving. Don't know too much about such things. uniform_a + uniform_b = constant originally we had 1 equation and 3 u

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
Futzing around thinking of distribution trees. class UniformValue: min: float max: float UniformValue(1, 2) + UniformValue(0, 4) Now we're back in probability again. If we use uniform distributions, then summing them will sum their range, but the output won't be uniform any more ... it'll b

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
drafting a number update function: class Number(DiscretelyUpdatedComponent): def update_step(self, state, old_time): next_time = old_time + self.stability_duration() next_state = old_state + self.value_change() return next_state, next_time class DiscretelyUpdatedComponent(TimeShifta

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
i've started code elsewhere that is unlikely to be completed. right now i'm [doing things I try not to do] away from other code. I wonder if following the ideas below is workable or if they make some unrealistic assumption. On Sat, Feb 12, 2022, 3:02 PM Undiscussed Horrific Abuse, One Victim of Ma

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
here's the last draft doc that reached github: # for designing an interface of system simulation # a simple system where some property is a function of time. # goal 1: user has access to a state containing a number, and can produce # another state based on a time change from the first #

Re: [ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
>From the repo readme: > Basically the experience is a simulation that > can predict its state at different points in > time, based on known state at other points in > time. Usually I start by designing structures for a simulation like that. The interface and norms end up being different than for

[ot][random][crazy][spam] Out of it, Video Game Design Project

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
I am totally out of it. I said some things to my therapist that sent my psychosis into convulsions. I can barely consider goals. I found a nice one: I spend so much time without good motor control, painfully associated with my goals and values, that I have a lot of experience daydreaming around po

Re: Mobility,smartphones ,electric batteries and cryptocurrencies

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
On Sat, Feb 12, 2022, 11:59 AM V.I.Lenin wrote: > > >fucking scammer, get lost > > Are you one of those who have a lot of supposedly "anonymous coins"?))) Or > are you one of those who believes in algorithms only for central > processors? Or are you one of those who believes in Satoshi > Naka

small sci-hub update

2022-02-12 Thread Undiscussed Horrific Abuse, One Victim of Many
i'm having trouble with my email client, so apologies if this comes through multiple times. twitter emailed this to me via the neural net feed it had for me. it just seemed nice to get this update. Alexandra Elbakyan (@ringo_ring) tweeted at 3:47 AM on Sat, Feb 12, 2022: I updated Sci-Hub, now you

Los Angeles Review of Books covers Assange

2022-02-12 Thread professor rat
https://lareviewofbooks.org/article/the-enduring-power-of-the-charlatan/

Batshit-crazy poetry-in-posting

2022-02-12 Thread professor rat
Batshit's so crazy he could pass for a significant Marxist intellectual https://www.irishtimes.com/culture/books/red-poets-society-the-stasi-poetry-circle-s-battle-for-hearts-and-rhymes-1.4796128 Karl Marx, Capital, Volume One, Part II: The Transformation of Money and Capital CHAPTER FOUR: THE G

An informational & social services organization for gay men with AIDS & their loved ones.

2022-02-12 Thread professor rat
https://www.npr.org/2021/05/23/996272737/skepticism-of-science-in-a-pandemic-isnt-new-it-helped-fuel-the-aids-crisis In 1987, Duesberg's denialism went semi-mainstream. The journal Perspectives In Cancer Research published his theory: HIV does not cause AIDS.

Its Okay to be Gay, Gramps

2022-02-12 Thread professor rat
https://twitter.com/bornmiserable/status/1492323083767541763/photo/1 Ram on.

True Names again

2022-02-12 Thread professor rat
" . . . Many in the crypto community who defend pseudonymity at all costs fail to acknowledge that there must be a line beyond which a public “right-to-know” exists. . . " https://www.coindesk.com/layer2/2022/02/11/cryptos-challenge-right-to-privacy-vs-right-to-know/ Why I said, years ago now ,

Snowden slams Assmange

2022-02-12 Thread professor rat
Snowden · 15h There is nothing more grotesque than a media pushing for war. May 20, 2017 - Julian Assange announced “the proper war is just commencing...”

Re: Mobility,smartphones ,electric batteries and cryptocurrencies

2022-02-12 Thread V.I.Lenin
Thanks for the battery information. Chia has the only true mining. if we take into account smartphones, then mining will be possible only on Chia. Sent with [ProtonMail](https://protonmail.com/) Secure Email.

Former POTUS Donald Dumbfuck claims to be searching for papers

2022-02-12 Thread professor rat
Russia? If you're listening, Trump wants those missing documents. https://www.google.com/search?q=Trump+paper+airforce+one&client=opera&hs=fpZ&source=lnms&tbm=isch&sa=X&ved=2ahUKEwi44dDPiPr1AhVbIbcAHVVbD-UQ_AUoAXoECAEQAw&biw=1366&bih=650&dpr=1#imgrc=rXeWAf2KVj-RwM

Litigating Universal Cognitive Liberty

2022-02-12 Thread Gunnar Larson
Check out a recent article: https://litigationfinancejournal.com/litigating-universal-cognitive-liberty/ Litigating Universal Cognitive Liberty Freedom of thought is recognized by the Universal Declaration of Human Rights (UDHR). Interestingly, cognitive liberty is not recognized as an internation