HN user

timbowhite

421 karma
Posts19
Comments105
View on HN
www.thedrive.com 3mo ago

EPA Plans to Start Diluting Gasoline This May

timbowhite
6pts0
www.chainalysis.com 4mo ago

The Resolv hack: How one compromised key printed $23M

timbowhite
117pts163
domdb.com 10mo ago

Show HN: Monitor Aftermarket Domain Listings

timbowhite
1pts0
tld-list.com 2y ago

Wholesale Prices Are Increasing for 211 TLDs

timbowhite
1pts0
proxycompare.com 3y ago

Show HN: Compare 259 paid proxy plans across 19 data points

timbowhite
1pts1
wee.domains 6y ago

Show HN: A list of short, available domain names and their prices

timbowhite
2pts0
cryptoli.st 8y ago

Show HN: CryptoList – customizable list of cryptocurrencies and their attributes

timbowhite
4pts0
vidgen.io 9y ago

Show HN: Vidgen – Generate Summary Videos of HTML Content

timbowhite
2pts1
github.com 10y ago

Show HN: Botbouncer: ban bots/scrapers until they pay Bitcoin (Node.js)

timbowhite
2pts0
dronecheap.net 10y ago

Show HN: Dronecheap – Compare Drone Prices and Features

timbowhite
10pts1
dronecheap.net 10y ago

Show HN: Dronecheap – Compare Drone Prices and Features

timbowhite
5pts2
github.com 11y ago

Show HN: Elephant Grass - Open Source Bitcoin-Powered Spam Control for Gmail

timbowhite
7pts0
news.ycombinator.com 11y ago

Ask HN: How to get lots of spam, fast?

timbowhite
72pts45
tld-list.com 11y ago

Show HN: tld-list.com – 818 Top Level Domains and Their Cheapest Registrars

timbowhite
101pts59
unix2date.com 12y ago

unix2date.com: convert unix time ➡ human readable date

timbowhite
1pts2
news.ycombinator.com 14y ago

Alternatives to Linode VPS?

timbowhite
18pts12
convertunixtimestamp.com 14y ago

Show HN: my weekend project, convertunixtimestamp.com

timbowhite
2pts0
www.zulius.com 14y ago

Setup a Bitcoin mining rig powered by Linuxcoin & Smartcoin

timbowhite
1pts2
news.ycombinator.com 15y ago

Ask HN: Why is depicted violence more acceptable than porn in America?

timbowhite
5pts2

I like this strategy a lot, but the performance of read queries suffer if they span partitions, correct?

The issue I'm facing is a very large table, that is both write and read heavy, and the reads do not fall into a specific range of values for any particular column, so I don't think partitioning is an option.

In Bitcoin's case, public keys are only revealed during a transaction.

And every transaction completely spends the source keypairs' funds.

So the only attack vector a quantum computer could use is:

1. Observing newly broadcast/unconfirmed transactions

2. Deriving the private key(s) from the public key(s)

3. Creating and broadcasting its own transaction using the stolen keypairs before the original transaction confirms (presumably with a higher fee to win the confirmation race).

Please correct me if I'm wrong.

EDIT: correction: every transaction completely spends any selected UTXO of an associated keypair, not all of the "source keypairs' funds". Thus the attack vector also includes being able to steal from any keypair that has ever made a transaction and also has UTXOs.

I maintain Express.js and Lodash

Thank you!

In 2025 I made $10 from open source

Slightly off-topic, but I wish more OSS projects and maintainers would advertise cryptocurrency donation addresses. It's probably the easiest way for end users to donate.

I'm honestly ignorant - what political statement is it making?

It seems that liberals dislike Teslas because they dislike Elon Musk.

And conservatives dislike Teslas because they dislike new and different things.

A solution I've used is to limit the number of table rows displayed to fit vertically within the browser viewport. This way the horizontal scrollbar at the bottom of the table is always visible without having to scroll vertically.

This does require:

0. Pagination.

1. Each table row must have the same height.

2. Use of javascript to calculate the max number of rows that will fit vertically in the viewport (and don't forget to include the height of the table header and pagination buttons in the calculation).

3. Send ajax request with row limit to server to retrieve and render the data.

You can see an example here: https://wee.domains

Just a heads up - I tried this random query:

  select * from trips where pickup_latitude < -74 order by pickup_longitude desc limit 10;
Didn't get a result set. The little box in the upper right hand corner stated "Maximum number of pages (16) breached in MemoryPages"
One-Word Domains 6 years ago

You might take a look at wee.domains [0] - it's a big table of short available domains from the most popular TLDs. It has pricing from a variety of registrars too.

[0] https://wee.domains

Disclaimer: i made it.

No I don't think so. Thanks for pointing that out.

IIRC, I eventually removed nosnippet because it caused google to not display microdata in SERP (see the "$25.99 to $99.80" in the above screenshot) that were desirable for my traffic. I instead replaced nosnippet with:

``` <meta name="robots" content="noarchive"> ```

And this seemed to have the same effect as nosnippet, but with the added benefit of my microdata still being displayed in SERP.

I deliberately opted out of snippets for TLD List [0], a price comparison site I made for domain names.

I don't know if it's made any difference. Organic search traffic from them has slowly but steadily increased over the years.

Google now sometimes displays a snippet from my competitor's website for searches like "cheapest .io domain" [1]. The snippet seems pretty useless as it doesn't include any registrars' names/links (and my competitor's price info is quite outdated).

In these cases, since the snippet is the 1st thing users see in SERP, and doesn't provide enough info to fully answer the question, I'd wager that my competitor is ultimately receiving the majority of clicks from these snippets.

[0] https://tld-list.com

[1] https://i.imgur.com/aFoZbFw.png

Show HN: Cointabb 8 years ago

Sorry to hijack - I launched a similar site last week. It has a few more data points:

https://cryptoli.st/

I like your site's "favorites" functionality. Maybe make the favorited coins persistent via a unique URL or user login?

Thanks for the suggestion! That makes a lot of sense. You're right, most publishers are very particular about format of their content in these generated videos. Focusing on a single client would help nail down at least one use case, and bring in some much needed cash flow :)

The text-to-speech software was ~$1500, and it's been running on a $100/month dedicated server since February.

https://vidgen.io

It's a web app that generates summary videos of online articles/content.

I launched it in February and it hasn't made a dime. I was charging ~$3 per generated video, but since it's had zero traction, the videos can now be downloaded for free.

The main feature it's lacking is a way to customize the generated videos. Once I get this implemented I will try promoting it again.

Spent about 3 months building it and over $2k in hosting + licensing.