HackerTrans
TopNewTrendsCommentsPastAskShowJobs

PuercoPop

no profile record

Submissions

Hanami 3.0: In Full Bloom

hanakai.org
102 points·by PuercoPop·12 दिन पहले·30 comments

Lix 2.95 "Kakigōri"

lix.systems
4 points·by PuercoPop·4 माह पहले·0 comments

comments

PuercoPop
·12 दिन पहले·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
·30 दिन पहले·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 माह पहले·discuss
The protocol is OCapN

http://ocapn.org/
PuercoPop
·8 माह पहले·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
·पिछला वर्ष·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 वर्ष पहले·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
·11 वर्ष पहले·discuss
As far as dash.el goes, I find lispm's critique of dash.el pretty convincing[0]. However a more profilic emacs coder fried of mine is undeterred and keeps using modern emacs lisp. I think much of the community does as well.

[0]: https://www.reddit.com/r/lisp/comments/29ufoc/it_is_not_hard...

About Scheme's regexp SRFI, have you seen rx.el? Not quite but I like it myself.
PuercoPop
·11 वर्ष पहले·discuss
First I forgot to add I Xah Lee's ergo emacs was a valuable resource when learning Emacs. AFAIR it succintly explained emacs base abstractions.

On the setq, I what I meant was iterating through setqs and while (and I seem to recall even catch/throw) as agumonkey mentioned.

Then again, 'in my mind', idiomatic elisp uses cl-lib :D. so (cl-incf total-count) would be better. snakeCase is unidiomatic as well.
PuercoPop
·11 वर्ष पहले·discuss
I perused a couple of links. This code [0] is pretty much unidiomatic. Closing parens one per line and using setq all over the place.

[0]: http://ergoemacs.org/emacs/elisp_grep_string_inside_tag.html
PuercoPop
·12 वर्ष पहले·discuss
A similar project, Quake 2 map renderer written with Julia https://github.com/jayschwa/Quake2.jl