Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
unlog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
unlog
1mo ago
Yeah, like solid-universal (lets you target non-dom environments, state being derived and computed as little as possible, never again a glitch or disagreement because theres nothing to sync)
2.
▲
by
unlog
1mo ago
I keep wondering if the next step of Ryan should be to raise this a step further and bring it to anything-ui, not just the web. It's obviously a step forward, but that step could be mean a lot more than it really seems to be.
3.
▲
Innovations of SolidJS 2
(brenelz.com)
4 points
by
unlog
1mo ago
|
0 comments
4.
▲
by
unlog
6mo ago
Used Windows since forever because "it just worked for me". Last year switched to Fedora + Plasma, as I started to consider staying on windows was risky. The feedback/forum tool, has been a thing for years. Submited many bugs
5.
▲
by
unlog
7mo ago
Getting tired of their framework-free narrative. What they are doing is backing in the browser, via specifications and proposals to the platform, their ideas of a framework. They are using their influence in browser makers to get away in im
6.
▲
by
unlog
1y ago
Yep, `lit` is contaminating the browser API with their ideas just because their group of people writes the code for the browsers. They should be competing from the outside. Instead of pushing this kind of apis that only fit their mental mod
7.
▲
by
unlog
1y ago
SolidJS and dom-expressions are the best things that have happened in the front-end since React, it is influencing the whole ecosystem, from templating to Signals. It will be very, very hard to come up with better ideas, it may not be that
8.
▲
by
unlog
2y ago
> The uploader has not made this video available in your country We really need a civilization changing event to rethink some stuff.
9.
▲
Namespace JSX – Elements Table (various frameworks)
(github.com)
1 points
by
unlog
2y ago
|
1 comments
10.
▲
by
unlog
2y ago
Made this table listing the typings used by SolidJS, Voby, Vue, Preact, React, Pota, VSCode-LSP and Chrome, for easily comparing type definitions between frameworks and the browser. Note: There are a few inaccuracies, like the `<audio>
11.
▲
by
unlog
2y ago
In an all honest reply, is that the people that writes these specifications, live disconnected from the reality, they don't use the stuff they specify. That stuff works for very simple things, but then when your forms evolve you realis
12.
▲
The Namespace JSX Project
(github.com)
1 points
by
unlog
2y ago
|
0 comments
13.
▲
by
unlog
2y ago
If the URL is public you may post it here or in a GitHub issue, so I can take a look to what's wrong with it.
14.
▲
by
unlog
2y ago
Thanks for sharing!
15.
▲
by
unlog
2y ago
I think you are misunderstanding, your application is expected to give mostly 200s codes, if you get a 404, then a link is broken or a page misbehaving which is exactly why that page url is displayed on the console with a warning.
16.
▲
by
unlog
2y ago
It tries to fetch a sitemap for in case there's some missing link. But it starts from the root and crawls internal links. There's a new mode added this morning for spa with the option `--spa` that will write the original HTML inst
17.
▲
by
unlog
2y ago
It saves the generated/rendered html, but I have just added a `spa` mode, that will save the original HTML without modifications. This makes most simple web app work. I have also updated the local server for fetching from origin missin
18.
▲
by
unlog
2y ago
let me know how that goes I am interested!
19.
▲
by
unlog
2y ago
Modern websites execute JavaScript that render DOM nodes that are displayed on the browser. For example if you look at this site on the browser https://pota.quack.uy/ and do `curl https://pota.quack.uy/ ` do
20.
▲
by
unlog
2y ago
> Why would someone crawl their own website? My main use case is that the docs site https://pota.quack.uy/ , Google cannot index it properly. On here https://www.google.com/search?q=site%3Apota.quack.uy
21.
▲
by
unlog
2y ago
Yes! You know, I was considering this the previous couple of days, was looking around on how to construct a `mhtml` file for serving all the files at the same time. Unrelated to this project, I had the use case of a client wanting to keep a
22.
▲
by
unlog
2y ago
Big fan of HTTrack! reminds me of the old days and makes me sad of the current state of the web. I am not sure if HTTTrack progressed from fetching resources, long time since I used it for last time, but what my project does, is spin a real
23.
▲
by
unlog
2y ago
Status codes, I am displaying the list because mostly on a JavaScript driven application you don't want other codes than 200 (besides media). I thought about robots.txt but as this is a software that you are supposed to run against you
24.
▲
by
unlog
2y ago
added
25.
▲
by
unlog
2y ago
That's something I haven't explored, sounds interesting. Right now, the zip file contains a mirror of the files found on the website when loaded in a browser. I've ended with a zip file by luck, as mirroring to the file syste
26.
▲
by
unlog
2y ago
Sure, I forgot about that detail, what license do you suggest?
27.
▲
by
unlog
2y ago
That the page HTML is indexable by search engines without having to render in the server. Such unzipping to a directory served by nginx. You may also use it for archiving purposes, or for having backups.
28.
▲
by
unlog
2y ago
I'm a big fan of modern JavaScript frameworks, but I don't fancy SSR, so have been experimenting with crawling myself for uploading to hosts without having to do SSR. This is the result
29.
▲
Show HN: Crawl a modern website to a zip, serve the website from the zip
(github.com)
223 points
by
unlog
2y ago
|
66 comments
30.
▲
Chromium: Blink: Renderer: Core: DOM
(chromium.googlesource.com)
1 points
by
unlog
2y ago
|
0 comments
More ›