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

I could not even see 1 opening move. Clicking on one from the home page shows me the login.


Thanks for the feedback, since it's in BETA, there are some bugs with it that I'm working on right now, feel free to check out later when I fix the issues


Thanks for your feedback, I'll work on it, you can try again after some time, it might be then helpful for you


A web-based 3d modelling app.


I do. I was not into WordPress until recently. Gutenberg has been very easy to get started versus writing a lot PHP. While there are still annoyances, I have managed to work around. Maybe my projects have not been that complicated, but I feel like the Gutenberg team is heading the right way.


How much for a VPS that supports bandwidth to access those 32T data frequently?


Sometimes you don't have to access those 32TB data in raw. You often need only the processed data, which can be magnitudes smaller.

Your local machine holds and processes the raw data, while your VPS forwards the much smaller processed data to the Internet.


The new CSS Overflow Specification 5 has scroll-marker that can replace anchor link. From my short test in Chrome 135, they seem to scroll to the right place.


This is pretty slow compared to libxslt.


When VR was starting to gain attraction, I had this idea of a virtual playing card deck. Everybody joining the game could move the phone around to see the virtual cards either on their hand or on the surface chosen as the "table". The idea came from the need to play cards in the hall of college department without showing that we were playing cards.Unfortunately, my college education did not equip me enough skills to make that happen. I'm glad that somebody else made this. Looks very nice!


You may be interested in Tabletop Simulator from Berserk Games, which is on Steam and has VR mode.


We can now transition to height auto: https://css-tricks.com/transitioning-to-auto-height/


Cloudflare has a thing called HTMLRewriter that is both a streaming HTML parser and selector for changing it. It's very efficient and let you change only the places you need.

For your example, you can just match in `[id^="insert"]` and add the actual firstName value in the handler.

I use it alot on the server side, but it's for JavaScript side, or Rust if you use the lower level lol-html.


+1 to the lol_html HTML rewriter. Basically you can give it a bunch of selectors and code that will do whatever with what is matching. It's very fast and quite nice. It has bindings to Lua and a few more, but not to Python.

https://crates.io/crates/lol_html


The HTMLRewriter API is pleasant to work with. Bun has implemented it in addition to Cloudflare Workers. I would love for WinterCG to work on standardizing this API across JS runtimes so that I don't have to interact with lol-html across a WASM boundary in Node and Deno.


Chrome on Android does not work either.


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

Search: