Tumgik
#uuid
torssi · 9 months
Text
1 note · View note
cssscriptcom · 4 months
Text
UUID (Version 8) Generator & Parser For Browser & CLI - uuid-v8
uuid-v8 is an experimental JavaScript library that implements the proposed UUID Version 8 standard. This new version of UUID aims to improve on previous versions by generating UUIDs based on timestamps instead of random values. The JavaScript library provides simple APIs to generate, parse, and work with these time-based UUIDs both in browser and CLI environments. How to use it: 1. Install and…
Tumblr media
View On WordPress
0 notes
script-ease · 1 year
Text
0 notes
muratbaseren · 1 year
Text
NPM için JS Kütüphane Oluşturma ve Yayınlama
Javascript ile UUID (Universally Unique Identifier) üreten bir JavaScript kodu yazarak bu kodu kütüphaneleştirelim. Ardından NPMJS de bu paketi yayınlayalım.
Javascript ile UUID (Universally Unique Identifier) üreten bir JavaScript kodu yazarak bu kodu kütüphaneleştirelim. Ardından NPM(Node Package Manager) da bu paketi yayınlayalım. UUID, dünya genelinde benzersiz bir kimlik belirteci oluşturmak için kullanılan bir standarttır. UUID (Universally Unique Identifier) üreten bir JavaScript Kodu Yazalım Bu örnekte, uuid adlı bir harici kütüphane…
Tumblr media
View On WordPress
0 notes
aquaquadrant · 11 months
Note
currently tearing apart the uuid with my teeth, shredding it to bits right now. from what i can tell, bdubs actual uuid is very similar to dbubs uuid here’s the comparison bdubs vs dbubs
7163fbce-39ac-4a02-b836-a991c45d2dd1
7063fdce-39ac-4a12-d836-a990c45b2bb0
there it is. 1 and 0 are switched and b turns into d. literally DboubleO001
(i had at least 6 different tabs up researching universally unique identifiers, nbt tags, and converting hex decimal to everything other thing including color hex codes. this took me on a trip to say the least.)
U GOT IT
i changed every 0 to 1 (and vice versa) and every d to b (and vice verse). the negative sign in front is also part of it hehe.
135 notes · View notes
selfcontainedunivcrse · 4 months
Text
my mob-kid -> player headcanons are wholly built off of Oneshot's taming schtick. Which is also why the first Vwoop is denoted as ProtoVwoop and also why this blog is named selfcontaineduniverse because I'm always thinking about oneshot. It's a good video game
2 notes · View notes
alexa-crowe · 4 months
Text
oh what's wrong now bg3? just give me my damn noblestalk is it that complicated???
2 notes · View notes
newsnetworkbd · 12 days
Text
Uuid validate online
We recognize the paramount importance of ensuring data consistency and accuracy in every aspect of software engineering. That's why we've developed a comprehensive online tool specifically tailored for validating and testing Globally Unique Identifiers (GUIDs) and Universally Unique Identifiers (UUIDs).
1 note · View note
mirrorhouse · 5 months
Text
i was looking around in the files and found the epilogue camp outfit uuids, and they all have unique names and descriptions so i thought i'd post them all here in case anyone's interested :-)
GALE (human / god)
Tumblr media Tumblr media
ASTARION (spawn / ascended)
Tumblr media Tumblr media
LAE'ZEL (faerun / githyanki)
Tumblr media Tumblr media
WYLL (blade / duke)
Tumblr media Tumblr media
SHADOWHEART (selunite / sharran)
Tumblr media Tumblr media
KARLACH / DARK URGE
Tumblr media Tumblr media
JAHEIRA / MINSC / HALSIN
Tumblr media Tumblr media Tumblr media
MINTHARA (drow / city)
Tumblr media Tumblr media
edit: UUIDs under the cut if you wanna spawn them yourself
GALE: Human (Embroidered Ensemble) - 1cb24313-5ed1-43b7-ab4a-cdf2118422ea God (Weave-Touched Robe) - 1068659c-f12b-4930-ac4f-c4892af58cd7
ASTARION: Spawn (Dandy's Dream Ensemble) - 13084436-5d19-4cef-ae53-02857497fc28 Ascended (Decadent Ensemble) - 76f26388-daff-440a-a4f3-dba4f78e548c
LAE'ZEL Faerun (Nomad's Garb) - 9747dbb0-0f92-483e-80fc-391390d416f9 Gith (Senja'si Finery) - 8c953ad4-1103-4215-9a09-ff95e51cc8e4
WYLL Blade (The Blade's Padded Armour) - 46c97e62-7d3e-449f-a130-586e8e871947 Duke (Duke's Magnificent Raiments) - 7f89e3b8-61ef-498b-bd1b-77f996c5ec42
SHADOWHEART Selunite (Dusky Ensemble) - 79bb5a64-2019-4818-a898-de179b6bc44c Sharran (Robes of the New Moon) - 8fc09773-7083-466a-8988-e030b6d647e3
KARLACH Avernus/Avernus Wyll/Avernus Tav (Hot Pants) - 24149d5d-c509-48dc-b026-491c11e60a5c
OTHER Dark Urge (Grubby Ochre Clothes) - bdc2247f-32a3-4ded-bffc-8aeb770f23d4 Jaheira (Harper Finery) - bdef460b-374e-45d6-86f7-d272a927b380 Minsc (Very Handsome Shirt) - 54c4b72d-0f2d-40be-bab7-c70c5f3adb97 Halsin (Finely Crafted Ensemble) - d873fb44-94c7-4b74-a272-1d2e5e43a7ef
MINTHARA Drow (Cut-Throat Leather Ensemble) - 9c035563-05ee-47e1-a3e0-e0420a07f534 City (Moonlit Ensemble) - 7d65044d-0d01-44c8-b665-165f0ecc768c
4K notes · View notes
hypixelskyblock · 1 year
Text
Tumblr media
rabbit axe dupes items ig
0 notes
abmains · 2 years
Text
Uuid generator js
Tumblr media
#Uuid generator js how to
#Uuid generator js generator
#Uuid generator js software
#Uuid generator js code
Var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'. Write a JavaScript function to create a UUID For human-readable display, many systems use a canonical format using hexadecimal text with inserted hyphen characters. The meaning of each bit is defined by any of several variants.
#Uuid generator js software
Write a JavaScript function to create a UUID identifier.Īccording to Wikipedia - A universally unique identifier (UUID) is an identifier standard used in software construction. Caching random data is not always desirable, so as an additional option, the Node.js implementation of crypto.JavaScript Math: Exercise-23 with Solution In contrast, crypto.randomUUID() has a mean execution time of only 350 nanoseconds per UUID, with a minimum of 220 and a maximum of 663551. Running on my benchmark server locally, the uuid module has a mean execution time of about 1030 nanoseconds per UUID, with a minimum of 640 and a maximum of 870399. The h1 histogram shows the results for the uuid module. These are the only fixed values in a random UUID - all other bits in the sequence are randomly generated.Ĭopy to Clipboard import ) The reserved field identifies the variant which is encoded into the clock-seq-and-reserved field in the eighth byte in the UUID. As described in RFC 4122, the version is “in the most significant 4 bits of the timestamp (bits 4 through 7 of the time_high_and_version field)”, which - if it’s not clear - are the four most significant bits of the sixth byte in the UUID. The version and reserved fields in the UUID identify the layout and type. Of particular note in this structure are the “version” and “reserved” bits (the time-high-and-version and clock-seq-and-reserved fields in the structure definition above). They actually have a structure as defined by RFC 4122:Ĭopy to Clipboard UUID = time-low "-" time-mid "-"
#Uuid generator js how to
UUIDs aren’t simply a sequence of hex-encoded digits. unique string id js create unique id in node js js uuid library uuid generieren js how to use uuid in nodejs generate a unique id for each element javascript generate unique id for elements in javascript how to give a unique id to the object created javascript uuid example javascript uuid nodejs tutorial uuid node js tutorial why uuid is use in. It’s also worth knowing that uuid module maintainers helped us to review the new API that landed in Node.js core). (It’s important to note that the uuid module is not going anywhere.
The web platform is working to standardise on a crypto.randomUUID() API that is common across environments.
Implementing random UUID generation directly in Node.js is significantly faster.
Generate RFC-compliant UUIDs in JavaScript.
#Uuid generator js generator
Philosophically, functionality that is found everywhere really ought to be part of the standard library of the platform. A tiny (130 bytes), secure, URL-friendly, unique string ID generator for JavaScript Built-In uuid.
It’s a fair question, with three specific answers: So if uuid is ubiquitous, why add uuid generation to Node.js itself? It can generate version 1, 3, 4 and 5 UUIDs. The JavaScript library we recommend for generating UUIDs is called (unsurprisingly), uuid. I’ve never seen a production Node.js application that does not have uuid in its dependency tree, and I consider it to be among the most important dependencies in the ecosystem. Although the JavaScript language itself does not have built-in support for generating a UUID or GUID, there are plenty of quality 3rd party, open-source libraries that you can use.
#Uuid generator js code
Historically in Node.js, if you’ve wanted to generate UUIDs, the go-to module on npm has always been the appropriately named uuid module, a small and useful piece of code that is downloaded over 50 million times per week. The irony is that, with the complex definitions and variations that do exist, the random UUID (so-called “version 4 UUIDs”) is by far the most popular and widely used. They don’t realise there’s actually an IETF RFC detailing the construction and format of multiple variations of UUID - all of which share a common serialisation and structure with significant variations on exactly how the bytes are derived. Most developers look at them and assume they’re nothing more than a random sequence of hex-encoded bytes. Universally Unique Identifiers (UUIDs) are surprisingly complex little structures. We introduced you to Node.js’s new Web Cryptography API implementation and the new support for the HKDF key derivation scheme previously, and in this post, we discuss two powerful new capabilities for generating random UUIDs and random prime numbers: Generating random UUIDs Much has been happening in the Node.js crypto subsystem lately. Node.js offers powerful new capabilities for generating random UUIDs and random prime numbers.
Tumblr media
0 notes
cssscriptcom · 8 months
Text
Generate Random Or Sequential UUIDs With Short Unique ID Library
Short Unique ID is a lightweight and efficient JavaScript library for generating unique, collision-resistant, random or sequential IDs. Useful for generating UUIDs for databases, objects, DOM elements, tracking, URLs, and many other applications. How to use it: 1. Install & download. # NPM $ npm i short-unique-id 2. There are several ways to import short-unique-id into your project depending on…
Tumblr media
View On WordPress
0 notes
utahtonki · 2 years
Text
Mysql uuid generator
Tumblr media
BIN_TO_UUID: It is just opposite to the previous one.UUID_TO_BIN : This function is responsible to convert a UUID value from VARCHAR format which is human readable into a BINARY format which is compacted one for storing.This can be achieved by using the following MySQL functions related to UUID: MySQL provides you the option to store the UUID values in BINARY format or say compress form and can be displayed in human readable i.e. When UUID values are used it may raise performance issues because of their size and unordered form.Like the expression WHERE Employee_ID = 05 is easy instead of WHERE Employee_ID = ‘fd7bc2fb-9ve4-10t7-49yy-p9vbc73cbxyf’. 8 bytes then it takes less storage capacity than UUID values i.e. Thus, by applying UUID, we can create the value of primary key of the base table first and input rows at identical time into both parent and child tables within a transaction.ĭrawbacks are briefed below beside the pros of using UUID relating a Primary key: parent table initially, receive the produced id and next the data will be inserted into the child tables. Let us assume that to input records into a parent table as well as child tables then we need to insert into the base table i.e. Similarly, it is a bridges logic in the application. To evade a round trip to the database server, UUID values can be produced anywhere.and so it will provide a target for any harmful attack to breach security and increase risk. Assume that if an employee having employee id 05 is accessing his/her account by using the URL:, for others also it will be easy to guess and use as 07, 08, etc. UUID do not describe the info about any data therefore they are more secure to be used for URL.The UUID values are distinct across databases, tables and also servers which let us to unite rows from several records or say distributed databases across MySQL servers.UUID() function usage may be similar to a Primary key for a table in the database. Let us view the MySQL UUID comparing to Primary Key with AUTO_INCREMENT INT attributes in database.Īdvantages that MySQL UUID for a primary key conveys are listed below: If this function is implemented whenever the binlog_format is fixed to statement then, it will log a warning. It should be noted that the function is insecure for application based on statement. This can be illustrated by using the UUID () function as follows: Here, the function UUID() gives a UUID value in agreement with the UUID version 1 termed in RFC 4122. Hadoop, Data Science, Statistics & othersįor generating the UUID values, we need to apply the UUID function shown below:
Tumblr media
0 notes
factsmains · 2 years
Text
Chrome extension uuid generator postgres
Tumblr media
Chrome extension uuid generator postgres generator#
d indicates the text input of the request body. Resizing a WebFOCUS Designer Esri map removes layer. An example request body is as follows: ' -H 'X-Auth-Token:MIISkAY***80T9wHQ=' -H 'Content-type: application/json' -X POST Error when migrating DB from SQL to Postgresql and running dbreplicate. rootaccounting-2 (master) sudo -u postgres psql -dbnameidempiere psql (11.8) Type 'help' for help. Where: PL/pgSQL function generateuuid() line 3 at RETURN This usually indicates that the uuid extension is missing from the database. Enter the request body in the text box below. You might need to add explicit type casts. Select raw and then JSON(application/json).
Chrome extension uuid generator postgres generator#
Use one of the UUID-OSSP generator function as th. Once UUID-OSSP is installed, declare a CREATE TABLE and UUID column. It can produce integers, longs, uuids, or strings, as shown in the following example. The algorithm used by the random() function generates pseudo-random values. setseed() sets the internal value for the generator. There is a UUID-OSSP server module to provide such functions, but it must be installed. LiveReload browser extensions are freely available for Chrome. PostgreSQL has two basic functions for generating random data: random() returns a random value with uniform distribution from the range 0.0, 1.0) (includes 0.0, but no 1.0). So you have to add a callback Bean to set your Id manually.Figure 3 Setting parameters on the Body tab page Answer: The PostgreSQL UUID type does not have a built-in sequence generator functions. Several sources ( here, here, here, here, here and here) indicate that there is no auto Id generation for R2DBC. I ditched the JPA approach - and note that we are using R2DBC, not JDBC, so the answer didn't work straight away. Currency conversion extension for Google Chrome and Edge browser that is based on the Chromium open-source project. Thanks to Sve Kamenska, with whose help I finally got it working eventually. The DDL for the table is like this: CREATE TABLE DOODAHS(id UUID not null, fieldA VARCHAR(10), fieldB VARCHAR(10)) NB the persistence is being handled by a class which looks like this: interface DoodahRepository extends CrudRepository Annotate class with Replace spring annotation with seen useful answers here, here and here but none have worked so far.use) or browsers extension such as Firefoxs HttpRequester, or Chromes Advanced. Create the UUID myself - results in Spring complaining that it can't find the row with that id. As an example, create a PyDev project called test-flask with a module.Neo4j: fixed actions menu for graph view tab. In PostgreSQL, there are a number of functions that generate UUID s: The uuid-ossp extension offers functions to generate UUID s. There are several standardized algorithms for that. Annotate the field with (in addition to existing spring Id) Cassandra: fixed generation of CQL script for only selected tables. A UUID (universally unique identifier) is a 128-bit number that is generated with an algorithm that effectively guarantees uniqueness.The class looks like this: class Doodah = strategy = false, unique = true) This extension allows to generate one or multiple Universal Unique Identifiers (UUID v4) with formatting options (with/out hyphens, with/out braces, lower/upper cased), and to copy rows of identifiers to the clipboard. This error indicates that it's expecting the ID column to be auto-populated (with some default value) when a row is inserted. This should be href="" rel="nofollow noreferrer">straightforward since hibernate and postgres have good support for UUIDs.Įach time I create a new instance and write it with save(), I get the following error: o.h.j.JdbcSQLIntegrit圜onstraintViolationException: NULL not allowed for column "ID" SQL statement: INSERT INTO DOODAHS (fieldA, fieldB) VALUES $1, $2). To protect user privacy, Google policies mandate that no data be passed to Google that Google could. The ID column of the table is a UUID, which I want to generate in code, not in the database. Avoid sending PII to Google when collecting Analytics data. How to view-source of a Chrome extension. I am trying to persist a simple class using Spring, with hibernate/JPA and a PostgreSQL database. Tags: uuid guid uuid-generator guid-generator generator time order rfc4122.
Tumblr media
0 notes
Text
How the kleptocrats and oligarchs hunt civil society groups to the ends of the Earth
Tumblr media
It's a great time to be an oligarch! If you have accumulated a great fortune and wish to put whatever great crime lies behind it behind you, there is an army of fixers, lickspittles, thugs, reputation-launderers, procurers, henchmen, and other enablers who have turnkey solutions for laundering your reputation and keeping the unwashed from building a guillotine outside the gates of your compound.
The field of International Relations has studied the enemies of the Klept in detail: the Transnational Activist Network is a well-documented phenomenon. But far more poorly understood is the Transnational Uncivil Society Network, who will polish any turd of sufficient wealth to a high, professional gloss.
These TUSNs are the subject of a new, timely scholarly paper by Alexander Cooley, John Heathershaw and Ricard Soares de Oliveira: "Transnational Uncivil Society Networks: kleptocracy’s global fightback against liberal activism," published in last month's European Journal of International Relations:
https://ora.ox.ac.uk/objects/uuid:5e5a3052-c693-4991-a7cc-bc2b47134467/download_file?file_format=application%2Fpdf&safe_filename=Cooley_et_al_2023_transnational_uncivil_society.pdf&type_of_work=Journal+article
The authors document how a collection of institutions – some coercive, others organized around good works – allow kleptocrats to take power, keep power, and use power. This includes "wealth managers, company providers, accounting firms, and international bankers" who create the complex financial structures that obscure the klept's wealth. It also includes "second citizenship managers and lawyers" that facilitate the klept's transnational nature, both to provide access to un-looted, prosperous places to visit, and boltholes to escape to in the face of coup or reform. It includes the real-estate brokers and other asset facilitators, who turn whole precincts of the world's greatest cities into empty safe-deposit boxes in the sky, while ensuring that footlose criminal elites always have a penthouse to perch in when they take a break from the desiccated husks they've drained dry back home.
Of course, it also includes the PR managers and philanthropic ventures that allow the klept to launder their reputation, to make themselves synonymous with good deeds rather than mass murder. Think here of how the Sacklers used charity to turn their family name into a synonym for culture and fine art, rather than death by opioid overdose:
https://pluralistic.net/2023/08/11/justice-delayed/#justice-redeemed
Beyond providing comfort to "Politically Exposed Persons" and "High Net-Worth Individuals," TUSNs are concerned with neutralizing TANs. Activists in these transnational networks play an inside-outside game: in-country activists will recruit peers abroad to bring attention to the crimes of their local kleptocrats. These overseas partners target the klept in the places they go to play and spend, spoiling their fun – and if they succeed in getting corrupt leaders censured abroad, then in-country activists can leverage that bad press to fight the klept at home.
To fight this "Boomerang Effect," TUSNs seek to burnish corrupt officials' reputations abroad, getting their names on humanitarian prizes, beloved sports teams, cultural institutions and great universities. They seek to capture international governance institutions that might wrong-foot kleptocrats, co-opting them to enable and even celebrate looters.
When it comes to elite philanthropy, TUSNs are necessarily selective. Kleptocrats' foundations don't fund anti-kleptocratic groups – they stick to "education, public health, the environment and the arts." These domains steer clear of human rights questions that might implicate their benefactors. Russian oligarchs love children's charities and disability rights – provided they don't target the Russian state.
If charitable giving is reputation laundering's carrot, then "reputation management" is the laundry's stick. Think of organized copyfraudsters who clone websites that have criticized their clients, then backdate the articles, then accuse the originals of infringing copyright in order to get them de-listed from Google or taken offline altogether:
https://pluralistic.net/2021/04/23/reputation-laundry/#dark-ops
Reputation managers also spend a lot of time in court. In the UK – the world's leader in libel tourism, thanks to a legal system designed to let posh monsters sue muckraking journalists into silence – Russian oligarchs have perfected the art of forcing their critics to shut up and go away:
https://pluralistic.net/2022/03/04/londongrad/#enablers
Indeed, London is a one-stop shop for the global klept, a place were forelock-tugging Renfields will buy you a Mayfair mansion under cover of a numbered company, sue your critics into silence, funnel your money into an anonymous Channel Islands account:
https://pluralistic.net/2022/01/07/the-klept/#pep
They'll sell you whole galleriesworth of "fine art" that you can have relocated to a climate-controlled container in a Swiss or Irish freeport:
https://pluralistic.net/2020/07/14/poesy-the-monster-slayer/#moneylab
They'll give your thick-as-pigshit progeny a PhD and never check to see whether he wrote his thesis himself:
https://en.wikipedia.org/wiki/LSE%E2%80%93Gaddafi_affair
Then they'll hook you up with a cyber-arms dealer to hunt your enemies by capturing their devices:
https://pluralistic.net/2021/07/27/gas-on-the-fire/#a-safe-place-for-dangerous-ideas
But don't let Brexit stop you from shopping for bargains on the continent. The Golden Passports of the EU – available in a variety of flavors, from Maltese to Cypriot to Portuguese – offer the discerning failson access to the luxury good shops and fleshpots of 27 advanced economies, making it a favorite of the Khmer Riche – the junior klept of Cambodia's ruling faction:
https://www.reuters.com/investigates/special-report/cambodia-hunsen-wealth/
But golden passports are for amateurs. Skilled klepts travel on diplomatic passports, which offer the twin benefits of free movement and consequence-free criminality, thanks to diplomatic immunity. The former Kazakh dictator's son-in-law enjoyed a freewheeling diplomatic life in Vienna; one daughters of the dictator of Tajikistan had a jolly time as an envoy to DC; another, to London (where else?).
All this globetrotting serves a second purpose: when rival elites seize power back home and force the old guard into exile, those ex-monsters can show up in the lands they called their second homes and apply for asylum. It turns out that even bomb-the-boats UK will welcome any asylum seeker who enters via the private jet terminal at City Airport (to be fair, these "refugees" have extensive properties in Zone 1 and country places in the Home Counties, so they won't need housing).
This stuff works. After Kazakh state goons murdered at least 14 protesters at a Zhanaozen oil facility in 2011, human rights groups around the world took up the cause. But they were effectively neutralized by TUSNs, with former UK PM Tony Blair writing on behalf of the Kazakh government to the EU condemning any kind of international investigation into the mass killings (add "former Prime Ministers" to the list of commodities for sale in the UK to sufficiently well-resourced murderer).
The authors close their paper with two case-studies. The first is of the daughters of Uzbek dictator Islam Karimov, Gulnara and Lola. And President Karimov was indeed a dictator: he trapped his population within his borders, forced them to use unconvertible scrip in place of money, and ordered the murder of hundreds of peaceful protesters, plunging the country into international isolation.
But while Uzbeks were sealed within their borders, Gulnara Karimov became an international player, running a complex network of businesses that mixed the products of the nation's oilfields with her family's fortune. She solicited – and received – bribes from Teliasonera, MTS and Vimpelcom, who were all vying for the contract to provide service in Uzbekistan. All told, she extracted more than $1b in bribes, laundering them through Latvia, Hong Kong and New York. She acquired real-estate in France and Switzerland, and her spree continued until her father collaborated with Uzbek security to seize her assets and place her under house-arrest.
Lola Karimova-Tillyaeva was Gulnara's estranged younger sister. She and her husband Timur Tillyaev ran the Dubai-based SecureTrade, which did extensive business with "opaque Scottish Limited Partnerships," laundering more than $127m in a single year to offshore accounts in the UAE and Switzerland. They acquired many luxe assets – a jet, a Californian villa, and an LA perfumier.
Lola styled herself as the face of the Karimovas abroad, a "philanthropist and cultural ambassador." She was a UNESCO ambassador and commissioned works of monumental art – and also sued the shit out of news outlets that reported factual matters about her family repressive activity at home. She organized AIDS charities in the name of Uzbekistan – even as her father was imprisoning a writer for publishing a book explaining how to have safer sex.
The second case-study is on Isabel dos Santos, "Africa's richest woman," daughter of Angolan dictator Jose Eduardo dos Santos. Isabel's vast fortune stemmed from her personal capture of vast swathes of the third-largest economy in Africa: "telecommunications, banking, diamonds, real estate and cement, among many others." Isabel enjoyed seemingly limitless access to state credit and co-investment, and was given first crack at newly deregulated industries. Foreign firms that invested in Angola were required to "partner" with Isabel's businesses.
Isabel claimed to be a "self-made woman" – a claim credulously parroted by the western press, including the FT. She used her homegrown fortune to become a major player abroad, especially in Portugal, where she was represented by the leading Portuguese law-firm PLMJ. Her enablers are who's who of corruption-loving lickspittles: McKinsey, Ernst and Young, Boston Consulting Group, and the Spanish BigLaw firm Uri Menendez.
Isabel cultivated a public facade of philanthropic giving and public spirited activism, serving as head of the Angolan Red Cross. She attended Davos and spoke at the LSE (she was also invited to Oxford, but her invitation was subsequently rescinded). On social media, she dismissed critics of her wealth and corruption as "colonialists," decrying their "racism" and "prejudice."
Isabel dos Santos's corrupt sources of wealth were finally, irrefutably exposed through the Luanda Leaks, in which the International Consortium of Investigative Journalists mapped the network of "top banks, management consultants and legal firms that were central to dos Santos’s operations."
Both case studies shed light on the network of brilliant, driven enablers and procurers without whom the world's greatest monsters would falter. It's a rare window on a secretive world, one that is poorly understood even by its inhabitants. As Michael Mechanic wrote in Jackpot, his 2021 book on vast, intergenerational fortunes, the winners of the lucky orifice lottery often lack any real understanding of how The Money is structured, grown and protected:
https://pluralistic.net/2021/04/13/public-interest-pharma/#affluenza
This point was reiterated by Abigail Disney, in a brave piece on what it's like to grow up subject to the oversight of these millionaires who babysit the children of billionaires:
https://pluralistic.net/2021/06/19/dynastic-wealth/#caste
This is an important contribution to the literature. We naturally focus on the ultrawealthy individuals whose reputations and fortunes are the subject of so much attention, but without the TUSNs, they would be largely helpless.
Tumblr media
Going to Burning Man? Catch me on Tuesday at 2:40pm on the Center Camp Stage for a talk about enshittification and how to reverse it; on Wednesday at noon, I'm hosting Dr Patrick Ball at Liminal Labs (6:15/F) for a talk on using statistics to prove high-level culpability in the recruitment of child soldiers.
On September 6 at 7pm, I'll be hosting Naomi Klein at the LA Public Library for the launch of Doppelganger.
On September 12 at 7pm, I'll be at Toronto's Another Story Bookshop with my new book The Internet Con: How to Seize the Means of Computation.
Tumblr media
If you'd like an essay-formatted version of this post to read or share, here's a link to it on pluralistic.net, my surveillance-free, ad-free, tracker-free blog:
https://pluralistic.net/2023/08/24/launderers-enforcers-bagmen/#procurers
Tumblr media
Image: Sam Valadi (modified) https://www.flickr.com/photos/132084522@N05/17086570218/
CC BY 2.0: https://creativecommons.org/licenses/by/2.0/
--
Colin (modified) https://commons.wikimedia.org/wiki/File:Palace_of_Westminster_from_the_dome_on_Methodist_Central_Hall_(cropped).jpg
CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/deed.en
2K notes · View notes
winmundo · 2 years
Text
bash – How to generate a uuid in shell script
Its installed out-of-the-box on freeBSD systems like MacOS.
On Fedora, CentOS, and RHEL, get it from the util-linux package (CentOS6 has it in util-linux-ng). On debian, get it with sudo apt-get install uuid-runtime. On other linux systems, try looking for the e2fsprogs package.
0 notes