HackerTrans
TopNewTrendsCommentsPastAskShowJobs

PuercoPop

no profile record

Submissions

Hanami 3.0: In Full Bloom

hanakai.org
102 points·by PuercoPop·11 days ago·30 comments

Lix 2.95 "Kakigōri"

lix.systems
4 points·by PuercoPop·4 months ago·0 comments

comments

PuercoPop
·10 days ago·discuss
It is not, Hanami is a batteries-included framework. It not even a pay-as-you-go framework like Pyramid. The equivalent of Flask in Ruby land is Roda+Sequel.
PuercoPop
·29 days ago·discuss
> but I want durable messages and a mobile client.

And IRCv3 has chat history to provide that. But https://snikket.org/ (XMPP) is more likely aligned with what you are looking for
PuercoPop
·5 months ago·discuss
The protocol is OCapN

http://ocapn.org/
PuercoPop
·8 months ago·discuss
It is likely you use Chrome or a browser that uses Blink for its engine and the OP uses a non-blink browser like Firefox. I use Firefox and I can cofirm since the last few months Youtube usability borders on usable
PuercoPop
·last year·discuss
wmii[0], it implements the acme window layout. But the interesting part is that it exposes its state as a file-system. The main loop is a shell script[1]. So BYO posible, fe here is a Ruby one [2]

[0]: https://github.com/0intro/wmii [1]: https://github.com/0intro/wmii/blob/main/cmd/wmii.rc.rc [2]: https://github.com/sunaku/wmiirc
PuercoPop
·8 years ago·discuss
Instead of checking wikipedia for a general definition of idempotency, check the RFC for the definition that applies to HTTP

9.1.2 Idempotent Methods

   Methods can also have the property of "idempotence" in that (aside
   from error or expiration issues) the side-effects of N > 0 identical
   requests is the same as for a single request.
PuercoPop
·12 years ago·discuss
A similar project, Quake 2 map renderer written with Julia https://github.com/jayschwa/Quake2.jl