Viewing profile — geo_mer
geo_mer
HN member- Joined
- Tue, Nov 20, 2018, 8:44 PM UTC
- HN karma
- 30
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About geo_mer
No profile information was provided.
Recent public activity
-
comment
Comment #18667488
Rendora uses internally cdp https://github.com/mafredri/cdp , a golang client implementation for "Chrome Devtools Protocols" which works on top of websockets, when Rendora detects …
-
comment
Comment #18666970
google analytics is the only 3rd party script I am okay with. Maybe you should add it sometime in the future to get a rough idea about your users, I was talking mainly about the mo…
-
comment
Comment #18666814
This is actually a very neat and useful website. Also respect for making the website fast and not adding any 3rd party scripts.
-
comment
Comment #18666190
yes exactly :), as if crawlers see exactly the same HTML of what browsers see after DOM load not the initial incomplete HTML sent by servers
-
comment
Comment #18660324
>and return less assets (no CSS, fonts etc) no, it returns the whole page, it's just equivalent to rendering pages on your browser, everything in the initial HTML is the same in ad…
-
comment
Comment #18657836
>What's the disadvantage or advantage of headless chrome over chrome with head intact? I am not aware of any. You just don't use headless Chrome for typical browsing :D >Is headles…
-
comment
Comment #18657640
you can add your user agent to whitlested user agents or (less recommended) you can even connect to the headless chrome instance (usually using http://localhost:9222 but in that ca…
-
comment
Comment #18657601
* prerender.io is a paid service; Rendora is FOSS and self hosted * prerender.io needs additional code in your backend to filter requests and asks for SSR from a remote server then…
-
comment
Comment #18654915
No, both receive HTML, the real problem is that websites built with modern javascript frameworks (e.g. react, vue, angular, etc...) render most of the content using the javascript …
-
comment
Comment #18654322
Thank you for the kind response >was wondering if there is any other existing product in the market yes, there is rendertron; here is the comparison between rendora and rendertron …
-
comment
Comment #18654099
Thank you! I actually developed it because I have developed a somewhat complex website using vue.js and it was too complex/too late for my architecture to do the native Vue SSR usi…
-
comment
Comment #18647650
Hello HN, I've been developing and testing rendora for some time now and decided to put it publicly today on github, I would love to take feedbacks or answer any question!
- story
-
comment
Comment #18569165
You are a unique innovator Mike, I am not really into visualization but I am a big fan of yours.
-
comment
Comment #18518492
Is QUIC only built for HTTP or can it be also used as a secure infrastructure for any L7 protocol?
-
comment
Comment #18508606
Native async/await support is really great. I haven't gotten very far with Rust but it already made me rethink many things that I thought I had understood.
-
comment
Comment #18497834
Kubernetes may be overkill for small projects and it's actually hard to setup for a single-machine cluster, but the idea of container orchestrators (k8s, docker swarm, nomad, etc..…