GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Omar Antolín (oantolin@mathstodon.xyz)

  1. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Monday, 21-Apr-2025 00:57:30 JST Omar Antolín Omar Antolín
    • Jack Baty

    @jbaty I've done that too!

    In conversation about 2 months ago from mathstodon.xyz permalink
  2. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:35:43 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt Really? You think the claim that the vast majority of Mastodon posts with the hastag #Emacs are about GNU Emacs is "absolute nonsense"? You and I must not be seeing the same posts! :D That's exciting to me because I am curious to read more about non-Gnu Emacsen.

    In conversation about 2 months ago from mathstodon.xyz permalink
  3. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:35:18 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt That's interesting. Can you share an example of Gnu Emacs going against the idea of Emacs? I would have no clue about this, since the only Emacs I know is Gnu Emacs.

    In conversation about 2 months ago from mathstodon.xyz permalink
  4. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:31:35 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt Also you should probably take into account that empirically speaking the hastag #Emacs on Mastodon means GNU Emacs specifically (at least the vast, vast majority of the time).

    In conversation about 2 months ago from mathstodon.xyz permalink
  5. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:30:33 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt Ah, OK. I apologize for misspeaking. I meant GNU Emacs everytime I said Emacs and have never used any other Emacs.

    In conversation about 2 months ago from mathstodon.xyz permalink
  6. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:26:44 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt I agree with everything you said except for "Emacs is not a Lisp environment", since I can readily evaluate Emacs Lisp code and use it to modify the behavior of Emacs. The rest I agree with and believe it does not contradict anything I've said.

    In conversation about 2 months ago from mathstodon.xyz permalink
  7. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:21:46 JST Omar Antolín Omar Antolín
    in reply to
    • Alfred M. Szmidt

    @amszmidt (1) The reddit user meant "Emacs" when he or she said "Lisp Machine", I understood this and answered accordingly.

    (2) It does have something to do with having a Lisp Machine at your fingertips! While Emacs is definitely not a Lisp Machine it seems wrong to me to say it is completely unrelated ("nothing to do") to Lisp Machines. Certainly of all the software I have installed on my computer the only program for which the experience of using it is even remotely close to what I imagine the experience of using a Lisp Machine is Emacs, even if people who have used such a machine feel it is far. (And those people probably agree that, say, Firefox is even further).

    (3) It is not just having Lisp! I didn't just program in Lisp, I used the integration with the environment I was working in (Emacs). This is not automatic. I've written programs in Lisp which are not interactive, and not easily extensible (you can say it was stupid of me to write such useless programs but I had my reasons at the time, like wanting to know the result of some computation). There is something special about Emacs beyond having Lisp.

    In conversation about 2 months ago from mathstodon.xyz permalink
  8. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Friday, 18-Apr-2025 05:06:10 JST Omar Antolín Omar Antolín

    On the #Emacs subreddit someone asked: "What exactly is the advantage of having a LISP machine at my fingertips?". I gave an example, which I reproduce here:

    One time I organized a conference session. I had to select among submitted talks and schedule them. The conference had a website I could log into to see all the submitted abstracts, so I wrote some elisp code to download all the abstracts and create a nicely formatted #OrgMode file with all the information —Emacs comes with functions to make HTTP requests and with a full HTML parser!

    Once I chose the talks to accept (which I tagged in the Org mode file), I wrote a quick bit of elisp to write emails to all the talk applicants notifying them of their acceptance or rejection. This code used Org's parsing functions to go through the talks, get the applicant information and to pick either the acceptance or rejection template as appropriate. The code didn't actually send the emails, it just created and pre-populated message-mode buffers so I could review and customize the messages before sending.

    1/2

    In conversation about 2 months ago from mathstodon.xyz permalink
  9. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Tuesday, 15-Apr-2025 15:48:50 JST Omar Antolín Omar Antolín
    in reply to
    • slomosapien
    • Adam

    @runlevelrobot @slomosapien I mainly use Emacs for writing prose (emails, papers, course notes, homework assignments, todo lists, committee reports, recommendation letters, etc.) and I still get a ton of mileage out of keyboard macros. You certainly don't need to be using emacs for programming to find keyboard macros useful!

    In conversation about 2 months ago from mathstodon.xyz permalink
  10. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Wednesday, 02-Apr-2025 07:47:53 JST Omar Antolín Omar Antolín

    There are a couple of features of #orgmode links in #Emacs that I think are underappreciated:

    1. They work in all buffers, not just org-mode buffers! Bind org-open-at-point-global to a globally accessible key binding and enjoy org-links everywhere. For example, I like putting info links in comments in Emacs Lisp files, like info:calc#Graphics. Remember too, that file links can include a search string, for example file:~/.emacs.d/init.el::eshell takes me right to my eshell configuration. Shell links, that execute commands, are pretty useful too, for example <shell:zip source *.c *.h>.

    2. It's super easy to create new link types (if you know how to program). For example, here's a new type of link for keyboard macros:

    (org-link-set-parameters "kbd"
    :follow (lambda (macro arg)
    (kmacro-call-macro arg t nil (kbd macro))))

    With that definition you can write keyboard macros like <kbd:M-a M-f M-t> and execute them with org-open-at-point-global.

    In conversation about 2 months ago from mathstodon.xyz permalink
  11. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Tuesday, 04-Mar-2025 13:55:39 JST Omar Antolín Omar Antolín

    I got a weight off my chest: I turned down an invitation to a math conference in the US and cancelled another I had already accepted. I know I'm probably overreacting, but I was worried about being deported since I've read many news stories about this happening to people with valid visas —including Europeans, so I don't like my chances as a brown Mexican! And even though I know it was unlikely to happen to me (it probably only happens to a small fraction of visitors), I'm happy to stop the nagging worry in the back of my mind. It's a shame: both events would have been great and I would have seen many American friends I don't get to see often.

    In conversation about 3 months ago from mathstodon.xyz permalink
  12. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Sunday, 12-Jan-2025 14:14:47 JST Omar Antolín Omar Antolín
    in reply to
    • Stefan Monnier

    @monnier I think it means "if you are considering listening to audio from your phone's speaker, use headphones instead", not "if you are considering striking up a conversation with a stranger, use headphones instead".

    In conversation about 5 months ago from mathstodon.xyz permalink
  13. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Thursday, 09-May-2024 11:56:55 JST Omar Antolín Omar Antolín
    in reply to
    • Richard Stallman

    @rms Could you please explain the pun? I'm a native Spanish speaker and don't get it. I'm Mexican and Spanish varies from country to country, so I asked on a Spanish-language Emacs group with people from many different Spanish-speaking countries but people didn't get it there either.

    EDIT: Nevermind, I found your web page on Spanish puns (https://stallman.org/spanish-puns.html) that has the complete pun: "Conocí a una ninfa de roble. No era ni hermosa ni elegante, sino bellota." Clever!

    In conversation about a year ago from mathstodon.xyz permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: stallman.org
      Puns in Spanish — Juegos de Palabras
  14. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Saturday, 03-Feb-2024 01:52:55 JST Omar Antolín Omar Antolín
    in reply to
    • Free Software Foundation

    @fsf "Assigning your copyright to the FSF helps defend the GPL and keep software free." Is this true in the sense that it has actually helped in the past or is it only true in the theoretical sense that it might help in the future? Note that I am not at all against copyright assignment to the FSF and indeed have already done it myself for some Emacs packages I contributed to the GNU ELPA repository! I just want to know, out of curiosity, if the theoretical benefits of copyright assignment have already been realized.

    In conversation Saturday, 03-Feb-2024 01:52:55 JST from mathstodon.xyz permalink
  15. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Saturday, 03-Feb-2024 01:52:46 JST Omar Antolín Omar Antolín
    in reply to
    • Free Software Foundation
    • Alfred M. Szmidt

    @amszmidt @fsf Good to know! Do you happen to know of any specific example?

    In conversation Saturday, 03-Feb-2024 01:52:46 JST from mathstodon.xyz permalink
  16. Embed this notice
    Omar Antolín (oantolin@mathstodon.xyz)'s status on Tuesday, 12-Dec-2023 11:07:16 JST Omar Antolín Omar Antolín
    in reply to
    • Rob Pike

    @robpike I have a similar story but in Spanish. Years ago the URL for some university department's "Consejo Académico" (academic council) ended in "/cacademico", with the council part abbreviated to just "c". But I always read that as "caca de mico", which means monkey shit.

    In conversation Tuesday, 12-Dec-2023 11:07:16 JST from mathstodon.xyz permalink

User actions

    Omar Antolín

    Omar Antolín

    I'm a mathematician at UNAM in Mexico City. I work in algebraic topology, homotopy theory and higher category theory, but am interested in all sorts of math.I also enjoy computer programming as a hobby and am a big fan of the text editor Emacs.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          222366
          Member since
          12 Dec 2023
          Notices
          16
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.