Live data from Hacker News

Viewing profile — rougemine

rougemine

HN member
Joined
Thu, Sep 16, 2021, 2:27 PM UTC
HN karma
3
Public activity
5 items

About rougemine

No profile information was provided.

Recent public activity

  1. comment
    Comment #39779587

    It feels weird at the beginning, but after a bit of practice I found it pretty nice to write HTML in Python. Here is an example of a HTML page layout written with the DOMinate [1] …

  2. comment
    Comment #39737074

    It’s possible to build quite dynamic user interfaces with htmx - even games :-) —> https://zakuchess.com/ One benefit I found to it is that it allows developers to keep the busines…

  3. comment
    Comment #39658131

    Ah, good idea! I will do, thanks :-)

  4. story
    Show HN: ZakuChess, an open source web game built with Django, htmx and Tailwind

    A while ago I started this side project to test if I could build a rich User Interface that would have about the same level of responsiveness than a "SPA-like" app, but using only …

  5. comment
    Comment #39453682

    Well unless you use a less traditional setup such as FrankenPHP, in order to run PHP behind a Nginx server you still need a long running process for PHP-FPM, if I'm not wrong? :-)