tiflolinux.org - GNU Social
  • Login

Bienvenido

  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Emacsen (emacsen@emacsen.net)

  1. Emacsen (emacsen@emacsen.net)'s status on Wednesday, 08-Jun-2022 10:16:15 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹
    • Ludovic Courtès
    • ArneBab

    @civodul @ekaitz_zarraga

    Okay this is amazing. I was just asking @ArneBab some of these exact questions today.

    Here's a question...

    The guix build servers- how do they know what architectures to build for? Do they build all packages on all architectures? Do they do some "on demand"? Is there a flag somewhere that's set?

    In conversation Wednesday, 08-Jun-2022 10:16:15 CEST from emacsen.net permalink
  2. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 15:08:38 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    Thanks! This is already taking me further.

    I still may convert this whole thing to another language but this is helping for sure!

    In conversation Sunday, 05-Jun-2022 15:08:38 CEST from emacsen.net permalink
  3. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 14:57:33 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    I have a directory of files, some of which may contain one type, or another type, I want to say "Go through some of these files, but not all of them, only the ones with the extension *.txt and *.md but not, say *.tex

    In conversation Sunday, 05-Jun-2022 14:57:33 CEST from emacsen.net permalink
  4. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 14:52:42 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    The glob helped... but now I get a weird one....

    let's say I do

    for i in "*.txt *.md"; do
    runme $i
    ...

    it goes through the txt files, but then it sends "*.md" to runme!

    In conversation Sunday, 05-Jun-2022 14:52:42 CEST from emacsen.net permalink
  5. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 14:07:10 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    ah right because the shell is already expanding it for you.

    I'm probably going to end up switching this script to be a lua or python script. I just hoped to stay "simple".

    In conversation Sunday, 05-Jun-2022 14:07:10 CEST from emacsen.net permalink
  6. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 14:03:18 CEST Emacsen Emacsen
    in reply to
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    I can't get bash to easily let me for loop through files that contain spaces and single quotes.

    In conversation Sunday, 05-Jun-2022 14:03:18 CEST from emacsen.net permalink
  7. Emacsen (emacsen@emacsen.net)'s status on Sunday, 05-Jun-2022 14:01:36 CEST Emacsen Emacsen

    bash is an unacceptable scripting language

    In conversation Sunday, 05-Jun-2022 14:01:36 CEST from emacsen.net permalink
  8. Emacsen (emacsen@emacsen.net)'s status on Tuesday, 31-May-2022 10:12:09 CEST Emacsen Emacsen
    in reply to
    • Ludovic Courtès

    @civodul

    Is there a discussion somewhere on Laminar vs Jenkins or other popular floss CI programs?

    Also...

    In conversation Tuesday, 31-May-2022 10:12:09 CEST from emacsen.net permalink
  9. Emacsen (emacsen@emacsen.net)'s status on Tuesday, 31-May-2022 10:12:08 CEST Emacsen Emacsen
    in reply to
    • Ludovic Courtès
    • ArneBab

    @ArneBab @civodul

    Yes, Jenkins seems to be the established tool in this space and yet guix-forge uses Laminar, and so I'd love to understand why. :)

    In conversation Tuesday, 31-May-2022 10:12:08 CEST from emacsen.net permalink
  10. Emacsen (emacsen@emacsen.net)'s status on Friday, 27-May-2022 15:52:40 CEST Emacsen Emacsen
    in reply to
    • taiju :gnu: :emacs: :guix:

    @taiju

    > I have no right to complain about my free use of free software

    I don't understand this statement. Are they saying that the software is bad and needs fixing but they feel embarrassed or too shy to do so?

    > I want them to have respect for free software developers.

    I'm confused, because this seems in contradiction of your above statement.

    Can you explain what they're doing that shows they don't have respect for developers?

    In conversation Friday, 27-May-2022 15:52:40 CEST from emacsen.net permalink
  11. Emacsen (emacsen@emacsen.net)'s status on Friday, 13-May-2022 00:23:34 CEST Emacsen Emacsen
    in reply to
    • Karl Voit :emacs: :orgmode:

    @publicvoit

    This is good! I'd like to send this around to friends.

    A couple small things.

    There are some weird formatting and localization issues.

    For example, the words "Size", "Glossy", "Shape" etc are quite small.

    Also you use guillemet, which are not used in English.

    In conversation Friday, 13-May-2022 00:23:34 CEST from emacsen.net permalink
  12. Emacsen (emacsen@emacsen.net)'s status on Friday, 13-May-2022 00:23:32 CEST Emacsen Emacsen
    in reply to
    • Ludovic Courtès
    • Karl Voit :emacs: :orgmode:

    @civodul @publicvoit

    It just feels "off"

    [define [fib n]
    [cond
    [[= n 0] 0]
    [[= n 1] 1]
    [else
    [+ [fib [- n 1]]
    [fib [- n 2]]]]]]

    In conversation Friday, 13-May-2022 00:23:32 CEST from emacsen.net permalink
  13. Emacsen (emacsen@emacsen.net)'s status on Sunday, 13-Feb-2022 10:32:29 CET Emacsen Emacsen

    My wife got a new computer...

    Microsoft: "You don't need to do this... we can make it work..."

    In conversation Sunday, 13-Feb-2022 10:32:29 CET from emacsen.net permalink

    Attachments


    1. https://emacsen.net/system/media_attachments/files/107/781/119/232/984/159/original/02e8a1df5084f0cb.jpeg
  14. Emacsen (emacsen@emacsen.net)'s status on Sunday, 14-Nov-2021 17:46:54 CET Emacsen Emacsen
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    Whose the audience?

    In conversation Sunday, 14-Nov-2021 17:46:54 CET from emacsen.net permalink
  15. Emacsen (emacsen@emacsen.net)'s status on Tuesday, 21-Sep-2021 19:59:58 CEST Emacsen Emacsen
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    Yes, you have your own food... which you label as "American". :)

    One weird experience I had was on a trip to London, I'd gotten up early in the morning (4am in NYC), flew to London and when I got there it was early evening and people wanted to eat at the American restaurant.

    Five and a half hour flight (plus airport and other time) to eat... "American food". which was basically cheap diner food exocitized and with a huge markup.

    In conversation Tuesday, 21-Sep-2021 19:59:58 CEST from emacsen.net permalink
  16. Emacsen (emacsen@emacsen.net)'s status on Tuesday, 21-Sep-2021 19:55:57 CEST Emacsen Emacsen

    Europeans (or any non-Americans)- these bizarre and disgusting foods you're eating that are labeled as American are really not American.

    Watch this video by a Canadian talking about faux-American things

    https://www.youtube.com/watch?v=7Xgd79wuriQ

    CW: The some of the "foods" in the video make me a little sick to my stomach to think about.

    In conversation Tuesday, 21-Sep-2021 19:55:57 CEST from emacsen.net permalink
  17. Emacsen (emacsen@emacsen.net)'s status on Friday, 17-Sep-2021 23:10:58 CEST Emacsen Emacsen
    • Abbie Normal

    After reading someone's complaints about getting into Python (maybe @AbbieNormal ) I decided to check out Poetry. I expected to hate it, but actually, it's been really nice so far.

    I felt like I had more control when I used pip + pip-compile + virtualenv + setup.py but ultimately that was a lot of housekeeping and replicated work.

    I don't think I'll be going back to the old way any time soon without a *very* compelling reason.

    In conversation Friday, 17-Sep-2021 23:10:58 CEST from emacsen.net permalink
  18. Emacsen (emacsen@emacsen.net)'s status on Friday, 17-Sep-2021 23:10:57 CEST Emacsen Emacsen
    in reply to
    • Abbie Normal

    @AbbieNormal

    I also feel bad for someone just starting out because indeed Poetry is new and experienced Pythonistas won't have heard of it!

    I'd probably teach it to start with and tell someone "Don't worry about pip and setup.py and virtualenv"- the problem is that they're going to encounter mention of those tools everywhere because the language is >20 years old and these tools are 10-15 years old...

    Cruft is hard to get rid of.

    In conversation Friday, 17-Sep-2021 23:10:57 CEST from emacsen.net permalink
  19. Emacsen (emacsen@emacsen.net)'s status on Monday, 13-Sep-2021 21:32:40 CEST Emacsen Emacsen
    in reply to
    • mntmn

    @mntmn

    Wow cool. Maybe you can explain what it is and what an SoM is? Maybe a blog post to explain the significance too? :)

    In conversation Monday, 13-Sep-2021 21:32:40 CEST from emacsen.net permalink
  20. Emacsen (emacsen@emacsen.net)'s status on Tuesday, 03-Aug-2021 18:35:27 CEST Emacsen Emacsen
    • Ekaitz Zárraga 👹

    @ekaitz_zarraga

    Yes, this is the amazing thing about Europe and the Middle East, when you are walking down the road and you see a place and it's like "Wait, this is THIS place?"

    When I was a child and heard about the bible stories, it might as well have been Narnia, but then I went to Jerusalem and it was very odd. It's like "Wait, so THIS is that place? The people lived HERE?" It was very strange.

    In conversation Tuesday, 03-Aug-2021 18:35:27 CEST from emacsen.net permalink
  • Before

User actions

    Emacsen

    Emacsen

    Geek, Hacker, Free Software and Free Culture advocate

    Tags
    • (None)
    ActivityPub
    Remote Profile

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          3408
          Member since
          7 Feb 2019
          Notices
          29
          Daily average
          0

          Feeds

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

          tiflolinux.org - GNU Social is a social network, courtesy of tiflolinux.org. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All tiflolinux.org - GNU Social content and data are available under the Creative Commons Attribution 3.0 license.