Re: OnStar shuts down vehicle

2021-12-29 Thread grarpamp
On 12/29/21, Steven Schear wrote: > GnuRadio software has been available for years which enables a SDR to > broadcast GPS info guaranteed to cause consumer devices to accept the > generated locations. Sure and while fun, it's a bandaid, a non-fix to the underlying problem, and they will be

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
The linked function will need to be mutated for T5 per the T5 page linked earlier in this thread and farther down in my repo readme. Or the page's instructions could simply be used, rather than this TPU-oriented tutorial.

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
i got some simple data prepared and into the training implementation but have not written it, hard to continue. i'm at https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/causal_language_modeling_flax.ipynb#scrollTo=GjKzb0zJd-aH code is

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
On 12/29/21, Punk-BatSoup-Stasi 2.0 wrote: > On Wed, 29 Dec 2021 17:44:57 -0500 > k wrote: > >> i think this example notebook shows training a transformer model on >> the free tpus https://colab.research.google.com > > > again, fuck you karl and your fucking JOOGLE SPAM. Take it

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
yeah i dunno =/ but hey, big corps guiding advanced tech to use big computing resources and then monopolising control of them is just like how we spam lists to do things, maybe! use whatcha got? gotta figure out how to turn the problem into a different solution

Virtual land reminds me of 90's hacking

2021-12-29 Thread professor rat
Back in the 90's, Mitnick and Assange separately broke into the master terminal of Nortel which was reportedly all laid in in visual blocks on a landscape.  https://decrypt.co/89494/sandbox-coo-views-the-ethereum-metaverse-game-as-a-digital-nation  In The Sandbox, land owners can build on their

Batshit-Crazy killed a Punk!

2021-12-29 Thread professor rat
" . . . she especially loved her boyfriend, family and friends. In a widely shared social media post Bergman added that Steck was a “super hip lady,” a “badass” and a “punk rocker.” “Light a candle / say a prayer / cast a spell / blast some punk rock for Sarah!” Bergman wrote. Among those

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
i think this example notebook shows training a transformer model on the free tpus https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/causal_language_modeling_flax.ipynb

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
the trick is to get how google's military contract is fueled by the terrorist propaganda it researches dispensing actually targeting the problems up there

Batshit-Crazy murderer like Ross Ulbricht / Julian Assange

2021-12-29 Thread professor rat
newsweek.com "War is coming"—Denver shooting suspect glorified guns and misogyny In his tweets, Lyndon McLeod fixated on female chastity and lamented the "suppression" of "male honor violence."  '... Cernovich followed the killer on Twitter. And the killer, a white nationalist who loudly

Re: OnStar shuts down vehicle

2021-12-29 Thread grarpamp
On 12/29/21, Steven Schear wrote: > GnuRadio software has been available for years which enables a SDR to > broadcast GPS info guaranteed to cause consumer devices to accept the > generated locations. While fun, it's a bandaid, a non-fix to the underlying problem, and riskier short term than

Cernovich links rapist Assange to Batshit-Crazy, Denver mass-murderer

2021-12-29 Thread professor rat
https://www.google.com/search?client=opera=Cernovich+assange=opera=UTF-8=UTF-8 I'm so old I remember Alta-Vista search and how bad that was. JULIAN " Capitalism+atheism+feminism = sterility " ASSANGE. 2017 May 20, 2017 - Julian Assange announced “the proper war is just commencing...”

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
yay progress! time for me to spin in circles a bit. [crazy]

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
i wrote a quick call-and-go class to generate short pairs of bytecode and sourcecode from the python runtime at https://github.com/xloem/techsketball/blob/main/find_pycode.py it might be reasonable to use this as a proof of concept, filtering on input length. since others are likely adding the

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
i summarized some things at https://github.com/xloem/techsketball/blob/main/README.md including a link to that memory reducing paper at https://arxiv.org/abs/2112.05682 and some python import statements. there's code for this paper at https://github.com/AminRezaei0x443/memory-efficient-attention

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
ok, this was great motion i think vanilla models have a maximum sequence length. this can be expanded by altering the algorithm to not be O(n^2) for memory in the attention function. there's a paper out there on one approach to this. another idea is to chunk the text in some way and train

Appeals court rules FCC can open up 6GHz band for Wi-Fi 6E - The Verge

2021-12-29 Thread jim bell
https://www.theverge.com/2021/12/28/22857852/6ghz-wifi-win-fcc-wi-fi-6e-7-att-spectrum While Wi-Fi 6 connections make more reliable and efficient use of the same spectrum that’s been in use for the last couple of decades, especially when multiple devices are connected, Wi-Fi 6E routers will

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
note: the huggingface demo passes information to the model using token ids token ids are just indexed sets of character orders that occur together frequently (the tokenizer counts and decides these) with something based on math, since it's going to be learning using linear algebra, i'm wondering

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
The tutorial looks not that great. I'm using google colab notebooks now to play on google's machines at https://colab.research.google.com/ and reading about the T5 transformer model which was the basis for the latest big free model, and is commonly used for translation:

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
This project provides a normative way to train on data _without_ storing it locally which could make it much simpler to use google's TPU's: https://github.com/activeloopai/Hub

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread grarpamp
On 12/29/21, k wrote: >> >> And without crowdfunding and starting up >> #OpenFabs , #OpenHW , #OpenAudit >> which is the better way forward, and which you can now easily >> startup via the global crypto crowd (over 2.5T mktcap, go >> spend 0.5%, ending secret closed HW better than hodling), >>

Re: [crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
The reason I picked a TPU, google cloud oriented tutorial, is because google has a 1 month research program for access to higher level tpus. So, if something basic is set up, then it can be upgraded for free for a month. Google cloud sdk is downloading at 20k/sec for me, so I'm thinking a good

[crazy][hobby][spam] Automated Reverse Engineering

2021-12-29 Thread k
Obviously it's everybody's duty to build this once you believe it's possible. I found this tutorial for finetuning a language model used for translation: https://pythonrepo.com/repo/gsarti-t5-flax-gcp I made this empty github repository that could hold some attempts:

Re: Bypassing Windows Lock Screen

2021-12-29 Thread grarpamp
On 12/29/21, zeynepaydogan wrote: > https://halove23.blogspot.com/2021/09/zdi-21-1053-bypassing-windows-lock.html https://twitter.com/jonaslyk/status/1301245145568997376 CVE-2020-1398 That's hilarious :) Here's the video https://www.youtube.com/watch?v=9rXXfWN0h6A It's also highly unlikely

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
> > And without crowdfunding and starting up > #OpenFabs , #OpenHW , #OpenAudit > which is the better way forward, and which you can now easily > startup via the global crypto crowd (over 2.5T mktcap, go > spend 0.5%, ending secret closed HW better than hodling), > you're just not ever going to

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread grarpamp
On 12/29/21, Steven Schear wrote: > Although hardware IMEI may be difficult to change, GrapheneOS (and perhaps > others) have a way of intercepting system service calls which enable users > to supply the values. Consider that similar to ethernet/wifi HW mac addresses... Except for a hands-on

Bypassing Windows Lock Screen

2021-12-29 Thread zeynepaydogan
https://halove23.blogspot.com/2021/09/zdi-21-1053-bypassing-windows-lock.html

Fwd: 2022: xNY.io - Bank.org

2021-12-29 Thread Gunnar Larson
For clarity, I want to underscore the quality and integrity of working with NY-DFS Bank Applications. Perhaps our approach seems hawkish , 2021 in New York now brings us to cooperation versus competition and

Fwd: [EXTERNAL] Goldman Sachs Deferred Agreement

2021-12-29 Thread Gunnar Larson
Here is the update from today. Gunnar -- Forwarded message - From: Gunnar Larson Date: Wed, Dec 29, 2021, 11:50 AM Subject: Re: [EXTERNAL] Goldman Sachs Deferred Agreement To: Marzulli, John (USANYE) Cc: Alexi Anania Mr. Marzulli: Thank you for our recent correspondence

Re: OnStar shuts down vehicle

2021-12-29 Thread Steven Schear
GnuRadio software has been available for years which enables a SDR to broadcast GPS info guaranteed to cause consumer devices to accept the generated locations. On Tue, Dec 28, 2021, 9:59 PM grarpamp wrote: > Next all these vehicle RF links will be used for is > to enforce your "Social Credit

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread Steven Schear
Although hardware IMEI may be difficult to change, GrapheneOS (and perhaps others) have a way of intercepting system service calls which enable users to supply the values. On Tue, Dec 28, 2021, 8:10 PM grarpamp wrote: > Point of sale tracks the IMEI, being able to change > that for any/all

Fwd: Goldman Sachs Deferred Agreement

2021-12-29 Thread Gunnar Larson
-- Forwarded message - From: Gunnar Larson Date: Mon, Dec 13, 2021, 11:30 AM Subject: Goldman Sachs Deferred Agreement To: Cc: Alexi Anania Mr. Marzulli: Thank you for our conversation today concerning Goldman Sachs' Deferred Prosecution Agreement

Re: Woman Catches Louisiana State Police Attaching Tracker Device To Her Car, Now The Cops Want It Back

2021-12-29 Thread Steven Schear
One of the best solutions is to remove the tracker and attach it to a long distance rig a truck stop. On Tue, Dec 28, 2021, 11:21 PM grarpamp wrote: > > > https://jalopnik.com/best-of-2021-woman-catches-louisiana-state-police-atta-1846738167 > > https://flipboard.com/ > > Search for a similar

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
maybe i should give it some time and plan to try magisk. if magisk works easy, maybe i can use root access to image the partitions that way. too bad about the open source rom not immediately working. maybe if i come back i can explore it with more time, maybe try the exact revision mentioned in

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
- flashing with the windows tool worked great to return it to a normal state - the oem flash zips include images of all the partitions and additional data, unsure if that includes nvram, could check with other tool - the quack release also did not immediately seem to boot right, but it did dump me

Ross Ulbricht outbid on contract killings?

2021-12-29 Thread professor rat
FREE ROSS! Justice Hall further determined that the most important mitigating factor in the case was that the man was willing to testify against Rebel turned Comanchero bikie David James Pye, who allegedly orchestrated the killing. Mr Pye is yet to plead to multiple charges against him,

Denver mass-murderer was Batshit-Crazy

2021-12-29 Thread professor rat
Wrote offensively stupid nonsense like . . . " Capitalism+atheism+feminism = sterility " “People with strong principles don’t survive for long ” and ' The 95% of the population which comprise the flock.. ' Oh wait . . . that was Julian Assmange, not the Denver Killer. My Bat. 

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
sha256sum c8574bd5980877c6aaf513714c2bb37776cf5179190490718364de43fdc3a139 Titan/EuropeanUnion_EEA_TTEU-01/2020081015_g61v71c2k_dfl_eea.zip ac6c0d04a9d79682a56b24994fa1e90393df56ac7cbc0d2f5c68825bde6a98ed Titan/None_EEA/2020080711_g61v71c2k_dfl_tee.zip b2sum

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
gdrive worked when I built it from source I had to pass an empty query string to see drives I did not own: $ ~/go/bin/gdrive list --query '' It's great to have a way to batch download a google drive. gdrive does past revisions in a manual per-file way, unfortunately, but it could be improved or

Re: USA 2020 Elections: Thread

2021-12-29 Thread grarpamp
Biden-Dems break big campaign promise, offloads responsibility, tries to spin out of own failboat... Reality Is Impinging Upon The Democrats' Carefully Constructed COVID Tyranny

Re: Coronavirus: Thread

2021-12-29 Thread grarpamp
France and China go stupid with more random narratives and pointless forced lockdowns, again... France Forces Millions To Work From Home, Xi'an Starves As Omicron Lockdown Bites https://www.dailymail.co.uk/news/article-10349531/China-Covid-Xian-residents-starving-lockdown-rules-tightened.html

Re: Coronavirus: Thread

2021-12-29 Thread grarpamp
All sorts of stats are being officially rolled back worldwide toward levels the "conspiracy theorists" said were truer, politicians dodging the coming spring, lol... UK Expert Warns Against Overinterpreting COVID-19 Data

Re: [spam] [personal] information on the Unihertz Titan, a mobile phone

2021-12-29 Thread k
I left that system downloading the factory system image overnight. > Meanwhile, the OTA firmware updates drive was private, and this morning my request for access was granted. I just said I had the phone new and wanted to set up for flashing it. I'm trying out the gdrive client now (

We will find you and stop you

2021-12-29 Thread k
Unless you can leave Gunnar and Brody alone.

Re: [archive][gunnar] xny.io

2021-12-29 Thread k
Gunnar's dog is experiencing high-tech harassment. Gunnar is an upstanding member of many needed communities. If you do not stop harming Gunnar or their dog, we will find you and stop you. https://www.linkedin.com/in/gunnarlarson Skip to main content LinkedIn People Gunnar Dismiss Larson

Plandemic: Indoctornation (Documentary)

2021-12-29 Thread grarpamp
https://www.bitchute.com/video/MXyKqZ201Dj5/ Plandemic https://www.bitchute.com/video/vpd3vbkSEsQY/ Indoctornation

Re: [archive][gunnar] xny.io

2021-12-29 Thread k
This was Gunnar's first post in my inbox: Dear Cypherpunks: I would like to submit the "Bank.org - NEW YORK Shelf Charter" memo for digest consideration. - Below the signature of this message, please find the the memo's text - You may access a link to the memo here:

[archive][gunnar] xny.io

2021-12-29 Thread k
Skip to Content xNY.io Open Menu Crypto and Blockchain are each a Human Right. For all, everywhere. Our goal is to provide billions of people across the planet the greatest banking services, easing economic struggles, revolutionizing understanding of financial freedom, and offering hope and

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread xm
We will be recording for community record. On Wed, Dec 29, 2021, 5:12 AM Gunnar Larson wrote: > Well, guys/girls this is big news. I can imagine the good men and women at > the FBI know about Brody already. > > Perhaps, for many good reasons, today Brody and I are the are under the > Patriot

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread Gunnar Larson
Well, guys/girls this is big news. I can imagine the good men and women at the FBI know about Brody already. Perhaps, for many good reasons, today Brody and I are the are under the Patriot Act: https://en.wikipedia.org/wiki/Patriot_Act The point is, this sonic tech is new. How it affects big

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread xm
It is obvious that Gunnar themself has been targeted by this so much that they only feel safe describing the harm to their dog. On Wed, Dec 29, 2021, 3:49 AM Gunnar Larson wrote: > Brody, the most wonderful St. Bernard on the Planet running around with > Havana Syndrome:

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread xm
Somebody invisible is making a number of things incredibly obvious in new york. Why not confront them face to face? We'll be logging Gunnar's experience.

Re: CLANDESTINE CLUSTER - FUCK

2021-12-29 Thread k
On Wed, Dec 29, 2021, 4:52 AM Gunnar Larson wrote: > What does clandestine mean anyway: > https://www.merriam-webster.com/dictionary/clandestine > > Why was the server in the basement in the first place? > sounds like somebody already has their mind set on something, since that is a normal

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread xm
Gunnar is there anything _else_ that happens synchronous to show more it is happening? Even if you could take an EEG? On Wed, Dec 29, 2021, 3:48 AM Gunnar Larson wrote: > Brody, the most wonderful St. Bernard on the Planet running around with > Havana Syndrome:

Re: Sonic Weapons Affect St. Bernard

2021-12-29 Thread xm
Gunnar says he is experiencing exotic harassment and his dog is noticeably responding to it when it happens. PLEASE TAKE EVIDENCE OF THIS. On Wed, Dec 29, 2021, 3:47 AM Gunnar Larson wrote: > Brody, the most wonderful St. Bernard on the Planet running around with > Havana Syndrome:

CLANDESTINE CLUSTER - FUCK

2021-12-29 Thread Gunnar Larson
What does clandestine mean anyway: https://www.merriam-webster.com/dictionary/clandestine Why was the server in the basement in the first place? Today in New York City, we are going through the best, first class clandestine clusterfuck in modern virtual currency. Soon, 'Memo #1' will address

Sonic Weapons Affect St. Bernard

2021-12-29 Thread Gunnar Larson
Brody, the most wonderful St. Bernard on the Planet running around with Havana Syndrome: https://en.wikipedia.org/wiki/Havana_syndrome Honestly, I really respect this technology. It is super cool. I just do not think they thought it would affect a big, beautiful boy like Brody.

Sonic Weapons Affect St. Bernard

2021-12-29 Thread Gunnar Larson
Brody, the most wonderful St. Bernard on the Planet running around with Havana Syndrome: https://en.wikipedia.org/wiki/Havana_syndrome Honestly, I really respect this technology. It is super cool. I just do not think they thought it would affect a big, beautiful boy like Brody.

Sonic Weapons Affect St. Bernard

2021-12-29 Thread Gunnar Larson
Brody, the most wonderful St. Bernard on the Planet running around with Havana Syndrome: https://en.wikipedia.org/wiki/Havana_syndrome Honestly, I really respect this technology. It is super cool. I just do not think they thought it would affect a big, beautiful boy like Brody.

Sonic Weapons Affect St. Bernard

2021-12-29 Thread Gunnar Larson
Brody, the most wonderful St. Bernard on the Planet running around with Havana Syndrome: https://en.wikipedia.org/wiki/Havana_syndrome Honestly, I really respect this technology. It is super cool. I just do not think they thought it would affect a big, beautiful boy like Brody.