Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
On Sat, Jul 9, 2022, 8:56 AM Undiscussed Horrific Abuse, One Victim of Many wrote: > stable version: > https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102232.html > # block tree structure # blocks written to are leaves # depth is log2 leaves # when a flush is made, all blocks are

Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
last stable version at > https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html > > next step might be to change flushing so the index can be accumulated >> during writes or mini flushes, so as to be able to limit the total size of >> an index per flush if needed, without issue. >> >

[ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
i've got a lot of inhibition around simplifying and generalising some parts of the last stable one at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html so maybe i'll try going again with more conceptualisation of a working algorithm - retain an index. when writing, merge the

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

2022-07-10 Thread grarpamp
> https://www.youtube.com/watch?v=df3ZL862vgw Rooftop Korean Wavemix https://twitter.com/TuckerOriginals/status/1545198260985466881

Re: Assassination Politics

2022-07-10 Thread grarpamp
> https://nypost.com/2022/07/08/shinzo-abe-assassin-used-homemade-gun/ Speaking of Assassins and Communism... The 1960 Assassination of Inejirō Asanuma That Saved Japan From Communism

Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
works now I think there's a little redundancy in use of the Chunk structure not certain would make sense to add bisection to access spots in the sorted lists rather than linear iteration the number of children per node is staying about equal to the tree depth, 1024 flushes of 1-32 lengthy

Re: [ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
last stable version was at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html # member variables draft. i think this is all the information that # was being replaced by leaf and index iteration. # - leaf count can be updated by summing children when graph is # changed. # -

Re: FreeSpeech and Censorship: Thread

2022-07-10 Thread grarpamp
When unfair trials lead to conviction, prison, death... https://twitter.com/grouch2022/status/1545628701223596032 http://stormer5v52vjsw66jmds7ndeecudq444woadhzr2plxlaayexnh6eqd.onion/ Courts censor free speech... Helene Poussard of Gabriel Sohier Chaput's defense trial re Nazi history, gassing

Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
last stable version at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html although there can be further optimization, I think it makes sense to move a little toward using it for me next step might be to change flushing so the index can be accumulated during writes or mini

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

2022-07-10 Thread grarpamp
Laws do not stop gun murders... https://nypost.com/2022/07/08/shinzo-abe-assassin-used-homemade-gun/ nor any other type of murders... https://nypost.com/2016/07/26/japan-knifeman-long-dreamed-of-mercy-killings-of-the-mentally-handicapped/ nor the state from murdering people...

Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
last stable version at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html next step might be to change flushing so the index can be accumulated during writes or mini flushes, so as to be able to limit the total size of an index per flush if needed, without issue. probably

APster politics controversy related to Btc ocean boiling controversy

2022-07-10 Thread professor rat
People must think APster will add to an already violent world. This is a logical fallacy that doesn't take into account all the violent people APster will eliminate on day one. A similar fallacy appears to be at work with Btc. Clearly it uses a lot of energy. But its a logical fallacy to

APster without anonymity & digital cash

2022-07-10 Thread professor rat
The worlds most powerful govt was stronger in 2003 than it is now. But it didn't take action against APster being used against it then - APster without anonymity & electronic cash - and then being used against it every year since ( " Kill the president " year in, year out for Shrub, Bambi,

Re: [ot][wrong] Please let me sleep outdoors in the coldest winter. Was: Re: PLEASE LET ME SLEEP OUTDOORS

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
1:53.66 outd

Re: Assassination Politics

2022-07-10 Thread grarpamp
> Assassination technologies https://nypost.com/2022/07/08/shinzo-abe-assassin-used-homemade-gun/ Commercial factory produced? No. 3D-Printed? No. Guns and ammo banned? Yes. Homemade? Yes. Pipe, wood, duct tape, zip ties, batteries, glow coils, black powder, projectiles... crude, effective,

Re: USA 2020 Elections: Thread

2022-07-10 Thread grarpamp
> https://duckduckgo.com/?iar=videos=videos=videos="hunter+biden; > > Hunter Biden Laptop From Hell, Bobulinski, Burisma, Joe Biden, > 10% For The Big Guy, John Paul Mac Isaac, Russia Hoax...

Re: [ot][spam][crazy] log: append-only random-access data

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
> > last stable version at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html next step might be to change flushing so the index can be accumulated > during writes or mini flushes, so as to be able to limit the total size of > an index per flush if needed, without issue. >

Re: Assassination Politics

2022-07-10 Thread Karl Semich
any thoughts on relevance of AP today given increased difficulty in retaining anonymity when there is a significant power disparity?

Re: [ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
class Flush: def __init__(self, parent = None): self.parent = parent if self.parent is not None: self.index = [self.parent] else: self.index = [] def write(self, # index updating can happen all inside write method

Re: [ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
class Data: def __init__(self, offset, data, end = None): self.start = offset self.data = data if end is None: self.end = self.start + len(self.data) class Flush: def __init__(self, parent = None): self.parent = parent if self.parent is

Re: [ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
member variables draft. i think this is all the information that was being replaced by leaf and index iteration. - leaf count can be updated by summing children when graph is changed. - height is simply maximum child height + 1, can also update when graph is changed - parents is for adding dropped

Re: Assassination Politics

2022-07-10 Thread Karl Semich
Apologies that I have not been keeping up with this thread, so my commentary may be disruptive. I've kind of been just using the list as a notepad in spam threads, which might be disrespectful. I'm thinking of anonymity and AP. Democracies need anonymity, so if democracy sticks around, we'll

Hackaday: Lift The Veil On RSA With This RSA Calculator

2022-07-10 Thread jim bell
Hackaday: Lift The Veil On RSA With This RSA Calculator. https://hackaday.com/2022/07/08/lift-the-veil-on-rsa-with-this-rsa-calculator/ Encryption algorithms can be intimidating to approach, what’s with all the math involved. However, once you start digging into them, you can break the math

Re: [ot][wrong] Please let me sleep outdoors in the coldest winter. Was: Re: PLEASE LET ME SLEEP OUTDOORS

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
4/0:20-0:30 warm fr sun

Uber bosses told staff to use ‘kill switch’ during raids to stop police seeing data

2022-07-10 Thread jim bell
Uber bosses told staff to use ‘kill switch’ during raids to stop police seeing data https://share.newsbreak.com/1f0rpzek Uber bosses told staff to use ‘kill switch’ during raids to stop police seeing data By Rob Davies and Simon Goodley, 5 hrs agoThe GuardianFollow Senior executives at Uber

Re: [ot][spam][crazy] log 2: append-only random writes

2022-07-10 Thread Undiscussed Horrific Abuse, One Victim of Many
last stable version was at https://lists.cpunks.org/pipermail/cypherpunks/2022-July/102291.html class Chunk: def __init__(self, start, end, data, height, parent, leaf_count): self.start = start self.end = end self.data = data self.height = height

Tom's Hardware: U.S. Wants China's SMIC to Stop Making 14nm Chips

2022-07-10 Thread jim bell
Tom's Hardware: U.S. Wants China's SMIC to Stop Making 14nm Chips. https://www.tomshardware.com/news/us-wants-china-smic-to-stop-making-14nm-chips When the U.S. Department of Commerce (DOC) restricted access of China's largest contract chipmaker Semiconductor Manufacturing International Corp.

Looking for Proactive Kill-Switch company

2022-07-10 Thread professor rat
Sooner, rather than later we should see some ultrawoke corporado start actively promoting APster dead-pools  This will send ' Bounty Law ' viral and help that grayzone company get a toehold in the cryptoanarchist Matrix. I'm so old I remember a respected Judge call Microsoft a bunch of

Re: USA 2020 Elections: Thread

2022-07-10 Thread grarpamp
Today is July 10, 2022, and Joe Biden has done just two press interviews this year. Biden and Democrats approval below 39% and dropping like a stone. https://twitter.com/libsoftiktok/status/1545591855617695745 Wealthy Democrat politicians did this to the Big Cities they own.

Who controls the present controls the past

2022-07-10 Thread professor rat
And who controls our past controls our future " . . .  Cypherpunks, like John Gilmore, Julian Assange, Eric Hughes, Hal Finney, and Timothy C. May, held libertarian-esque ideas about privacy, limited government, and freedom of speech, and some eventually became involved in the growth of

Re: USA 2020 Elections: Thread

2022-07-10 Thread grarpamp
https://twitter.com/libsoftiktok Democrats and Wokesters floundering badly quoting just their own words. Same as DemWoke David Barrett CEO of Expensify.Com a Govt contractor who believes that White Males are only worth $0.75 to the $1.00 that he claims everyone else who is not a White Male is

Cryptocurrency: Sri Lanka Collapsed... People Desperate For Usable Currency, Run On Chinese Banks

2022-07-10 Thread grarpamp
Which cryptos will they adopt? "Sri Lanka has collapsed. The results of socialism + MMT + eco fanaticism + ESG approved policies. -- dossier.substack.com" Are you prepared? Chinese Banks experience massive bank run, violent protests ensue. Chinese Bank Run Turns Violent After Angry Crowd

Re: Assassination Politics

2022-07-10 Thread grarpamp
> If cypherpunks claim that their Prediction Markets and other ideas could > solve some of the world's hard problems... On 7/10/22, professor rat wrote: > Looking for Proactive Kill-Switch company > ... > I'm hoping just before - or around - CYPHERPUNK 2027

Re: Assassination Politics

2022-07-10 Thread grarpamp
Meta Search: journals, whitepapers, etc... "assassination+market" "assassination+politics" "market+for+assassination" "prediction+market" ... etc https://www.google.com/search?as_eq=wikipedia="Assassination+market; https://www.google.com/search?tbs=bks:1="Assassination+market"+-wikipedia

Re: Las Vegas Raiders Hire the First Black Female President in NFL History

2022-07-10 Thread grarpamp
On 7/8/22, Gunnar Larson wrote: > Las Vegas Raiders Hire the First Black Female President in NFL History > https://www.bloomberg.com/news/articles/2022-07-08/raiders-hire-the-first-black-female-president-in-nfl-history What are the win:loss ratios, championships earned, individual and team world

HBO attack anarchism

2022-07-10 Thread professor rat
Its like being savaged by sheep " . . . new HBO docuseries “The Anarchists” examines Anarchapulco—an annual crypto-fueled anarchist festival that turned into a murder-filled nightmare. . . ."

Re: Assassination Politics

2022-07-10 Thread grarpamp
https://en.wikipedia.org/wiki/Jim_Bell https://en.wikipedia.org/wiki/Talk:Jim_Bell https://en.wikipedia.org/wiki/User:James_dalton_bell https://en.wikipedia.org/wiki/User_talk:James_dalton_bell https://en.wikipedia.org/wiki/Special:Contributions/james_dalton_bell

Re: Assassination Politics

2022-07-10 Thread grarpamp
https://en.wikipedia.org/wiki/Talk:Assassination_market Talk:Assassination market >From Wikipedia, the free encyclopedia Jump to navigation Jump to search Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · NYT · WP Library Find sources: Google (books ·

Shut Down list Trolls

2022-07-10 Thread professor rat
ShutDownDC, a liberal advocacy group in Washington, D.C., said on Friday that it will offer up to $250 to service industry workers in the district for every sighting of the justices who overturned Roe v. Wade. Similar to my offer to pay a similar amount to Dox, DdoS and Destroy list pests,

Re: Assassination Politics

2022-07-10 Thread grarpamp
https://twitter.com/libsoftiktok/status/1546198627814498304 Apparently DC Democrat Operatives are paying $200 to anyone in service industry (restaurant, retail, etc) calling out the realtime locations of their political enemies (judges, probably soon to be others) so they can target them for...

Censorship: Wikipedia CensorBanned Jim Bell Too

2022-07-10 Thread grarpamp
> Part 1 of my Assassination Politics essay publication > https://cryptome.org/ap.htm > on the Cypherpunks email list (Feb 14, 1995, but the archive for 1995 has > since been forged to conceal nearly all reference to it) Speaking of forging... Jim Bell was apparently CensorBanned off Wikipedia,

Re: HBO attack anarchism

2022-07-10 Thread grarpamp
On 7/10/22, professor rat wrote: > https://www.thedailybeast.com/the-anarchists-on-hbo-explores-how-an-anarchist-paradise-became-a-violent-hellscape > Caveat lecter Rat's cowardly disclaimer, as usual. Attend the next Anarchapulco, Porcfest, crypto freedom conference, etc...