HN user

verginer

200 karma
Posts19
Comments7
View on HN
the-diy-life.com 5mo ago

Raspberry Pi Drag Race: Pi 1 to Pi 5 – Performance Comparison

verginer
219pts91
www.bbc.com 1y ago

Extremist settlers rapidly seizing West Bank land

verginer
43pts15
improbable.com 3y ago

The Dead Grandmother/Exam Syndrome [pdf]

verginer
2pts0
www.thedailybeast.com 4y ago

What your iPhone Doesn’t Want You to Type (2017)

verginer
1pts0
journals.sagepub.com 4y ago

The new luxury freeports: Offshore storage, tax avoidance, and ‘invisible’ art

verginer
3pts0
lynk.global 4y ago

Lynk – Powering the new knowledge economy

verginer
2pts0
en.wikipedia.org 5y ago

Fish kick – possibly the fastest swim stroke

verginer
1pts0
www.bbc.com 5y ago

World Bank rejects El Salvador request for Bitcoin help

verginer
68pts191
www.politico.com 5y ago

Lawmakers press Biden to give Putin ultimatum on ransomware gangs

verginer
3pts0
www.politico.eu 5y ago

Wu Dao 2.0, the Chinese AI model making the West sweat

verginer
12pts4
www.politico.eu 5y ago

The EU has introduced a new ‘digital’ ID. Here’s what it means for you

verginer
12pts3
www.verginer.eu 5y ago

What is the value of targeted advertisement to publishers? (GDPR)

verginer
2pts0
www.nationalgeographic.com 5y ago

Why the FBI Kept a 1,400-Page File on Einstein

verginer
2pts0
www.bloomberg.com 5y ago

Belarus Military Forces Ryanair Jet Landing as Reporter Arrested

verginer
6pts0
www.politico.eu 5y ago

Big vaccine makers reject offers to help produce more jabs

verginer
4pts0
medium.com 5y ago

The Network Effects Manual: 13 Different Network Effects (2018)

verginer
3pts0
towardsdatascience.com 7y ago

Coral Cities – Cities Visualized as Corals

verginer
3pts0
www.aclu.org 7y ago

(2017) Pitfalls of Artificial Intelligence Decisionmaking Highlighted, ACLU

verginer
2pts0
www.theguardian.com 8y ago

FB offers way to check if data leaked to Cambridge Analytica

verginer
3pts0

Like others have pointed out, it reads like a horoscope. The example images give a reasonable approximation of what I'd profile them as too, but after trying a few of my own picture it's clearly BS. Garbage in, garbage out.

This "use LLMs as psychometric/political polling substitutes" idea seems to have jumpstarted a weird cottage industry of "synthetic" surveys. The model is pattern-matching on superficial visual cues and dressing it up as insight (I have a long beared and hence I vote for the green party).

Nate Silver put it well recently: [AI polls are fake polls][1].

An LLM inferring personality from a photo is even further down that chain of abstraction. That's not profiling, it's stereotyping with extra steps.

[1] https://www.natesilver.net/p/ai-polls-are-fake-polls

I finally found a job for my Raspberry Pi 1 Model B from 2012. It’s been sitting in a drawer for years, but about a 2 years ago added it to my Tailscale network as an exit node.

It’s a single-core 700MHz ARMv6 chip with 512MB of RAM. It's a fossil—a Pi 5 is 600x faster (according to the video). But for the 'low-bandwidth' task of routing some banking traffic or running a few changedetection watches via a Hetzner VPS (where the actual docker image runs), it’s rock solid. There’s something deeply satisfying about giving 'e-waste' a second life as a weekend project.

Good observation, but they also acknowledge: > there are considerations inherent in our use of the case insensitivity shortcut, which trusts the YouTube search engine to provide all matching results, and which oversamples IDs with letters, rather than numbers or symbols, in their first ten characters. We do not believe these factors meaningfully affect the quality of our data, and as noted above a more direct “brute force” method - even for the purpose of generating a purely random sample

In short I do believe that the sample is valuable, but it is not a true random sample in the spirit that the post is written, there is a heuristic to have "more hits"

Admittedly, I did not read the paper linked. But my point is not about google doing something funny. Even if we assume that ids are truly random and uniformly distributed this does not mean that the sampling method doesn't have to be iid. This problem is similar to density estimation where Rejection sampling is super inefficient but converges to the correct solution, but MCMC type approaches might need to run multiple times to be sure to have found the solution.

The author notes that they used "cheats". Depending on what these do the iid assumption of the samples being independent could be violated. If it is akin to snowball sampling it could have an "excessive" success rate thereby inflating the numbers.

Jason found a couple of cheats that makes the method roughly 32,000 times as efficient, meaning our “phone call” connects lots more often