HN user

jotto

1,306 karma

https://headless-render-api.com/

Posts95
Comments201
View on HN
headless-render-api.com 2y ago

Mullvad VPN in a NixOS systemd-nspawn container

jotto
2pts0
headless-render-api.com 2y ago

My NixOS and Nomad Dev Environment

jotto
2pts0
headless-render-api.com 2y ago

My NixOS and Nomad Dev Environment

jotto
3pts0
headless-render-api.com 2y ago

Google May Still Need Pre-Rendering or SSR

jotto
1pts0
messari.io 5y ago

Stripe is Easy, Bitcoin is Easier

jotto
4pts1
messari.io 5y ago

Exploiting DeFi Apps with This One Weird Trick

jotto
2pts0
messari.io 5y ago

Exploiting DeFi Apps with This One Weird Trick

jotto
3pts0
messari.io 5y ago

AMM Braindump

jotto
1pts0
messari.io 5y ago

Arbitraging Uniswap and SushiSwap in Node.js

jotto
1pts0
messari.io 5y ago

Stripe is Easy, Bitcoin is Easier

jotto
16pts9
messari.io 5y ago

Stripe is Easy, Bitcoin is Easier

jotto
2pts0
news.ycombinator.com 6y ago

Ask HN: What is the most ergonomic computer setup?

jotto
3pts1
news.ycombinator.com 6y ago

Ask HN: Should an ANN Be Allowed Access to Amazon Mechanical Turk API?

jotto
1pts0
news.ycombinator.com 6y ago

Ask HN: Kubernetes Desktop App?

jotto
1pts0
news.ycombinator.com 6y ago

Ask HN: Is there a Redis alternative that uses disk?

jotto
2pts1
news.ycombinator.com 6y ago

Ask HN: Memory+Disk Cache?

jotto
1pts0
usesthis.com 6y ago

What Hardware and Software Joey Hess Uses (2012)

jotto
1pts0
www.youtube.com 6y ago

The Case Against Reality – Prof. Donald Hoffman on Conscious Agent Theory

jotto
1pts0
www.anandtech.com 6y ago

The Ice Lake Benchmark Preview: Inside Intel's 10nm

jotto
1pts0
www.bloomberg.com 7y ago

New Crypto Rules Likely Coming from U.S. Agencies, Mnuchin Says

jotto
4pts0
news.ycombinator.com 7y ago

Ask HN: What software exists for playbooks/runbooks?

jotto
6pts6
github.com 7y ago

Show HN: Pre-render JavaScript apps on CloudFront

jotto
5pts0
aws.amazon.com 7y ago

Amazon EC2 Now Offers On-Demand Capacity Reservations

jotto
2pts0
twitter.com 8y ago

Is there a tool that summarises 'what a program did' in linux?

jotto
1pts0
twitter.com 8y ago

Is there a tool that summarises 'what a program did' in linux?

jotto
6pts1
www.prerender.cloud 8y ago

Scraping HTML Meta Tags with Headless Chrome

jotto
1pts0
www.prerender.cloud 8y ago

Scrape SEO Data with Headless Chrome

jotto
2pts0
www.prerender.cloud 8y ago

Audit Meta Tags with Headless Chrome

jotto
1pts0
thenewinquiry.com 8y ago

Why isn’t the popular grocery store Trader Joe’s on social media?

jotto
2pts0
www.jonathanotto.com 8y ago

How long does it take to linear search 200MB in memory?

jotto
70pts72

A "static site" implies HTML rather than a JavaScript app.

With respect to JavaScript apps (React, Angular, etc.):

It's not clear these days because the major search engines don't explicitly clarify whether they parse JavaScript apps (or if they only parse high-ranking JS apps/sites. But 10 years ago it was a must-have to be indexed.

One theory on pre-rendering is it reduces cost for the crawlers since they don't need to spend 1-3s of CPU time pre-rendering your site. And by reducing costs, it may increase chances of being indexed or higher rank.

My hunch is that long-term, pre-rendering is not necessary for getting indexed. But it is typically still necessary for URL unfurls (link previews) for various social media and chat apps.

disclosure: I operate https://headless-render-api.com

I feel that most OS (Windows, Mac, Linux, iOS, Android) have continued to improve security but at the same time reduced privacy.

If that's true, is there a TailsOS equivalent for phones?

Messari | Senior Front End Engineer | New York, NY (NYC) | ONSITE | $130,000 - $175,000

We're building the front-page of crypto and looking for 1-2 experienced and opinionated front-end engineers who enjoy working with ReactJS, care about lightweight JavaScript payloads, fast renders, and minimal CPU usage (great client experience).

See the product at https://messari.io

We believe crypto will replace conventional infrastructure. If you want to help us accelerate that process (and live in NYC), email me and Qiao: jonathan@messari.io, qiao@messari.io

Messari | New York, NY (NYC) | Onsite or Remote

We surface actionable info about blockchains via an API (time series, current, and real time via WebSockets) and a React web app. This currently includes market data, on-chain data, and qualitative information (Twitter, Github)... but we want to expand into a lot more (layer 2 networks, non-crypto, and metrics that are a function of other metrics)

example: how long does it take for a new version of a bitcoin client to propagate through the network? (implication: knowing how frequently members of a network update their client software reveals how quickly the network can adapt to new features or security fixes)

Stack: Kubernetes, Postgres, InfluxDB, Golang, Node.js, React/Typescript

Looking for people who are skeptical about crypto, have good OPSEC, and like to learn new things.

For backend people, we care about clean and performant APIs. You can choose to focus on on-chain data, ingestion infrastructure, or jump around across the backend.

For frontend/React people, we care about lightweight JavaScript payloads, fast renders, and minimal CPU usage (great client experience).

https://messari.io/careers

or email me and Qiao: jonathan@messari.io, qiao@messari.io

I can confirm that they do not parse low ranking JavaScript sites, but they will parse higher ranking JavaScript sites.

Bots aside (Twitter and Slack still don't parse JS), it is still in your best interest to server-side render or pre-render a JavaScript site. The time-to-first-paint difference always starts small, but as you add features the JS apps become so bloated you'd be better off starting over with a server-side rendered HTML app.

(I am the creator of https://www.prerender.cloud/)