Live data from Hacker News

Using TypeScript to obtain one of the rarest license plates

jack.bio

11–20 of 212 posts

Re: Using TypeScript to obtain one of the rarest license plates

#11

Hehe, I do a similar thing for phone numbers and I got real good ones almost for free :)

phone numbers seem risky, years back I got randomly assigned a "cool" number (I think it ended with 8888 or something) and it seems it was on all possible fax spam lists, constant calls all hours of the day and the night, had to change it asap.

Re: Using TypeScript to obtain one of the rarest license plates

#12
post #4
post #2

One thing that stopped me from seeking the vanity plate - I learned that at least in Texas all plates are made by minimally paid prisoners. So any desire to finance that system beyond what's absolute possible minimum (i.e. regular plates) evaporated.

In New York it's the same, they make the license plates and also school furniture, and maybe other things too. I was scared for a moment when I was told by USPS Informed Delivery that I have incoming mail from Auburn Correctional Facility - but it was a license plate.

[flagged]

Re: Using TypeScript to obtain one of the rarest license plates

#13
post #9
post #3

In Denmark, you can buy a vanity plate (ønskenummerplade) for 8'000 DKK (needs renewal every 8 years), and it can be between 2 and 7 characters long; but the best part is that they permit all Danish letters, including Æ, Ø and Å. One could likely write a script quickly to check these platforms for short combinations, such as ØÅ, which appears to be available.

ØØ7 Don't forget that the cost is not only the bureaucratic fee; you also have to buy a vintage Aston Martin or Lotus, to display the plate.

Shouldn’t be a problem with all that medieval money lying around. /s

Does a kit car count? You can build a Lotus for around the cost of a Honda civic. Like a Lotus 7.

Re: Using TypeScript to obtain one of the rarest license plates

#14
post #9
post #3

In Denmark, you can buy a vanity plate (ønskenummerplade) for 8'000 DKK (needs renewal every 8 years), and it can be between 2 and 7 characters long; but the best part is that they permit all Danish letters, including Æ, Ø and Å. One could likely write a script quickly to check these platforms for short combinations, such as ØÅ, which appears to be available.

ØØ7 Don't forget that the cost is not only the bureaucratic fee; you also have to buy a vintage Aston Martin or Lotus, to display the plate.

While clever, as a Scandinavian I regret to inform you that I would read that as: Uh Uh Seven, not (double) Oh Seven ;)

Re: Using TypeScript to obtain one of the rarest license plates

#16
post #2

One thing that stopped me from seeking the vanity plate - I learned that at least in Texas all plates are made by minimally paid prisoners. So any desire to finance that system beyond what's absolute possible minimum (i.e. regular plates) evaporated.

> I learned that at least in Texas all plates are made by minimally paid prisoners

Lol, wasn't slavery outlawed in the US, or were some states still allowed to keep it? That's absolutely bananas if true.

Re: Using TypeScript to obtain one of the rarest license plates

#17
post #4

Earlier quoted context omitted.

In New York it's the same, they make the license plates and also school furniture, and maybe other things too. I was scared for a moment when I was told by USPS Informed Delivery that I have incoming mail from Auburn Correctional Facility - but it was a license plate.

[flagged]

> Yes, it’s borderline slave labor

I'm sorry, how is it "borderline" slave labour and not straight up forced labour? These people are imprisoned, and I'm assuming forced to do this work, or what happens if they say no? It's quite literally known as "penal labour" and I thought most of the world figured out that we're not supposed to treat people like that anymore.

Re: Using TypeScript to obtain one of the rarest license plates

#19
post #2

One thing that stopped me from seeking the vanity plate - I learned that at least in Texas all plates are made by minimally paid prisoners. So any desire to finance that system beyond what's absolute possible minimum (i.e. regular plates) evaporated.

> I learned that at least in Texas all plates are made by minimally paid prisoners Lol, wasn't slavery outlawed in the US, or were some states still allowed to keep it? That's absolutely bananas if true.

Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.

Re: Using TypeScript to obtain one of the rarest license plates

#20
post #3

In Denmark, you can buy a vanity plate (ønskenummerplade) for 8'000 DKK (needs renewal every 8 years), and it can be between 2 and 7 characters long; but the best part is that they permit all Danish letters, including Æ, Ø and Å. One could likely write a script quickly to check these platforms for short combinations, such as ØÅ, which appears to be available.

I'm imagining someone driving in England and the police having no way to input those letters into their system.

I wonder if the Danish system would prevent ÆØÅ and AEOA from both being registered. Would the Danish system Match "ÆØÅ" if someone input "AEOA"? There are unicode normalization rules, but I wonder if systems would be built to handle that. If you're Danish, you'd just use those letters so it wouldn't be a useful feature. If you're English, you wouldn't often encounter those letters so it wouldn't be a useful feature.

Post reply on HN