Thoughts on Various Media I've Consumed [Live Post]

thoughts musings

It’s really hard to maintain any long-term takeaways from the content I read, and I find it useful to explain exactly how my thoughts and opinions change over time, to hold me to specific updates in opinions, to allow others to check and correct my understanding, and to invite conversation on topics that I’m interested in.

April 2024

  • Do people care that Blind is not that anonymous? Seems Business Insider does, and a number of threads (i.e. 1) on Reddit where people are either scared of sysadmins seeing the Blind invite email, or sysadmins themselves saying it’s unsafe.
  • https://www.talentmobility.fund/ – I’ve been convinced that a fund or VC firm focused on O1 visas and high talent immigration would be a pretty high leverage advantage (probably since all the best zk email contributors are international) – glad to see it exists! Wonder if there’s a version of this for people who aren’t invested to by the fund.
  • Getting PR previews on external PRs is really good for velocity of an OSS project, where you don’t need any sensitive .env vars to check if the PR preview works. You can get this via Github Pages + this Action + this patch it seems.
  • The Future of Bacteria Treatments and Probiotics: I had a great 1-hour session with Adil discussing the competitiveness of different bacteria in our bodies, in the context of Lactaid and Bactose. It turns out that most of these ingested probiotics/bacteria/enzymes don’t actually work that well because your body switches between highly acidic and highly basic states in the digestive system to neutralize anything that might kill you, which inevitably kills or denatures most enzymes before they can reach your gut. So it’s easier to neutralize lactose outside the body, which is why food mixed with Lactaid is actually probably much better than having a pill. This is also why mouth bacteria like Lantern Bioworks might work much better than most probiotics. Even if these bacteria were to reach the gut, say via anal insertion or a robust casing (which lactose pills do not have), they would then still face competition from the antifragile equilibrium of your gut bacterium, that have been honed over years to resist any sort of strain in any direction. So most likely, they would be outcompeted and die quite fast. One interesting way around this might be to insert your desired plasmids into existing bacterial strains from inside a person’s body instead of E. Coli, which might potentially be extremely destructive – so they perform both the original duty of the original bacteria and the new duty of the new plasmid, thus being more likely to keep equilibrium.

The Blue LED (Feb 2024)

This Veritasium video on the creation of the blue LED is mind blowing – it explains the physics of simple n/p semiconductors extremely well, it explains the cascading sequence of research and evolving thought super well, and it tells a really great story about the inventor getting royally screwed time and again by corporations. I was left both awestruck and inspired after this video.

Wifi Cracking (Jan 2024)

In my recent exploration of the world of wifi hacking, I’ve realized that most tools use a pre-2018 way of thinking and make no sense. Here’s a brief rundown of what I’ve learned:

  • This resource is a good overview of the handshake function; basically, you are trying to reverse a hash with a small set of preimages.
  • Deauthentication is a common technique in Wifi hacking, but I didn’t like it ethically. For instance, what happens to critical devices like pacemakers or IoT devices that might not reconnect after a quick drop?
    • Pwngatochi, a tool I’ve been experimenting with, has a non-deauth mode. By disabling personality.assossciate and personality.deauth, you can operate without deauthentication.
    • I thought it was cute that pwngatochi units can “talk” to each other when in close proximity, dividing available channels among them for optimal hacking. It’s interesting that the tomagochi model is super prevalent in the hacking community; there’s mini cat-shaped hashcat PCBs too.
    • Another tool, Wifi Hash Monster, also offers a non-deauth mode, as discussed in this Reddit thread.
  • Luckily, a vulnerability in the Robust Security Network allows for the exploitation of most wifi routers without de-auth! These routers assume secure passwords, so they expose the ‘client-less PKMID attack’, in which routers volunteer up their PMKID to unauthenticated users, enabling offline hash cracking without deauths.
  • To get this working on my Mac, I had to combine the first half of the BetterCap tutorial with the second half of this PMKID article.
    • I ran into some issues in that it didn’t capture as many PMKIDs as I expected – I was under the impression that all networks just give this hash out?
    • The docker command needs to be replaced with this, since the path is a little off $ docker run -ti --rm --mount src="$(pwd)/cap",target=/hcxpcaptool,type=bind slorenz/hcxpcaptool hcxpcaptool -o /hcxpcaptool/pmkid.16800 /hcxpcaptool/bettercap-wifi-handshakes.pcap. This outputs the needed pmkid.16800 file.
    • It turns out this .16800 filetype is deprecated in hashcat and has been replaced by a .22000 filetype, so I used this online tool instead to give me a .22000 and trashed the entire docker flow. Oh well.
    • Once you have the hash, you then have to run hashcat. The article uses '?l?l?l?l?l?lt!' which is useless since no password will end in a t!. So instead, I recommend doing '?d?d?d?d?d?d?d?d' at the very least, which is 8 random characters. Unfortunately, $36^8$ combinations is 3 trillion, so that makes any local search infeasible (maybe times 3 for Capital Case and ALL CAPS modes, so 10T)? Letters (all lower, Cap Case, and UPPER modes) followed by numbers – is upper bounded by the sum of the geometric series, or $\frac{26 ^ 8}{(1 - \frac{10}{26})} * 3 ~= 1T$ combinations.
    • I wish there was a hashcat wifi-cracking list that took into account the WiFi name, and tried all lowercase/Capital Case iterations of that value with a few numbers and symbols after, since that seems like a common pattern. I wonder if you can train a simple algorithm (doesn’t even need to be AI-based) on large crowdsourced SSID/password databases like Instabridge or Wifi Space to deduce similar rules/heuristics?
    • There’s an annoying thing where most of the hcxtools don’t actually work on Mac, even though there’s a brew package, since they are made for Linux. So you have to make an ephemeral Linux Docker image to even run them like this article, which is honestly a pretty useful skill.
  • Some fun wifi pranks: you can rickroll people by creating a bunch of networks with the lyrics of “Never Gonna Give You Up”, like this GitHub repository does.

Of course, all of this information is for educational purposes only and only for responsible experimentation on networks you own.

Screensavers (Jan 2024)

I think it’s cool to have a Chromecast on a TV/projector in the background on ambient mode, streaming various photos from a Google Photos album to a TV. I set it up for my parents and grandparents, and it led them to remember a lot of fond memories. I wanted to also have videos for my own house, but with the Chromecast it requires these adb commands and an external app (1, 2). Folks say it might work better with an Android TV enabled stick like Fire TV instead – this setup will take me too long right now but I’m leaving this as a self-reminder for our new house.

My Position on e/acc vs d/acc (Dec 2023)

Andreessen (e/acc) correctly notes that we are not optimistic enough on technology, and we let short term concerns slow down long term losses. At the same time, Vitalik (d/acc) is right that we need this acceleration deeply in places like medicine (i.e. 10 people dying in a trial is a tragedy but 100K people dying because of a delayed drug is a statistic), but just accelerating indiscriminately in the direction that tech and capitalism take us can be destructive. He argues (and I agree) that we really do need to invest in defensive technologies at the same time, especially against tech-progressive ideas that the rest of the world will struggle to catch up to. I think this divide is well demonstrated in biosecurity, nuclear weapons, fracking, biological weapons, and human reproductive innovation (“tech is not inevitable”) – where defensive policies and technology defense was critical for those fields to not decimate humans. Overall, I think you can be d/acc but still be accelerationist – you just believe that explicit, non-capitalist incentives are needed to accelerate technology on the best possible paths by incentivizing additional arms of technology.

I think this dialogue mostly exists between powerful tech people and on Twitter, and the broader world will not know about it. However, it seems possible for the political divide to slightly shift for this dialogue to become one of the dominant qualities that lets you determine the rest of someone’s stances. On a meta note, I am super hyped that Vitalik named d/acc defensive technology instead of deaccelerationism, to change the natural “foil” of e/acc to still be accelerationist but responsibly, thus still giving power to the best deaccelerationist counterarguments, bit without giving momentum to that likely destructive movement.

How to Clone Github on a New Computer (Dec 2023)

I have had this problem an infinite number of times – a new computer or ssh, and I need to clone a private repo. It’s a massive pain to keep adding my ssh key to Github when all I want is a quick piece of software and I don’t really care about Github security beyond a one time key.

You have to:

git clone https://<USERNAME>@github.com/<USERNAME>/<REPO>

Putting username@ and using https means it won’t error to ask for an ssh key. It will then query for a password (either when you first clone or when you git push), and in all these scenarios, put in a personal access token instead of your password. I generated said token a while ago for all my ssh machines, and saved it in my Bitwarden. It’s super weird that this process is completely undocumented, and I had to cobble it together from a bunch of random posts and answers – it is admittedly lower security but marginally faster and higher convenience.

Audio Timestamping (Nov 2023)

Turns out theres a 50 Hz background hum from power mains in all audio with minor fluctuations that can be mapped back to the original power grid in order to precisely timestamp video, which is really interesting. This has use in catching fake speedrunners, but I wonder if it can be used for audio watermarking as well.

Research is based on the premise that the pursuit of truth is noble. Unfortunately, this directly contradicts different cultures, like when an Indian tribe’s blood was used for non-consenual research to determine their origin (among other things), which went against their traditions and tribal knowledge, and resulted in decreased group cohesion. This study (and then Rick and Morty Season 7 Episode 4) both had me thinking about cases in which telling the trust was counterproductive or even disrespectful.

UBI (Sept 2023)

I think a lot about UBI in the context of tech like email wallet that enables currency transfer to any email address and redemption via zk proofs behind the scenes, and in the context of blockchains where I’m not sure if it makes sense as an application. Below is my attempt to analyze existing experiments and determine the best path forwards for UBI.

The Mumbuca Currency Experiment

The Mumbuca is a currency backed 1:1 by the Brazilian Real, but only spendable within the local city and with an additional 1% tax on redemption to Reals during 25 days of each month. The backing is funded by oil found off of the coast of the city, and this is effectively its choice public good. The tax only affects those who want liquidity immediately, and the restrictions on redemption keep spending from the UBI completely domestic. The tax funds a UBI for additional Mumbucas to be distributed to poor families of the local city, and has led to a claimed employment increase during the pandemic, compared to a decrease elsewhere. The study design is mentioned on the linked page, but I’m most curious to see a few answers.

  1. Counterfactual analyses: had the money been spent on a shopping center that provided local taxes or other public goods development like roads or infrastructure, how would the benefits have compared to extra local-only spending power?
  2. Does local-only redemption make a huge difference? For instance, haircuts and groceries must by definition be local, and if someone merely shifts all of their local spending to happen in mumbucas and international spending via their actual currency, does the local-only nature of a small supplemental income actually change much?

If the local-only nature of the currency really did change spending patterns, then I am curious if it makes proof-of-location via zk email or zk proofs of helium hotspots or zk proofs of attested gps, a more valuable proof to have.

Finland’s UBI Experiment

Finland’s UBI experiment was marked as a failure, and they reformed the system (notes below). However, the actual results seem to paint a different picture – the goal of the program was directly to reduce unemployment in the short term, but doesn’t seem to have led to immediate changes in that aspect. Critics rightfully say the effects weren’t measured on a long enough timescale (the premise being better mental health and education only leads to more employment later down the line). It seems to primarily be because part time jobs are sufficient to maintain a lifestyle and so people don’t look for full-time work, and the expectations on how getting a job might change someone’s eligibility for the program are unclear. The proposed solution was to restruct UBI to people who do not show 4 job applications per month and who reject job offers, but I can’t find any information online with the results of this restriction. The UBI only increased existing benefits by $50 per month, and saved benefactors from the paperwork of reporting income. Of course, this means that you can no longer scale UBI sub-linearly with income (i.e. at higher incomes, you still have benefits, but less; so for instance, each $1 of income will reduce your benefits by 10 cents). It seems to me like the UBI should end after a specific period of time as to only be temporary support (which seems to have been the case, as the trial was only run for a year), and I’m dubious of self-reported data: there seems to be a bias for people to claim that their mental health got better regardless of the truth, in order to continue to receive the benefits as the government rules it a success.

Norway’s UBI Requirements

Norway gives UBIs conditional on public participation, including participating in elections and paying taxes. I think this makes sense, and seems hard to do with a crypto-based UBI scheme.

Bolsa Familia (Page 43 here)

This scheme is also dependent on completed vaccinations and school enrollment for children, which I like.

India’s UBI Results

If the primary result of UBI is increased schooling, then one would actually expect to see a temporary hit to employment in favor of education, and only see benefits many years later. I think analyses of the effects of UBI need to also consider the change in education rates, and factor the net long term effects into the success metric of the experiment.

Takeaway on UBI

I’m no longer quite as convinced that existing UBI mechanisms are as effective as people claim, though I do think that we should increase the number of experiments trying different schemes, and that a small percent of public revenue should go towards local experiments on it. I also think that much of the criteria relies on things that can’t efficiently be verified on chain, and blockchains are only useful as payment substrates, not entire backbones (and even then, taxes on blockchain-based UBI often hurt the community and help the UBI company and its venture capitalists).

The PSI pro-Union org released a report that seems well written, and proposes promising alternatives to UBI. The argument that it subsidizes low wages seems fair, and that it merely band-aids and doesn’t actually change the underlying social fabric and problematic entrenched systems, only offering temporary relief. Unfortunately, it also exacerbates gender roles (page 44-45) since women disproportionately enter education or caretaking roles.

I like their job guarantee proposal, in that the money is instead given to an organization to create a new job and pay the person that much, increasing employment and helping local businesses. Their cautions with four day workweeks also makes sense; it’s reasonably opposed by low paid workers, and implementing it for only high-paid jobs only increases inequality in health etc due to disparities in disposable time.

Metacomment on studies

It’s unusual that so many schemes have been tried but documents like this are unable to make any concrete policy decisions or have takeaways since the schemes (like ReCivitas or Marica’s) are not paired with rigorous studies. I also think that studies based on self-reporting might be biased by people saying they went better than they did to try to keep benefits, and not reporting employment due to fear of having to pay taxes on that income. I can see anonymous zero knowledge-enabled reporting i.e. via semaphore nullifiers to be valuable here.

Universal Basic Services

The Institute for Global Prosperity at University College London is trying to spread this meme, which says that public goods like health, education, housing and domestic utilities, childcare, adult social care, and transport and digital communications.

Bipartisan Climate Change (Aug 2023)

Anson has a documentary on this that I am very excited for. Given that optics seems to be more important for Republican lawmakers, I think that couching pro-climate legislation with benefits to workers and naming the bill after the benefits to the workers i.e. advocating for ev or solar development and promising new job offers from existing firms for those displaced workers seems useful. I think also that rebranding meltdown-proof triso-based nuclear fuel as something like “supergas” would help avoid association with anti-nuclear sentiment due to meltdowns.

Quail Eggs, Laundry Detergent, and EoE (Aug 2023)

There were a few papers in 2018 that showed consuming quail eggs reduced EoE-related inflammation. Apparently the ovomucuoid protein that is allergenic in chicken eggs is mutated at all the allergenic binding sites, and in fact inhibits eosinophils in quail eggs. Quail eggs also have a specific ‘serine protease inhibitor’ which reduces abnormal antibody expression from EoE. I now very frequently eat them, but perhaps my intake should go from 5 once a week to 5 a day.

In 2022 and 2023, there were a flurry of papers tying laundry detergent to EoE. I now only use Molly’s Suds which doesn’t have any of the harsh and possibly bad cleaning agents (likely SDS) in things like Tide.

Slate Star Codex Article Thoughts

Be Nice Until You Can Coordinate Meanness

  • Gives a good way to think about the default policy of being “nice”, where that fails, and a cool heuristic to think about unilateral decisions vs group norms. Reminiscent of credible neutrality.

Depression and Inflammation

  • We have a garbage understanding of depression, and SSRIs don’t work very well. I’m curious to see the inflammation link validated or disproved.

Coherent Free Speech Norms

  • The archipelago approach to free speech norms is sensible, the distinction between a speech act and speech is a useful tool, and anti-vigilante principles being consistent is disappointing, but also makes sense.

Archipelago and Atomic Communitarianism

  • Gives a compelling analogy for why increasing someone’s choice in a situation might be bad, due to making a worse choice closer to the lower friction default choice. Goes into a lot of details on specific situations that in retrospect, I also felt confused about. I like how this just felt like a thought dump of an untraditional view – I’m hoping this can be an inspiraiton for me to also talk about my untraditional views.