Hacker Newsnew | past | comments | ask | show | jobs | submit | timbowhite's commentslogin

Is this the same collision theorized to have created the moon?


That's what is suggested here but according to the Giant Impact Hypothesis the impact happened about 4.5 billion years ago and formed the Moon from debris, and it likely vaporized much of any existing water on proto-Earth rather than delivering it... More investigations needed ...


Yes


I run independent websites and I'm not broke yet.


The pg_ivm plugin adds incremental updates to Postgresql materialized views:

https://github.com/sraoss/pg_ivm

Though I don't know how well it works on a write-heavy production db.


Pretty neat.

How would the multiplier DCA act during a multi-month "crypto winter"?


It would try to snipe the bottom, slowly scaling into bigger order sizes


> never understood why we don't have decentralized/globally neutral payments/transactions systems

BTCPay Server[0] seems to be the most popular way to accept crypto payments on self-hosted hardware with no third party processors.

[0] https://btcpayserver.org/


Is this essentially the same data CZDS [0] offers + ccTLDs zonefiles?

[0] https://czds.icann.org/home

EDIT: is your site a clone or resell of zonefiles.io? Even the favicon is the same


https://domdb.com - aftermarket domain name aggregator and search engine.

It has integrated BIN inventories from Afternic, Sedo, Namecheap, Porkbun, and Gname.

Currently working on custom price alerts and an API.


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.


Source?


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: