Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Hello Emacs hackers!

Uncategorized
1 1 12

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    9 Views
    🎉 What’s New in Org Social! 🎉The last month has been incredibly productive for Org Social! Here’s everything that happened:📜 Org Social SpecificationVersion 1.5 (29 Dec)Version 1.6 (4 Jan) - Final/Stable Version!∙ #+LOCATION: for user location (city, country)∙ #+BIRTHDAY: in YYYY-MM-DD format∙ #+LANGUAGE: for languages spoken (ISO 639-1)∙ #+PINNED: to pin a post to profile top∙ Post ID now allowed in header (after **) in addition to :ID: property🖥️ org-social.el ClientVersion 2.8 (11 Dec)∙ Real-time Desktop Notifications via SSE (Server-Sent Events)∙ Post Preview Length Control with “Read more” button (configurable)Version 2.10 (5 Jan)∙ Full support for Org Social v1.6 specification🌐 Ecosystem Growth∙ 50 feeds on the official Org Relay! 🎊∙ New “Ecosystem Developers” section in official documentation∙ Org Social surpassed twtxt in activity (609 vs 603 posts in Q1)Thank you all for being part of this journey! ❤️#emacs #orgmode #orgsocial #FOSS #decentralized
  • 0 Votes
    1 Posts
    9 Views
    If you're using #lazyblorg as your static website generator: I've updated the project today.It now used "uv" for dependency management, script invocation and unit test execution. Furthermore, I adapted the code to match the #pandoc version of Debian 13 Trixie.Although you need to adapt a few things (mainly path settings in a shell script), this update should actually improve and simplify things for you as well.https://karl-voit.at/tags/lazyblorg/https://github.com/novoid/lazyblorgHTH 🙇 #publicvoit #Emacs #Orgmode #orgdown
  • 0 Votes
    1 Posts
    11 Views
    Did you know that you can now turn your social.org into an RSS feed?For example: https://relay.org-social.org/rss.xml?feed=https://org-social.org/social.org#emacs #orgsocial
  • 0 Votes
    1 Posts
    13 Views
    #TIL that in #less, if you enable case-insensitive searching, it only searches insensitively if your search string is all lower case. As soon as you include a capital letter in the search string, it goes back to searching case-sensitively regardless.Weird how it's easy to miss things like that. I knew that happened in #emacs, but somehow, in 20 years I'd never noticed it in less.I presume the rationale (in both tools) is that if you went to the extra effort of typing the capital letter, you meant it. I found out that less did this by _pasting_ a search string into it, which invalidates that assumption – it would have been _more_ effort for me to deliberately downcase the string I pasted.So I guess I must have never done that before, or else, wasn't paying attention when I did!