HackerTrans
トップ新着トレンドコメント過去質問紹介求人

warpech

no profile record

コメント

warpech
·10 日前·議論
I have a recurring daily task of closing all browser tabs and a weekly task of rebooting my Mac.

Tracking this as a task helps my digital hygiene, and at the same prevents me from doing it more often than needed.
warpech
·10 日前·議論
Totally! The feeling of using AI to create something not fully productive is similar to the "just one more turn..." effect when playing a Civilization game. Even when you realize it's a waste, it's hard to stop, because the next dopamine hit is just around the corner.
warpech
·12 日前·議論
Tailnet and Magic DNS make it easy to bring other people or devices to your network, including simple authentication mechanisms to know who is who
warpech
·17 日前·議論
Cool!

Your readme mentions Modify. What’s that?

Does this use some generative UI?
warpech
·24 日前·議論
(As a non-native speaker) I didn’t notice that, I love this post and even shared it with my team
warpech
·25 日前·議論
Yes, it seemed from another word at the time. Now is table stakes. Thanks for showing the way!
warpech
·30 日前·議論
What wrong with inlining base64 in regular .html if you want it all in one file?

Plus zipping that one file is you insist on a smaller file size
warpech
·先月·議論
Thanks for a good word! Founder of HyperFormula here. HF will go AGPL soon, too
warpech
·2 か月前·議論
I see Bun’s Rust rewrite (esp the style how it was done) as a form of massive internet trolling for PR reasons. By making a bigger fuss about it, we’re feeding the troll
warpech
·3 か月前·議論
My programming career literally started in a dumpster in the ’90s, when I found a Turbo Vision book someone had thrown away. I picked it up and immediately fell in love with the bluish TUIs that anyone could make.
warpech
·3 か月前·議論
I got into improv theatre. There are groups in every city, at least here in the EU. It is both fun and developing creativity, alertness, etc.
warpech
·6 か月前·議論
Thanks! But I meant JS based virtual scrolling in web pages. E.g. dynamic data tables that only render the part of the table that fits in the viewport.
warpech
·6 か月前·議論
> So it's effectively a net+DOM+script-only browser with no style/layout/paint.

> ---

> Definitely fun for me to watch as someone who is making a lightweight browser engine with a different set of trade-offs (net+DOM+style/layout/paint-only with no script)

Both projects (Lightpanda, DioxusLabs/blitz) sound very interesting to me. What do you think about rendering patterns that require both script+layout for rendering, e.g. virtual scrolling of large tables?

What would be a good pattern to make virtual scrolling work with Lightpanda or Blitz?
warpech
·7 か月前·議論
I love this. We need more experimenting with UX status quo. Especially with drag and drop, which, I think all many would agree, is one of the not ideal UX patterns espacialy with scrolling involved.

The research is never over. Good ideas, bad ideas, doesn't matter as long as they continue to inspire.
warpech
·4 年前·議論
> Can we do better?

I hope yes! Some people are interested in this field. I think, we would need more mor flexible, adaptive scrapers based on content not the HTML structure. This week alone, I had interactions about "AI assisted web scraping" with two people:

- https://twitter.com/geoffreylitt/status/1589677131873021953

- https://news.ycombinator.com/item?id=33555426
warpech
·4 年前·議論
GitHub is a great example of mostly server-side generated HTML. Their output HTML is very stable: the structure rarely changes, is semantic, logical, and self-documenting. This has helped hundreds of browser extensions (e.g. Refined GitHub, ZenHub) and userscripts, including dozens of my own.

Of course, treating HTML as API/data exchange format is fragile and might be seen as hindering progress by some of the GitHub staff. However, it has been like that for many years and was beneficial for the community. Perhaps not that beneficial for GitHub, who would prefer integrations over the official API.

If GitHub's HTML changes to a dynamic React-powered div-soup, that might be the end of browser extensions and userscripts. And another reason for power users to flock to other platforms.

Edit: React does not necessarily mean div-soup, but I have seen too many React-powered div-soups to expect GitHub's HTML to stay the same.
warpech
·5 年前·議論
Second that. I have no hands down experience with it, but I've seen seemingly more complex apps deployed on IPFS https://docs.ipfs.io/concepts/usage-ideas-examples/
warpech
·6 年前·議論
Not to be confused with Turbo by Yandex: https://yandex.com/dev/turbo/index/, which is a competitive take on Google AMP.