Live data from Hacker News

Viewing profile — panphora

panphora

HN member
Joined
Mon, Aug 09, 2010, 3:06 PM UTC
HN karma
1,767
Public activity
341 items

About panphora

working on hyperclay (malleable HTML files)

[email] david@hyperclay.com [twitter] @panphora [bsky] @panphora

Recent public activity

  1. comment
    Comment #48921542

    That simply isn't true. Progress toward a goal isn't the same as leading the field. Autonomous driving is the clearest counterexample: by March 2026 Waymo had logged over 220 milli…

  2. comment
    Comment #48921376

    The losses fall on bondholders now, but it does make it harder for SpaceX to raise money going forward. And if they actually slip into junk territory, some institutional investors …

  3. story
  4. comment
    Comment #46890210

    Anger about the 2008 bailout makes sense. Yen carry unwind deserves attention. However, the trading call to action fails on market structure. Key counterpoints: - Global FX turnove…

  5. comment
    Comment #46268981

    Hyperclay: a way to package up HTML files as portable, editable apps that contain their own editable UI. I'm using these simple apps to plan, edit emails, write blog posts, and a l…

  6. comment
    Comment #45704591

    Author here. I agree that all frameworks require learning framework-specific concepts, but I think there's a meaningful difference in what you need to know and how that knowledge t…

  7. comment
    Comment #45704576

    Author here. The "paleo influencer" comparison is interesting, but I think it actually works both ways here. Yes, there's a temptation to romanticize the past and dismiss modern to…

  8. comment
    Comment #45704560

    Author here. I appreciate the point about unidirectional data flow solving real problems, but I think we're trading one complexity for another rather than actually simplifying thin…

  9. comment
    Comment #45694602

    This is a really cool approach! I checked out your Mockaton dashboard code and love what you're doing. Here's a simplified example of your pattern that really showcases its eleganc…

  10. story
  11. comment
    Comment #45373751

    You're cherry picking the tech titans that made it out of the Dot Com boom alive. The NASDAQ-100 had to replace 36 of its components between 2000-2002 due to bankruptcies and delis…

  12. comment
    Comment #44939149

    I wasn't planning to launch today hehe. The changelog and pricing links are fixed!

  13. comment
    Comment #44939128

    The author (me) was strongly inspired by TiddlyWiki -- I love that software and wish it was allowed to proliferate more. If only browser vendors allowed their users to persist HTML…

  14. comment
    Comment #44939119

    Hi Clemens, I'm a big admirer of yours and what you're doing with Webstrates. I first heard of you about a year ago, when I was first exploring the ideas that became Hyperclay. I l…

  15. comment
    Comment #44939111

    1. Security: It operates under the same security model as most website builders (think SquareSpace), we completely trust the end user to modify their own site in their own best int…

  16. comment
    Comment #44939076

    This is a version that lets you easily update HTML apps locally. The hosted version is for when you want to share your apps or let other people fork them online. But the ultimate g…

  17. comment
    Comment #44939065

    Sorry about that, it's fixed now: MIT License

  18. comment
    Comment #44939047

    I added this word-for-word to the home page. Thank you! Note: we are working on a way for a developer to push "DOM-based schema migrations" to all forked apps.

  19. comment
    Comment #44939004

    Yes, I agree. My dream would be to one day work on a browser and integrate Hyperclay into it. I believe web apps have been around long enough as a core web technology that browsers…

  20. comment
    Comment #44938993

    There's two approaches Hyperclay takes. 1. Hosted: You get a bunch of "HTML Apps" that persist themselves by calling their own /save endpoint. We grab the HTML and overwrite their-…

  21. comment
    Comment #44938947

    > instead of storing JSON we store HTML with all its verbosity and all its tags that have nothing to do with the user edit Yes. In exchange, we get a portable, malleable, self-cont…

  22. comment
    Comment #44938911

    There is an open source, local app version by the same author (me) here: https://hyperclay.com/hyperclay-local

  23. comment
    Comment #44933112

    The idea is that two instances of overtype would be initialized inside those divs!

  24. story
    Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea

    Hi HN! I got so frustrated with modern WYSIWYG editors that I started to play around with building my own. The problem I had was simple: I wanted a low-tech way to type styled text…

  25. comment
    Comment #44666057

    As someone who runs production services but isn't a full-time sysadmin, I evaluated this script before thinking about deploying it. Here's what you should know: The Good: It's a co…