- 16 Posts
- 11 Comments
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•LucidPlan - FOSS Jira alternative - v0.4.0 - powered by Lisp (Guile Scheme and SXML) - free project management for everyone1·8 days agoThere are many reasons why a Lisp is a great fit for most software. More specifically, websites are tree like data structures, and you really can’t beat Lisps at that, due to homoiconicity and so much more. some thoughts here:
https://jointhefreeworld.org/blog/articles/lisps/why-i-program-in-lisp/index.html
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•pingwing: v0.0.13: A Lisp-powered notification nexus (Guile Scheme) - Programatically send e-mail with HTML (SXML) templates, (and more things coming soon)2·17 days agov0.0.14 now uses libcurl and works nicely :)
(file-port (open-input-file the-file)) (handle (curl-easy-init)) (_ (begin (curl-easy-setopt handle 'url (format #f "smtp://~a:~a" access-server access-port)) (curl-easy-setopt handle 'verbose #t) (curl-easy-setopt handle 'use-ssl 1) (curl-easy-setopt handle 'username access-key) (curl-easy-setopt handle 'password access-secret) (curl-easy-setopt handle 'mail-from from-address) (curl-easy-setopt handle 'mail-rcpt (list to-address)) (curl-easy-setopt handle 'readdata file-port) (curl-easy-setopt handle 'upload #t))) (r (curl-easy-perform handle #t)) (rr (catch #t (lambda () (bytevector->string r "utf-8")) (lambda (key . args) r))))
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•pingwing: v0.0.13: A Lisp-powered notification nexus (Guile Scheme) - Programatically send e-mail with HTML (SXML) templates, (and more things coming soon)2·17 days agoi understand the mixed feelings about AI, but I think we should stop and think that we sometimes have nice and fun use cases, like image generation
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•pingwing: v0.0.13: A Lisp-powered notification nexus (Guile Scheme) - Programatically send e-mail with HTML (SXML) templates, (and more things coming soon)2·17 days agoSorry you feel this way ! my code is completely artisanal you might say, I only use AI for code comments and docstrings that is all. in that regard it is useful as a tool. i understand the world has now very mixed feelings about it, but it’s just another tool for us digital carpenters.
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•pingwing: v0.0.13: A Lisp-powered notification nexus (Guile Scheme) - Programatically send e-mail with HTML (SXML) templates, (and more things coming soon)1·17 days agonice idea! it is definitely a better approach that i will consider, thanks
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•Wikimusic v0.1.6 release - the free music encyclopaedia1·26 days agoit’s quite a good idea actually to have inter-instance communication! i will have to put more thought into it, but definitely added to the TODOs
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•Wikimusic v0.1.6 release - the free music encyclopaedia2·27 days agothe like system is a sort of trust score, kinda like stars in ultimate guitar, so the community can downvote entries and that will help filter out bad content
jjba23@lemmy.mlOPto Free and Open Source Software@beehaw.org•Wikimusic v0.1.6 release - the free music encyclopaedia1·27 days agoI think it is certainly possible to do , but I think it is not really something interesting for most people. I therefore think that it is easier to handle it all on wikimusic side, also considering permissions and content per instance, etc
jjba23@lemmy.mlOPto Emacs@lemmy.ml•Wikimusic v0.1.6 release - the free music encyclopaedia6·27 days agoHey thanks for the comment @[email protected] ! Wikimusic aims to provide “musical knowledge” not only metadata (but also). This means tabs, music sheet, etc. It also aims to be a self-hosted tool, that anyone can have their own instance of.
i am in the same boat, also got banned without apparent reason, think i commented too quick… have heard nothing back from my appeals so i will soon also delete my Reddit, viva the free fediverse
@triplenadir thanks for the heads-up, I edited the title, since I never meant any negative message with this