• broken schools (Was: Re: Schneier, Data and Goliath: no hope for privac

    From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Feb 24 13:46:23 2025
    D <nospam@example.net> writes:

    On Sun, 23 Feb 2025, Salvador Mirzo wrote:

    It saves all messages in a local spool folder, and since nntp is a
    nice and simple retro-protocols, it is trivial to understand the
    format. So what you could do, between 2 leafnode servers, is to just
    reverse engineer the format and "copy" the spool directory between the
    two leafnode installations and all the messages will pop up on the
    other leafnode as well.

    Okay, but the question was to just to confirm my mostly-forgotten
    recollections of Leafnode. I wouldn't mind working on it to make it
    peer via NNTP itself. But I would much rather write a completely new in
    a non-C language.

    I wonder if there are any good C to Go converters out there? Would be interesting to see how much effort it would take to convert leafnode from c to
    go? Maybe then, it would be an easier code base to work with?

    I know C a lot more than I know Go---nothing. :) I've already began
    some work in Common Lisp.

    I think is perhaps somewhat of a downward trend. I feel awe when
    talking to the older generations who had to learn the hardware,
    program in assembler and so on.

    I feel the same. Like you, I feel great learning from the older
    generations. In fact, I often think that they were privileged for being
    able to be there first. I identified this easily enough to develop a
    passion for studying the history of computer science, which makes me
    look very old now because I use a lot of very old tools, which are
    awesome tools despite their age. I got a web post by Joel Spolsky the
    phrase that ``software doesn't get dusty''.

    True. I have a retro-class on thursday and will show them some nice stuff in the
    form of vim, alpine, and midnight commander. Apart from a shell (bash) those are
    my main tools in the terminal.

    Hey... GNU EMACS. :)

    Nevertheless, I feel obsessed by computers and I try to get close to the
    hardware by more abstract means. For instance, I've been reading about
    the 6502 and it seems like such a simple CPU that it makes up for a very
    great computer architecture first introduction, unlike x86, say.

    I remember programming for the Z80 when I was young, on my calculator, and also,
    of course, assembler on the 486. Those were the days! =)

    Lol. You have more experience than I do. I did own a 486 DX2 66 MHz
    (that was my first), but I wrote no assembly at all---I didn't even know
    there was assembly or machine code back then. I did get to know the
    BIOS pretty well, though, but I had not much of an idea how it really
    fit into the hardware. (I took four to five years to realize that I had
    to get involved with programming to really understand the computer.)

    Pretty funny, though, the first book I read was called ``HARDWARE''. It
    was an x86 computer architecture book, superficial, that explained how
    the parts connected or something. That book was very influential
    because it showed me that, by reading it, I could actually make sense of
    taking the computer apart and putting it back on. I consciously
    realized---I can read and get knowledge. (Schools always recommended
    reading, but they never really recommended technical reading---they
    seemed to recommended only national literature.)

    From that point on, I never stopped to read technical books, which gave
    me a new realization of how amazingly broken schools are. And the
    problem is not so much in the system itself---it's more in the people
    who run that system.

    Many years later, as a result, when I was in graduate school, instead of choosing a topic to write on, I chose an adviser to work with. I
    couldn't care less about any topic; I asked my adviser---what are you
    working on? Let's work on that. You see? Anything is interesting so
    long as the people working on it are interesting. When they are not,
    no method will do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Mon Feb 24 23:18:17 2025
    On Mon, 24 Feb 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Sun, 23 Feb 2025, Salvador Mirzo wrote:

    It saves all messages in a local spool folder, and since nntp is a
    nice and simple retro-protocols, it is trivial to understand the
    format. So what you could do, between 2 leafnode servers, is to just
    reverse engineer the format and "copy" the spool directory between the >>>> two leafnode installations and all the messages will pop up on the
    other leafnode as well.

    Okay, but the question was to just to confirm my mostly-forgotten
    recollections of Leafnode. I wouldn't mind working on it to make it
    peer via NNTP itself. But I would much rather write a completely new in >>> a non-C language.

    I wonder if there are any good C to Go converters out there? Would be
    interesting to see how much effort it would take to convert leafnode from c to
    go? Maybe then, it would be an easier code base to work with?

    I know C a lot more than I know Go---nothing. :) I've already began
    some work in Common Lisp.

    I think is perhaps somewhat of a downward trend. I feel awe when
    talking to the older generations who had to learn the hardware,
    program in assembler and so on.

    I feel the same. Like you, I feel great learning from the older
    generations. In fact, I often think that they were privileged for being >>> able to be there first. I identified this easily enough to develop a
    passion for studying the history of computer science, which makes me
    look very old now because I use a lot of very old tools, which are
    awesome tools despite their age. I got a web post by Joel Spolsky the
    phrase that ``software doesn't get dusty''.

    True. I have a retro-class on thursday and will show them some nice stuff in the
    form of vim, alpine, and midnight commander. Apart from a shell (bash) those are
    my main tools in the terminal.

    Hey... GNU EMACS. :)

    Hah... wrong church and religion! ;) I did use emacs at university though,
    but since I never worked as a programmer but only as a system
    administrator, I started to gravitate towards vim or vi and after a few
    years, it became second nature.

    Nevertheless, I feel obsessed by computers and I try to get close to the >>> hardware by more abstract means. For instance, I've been reading about
    the 6502 and it seems like such a simple CPU that it makes up for a very >>> great computer architecture first introduction, unlike x86, say.

    I remember programming for the Z80 when I was young, on my calculator, and also,
    of course, assembler on the 486. Those were the days! =)

    Lol. You have more experience than I do. I did own a 486 DX2 66 MHz
    (that was my first), but I wrote no assembly at all---I didn't even know there was assembly or machine code back then. I did get to know the
    BIOS pretty well, though, but I had not much of an idea how it really
    fit into the hardware. (I took four to five years to realize that I had
    to get involved with programming to really understand the computer.)

    Pretty funny, though, the first book I read was called ``HARDWARE''. It
    was an x86 computer architecture book, superficial, that explained how
    the parts connected or something. That book was very influential
    because it showed me that, by reading it, I could actually make sense of taking the computer apart and putting it back on. I consciously
    realized---I can read and get knowledge. (Schools always recommended reading, but they never really recommended technical reading---they
    seemed to recommended only national literature.)

    From that point on, I never stopped to read technical books, which gave
    me a new realization of how amazingly broken schools are. And the
    problem is not so much in the system itself---it's more in the people
    who run that system.

    Many years later, as a result, when I was in graduate school, instead of choosing a topic to write on, I chose an adviser to work with. I
    couldn't care less about any topic; I asked my adviser---what are you
    working on? Let's work on that. You see? Anything is interesting so
    long as the people working on it are interesting. When they are not,
    no method will do.

    True!

    I don't actually read that many books on technology. My technology
    exposure these days is more through blogs, usenet, and the occasional networking event. Oh, and work of course, but that is more "organical" exposure, and not really something I do actively.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Feb 24 22:34:45 2025
    D <nospam@example.net> writes:

    On Mon, 24 Feb 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Sun, 23 Feb 2025, Salvador Mirzo wrote:

    It saves all messages in a local spool folder, and since nntp is a
    nice and simple retro-protocols, it is trivial to understand the
    format. So what you could do, between 2 leafnode servers, is to just >>>>> reverse engineer the format and "copy" the spool directory between the >>>>> two leafnode installations and all the messages will pop up on the
    other leafnode as well.

    Okay, but the question was to just to confirm my mostly-forgotten
    recollections of Leafnode. I wouldn't mind working on it to make it
    peer via NNTP itself. But I would much rather write a completely new in >>>> a non-C language.

    I wonder if there are any good C to Go converters out there? Would be
    interesting to see how much effort it would take to convert
    leafnode from c to
    go? Maybe then, it would be an easier code base to work with?

    I know C a lot more than I know Go---nothing. :) I've already began
    some work in Common Lisp.

    I think is perhaps somewhat of a downward trend. I feel awe when
    talking to the older generations who had to learn the hardware,
    program in assembler and so on.

    I feel the same. Like you, I feel great learning from the older
    generations. In fact, I often think that they were privileged for being >>>> able to be there first. I identified this easily enough to develop a
    passion for studying the history of computer science, which makes me
    look very old now because I use a lot of very old tools, which are
    awesome tools despite their age. I got a web post by Joel Spolsky the >>>> phrase that ``software doesn't get dusty''.

    True. I have a retro-class on thursday and will show them some nice
    stuff in the form of vim, alpine, and midnight commander. Apart from
    a shell (bash) those are my main tools in the terminal.

    Hey... GNU EMACS. :)

    Hah... wrong church and religion! ;)

    Lol. I have been feeling pretty religious lately indeed. :)

    Nevertheless, I feel obsessed by computers and I try to get close to the >>>> hardware by more abstract means. For instance, I've been reading about >>>> the 6502 and it seems like such a simple CPU that it makes up for a very >>>> great computer architecture first introduction, unlike x86, say.

    I remember programming for the Z80 when I was young, on my
    calculator, and also, of course, assembler on the 486. Those were
    the days! =)

    Lol. You have more experience than I do. I did own a 486 DX2 66 MHz
    (that was my first), but I wrote no assembly at all---I didn't even know
    there was assembly or machine code back then. I did get to know the
    BIOS pretty well, though, but I had not much of an idea how it really
    fit into the hardware. (I took four to five years to realize that I had
    to get involved with programming to really understand the computer.)

    Pretty funny, though, the first book I read was called ``HARDWARE''. It
    was an x86 computer architecture book, superficial, that explained how
    the parts connected or something. That book was very influential
    because it showed me that, by reading it, I could actually make sense of
    taking the computer apart and putting it back on. I consciously
    realized---I can read and get knowledge. (Schools always recommended
    reading, but they never really recommended technical reading---they
    seemed to recommended only national literature.)

    From that point on, I never stopped to read technical books, which gave
    me a new realization of how amazingly broken schools are. And the
    problem is not so much in the system itself---it's more in the people
    who run that system.

    Many years later, as a result, when I was in graduate school, instead of
    choosing a topic to write on, I chose an adviser to work with. I
    couldn't care less about any topic; I asked my adviser---what are you
    working on? Let's work on that. You see? Anything is interesting so
    long as the people working on it are interesting. When they are not,
    no method will do.

    True!

    I don't actually read that many books on technology. My technology
    exposure these days is more through blogs, usenet, and the occasional networking event. Oh, and work of course, but that is more "organical" exposure, and not really something I do actively.

    Yeah. This probably implies you're getting a lot of screen reading
    time. I like books because I can get off the screen. And, the book
    being good, is usually so much more carefully written than most papers
    and blogs.

    I try to go to the beach every day. Today, for instance, I biked to the
    beach, swam and then drank coconut water and do my reading. If I'm not
    reading a book, then I go to Hacker News (news.ycombinator.com) and I
    print out what I find interesting there. It's so much slow and
    pleasurable to read off screen. At the beach, I cannot just skip too
    many texts because I have just a few with me. And I shouldn't read too
    fast because then I have nothing else to read. So I take a long time on
    every word and so the reading is a lot more fun.

    I'm even reading non-technical stuff. Since December, I read
    ``Hackers'' by Steven Levy (1984) and then I also read the book ``No
    Filter'' by Paulina Porizkova (2022), the model. :) She's an excellent
    writer. I enjoy the music from The Cars. Paulina was Ric Ocasek's
    wife. He died in the pandemic, though not from COVID-19. She seemed interesting and I found her book interview-ads while listening to The
    Cars songs on YouTube. I enjoyed the book, but, yeah, I was just
    snooping into other people's lives, which perhaps I shouldn't.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Tue Feb 25 11:38:45 2025
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Mon, 24 Feb 2025, Salvador Mirzo wrote:


    Hah... wrong church and religion! ;)

    Lol. I have been feeling pretty religious lately indeed. :)

    ;)

    I don't actually read that many books on technology. My technology
    exposure these days is more through blogs, usenet, and the occasional
    networking event. Oh, and work of course, but that is more "organical"
    exposure, and not really something I do actively.

    Yeah. This probably implies you're getting a lot of screen reading
    time. I like books because I can get off the screen. And, the book
    being good, is usually so much more carefully written than most papers
    and blogs.

    Too much screen reading if you ask me. But when I'm not working, I read a lot of
    regular books, or on my eInk device, which is much kinder to the eyes. Reading is one of my greatest hobbies. My wife gets annoyed at the enormous number of books I accumulate. She wants me to throw them away, but it would be like throwing away my children. I cannot do it! =/

    I try to go to the beach every day. Today, for instance, I biked to the beach, swam and then drank coconut water and do my reading. If I'm not

    Oh, wonderful! Where do you live?

    reading a book, then I go to Hacker News (news.ycombinator.com) and I
    print out what I find interesting there. It's so much slow and
    pleasurable to read off screen. At the beach, I cannot just skip too
    many texts because I have just a few with me. And I shouldn't read too
    fast because then I have nothing else to read. So I take a long time on every word and so the reading is a lot more fun.

    Wonderful! Sounds like an excellent idea! I do save online articles and stuff as
    pdf:s and do the same thing sometimes, going to a caf or when flying. I find the effect very similar to yours.

    I'm even reading non-technical stuff. Since December, I read
    ``Hackers'' by Steven Levy (1984) and then I also read the book ``No
    Filter'' by Paulina Porizkova (2022), the model. :) She's an excellent writer. I enjoy the music from The Cars. Paulina was Ric Ocasek's
    wife. He died in the pandemic, though not from COVID-19. She seemed interesting and I found her book interview-ads while listening to The
    Cars songs on YouTube. I enjoyed the book, but, yeah, I was just
    snooping into other people's lives, which perhaps I shouldn't.

    I'm currently reading Mirrorshades by Bruce Sterling (and other authors). Some good, classic cyberpunk. I'm also reading various texts by Schopenhauer trying to figure out if he in fact did independently discover buddhism, as his proponents are very fond of saying. I'm skeptical. But let's see!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Tue Feb 25 13:18:27 2025
    D <nospam@example.net> writes:

    On Mon, 24 Feb 2025, Salvador Mirzo wrote:

    So if fdm can download the files in a nice spool folder format, I
    might even be able to apply my small python script to copy the news
    posting into Maildir folders, and there I can read, and alpine then
    posts.

    I'm sure fdm can download and write them to a Maildir: it's how I use
    it.

    Oh, that might even make my python script redundant! This gets more interesting
    by the minute!

    It will surely do. (It is also a powerful filter, so you can organize
    your NNTP articles into various different Maildir, essentially being
    your NNTP client from the downloading perspective. For uploading, we
    will need another program.)

    Go is the next on my list. What is it that makes you like lisp so
    much? I have never considered it, so I am curious. Doesn't it wear out
    the () keys on your keyboard? ;)

    Lol. [L]ots of [S]tupid, [I]rritating [P]arenthesis.

    Have you ever used paredit-mode in the GNU EMACS? It makes you love the
    parenthesis. You're a vim user, so you likely never heard of paredit.
    If you have the energy, the time and the curiosity, you could watch a
    3-minute demo at

    https://www.youtube.com/watch?v=D6h5dFyyUX0

    A few seconds will be enough to get the spirit, but I don't care if you
    watch it---just skip it.

    Never heard of. It was a bit too quick, so I'm still not quite sure what it does. Some of that jumping around can be achieved in vim, but since I'm not familiar with lisp nor with exactly what he was doing, it is difficult
    to say.

    I'd bet vim can do the same.

    It's not important. But the illustration there is that Lisp programmers
    don't worry about parentheses; it's all managed by them by editors such
    as the GNU EMACS (with its various packages for handling these
    specialized operations).

    It's a pleasure to use paredit-mode. Let me quote Donald Norman. I'm
    gonna show a larger quote, but my point here is on pleasure of use and a
    ``feeling of control''.

    This is true. I like the idea that everything is a file, and that log files are
    plain text. It increases my feeling of control over the system.

    Good illustration!

    That is why I do not like systemd. It moves away from this philosophy
    and frankly, I still have not experienced anything that I need systemd
    for, that could not have been solved without it.

    One thing I liked about systemd is that regular users can have their own daemons. But it turns out that's the only thing about systemd that I
    ever liked. And even then I changed my opinion. Daemons are not really
    meant to be managed by regular users; if there's any user that should
    have the right to run a daemon, then they should have sysadmin powers,
    even if specifically just for the task at hand. Bottom line: it's a
    neat thing that it does, but it might not quite be a real need.

    Let's take daemontools by djb, say. You can let regular users run their
    own daemons with a simple UNIX command of letting the directory where
    daemon lives have the adequate permissions for regular users to manage
    their own daemons.

    Now let's take the dependency management of systemd. Is that neat and
    cool? It is. But a competent sysadmin knows exactly what's needed in
    his start-up scripts---he doesn't need something complex to handle it.
    If he doesn't, he would want to learn. Once he learns, I can't quite
    see much of a point in having those things be completely managed by a monolithic subsystem that's trying to hide details from the sysadmin.

    Sad!

    It's alright. As long as there are systems that don't buy the Microsoft
    way of things, we're good. And there will always be because hackers
    never buy into the nonsense.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Tue Feb 25 15:45:20 2025
    D <nospam@example.net> writes:

    On Mon, 24 Feb 2025, Salvador Mirzo wrote:

    I don't actually read that many books on technology. My technology
    exposure these days is more through blogs, usenet, and the occasional
    networking event. Oh, and work of course, but that is more "organical"
    exposure, and not really something I do actively.

    Yeah. This probably implies you're getting a lot of screen reading
    time. I like books because I can get off the screen. And, the book
    being good, is usually so much more carefully written than most papers
    and blogs.

    Too much screen reading if you ask me. But when I'm not working, I read a lot of
    regular books, or on my eInk device, which is much kinder to the eyes. Reading
    is one of my greatest hobbies. My wife gets annoyed at the enormous number of books I accumulate. She wants me to throw them away, but it would be like throwing away my children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw
    it all away. But I'm suspicious to say it because I often do it. When
    I was a freshman, I bought all the books I'd use at the university. I
    thought it was expensive, but it was worth it---I thought then. On the
    second semester, I couldn't spend that money again and decided to try to
    just get the books from the library. If the exact book wasn't
    available, I'd take another one---a theorem should be the roughly the
    same in every book, right? From this experiment, I concluded that I'd
    never buy another book (and that every student should do the same). It
    was wonderful to always look at other books perspectives.

    After graduation, I moved to another country. I did my bachelor's
    degree in a foreign country and then moved to another one after
    graduation, to eventually move back home. When I was packing to move
    back home after years away, I decided to buy a bunch of books and take
    them with me because it would've been more expensive to import them
    after arrival. I don't regret it because I still have them with me here
    and these are books I use more or less regularly. Nevertheless, I don't
    need them for any emergency at all, specially at an age where all of
    these books are easily available in electronic form.

    I'm trying to say---it would be so easy for me to throw them all away. Specially if my dear wife is getting annoyed with them, even if
    unreasonably. Perhaps my action would be to throw them all away and
    have the house completely empty. Then I might say at dinner---I'd
    printed this chapter out today because I threw Mr. Smith's publication.
    Lol. Yes, I would enjoy getting on my wife's skin a bit. :)

    Of course it's not literal throwing away. You'd give them to a library,
    say. If that's too hard, you could rent a u-haul-equivalent storage in
    your country to just put them out of the house. It's not the same
    thing---you could possibly enjoy the experience of being completely free
    from these books.

    If you use a hammer everyday, throwing it away is just plain silly. (Or
    even if you just use it occasionally.) But, possibly, your wife could
    be pointing out to you that perhaps you have a unreasonable stock of
    books, which couldn't possibly be really useful; or, she could be the thermometer to say that something's not quite right. In particular when
    you say that you can't do it.

    I'm suspicious because I love to get rid of stuff. :)

    Also, my books are all stored in big plastic boxes and tucked away in
    storage at my book. In the house, only those that I'm currently
    reading.

    I try to go to the beach every day. Today, for instance, I biked to the
    beach, swam and then drank coconut water and do my reading. If I'm not

    Oh, wonderful! Where do you live?

    Niterói, Rio de Janeiro, Brazil.

    reading a book, then I go to Hacker News (news.ycombinator.com) and I
    print out what I find interesting there. It's so much slow and
    pleasurable to read off screen. At the beach, I cannot just skip too
    many texts because I have just a few with me. And I shouldn't read too
    fast because then I have nothing else to read. So I take a long time on
    every word and so the reading is a lot more fun.

    Wonderful! Sounds like an excellent idea! I do save online articles and stuff as
    pdf:s and do the same thing sometimes, going to a café or when flying. I find
    the effect very similar to yours.

    I used to go to cafés too... But they only have bad stuff to eat such as coffee and coffee-like drinks and anything with gluten. :) Coconut
    water, on the other hand, happens to be better than mineral water. And
    the Sun is a true doctor on this planet.

    I'm even reading non-technical stuff. Since December, I read
    ``Hackers'' by Steven Levy (1984) and then I also read the book ``No
    Filter'' by Paulina Porizkova (2022), the model. :) She's an excellent
    writer. I enjoy the music from The Cars. Paulina was Ric Ocasek's
    wife. He died in the pandemic, though not from COVID-19. She seemed
    interesting and I found her book interview-ads while listening to The
    Cars songs on YouTube. I enjoyed the book, but, yeah, I was just
    snooping into other people's lives, which perhaps I shouldn't.

    I'm currently reading Mirrorshades by Bruce Sterling (and other authors). Some
    good, classic cyberpunk.

    Sounds interesting. The topic is fascinating. But it might be a little overrated as well. Currently, I don't think our technology is really
    advanced to warrant all the exploration of cyberpunk writing. What I
    think we have a lot of hype, which makes sense, given that the industry
    has taken over the monarchies over the years. You see, rewind history
    until the collapse of the roman empire; then feuds sprang; then
    monarchies were established, with help from the churches; eventually the industrial revolution begins and then the bourgeoisie rises. Now it's
    their prime time---no wonder the hype is all in their favor.

    I'm also reading various texts by Schopenhauer trying to figure out if
    he in fact did independently discover buddhism, as his proponents are
    very fond of saying. I'm skeptical. But let's see!

    I wouldn't be surprised. I think a lot of ideas from buddhism can be
    inferred by a sensitive person. Of course, those who sit down to write
    and publish and have the skills to do it well are much less in number.
    So perhaps Schopenhauer is one of them. Let me know what you find. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Wed Feb 26 13:53:42 2025
    On Tue, 25 Feb 2025, Salvador Mirzo wrote:

    Oh, that might even make my python script redundant! This gets more interesting
    by the minute!

    It will surely do. (It is also a powerful filter, so you can organize
    your NNTP articles into various different Maildir, essentially being
    your NNTP client from the downloading perspective. For uploading, we
    will need another program.)

    Excellent! I wonder if it can replace mbsync nicely as well? Would be nice to have fdm handle both my mbsync (so sync imap folders to local laptop) _and_ to take care of news posts! I can easily see how the filters would take care of sorting the posts from various newsgroups into their respective folders in my mail client.

    As for posting, my mail client, alpine, has that covered! =)

    Never heard of. It was a bit too quick, so I'm still not quite sure what it >> does. Some of that jumping around can be achieved in vim, but since I'm not >> familiar with lisp nor with exactly what he was doing, it is difficult
    to say.

    I'd bet vim can do the same.

    It's not important. But the illustration there is that Lisp programmers don't worry about parentheses; it's all managed by them by editors such
    as the GNU EMACS (with its various packages for handling these
    specialized operations).

    Yes, that makes a lot more sense. Manually typing all of those parentheses would
    be horrible! ;) It reminds me of an old xkcd comic... there were your father parenthesis, a more civilized weapon for a more civilized age. ;)

    It's a pleasure to use paredit-mode. Let me quote Donald Norman. I'm
    gonna show a larger quote, but my point here is on pleasure of use and a >>> ``feeling of control''.

    This is true. I like the idea that everything is a file, and that log files are
    plain text. It increases my feeling of control over the system.

    Good illustration!

    That is why I do not like systemd. It moves away from this philosophy
    and frankly, I still have not experienced anything that I need systemd
    for, that could not have been solved without it.

    One thing I liked about systemd is that regular users can have their own daemons. But it turns out that's the only thing about systemd that I
    ever liked. And even then I changed my opinion. Daemons are not really meant to be managed by regular users; if there's any user that should
    have the right to run a daemon, then they should have sysadmin powers,
    even if specifically just for the task at hand. Bottom line: it's a
    neat thing that it does, but it might not quite be a real need.

    I agree! That's the problem, it tries to be too neat, and to do too much. In the
    end you have this horrible monolithic kludge that will probably crash due to its
    complexity, and take the system with it.

    Another thing I intensely dislike with it is the long and convoluted syntax of the commands. I mean just look at "ls"... it's beautiful! And "l" followed by an
    "s"! =D

    Now look at this horrible mess: "systemctl list-timers" Yuck!

    Let's take daemontools by djb, say. You can let regular users run their
    own daemons with a simple UNIX command of letting the directory where
    daemon lives have the adequate permissions for regular users to manage
    their own daemons.

    Now let's take the dependency management of systemd. Is that neat and
    cool? It is. But a competent sysadmin knows exactly what's needed in
    his start-up scripts---he doesn't need something complex to handle it.
    If he doesn't, he would want to learn. Once he learns, I can't quite
    see much of a point in having those things be completely managed by a monolithic subsystem that's trying to hide details from the sysadmin.

    Sad!

    It's alright. As long as there are systems that don't buy the Microsoft
    way of things, we're good. And there will always be because hackers
    never buy into the nonsense.

    That's good! After all, if I don't want systemd, there are distributions without
    it. =) The only annoying thing is that since I teach linux I am forced to teach the most common tools, and sadly that means systemd.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to All on Wed Feb 26 14:05:00 2025
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    Too much screen reading if you ask me. But when I'm not working, I read a lot of
    regular books, or on my eInk device, which is much kinder to the eyes. Reading
    is one of my greatest hobbies. My wife gets annoyed at the enormous number of
    books I accumulate. She wants me to throw them away, but it would be like
    throwing away my children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw
    it all away. But I'm suspicious to say it because I often do it. When

    Ouch! My children! ;)

    I was a freshman, I bought all the books I'd use at the university. I thought it was expensive, but it was worth it---I thought then. On the second semester, I couldn't spend that money again and decided to try to
    just get the books from the library. If the exact book wasn't
    available, I'd take another one---a theorem should be the roughly the
    same in every book, right? From this experiment, I concluded that I'd
    never buy another book (and that every student should do the same). It
    was wonderful to always look at other books perspectives.

    I bought last years used books. Usually they weren't that expensive, about 20-30
    USD or so per book. But if you bought them new, the price were at least double!

    Of course it's not literal throwing away. You'd give them to a library,
    say. If that's too hard, you could rent a u-haul-equivalent storage in
    your country to just put them out of the house. It's not the same thing---you could possibly enjoy the experience of being completely free
    from these books.

    Well, for the book throwers, I do prefer to hear that they donate their books to
    libraries, used book stores, or give them away. =)

    I'm suspicious because I love to get rid of stuff. :)

    I think this must be an inborn trait. My default is to keep everything. I'm probably descended from a squirrel or hamster if you go back a few million years. ;)

    I try to go to the beach every day. Today, for instance, I biked to the >>> beach, swam and then drank coconut water and do my reading. If I'm not

    Oh, wonderful! Where do you live?

    Niterói, Rio de Janeiro, Brazil.

    Ahh... the country of eternal sunshine and happiness! At least that is what it looks like from here on the surface. But sadly I have also heard that polarization and leftists vs rightist has infiltrated brazil as well. =( I hope it won't become as bad as the US, that would be really bad for the country.

    I also imagine that it would be difficult to work from the beach. Too many beautiful women, it must be very distracting!

    Wonderful! Sounds like an excellent idea! I do save online articles and stuff as
    pdf:s and do the same thing sometimes, going to a café or when flying. I find
    the effect very similar to yours.

    I used to go to cafés too... But they only have bad stuff to eat such as coffee and coffee-like drinks and anything with gluten. :) Coconut

    Bad coffee?? Doesn't brazil have the best coffee in the world?? Be thankful that
    you don't have to drink the crap I have here in europe. ;)

    water, on the other hand, happens to be better than mineral water. And
    the Sun is a true doctor on this planet.

    This is the truth!

    I'm even reading non-technical stuff. Since December, I read
    ``Hackers'' by Steven Levy (1984) and then I also read the book ``No
    Filter'' by Paulina Porizkova (2022), the model. :) She's an excellent
    writer. I enjoy the music from The Cars. Paulina was Ric Ocasek's
    wife. He died in the pandemic, though not from COVID-19. She seemed
    interesting and I found her book interview-ads while listening to The
    Cars songs on YouTube. I enjoyed the book, but, yeah, I was just
    snooping into other people's lives, which perhaps I shouldn't.

    I'm currently reading Mirrorshades by Bruce Sterling (and other authors). Some
    good, classic cyberpunk.

    Sounds interesting. The topic is fascinating. But it might be a little overrated as well. Currently, I don't think our technology is really advanced to warrant all the exploration of cyberpunk writing. What I
    think we have a lot of hype, which makes sense, given that the industry
    has taken over the monarchies over the years. You see, rewind history
    until the collapse of the roman empire; then feuds sprang; then
    monarchies were established, with help from the churches; eventually the industrial revolution begins and then the bourgeoisie rises. Now it's
    their prime time---no wonder the hype is all in their favor.

    It is an interesting thought that kingdoms faded, were replaced by nations. Perhaps now, nations are fading (slowly) and getting replaced with corporations?
    Imagine a future were your primary allegiance is to your corporation, and the nation of old, just exists in the background as a faint humming sound, that no one really cares about.

    What do you think?

    I'm also reading various texts by Schopenhauer trying to figure out if
    he in fact did independently discover buddhism, as his proponents are
    very fond of saying. I'm skeptical. But let's see!

    I wouldn't be surprised. I think a lot of ideas from buddhism can be inferred by a sensitive person. Of course, those who sit down to write
    and publish and have the skills to do it well are much less in number.
    So perhaps Schopenhauer is one of them. Let me know what you find. :)

    Will do! If I find out anything that is. ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to nospam@example.net on Wed Feb 26 13:15:30 2025
    D <nospam@example.net> wrote:
    [-- text/plain, encoding 8bit, charset: utf-8, 108 lines --]

    Too much screen reading if you ask me. But when I'm not working, I read a lot of
    regular books, or on my eInk device, which is much kinder to the eyes. Reading
    is one of my greatest hobbies. My wife gets annoyed at the enormous number of
    books I accumulate. She wants me to throw them away, but it would be like >>> throwing away my children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw
    it all away. But I'm suspicious to say it because I often do it. When

    Ouch! My children! ;)

    I was a freshman, I bought all the books I'd use at the university. I
    thought it was expensive, but it was worth it---I thought then. On the
    second semester, I couldn't spend that money again and decided to try to
    just get the books from the library. If the exact book wasn't
    available, I'd take another one---a theorem should be the roughly the
    same in every book, right? From this experiment, I concluded that I'd
    never buy another book (and that every student should do the same). It
    was wonderful to always look at other books perspectives.

    I bought last years used books. Usually they weren't that expensive, about 20-30
    USD or so per book. But if you bought them new, the price were at least double!

    The entire university textbook market is one giant scam anyway.
    Publisshers make minor updates (often just changing the "exercises") to
    create "volume 4", and then the professors state "vol 4" as the text
    for the class, duping lots of students into paying full price. One
    wonders how much of a kickback the professors get for recommending the
    "updated volume" that is 99.9% identical to the prior volume.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Rich on Wed Feb 26 23:10:10 2025
    On Wed, 26 Feb 2025, Rich wrote:

    D <nospam@example.net> wrote:
    [-- text/plain, encoding 8bit, charset: utf-8, 108 lines --]

    Too much screen reading if you ask me. But when I'm not working, I read a lot of
    regular books, or on my eInk device, which is much kinder to the eyes. Reading
    is one of my greatest hobbies. My wife gets annoyed at the enormous number of
    books I accumulate. She wants me to throw them away, but it would be like >>>> throwing away my children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw >>> it all away. But I'm suspicious to say it because I often do it. When

    Ouch! My children! ;)

    I was a freshman, I bought all the books I'd use at the university. I
    thought it was expensive, but it was worth it---I thought then. On the
    second semester, I couldn't spend that money again and decided to try to >>> just get the books from the library. If the exact book wasn't
    available, I'd take another one---a theorem should be the roughly the
    same in every book, right? From this experiment, I concluded that I'd
    never buy another book (and that every student should do the same). It
    was wonderful to always look at other books perspectives.

    I bought last years used books. Usually they weren't that expensive, about 20-30
    USD or so per book. But if you bought them new, the price were at least double!

    The entire university textbook market is one giant scam anyway.
    Publisshers make minor updates (often just changing the "exercises") to create "volume 4", and then the professors state "vol 4" as the text
    for the class, duping lots of students into paying full price. One
    wonders how much of a kickback the professors get for recommending the "updated volume" that is 99.9% identical to the prior volume.

    True. I think it is the same all over the world. I knew a lawyer once who
    wrote his own book for a university course, but he said in the end, it
    wasn't worth it. He sold about 30 books per year, so he regretted writing
    the book and wrote it off mostly as marketing and CV stuffing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Wed Feb 26 21:31:26 2025
    D <nospam@example.net> writes:

    On Tue, 25 Feb 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Mon, 24 Feb 2025, Rich wrote:

    [...]

    I often 'frustrate' my wife by going off the beaten path (major roads) >>>> onto back roads (I'll admit, sometimes done specifically for the value >>>> of the 'frustration' part) to get "there" from "here" with no GPS nav
    or pre-planning at all and in almost all instances I get "there" even
    though the entire route is brand new for me.

    This is excellent! Always going the same way, or driving the same route gets
    very boring after a while. Sometimes when I walk a new path, I discover a new
    store I didn't know existed.

    That really happens when you walk instead of driving. Not to mention
    that if you're walking, it's okay to stop by at a store. If you're
    driving, it's not okay because (at least where I live), it's never easy
    to find a parking place. And you might not want to interrupt the song
    that's playing or get out of the air conditioning.


    This is the truth! I like walking. It is one of the few forms of
    exercise I engage in. =) It is also relaxing and can almost be a bit meditative if you get into it.

    I agree. :) What I often do at the beach is actually just walk it end
    to end. The beach I always go to has about 1 km in length. But lately
    I've been trying to swim in the ocean as well. I've taken swimming
    classes for various years and I didn't have the energy to continue when
    I joined graduate school. Now I'm out and I have been trying to
    continue, but after two months swimming in a gym, I decided to quit it
    and move to the beach. I'm happy to announce that lately the water has
    been crystalline around here. The news called it Caribbean today.

    I have been using some fins to give me some ``self confidence''. It's
    fairly scary to swim the beach end to end. You need to distance
    yourself from the shore to stay a bit away from the waves and even other people. And you can barely see much while swimming: even with
    crystalline water, visility is still very limited.

    But it's really more pleasurable to be at the beach than at the gym.
    Sure, when the water gets pretty dark, I will probably not swim. I hope
    I'm lucky enough so that such conditions don't last too long when they
    arrive.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Scott Dorsey on Wed Feb 26 21:38:06 2025
    kludge@panix.com (Scott Dorsey) writes:

    Salvador Mirzo <smirzo@example.com> wrote:
    I don't have much information. The command line seemed an awful
    experience to them. I suspect that they thought that the command line
    was archaic means of system interface and that perhaps it was just a >>teacher idiosyncrasy.

    This is something I see a lot of... we get interns who are engineering students or computer science students and they have never seen a command
    line of any sort before. Not bash, not powershell, not anything. They
    first of all don't get the command line concept and secondly they don't
    get the concept of the heirarchical filesystem. "The file is on the computer!" "But where on the computer?" "It's on the computer!"

    That's almost incredible, but I'm afraid I believe it.

    We even got a guy with a PhD in CS from a university that I had previously thought reputable who had never used a command line and who just could
    not understand how make works in spite of the O'Reilly book.

    What O'Reilly book? Are you saying the PhD was an O'Reilly-published
    author? That would be literally incredible.

    I think some of these concepts have to be introduced early on, but they
    NEED to be introduced early on in order to get any kind of basic computer literacy.

    You know what I think? I believe the problem is more on the teachers. Teachers---university professors---may perhaps be too depressed and too
    sick of computers themselves to have the energy to master the subject
    with energy left to teach them.

    What I'm seeing is that those with the energy end up seeing resistance
    from the rest. Many don't want their colleagues to enrich the course
    because they more or less share the teaching of these courses, so
    someone with skills above the average happens to be a nuissance to the
    rest of the group of teachers. Sadly, the above the average might be a
    very small minority.

    These days, even computer science departments are completely based on
    Google services, say. Students don't even have the chance to run the
    local mail server. It's appalling.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Mike Spencer on Wed Feb 26 21:46:56 2025
    Mike Spencer <mds@bogus.nodomain.nowhere> writes:

    D Finnigan <dog_cow@macgui.com> writes:

    On 2/25/25 8:08 PM, Rich wrote:

    The prior can also largely be blamed on modern GUI OS'es. They've
    reached the point where the unknowing can make use of a computer
    without ever needing a command line at any point.

    Which meant that computer hardware and software vendors could thus
    market their wares to a much larger consumer audience.

    Just so. But doesn't address the bizarre observation that PhDs in computer-related domains are utterly unaware of the command line.

    The command line is like language.

    The GUI is like shopping.

    Reports from a very different domain (sorry, I forget the URLs) are
    to the effect that university-level teachers of language & literature
    find that students are wholly unprepared to read whole, long novels.
    They just don't get it. Somehow, despite having reached postsecondary
    level, they don't have the attention span -- or can't call up the intellectual resources to invoke the attention span -- to read
    attentively something that goes on for a few hundred pages.

    A friend and fellow blacksmith -- sadly now deceased -- was very bright
    and very skilled but recounted an experience from high school.
    Assigned to read a novel -- I forget but I think it was Count of Monte Christo -- he just couldn't get through it. So he bought the Coles
    Notes (or similar) version and still ran aground. Then he happened
    on the comic book version, bought and read that, got a passing grade on
    the review he had to write.

    All well. There are differing kinds of intelligence and his strength
    lay in spatial relations and tangible physical forms, not language.

    But people taking a university-level Great Books course are a
    different matter. So are people studying how computers operate.
    Language is a fundamental intellectual tool. Shopping, stichomythia,
    ideas reduced to 168-char squibs and, yes, shopping look to me like degenerate forms of disciplined thinking.

    As a digression, an assignment left for the reader, consider the
    command line, even one as intimidating as that for gcc. After decades
    of change, with the accretion of a multitude of options, it retains
    the same linguistic form of a command.

    But how do you get along with a GUI for something of similar
    complexity when someone 20 or 30 or 40 years your junior, decides that
    a complete redesign of of the GUI is a desirable and necessary
    improvement? He grew up in a mental Manhattan or a Mental Tokyo,
    demolishes the graphical Boston of your favorite tool and rebuilds it
    to match his visual head-space.

    So you can learn it all over again. Life-long learning is supposed to
    be about learning new stuff, but about learning the same stuff over
    and over.

    I'm sorry for a follow-up with very little to add, but you really said everything. The command line is language. And, yes, it turns out we
    have an entire population who don't master much language at all. And I
    equate language with thinking. If you're thinking, you're using
    language. I think of calculational steps, for example, as sentence
    rewriting. For example, how do we solve the equation

    x^2 - 3x + 2 = 0?

    We first rewrite it to

    (x - 1)(x - 2) = 0.

    It's as if we're saying---I don't know how to solve the problem, but I
    know how to rewrite it. And then I do some more rewriting to the point
    that the rewriting falls under the so-called solution.

    Anyway, this lack of intellectual abilities, which boils down to
    language, grammar skills has crept up even in the computer science
    graduate group, which is appalling.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Dorsey@21:1/5 to smirzo@example.com on Wed Feb 26 19:47:52 2025
    Salvador Mirzo <smirzo@example.com> wrote:
    kludge@panix.com (Scott Dorsey) writes:

    We even got a guy with a PhD in CS from a university that I had previously >> thought reputable who had never used a command line and who just could
    not understand how make works in spite of the O'Reilly book.

    What O'Reilly book? Are you saying the PhD was an O'Reilly-published
    author? That would be literally incredible.

    No, I mean that when he didn't know what make was, we handed him the
    O'Reilly book about make. Because that's how you learn things that
    you don't know in the Unix world. It did not seem to help.
    He continued trying to write sequential build scripts using make.
    --scott
    --
    "C'est un Nagra. C'est suisse, et tres, tres precis."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike Spencer@21:1/5 to Salvador Mirzo on Thu Feb 27 03:31:11 2025
    Salvador Mirzo <smirzo@example.com> writes:

    Mike Spencer <mds@bogus.nodomain.nowhere> writes:

    [snip]
    The command line is like language.

    The GUI is like shopping.

    Reports from a very different domain (sorry, I forget the URLs) are
    to the effect that university-level teachers of language & literature
    find that students are wholly unprepared to read whole, long novels.
    They just don't get it. Somehow, despite having reached postsecondary
    level, they don't have the attention span -- or can't call up the
    intellectual resources to invoke the attention span -- to read
    attentively something that goes on for a few hundred pages.

    [snip]

    I'm sorry for a follow-up with very little to add, but you really said everything.

    Thank you.


    The command line is language. And, yes, it turns out we
    have an entire population who don't master much language at all. And I equate language with thinking.

    I think language is what determined that homo became and remains
    sapiens. A vast corpus of neuroscience hasn't unravelled how language originated or why other animals with complex brains don't have it.
    Unless you're going to fall back on something mystical like "eternal
    souls", language is what makes us what we are.


    If you're thinking, you're using language....Anyway, this lack of intellectual abilities, which boils down to language, grammar skills
    has crept up even in the computer science graduate group, which is
    appalling.

    The other side of the coin is people with the skill (or learned,
    calculated ability) to persuade millions of others to do stupid stuff
    using semantically vacuous language. Now (YADATROT) you can devise
    by trial and error algorithms or neural net constructs to do it for
    you.

    Thirty years ago, I made jokes about "epistemogical engineering". Now epistemological engineering has probably doomed the world's most
    powerful nation to chaos.

    --
    Mike Spencer Nova Scotia, Canada

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Thu Feb 27 06:23:34 2025
    D <nospam@example.net> writes:

    On Tue, 25 Feb 2025, Salvador Mirzo wrote:

    Oh, that might even make my python script redundant! This gets more
    interesting by the minute!

    It will surely do. (It is also a powerful filter, so you can organize
    your NNTP articles into various different Maildir, essentially being
    your NNTP client from the downloading perspective. For uploading, we
    will need another program.)

    Excellent! I wonder if it can replace mbsync nicely as well? Would be nice to have fdm handle both my mbsync (so sync imap folders to local laptop) _and_ to
    take care of news posts! I can easily see how the filters would take care of sorting the posts from various newsgroups into their respective folders in my mail client.

    I'm not a user of mbsync, but if you use mbsync just to download mail
    from an IMAP server, then certainly fdm can replace it.

    As for posting, my mail client, alpine, has that covered! =)

    You should be good then. :)

    Never heard of. It was a bit too quick, so I'm still not quite sure what it >>> does. Some of that jumping around can be achieved in vim, but since I'm not >>> familiar with lisp nor with exactly what he was doing, it is difficult
    to say.

    I'd bet vim can do the same.

    It's not important. But the illustration there is that Lisp programmers
    don't worry about parentheses; it's all managed by them by editors such
    as the GNU EMACS (with its various packages for handling these
    specialized operations).

    Yes, that makes a lot more sense. Manually typing all of those parentheses would
    be horrible! ;) It reminds me of an old xkcd comic... there were your father parenthesis, a more civilized weapon for a more civilized age. ;)

    Lol. I remember that one.

    One thing I liked about systemd is that regular users can have their own
    daemons. But it turns out that's the only thing about systemd that I
    ever liked. And even then I changed my opinion. Daemons are not really
    meant to be managed by regular users; if there's any user that should
    have the right to run a daemon, then they should have sysadmin powers,
    even if specifically just for the task at hand. Bottom line: it's a
    neat thing that it does, but it might not quite be a real need.

    I agree! That's the problem, it tries to be too neat, and to do too much. In the
    end you have this horrible monolithic kludge that will probably crash due to its
    complexity, and take the system with it.

    Another thing I intensely dislike with it is the long and convoluted syntax of
    the commands. I mean just look at "ls"... it's beautiful! And "l" followed by an
    "s"! =D

    Now look at this horrible mess: "systemctl list-timers" Yuck!

    Yeah---there's a fine line between incrementing language and sticking
    with the previous, well-established vocabulary. That's particularly
    important for hackers because they have an imense amount of vocabulary
    to manage and great fluency is essential to their day-to-day operations.

    It's alright. As long as there are systems that don't buy the Microsoft
    way of things, we're good. And there will always be because hackers
    never buy into the nonsense.

    That's good! After all, if I don't want systemd, there are distributions without
    it. =) The only annoying thing is that since I teach linux I am forced to teach
    the most common tools, and sadly that means systemd.

    No intention to question you here, but I'm sure you know how
    questionable this might be. I would think it's not really important to
    teach about systemd, specially if you don't find it beautiful. The
    principles and their concrete illustrations are much more interesting.
    The ``everything is a file'' is an example, and you can illustrate with countless examples. Modularity is another relevant word and can be seen
    at its prime in UNIX systems (and extremely in software such as qmail),
    with opposite examples in sendmail and also in systemd.

    On the other hand, I'm thinking here that you'd remark that your courses
    are highly practical, involved with system administration per se. I'm
    aware of that. But, still, I really don't see system administration
    very different from software writing. I would not find it too important
    to discuss the operational details of a specific system or software.
    Certainly a UNIX system has its own particularties in their rc scripts,
    but I would spend more time looking at POSIX-sh semantics, style,
    philosophy and history because it's primarily sh scripts that engineer
    the start-up schemes of UNIX systems. Because then every hacker can use
    that kind of culture to investigate whatever system he's interested in.

    In other words, I'd go for depth, not immediate working knowledge.
    Every system administrator will have to grind through the manuals
    anyway. Knowing how to start or stop daemons, say, in a particular
    system would not be terribly useful in a classroom. Of course, we would
    see how run the commands in whatever system we're using for the
    illustrations at the black board or at the computer lab, but merely to
    see things in motion.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Rich on Thu Feb 27 06:49:02 2025
    Rich <rich@example.invalid> writes:

    D <nospam@example.net> wrote:
    [-- text/plain, encoding 8bit, charset: utf-8, 108 lines --]

    Too much screen reading if you ask me. But when I'm not working, I
    read a lot of regular books, or on my eInk device, which is much
    kinder to the eyes. Reading is one of my greatest hobbies. My wife
    gets annoyed at the enormous number of books I accumulate. She
    wants me to throw them away, but it would be like throwing away my
    children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw >>> it all away. But I'm suspicious to say it because I often do it. When

    Ouch! My children! ;)

    I was a freshman, I bought all the books I'd use at the university. I
    thought it was expensive, but it was worth it---I thought then. On the
    second semester, I couldn't spend that money again and decided to try to >>> just get the books from the library. If the exact book wasn't
    available, I'd take another one---a theorem should be the roughly the
    same in every book, right? From this experiment, I concluded that I'd
    never buy another book (and that every student should do the same). It
    was wonderful to always look at other books perspectives.

    I bought last years used books. Usually they weren't that expensive,
    about 20-30 USD or so per book. But if you bought them new, the price
    were at least double!

    The entire university textbook market is one giant scam anyway.
    Publisshers make minor updates (often just changing the "exercises") to create "volume 4", and then the professors state "vol 4" as the text
    for the class, duping lots of students into paying full price. One
    wonders how much of a kickback the professors get for recommending the "updated volume" that is 99.9% identical to the prior volume.

    Disgusting indeed. It's incredible how non-educational the educational
    system is. One of the very important things that should be shown to
    students is precisely how we don't need any new books at all. Taking my chances here in being exaggerated, when I look at books such as Liber
    Abaci by Leonardo Pisano, omg---what an important book to a student of
    any intellectual area.

    Here's a test I sometimes do. (I can argue that I have the privilege of studying with the brightest students in the country.) I ask students to compute a subtraction; they do by putting one number on top of the
    other. I then ask them to explain whether they could reverse the order---putting the numeral at the bottom on top---and to explain how
    the method works. But this question is merely a preparation to the
    test; the real test is---compute the division of, say, 714 by 7, and
    explain to me why you do what you do. Even the brighest students
    recognize that if they ever really understood it, it's hard to remember.

    I do recognize that this test is questionable in the sense that it takes
    people by surprise. But my point is not that university students have
    not a real mathematical education; my point is the complete failure of
    the school system. This test is to be applied to the population out in
    the streets and you will see how people might even be able to compute arithmetic, but they have no understanding at all of something
    dramatically important as the number system we got from the arabs.

    When I was in college, I discovered books such as the ``Discourse on the Method'' and also ``Meno'', to name just a couple. I thought they were profound educational philosophies, even though they were not quite meant
    as that. They were key sources of studying strategies to me.

    Considering all of science, what we study in school (including college)
    is very little. We don't need new books for that at all. We can study
    it all from public domain publications.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Ram@21:1/5 to Salvador Mirzo on Thu Feb 27 10:12:21 2025
    Salvador Mirzo <smirzo@example.com> wrote or quoted:
    You know what I think? I believe the problem is more on the teachers.

    I've got this notion that someone's got to level up from
    "user" to "power user" before they cut their teeth on
    programming. The "power user" is savvy with the command
    line, text editors, and system tools and programs.

    But these days, I'm seeing folks in my programming classes
    who don't have all the prerequisites. I don't buy that people
    today are inherently less sharp than before. They just need
    to be schooled in what they need to know. If someone were to
    break down why the command line and such are crucial /and teach
    them/, they could pick it up. Maybe we're barking up the wrong
    tree assuming people naturally learn this stuff nowadays.

    In my classes, we roll with Microsoft®-Windows as the operating
    system, and here's the know-how that's required to enter the class:

    Starting and Ending a Class Session

    - Turning on the computer and monitor if necessary

    - Logging into the computer

    - Logging out and shutting down


    Characters

    - Knowledge of special character names like curly brace "{" or
    backslash "\"


    Keyboard

    - Familiarity with key names such as "Enter key", "Shift key",
    "Function key F5", etc.

    - Understanding the function of commonly used keys

    - Inputting special characters like curly brace "{" or
    backslash "\" (this is more difficult with the German
    keyboard!)

    - Comprehending keyboard notations like "Ctrl-C" and their
    spoken equivalents


    Text Fields

    - Recognizing text fields on screen

    - Understanding "focus" and how to give/remove it from a text
    field

    - Copying text to/from the clipboard

    - Using "Ctrl-A" to select all text

    - Utilizing "Ctrl-C", "Ctrl-X", and "Ctrl-V" for clipboard
    operations

    - Applying the "input replaces selection" principle

    - Moving the cursor in a text field (using arrow keys and keys
    like "Home")

    - (Recommended) Selecting text by moving the cursor while
    holding Shift


    Windows

    - Identifying windows on screen

    - Resizing, repositioning, maximizing, minimizing, and closing
    windows

    - Bringing a window to the foreground among multiple open
    windows


    Context Menus

    - Understanding the term "context menu"

    - Recognizing context menus on screen

    - Opening and using context menus for various elements (e.g.,
    icons, backgrounds)


    Programs

    - Understanding what a program is

    - Launching programs


    Processes

    - Understanding what a process is

    - Terminating processes

    - Interacting with dialog boxes

    - Knowing the concept of a process's "current directory"


    Program Menus

    - Familiarity with the term "program menu"

    - Recognizing program menus on screen

    - Using program menus


    Web Browsers

    - Launching a browser

    - Displaying web pages by entering their URI

    - Using hyperlinks

    - Searching for text within a web page

    - Using a web search engine


    File Systems

    - Understanding concepts of "folders" ("directories") and
    "files" and their relationships

    - Comprehending terms like "(full) path(name) of a file or
    folder" and "file extension"


    Text Editors

    - Understanding what a text editor is

    - Knowing how to launch a text editor (e.g., Windows Notepad)

    - Opening, editing, and saving text files with specific names,
    locations, and encodings

    - Creating new text files


    File Explorer

    - Identifying the File Explorer (formerly "Windows Explorer")

    - Recognizing File Explorer windows

    - Launching File Explorer

    - Determining or changing the current directory in a File
    Explorer window

    - Using the navigation pane, content pane, and address bar

    - Locating a folder or file with a given pathname

    - Creating new empty text files or folders


    Additional Skills for Java, C, or C++ Courses, not for Python Courses

    - Configuring File Explorer to display file extensions

    - Understanding "Open" and "Edit" options in file context menus

    - Using folder or file icon context menus

    - Renaming, deleting, copying, or moving folders and files

    - Copying folder or file pathnames to the clipboard or a text field

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Thu Feb 27 07:41:24 2025
    D <nospam@example.net> writes:

    Too much screen reading if you ask me. But when I'm not working, I
    read a lot of
    regular books, or on my eInk device, which is much kinder to the
    eyes. Reading
    is one of my greatest hobbies. My wife gets annoyed at the enormous number of
    books I accumulate. She wants me to throw them away, but it would be like >>> throwing away my children. I cannot do it! =/

    I don't know the two of you, but it does sound like a good idea to throw
    it all away. But I'm suspicious to say it because I often do it. When

    Ouch! My children! ;)

    Lol. I know. :)

    I try to go to the beach every day. Today, for instance, I biked to the >>>> beach, swam and then drank coconut water and do my reading. If I'm not >>>
    Oh, wonderful! Where do you live?

    Niterói, Rio de Janeiro, Brazil.

    Ahh... the country of eternal sunshine and happiness! At least that is what it
    looks like from here on the surface.

    That's how it looks from my perspective here as well, although I'm aware
    of so much suffering taking place here every day.

    But sadly I have also heard that polarization and leftists vs rightist
    has infiltrated brazil as well. =( I hope it won't become as bad as
    the US, that would be really bad for the country.

    You can definitely say that. This theme is very interesting for people interested in Brazil or perhaps the US. The US has a huge influence in
    Brazil. A very /small/ illustration is the political system. Like the
    US, Brazil has a bicameral federal congress---meaning, you know, you
    have a house of representatives and a senate. We can argue that such a
    system makes sense for the United States, considering how its republic
    came about. In the origins of the federation, you have a movement to centralize power from the individual states---let's say a movement from
    the outer to the inner. In Brazil, it's the opposite: Brazil's republic
    came about by a distribution of power from the monarchic center to its
    smaller regions. A bicameral system is a certain conservative system
    that makes sense in a federation formed out of mistrusting states,
    unlike Brazil's case. So the bicameral system for Brazil serves more to
    slow it down than anything else. I could make the case that this was
    done by Brazil by mere influence on aesthetics---we think they're
    smarter than us, so let's what they're doing. (Surely this is too
    simplistic, but I want just a single paragraph here.)

    But that's only an illustration. Due to commercial reasons, the
    Brazilian food industry has been following in the foot steps of the
    American, with the disastrous consequences of a population overweight
    now (with all of the chronic diseases that are killing the american
    population, like nearly everywhere else in the world).

    American influence in Brazil started out strongly in the 40s and 50s,
    reaching its apex in the 60s. It's an interesting history because it
    was clearly planned and a good illustration of the current status quo:
    it's quite useful to study this history if one wishes to understand
    Brazil today.

    I also imagine that it would be difficult to work from the beach. Too many beautiful women, it must be very distracting!

    You're quite right. It is indeed *very* distracting. In fact,
    observing such things has given the conclusion that visual stimili (at
    least in myself) is a really strong physiological thing: it seems quite stronger than any will power. I started out reading at the beach so I
    would have something to do there, staying longer in the sun. So my slow reading doesn't defeat that purpose. I also often go during week days,
    when the beach is not crowded with people. It worked out so well that
    it seems to work like a second phase of my work schedule. I write in
    the morning and read in the afternoon, intermixed with walking, swimming
    and biking. I cannot do it *every* day because I need to ``the office''
    some days.

    Wonderful! Sounds like an excellent idea! I do save online articles
    and stuff as pdf:s and do the same thing sometimes, going to a café
    or when flying. I find the effect very similar to yours.

    I used to go to cafés too... But they only have bad stuff to eat such as
    coffee and coffee-like drinks and anything with gluten. :) Coconut

    Bad coffee?? Doesn't brazil have the best coffee in the world?? Be thankful that
    you don't have to drink the crap I have here in europe. ;)

    I think we produce wonderful coffee, but I also think that wonderful
    coffee is mostly exported. Makes perfect sense: you sell your best
    products to your best customers (those that pay more). That's a sorry
    thing when living in a country with too many poor people: the industry
    brings the cheapest things for you.

    But I consider coffee---no matter how good quality if might be---a drug
    to be totally kept on a leash. I don't think we should make regular use
    of any stimulants---of any drug at all.

    I am probably a naturalist. If coffee ``accelerates your physiology'',
    then we can say that such ``speed'' is not the natural way of your body.
    If you do it every day, you're totally not respecting the natural way of
    the system. Not a religious thing at all---recall that perspective I
    had on tattoos. So this is another illustration of why I find myself
    more religious than the vast number of very religious people I've ever
    met.

    I'm currently reading Mirrorshades by Bruce Sterling (and other
    authors). Some good, classic cyberpunk.

    Sounds interesting. The topic is fascinating. But it might be a little
    overrated as well. Currently, I don't think our technology is really
    advanced to warrant all the exploration of cyberpunk writing. What I
    think we have a lot of hype, which makes sense, given that the industry
    has taken over the monarchies over the years. You see, rewind history
    until the collapse of the roman empire; then feuds sprang; then
    monarchies were established, with help from the churches; eventually the
    industrial revolution begins and then the bourgeoisie rises. Now it's
    their prime time---no wonder the hype is all in their favor.

    It is an interesting thought that kingdoms faded, were replaced by nations. Perhaps now, nations are fading (slowly) and getting replaced with corporations?
    Imagine a future were your primary allegiance is to your corporation, and the nation of old, just exists in the background as a faint humming sound, that no
    one really cares about.

    What do you think?

    I think along these lines. Today I see most of government as just
    employees of corporations. I think it's very easy to see. Political
    parties cannot do anything without money. But they're not companies:
    they produce no product in the typical sense of the word. So where do
    they money come from? It comes from corporations. Who makes decisions
    in a company? The owner or the employees? (Who makes decisions in
    society? The goverment or the real owners?)

    So when people say that governments don't seem to work in favor of the population, I remark precisely the above---if you owned a company, would
    you let your employees have the final say in the decisions? That'd be
    absurd; it's your company; you call the shots. Similarly, corporations
    (who invest in most of the government officials' careers), should have
    the final say in nearly everything.

    What do corporations want? Almost nothing. Because they're in power.
    The desire of those in power is to keep things as they are.

    We can make a parallel here with the relationship between monarchies and
    the church. The church partnered with kings because they were useful to
    each other: kings won their power by the use of force, which attracts
    the interest of any other entity of some meaningful power (such as the
    church). Their partnership is then natural: the influence of the church
    on the people was useful to install the idea that the power of kings had
    divine origins.

    The very idea of a constitutional monarchy comes from the industry: when
    the industry realizes that it was their time to be at the top, they
    naturally make up a system that reduces the power of the monarchies,
    with the brilliant argument that individual guarantees are needed. So republics arise and we can make the parallel that governments take the
    function that the church had in their partnership with kings. People
    now are busy trying to organize themselves by interacting with the
    bureaucracy of governments---this is the civilized, legal, democratic
    way of living.

    There is, therefore, a natural conflict between public policy and the
    interests of corporations. The reason governments have, in principle,
    nearly all the power and still are so ineffective against corporation is
    a fact that's very illuminating. No fact is a contradiction; all
    paradoxes are only apparent.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Mike Spencer on Thu Feb 27 08:10:22 2025
    Mike Spencer <mds@bogus.nodomain.nowhere> writes:

    Salvador Mirzo <smirzo@example.com> writes:

    [...]

    If you're thinking, you're using language....Anyway, this lack of
    intellectual abilities, which boils down to language, grammar skills
    has crept up even in the computer science graduate group, which is
    appalling.

    The other side of the coin is people with the skill (or learned,
    calculated ability) to persuade millions of others to do stupid stuff
    using semantically vacuous language. Now (YADATROT) you can devise
    by trial and error algorithms or neural net constructs to do it for
    you.

    Thirty years ago, I made jokes about "epistemogical engineering". Now epistemological engineering has probably doomed the world's most
    powerful nation to chaos.

    *Very* well observed. My intuition for these text generators is that
    they will be pretty good for education in general precisely because they
    equate the average educated person. It will finally make the crisis
    pretty obvious to the average educated person. In other words, if all
    you can do is produce trivial expressions by permutating or rearranging
    the typical expression given to you by mainstream media, then you can
    now be easily replaced by a machine.

    For many years already, people talk about the concern with technology
    replacing the human hand in the labor market. ``Machines will replace humans.'' Machines have already replaced humans a long time ago; the
    reason you still find humans in manual labor is merely because humans
    are still the cheapest machines around. When the robot becomes cheaper,
    humans will need to find new means of survival.

    But let me clarify the previous paragraph. (I often say I'm obsessed
    with clarity, though I don't mean it seriously.) I'm being a little
    charming above by implying that even if you keep human beings at work,
    the fact is that we've been treated like machines for a very, very long
    time already. Sarcastically speaking, it would be better protection for
    us to talk about how to get rights and guarantees for machines (equating ourselves with them) than to see us in competition against them.

    Non-sarcastically speaking now, what we should concern ourselves with is
    how to live a dignifying life, an objective that seems impossible to
    achieve by any method whatsoever: it is precisely by confining life in
    methods (as if we were scientific problems to be solved) that we become indistinguishable from machines. Methods are useful to solve equations,
    but they will not quite help us in *living* in its deep sense.

    I apologize for not defining ``dignifying life'': it would take a
    master's thesis. The meaning I put in the expression goes beyond the
    already wide sense used by experts in constitucional law. For instance,
    in my master's thesis, there would be a major theorem stating that human
    beings are not subjects to which a /function/ can be attributed. The
    result would be painstakingly built from first principles, Thomas
    Hobbes-style.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Scott Dorsey on Thu Feb 27 08:55:04 2025
    kludge@panix.com (Scott Dorsey) writes:

    Salvador Mirzo <smirzo@example.com> wrote:
    kludge@panix.com (Scott Dorsey) writes:

    We even got a guy with a PhD in CS from a university that I had previously >>> thought reputable who had never used a command line and who just could
    not understand how make works in spite of the O'Reilly book.

    What O'Reilly book? Are you saying the PhD was an O'Reilly-published >>author? That would be literally incredible.

    No, I mean that when he didn't know what make was, we handed him the
    O'Reilly book about make. Because that's how you learn things that
    you don't know in the Unix world. It did not seem to help.
    He continued trying to write sequential build scripts using make.

    Oh, I perfectly understand now. (Thanks.) I read ``make'' as a verb in
    that phrase. Yeah, it makes sense that someone with no make experience
    (at all) could misuse it. He likely didn't have any experience even
    with competitors such as gradle or whatever. Pretty sad story: as I
    discovered flaws in my education, I felt hurt---people wasted my time,
    made a fool out of me, hurt me emotionally and so on; not as a
    conspiracy against me, but as a matter of course. I feel lucky to have
    noticed it throughout the process and not at too many decades later.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to All on Thu Feb 27 09:31:49 2025
    Hi, Stefan. Sorry to hijack this thread just to make a personal
    request. We once talked in comp.lang.python about Alan Kay's notion of
    OOP. (Thanks for the reference you gave me back then.) I wanted to
    rediscuss that---I have not been able to fully comprehend it after all
    the reading I've done. I could follow-up there, but I suppose comp.misc
    is even more appropriate. I'm going to open a new thread for that as
    it's a completely new subject. I'm posting it here because I wanted to
    call your attention and I suppose a follow-up to your post is most
    effective. The thread will likely have subject ``Alan Kay on OOP''.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Thu Feb 27 14:52:11 2025
    On Wed, 26 Feb 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Tue, 25 Feb 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Mon, 24 Feb 2025, Rich wrote:

    [...]

    I often 'frustrate' my wife by going off the beaten path (major roads) >>>>> onto back roads (I'll admit, sometimes done specifically for the value >>>>> of the 'frustration' part) to get "there" from "here" with no GPS nav >>>>> or pre-planning at all and in almost all instances I get "there" even >>>>> though the entire route is brand new for me.

    This is excellent! Always going the same way, or driving the same route gets
    very boring after a while. Sometimes when I walk a new path, I discover a new
    store I didn't know existed.

    That really happens when you walk instead of driving. Not to mention
    that if you're walking, it's okay to stop by at a store. If you're
    driving, it's not okay because (at least where I live), it's never easy
    to find a parking place. And you might not want to interrupt the song
    that's playing or get out of the air conditioning.


    This is the truth! I like walking. It is one of the few forms of
    exercise I engage in. =) It is also relaxing and can almost be a bit
    meditative if you get into it.

    I agree. :) What I often do at the beach is actually just walk it end
    to end. The beach I always go to has about 1 km in length. But lately

    That's wonderful!

    I've been trying to swim in the ocean as well. I've taken swimming
    classes for various years and I didn't have the energy to continue when
    I joined graduate school. Now I'm out and I have been trying to
    continue, but after two months swimming in a gym, I decided to quit it
    and move to the beach. I'm happy to announce that lately the water has
    been crystalline around here. The news called it Caribbean today.

    That's good exercise. I don't like gyms or swimming pools, but if I had
    the ocean nearby, at a decent temperature, I think I might enjoy swimming!

    I have been using some fins to give me some ``self confidence''. It's
    fairly scary to swim the beach end to end. You need to distance
    yourself from the shore to stay a bit away from the waves and even other people. And you can barely see much while swimming: even with
    crystalline water, visility is still very limited.

    Reminds me of the last time I went swimming in spain, and the waves were
    huge! You really had to time getting into the water or else risk getting knocked over.

    But it's really more pleasurable to be at the beach than at the gym.
    Sure, when the water gets pretty dark, I will probably not swim. I hope
    I'm lucky enough so that such conditions don't last too long when they arrive.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Thu Feb 27 15:03:43 2025
    On Wed, 26 Feb 2025, Salvador Mirzo wrote:

    These days, even computer science departments are completely based on
    Google services, say. Students don't even have the chance to run the
    local mail server. It's appalling.

    Not all hope is lost! ;) My courses are based on linux and for the cloud part, they are based on our own OpenStack environment! =D

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ivan Shmakov@21:1/5 to All on Thu Mar 6 07:55:37 2025
    On 2025-02-24, Rich wrote:
    D <nospam@example.net> wrote:
    On Sun, 23 Feb 2025, Salvador Mirzo wrote:

    Not compared to git. They did not get to see git. They just hated
    fossil to the point of almost giving up on the whole course altogether.
    Very likely they knew that other courses would give them the same
    credits and they could try it afresh on the next semester.

    Ahh, got it! Yes, sadly this happens to me as well. At the slightest
    hint of difficulty or effort, about 20% of the class riots, complains
    to the school that the teacher is evil, that the difficulty level
    should be lowered etc.

    The result of 20+ years of "everyone gets a participation trophy, and
    no winners are declared" parenting.....

    Reminds me of our "technique of speech" (i. e., standard
    pronunciation and the physiology of speech; little if anything
    to do with, say, writing speeches) professor who just plain
    declared "everyone gets a credit, those not interested - out!"
    right at the start.

    So, everyone's got a credit as their "participation trophy"; those
    who were interested, got skills on top of that; and the professor
    was spared the ire of the administration. Who were the winners is,
    I suppose, up to debate.

    They do not realize, that the only ones they are cheating by doing
    that are themselves.

    They lack the wisdom that comes with age to recognize this fact.
    Some of them will wise up early enough to be able to succeed. The
    rest will be set for "table waitress with master's degree" careers.

    And this, in turn reminds me of the decades-old "two mathematicians
    and a waitress" joke; see, e. g. (URI split for readability):

    http://web.archive.org/web/20190622112330/ http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    And of "My Contribution to Society" by Icicle (probably NSFW.)

    But the thing is, I did a number of jobs; a lecturer, a remote
    sensing specialist, a junior researcher, an engineer. I can
    imagine myself sweeping floors, though perhaps not for too long.
    Being a table waiter is a job that I don't find in myself the
    ability to do. So one of the factors that pushed me through the
    university was indeed the desire not to be forced to try (and
    likely fail) doing waiter's job for a living.

    Waiter's job isn't useless in my book, however, so I can admire
    those who /can/ do it.

    One guy told me he had no idea and it was amazing the day he
    understood the terminal concept. He went on to become a rock star!
    Those students are what makes it worth it for me.

    And he was someone who *should* have been in that course. Many of the others were likely only present because they had been told the degree
    was a magic paper towards a big salary (while omitting that they have
    to know what the F they are doing for the magic paper to gain them the
    big salary).

    My impression so far has been that a lot of them were told that
    the degree is a magic paper towards /any/ salary at all.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Fri Mar 7 20:30:34 2025
    D <nospam@example.net> writes:

    On Wed, 26 Feb 2025, Salvador Mirzo wrote:

    These days, even computer science departments are completely based on
    Google services, say. Students don't even have the chance to run the
    local mail server. It's appalling.

    Not all hope is lost! ;) My courses are based on linux and for the cloud part,
    they are based on our own OpenStack environment! =D

    Yay---a 4-leaf clover. :P Seriously, though: good job.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Fri Mar 7 21:10:49 2025
    D <nospam@example.net> writes:

    On Thu, 27 Feb 2025, Salvador Mirzo wrote:

    Excellent! I wonder if it can replace mbsync nicely as well? Would be nice to
    have fdm handle both my mbsync (so sync imap folders to local
    laptop) _and_ to
    take care of news posts! I can easily see how the filters would take care of
    sorting the posts from various newsgroups into their respective folders in my
    mail client.

    I'm not a user of mbsync, but if you use mbsync just to download mail
    from an IMAP server, then certainly fdm can replace it.

    Excellent! As an added bonus, I would then get off mbsync. I think the creator
    of mbsync was woke, and changed master/slave to something I no longer remember
    in the code, in order not to offend people. Complete nonsense!

    Lol.

    daemons. But it turns out that's the only thing about systemd that I
    ever liked. And even then I changed my opinion. Daemons are not really >>>> meant to be managed by regular users; if there's any user that should
    have the right to run a daemon, then they should have sysadmin powers, >>>> even if specifically just for the task at hand. Bottom line: it's a
    neat thing that it does, but it might not quite be a real need.

    I agree! That's the problem, it tries to be too neat, and to do too
    much. In the
    end you have this horrible monolithic kludge that will probably
    crash due to its
    complexity, and take the system with it.

    Another thing I intensely dislike with it is the long and
    convoluted syntax of
    the commands. I mean just look at "ls"... it's beautiful! And "l"
    followed by an
    "s"! =D

    Now look at this horrible mess: "systemctl list-timers" Yuck!

    Yeah---there's a fine line between incrementing language and sticking
    with the previous, well-established vocabulary. That's particularly
    important for hackers because they have an imense amount of vocabulary
    to manage and great fluency is essential to their day-to-day operations.

    Another example from hell for me is powershell. I've never seen such long command! Microsoft powershell gurus must really enjoy typing!

    Besides, it's yet another shell. Even if it were really great... Have
    you seen Plan9's rc? It's a very neat shell. But it's not Bourne's sh.
    It's hard to overcome the inertia of a large body moving at high speed.

    to discuss the operational details of a specific system or software.
    Certainly a UNIX system has its own particularties in their rc scripts,
    but I would spend more time looking at POSIX-sh semantics, style,
    philosophy and history because it's primarily sh scripts that engineer
    the start-up schemes of UNIX systems. Because then every hacker can use
    that kind of culture to investigate whatever system he's interested in.

    Oh believe me... I've had to _fight_ to keep any resemblance of
    teaching basic bash scripting in the linux course. At first students
    hate it, but the brilliant ones later on tell me that they actually
    picked up a lot of linux while bash scripting, instead of if we used
    python or something else. This makes me happy and works as intended!
    ;)

    No shell scripting? Okay---let's investigate a bit how the system
    works. ``What's in a name? A rose by any other name would smell as
    sweet.'' That's from a teacher I had called Juliet---she was pretty
    old, born in 1597. Her father was a famous play writer, whose name was
    William Shakespeare if I recall correctly.

    In other words, I'd go for depth, not immediate working knowledge.
    Every system administrator will have to grind through the manuals
    anyway. Knowing how to start or stop daemons, say, in a particular
    system would not be terribly useful in a classroom. Of course, we would
    see how run the commands in whatever system we're using for the
    illustrations at the black board or at the computer lab, but merely to
    see things in motion.

    I wish we could do that... but the amount of teaching hours and focus
    on the vocation schools make that very difficult. =(

    I know.

    I also think that we shouldn't interfere so much with nature's course.
    It's not that we don't care---it's that we respect the group. Let's let
    the group follow its ``natural'' course. It's different when we're the captain; we then steer as we like.

    You can be the captain
    And I'll draw the chart
    Sailing into destiny
    Closer to the heart
    -- Neil Peart, Peter Talbot, 1977

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Ivan Shmakov on Fri Mar 7 22:00:36 2025
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    [...]

    And this, in turn reminds me of the decades-old "two mathematicians
    and a waitress" joke; see, e. g. (URI split for readability):

    http://web.archive.org/web/20190622112330/ http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    Lol. I don't get the joke. What's up with the joke? I'm slow. The
    waitress has a hard-science college degree but can't get a job in her
    field? That's not a joke. I don't get the joke. Please explain? :)

    Lol. I just asked ChatGPT to explain it to me and he's saying that the
    joke is how academics have so little understanding of anything outside academia? That's kinda funny. If that's what the joke is about, it's
    even more funny because I didn't get it. Lol! One could make the case
    that I'm like an academic. However, I believe the reason I didn't get
    it is that I didn't think the situation made any sense. Although I do
    think that the joke could be more funny if we adjust its context. The
    number of college graduates who are not getting a job in their field is increasing, so this waitress could actually be an engineer herself, say.
    But I think an explanation is needed to why she pretended not to
    understand the arithmetic expression 1/3 x^3. Anyway, I didn't get the
    joke at all and I'm not even sure ChatGPT understood it either, but he
    does have a point. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Fri Mar 7 21:41:28 2025
    D <nospam@example.net> writes:

    On Thu, 27 Feb 2025, Salvador Mirzo wrote:

    But sadly I have also heard that polarization and leftists vs rightist
    has infiltrated brazil as well. =( I hope it won't become as bad as
    the US, that would be really bad for the country.

    You can definitely say that. This theme is very interesting for people
    interested in Brazil or perhaps the US. The US has a huge influence in
    ...
    Brazil today.

    Thank you! Very interesting, I had no idea!

    An excellent reference to how it got where it is is

    United States Penetration of Brazil
    Jan Knippers Black,
    University of Pennsylvania Press, 1977
    ISBN 0-8122-7720-1.

    I also imagine that it would be difficult to work from the beach. Too many >>> beautiful women, it must be very distracting!

    You're quite right. It is indeed *very* distracting. In fact,
    observing such things has given the conclusion that visual stimili (at
    least in myself) is a really strong physiological thing: it seems quite

    I also imagine that in south america it is still fashionable for women to be women, and that women are feminine? I hope so... I like that!

    Lol. A declaration like that won't get much support around here. :)
    We're living in a globalized world. Even news casters now use words
    like ``spoiler''. Literally---no translation needed. My geography
    teachers in elementary school now seem like prophets.

    stronger than any will power. I started out reading at the beach so I
    would have something to do there, staying longer in the sun. So my slow
    reading doesn't defeat that purpose. I also often go during week days,
    when the beach is not crowded with people. It worked out so well that

    Aha... so that's how you get any work done! I imagine if you would go during beach rush hour, you'd not get a lot of things done. ;)

    Lol. You're quite right. One thing that's happening is that I'm a very approachable person and being there nearly every day brings new friends.
    Now every now then there appears someone to chat. I feel unable to tell
    anyone to go away, even because---when people approach for chat---it's evidently the case that they're in need of something. (They might also
    think that I'm killing time.) I never really tell them to go away.
    That doesn't help the work much. Nevertheless, one of my deadlines got extended by a week and so I was able to get a project's phase done---I'm
    on time!

    it seems to work like a second phase of my work schedule. I write in
    the morning and read in the afternoon, intermixed with walking,
    swimming and biking. I cannot do it *every* day because I need to
    [be] ``the office'' some days.

    Sounds like you have a very nice job there!

    It's my favorite ever. My at-the-office phase restarts in two weeks.

    Bad coffee?? Doesn't brazil have the best coffee in the world?? Be
    thankful that you don't have to drink the crap I have here in
    europe. ;)

    I think we produce wonderful coffee, but I also think that wonderful
    coffee is mostly exported. Makes perfect sense: you sell your best
    products to your best customers (those that pay more). That's a sorry
    thing when living in a country with too many poor people: the industry
    brings the cheapest things for you.

    Ahhh.... never thought about that. On the other hand, there are
    counter examples. When I went to japan, I had the best green tea I
    ever had! Up until that point, I thought I didn't like green tea. It
    always tasted horrible. Then in japan I went to some kind of luxury
    tea tasting, and it was really, really good!

    Interesting.

    And what about beef? I heard there are wars in south america over
    whether argentina or brazil has the best beef? Who is right?

    I never quite heard of wars, but surely Argentina is known as one of the
    best bovine meat producers. And so in Brazil's south. Historically,
    they have a lot of tradition (and still do). So Argentina or not, it's
    that whole region, going beyond Brazil and Argentina.

    As a teenager (with my family), I traveled once to a beach place in the
    state of Rio de Janeiro and one thing got stuck in my memory about a
    dinner we had an Argentine restaurant. The (small) place was run by the
    owner himself, who was an Argentine. The meat was unforgettable.
    Brazil's south is known as people who know how to barbeque like no one.
    I'm sure the same applies to the Argentines.

    But I consider coffee---no matter how good quality if might be---a drug
    to be totally kept on a leash. I don't think we should make regular use
    of any stimulants---of any drug at all.

    Ahh... and here I drink between 0.5 and 0.7 liters per day! ;)

    That's a huge quantity.

    But I don't have to drink it... from time to time I just stop when I
    get tired of it and move to tea instead, and never experience any
    negative withdrawal symptoms. My favourite tea is Lapsang.

    If you don't completely, then at least stop as you already do but then
    don't substitute it for tea or any other caffeine or theobromine intake
    (such as cocoa products like chocolate). Let your system rest from
    these substances. The less you take in, the more tolerant you become.
    The more you do, the less you get.

    I am probably a naturalist. If coffee ``accelerates your physiology'',
    then we can say that such ``speed'' is not the natural way of your body.
    If you do it every day, you're totally not respecting the natural way of
    the system. Not a religious thing at all---recall that perspective I
    had on tattoos. So this is another illustration of why I find myself
    more religious than the vast number of very religious people I've ever
    met.

    Well, maybe principled? I think religious has many supernatural connotations that I find nto so good to mix up in these kinds of discussions.

    ``Principled'' it is. Words don't really matter. We need them here,
    but they're just the tags on the pointers. Remember Juliet? ``What's
    in a name?''

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Salvador Mirzo on Sat Mar 8 02:59:22 2025
    Salvador Mirzo <smirzo@example.com> wrote:

    If you don't completely, then at least stop as you already do but then

    Do yo thing that did fit into comp.misc because if the "comp" in
    "completely"?

    --
    Trust me, I know what I'm doing...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to Salvador Mirzo on Sat Mar 8 03:47:59 2025
    Salvador Mirzo <smirzo@example.com> wrote:
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    [...]

    And this, in turn reminds me of the decades-old "two mathematicians
    and a waitress" joke; see, e. g. (URI split for readability):

    http://web.archive.org/web/20190622112330/
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    Lol. I don't get the joke. What's up with the joke? I'm slow. The waitress has a hard-science college degree but can't get a job in her
    field? That's not a joke. I don't get the joke. Please explain? :)

    The joke is that the second mathematician, who should know better, gave
    the waitress the wrong answer to repeat.

    The waitress pretends to be dumb when he gives her what will be the
    wrong answer to his question.

    Then, when he asks the question, she repeats his incorrect answer
    flawlessly, and adds in the correction he should have known himself.

    I.e., the joke is that the mathematicians were not quite as "smart" as
    they thouoght they were.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Rich on Sat Mar 8 18:27:55 2025
    Rich <rich@example.invalid> writes:

    Salvador Mirzo <smirzo@example.com> wrote:
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    [...]

    And this, in turn reminds me of the decades-old "two mathematicians >>> and a waitress" joke; see, e. g. (URI split for readability):

    http://web.archive.org/web/20190622112330/
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    Lol. I don't get the joke. What's up with the joke? I'm slow. The
    waitress has a hard-science college degree but can't get a job in her
    field? That's not a joke. I don't get the joke. Please explain? :)

    The joke is that the second mathematician, who should know better, gave
    the waitress the wrong answer to repeat.

    Why was it the wrong answer? Isn't

    (1/3) x^3 + c

    the integral of x^2?

    The waitress pretends to be dumb when he gives her what will be the
    wrong answer to his question.

    That's a mean waitress.

    Then, when he asks the question, she repeats his incorrect answer
    flawlessly, and adds in the correction he should have known himself.

    I.e., the joke is that the mathematicians were not quite as "smart" as
    they thouoght they were.

    Then ChatGPT was right. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sat Mar 8 23:43:04 2025
    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Wed, 26 Feb 2025, Salvador Mirzo wrote:

    These days, even computer science departments are completely based on
    Google services, say. Students don't even have the chance to run the
    local mail server. It's appalling.

    Not all hope is lost! ;) My courses are based on linux and for the cloud part,
    they are based on our own OpenStack environment! =D

    Yay---a 4-leaf clover. :P Seriously, though: good job.

    Thank you! =) I'm hoping that I will be able to convince another school to
    dump Azure in favour of our OpenStack environment. Would be wonderful to
    have combatted the forces of darkness, and won, at two schools! =)

    They like the fact that I can give them a fixed price per student and
    month, instead of the shitshow that is Azure pricing. They also like that
    the school gets a dedicated server, so should someone break in and do
    crypto mining, they won't get a large bill like they do with Azure.

    More often than you would think, do student credentials leak to github and
    then they pay for someone crypto mining. That problem they won't have with
    my environment. =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sun Mar 9 00:09:07 2025
    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    Yeah---there's a fine line between incrementing language and sticking
    with the previous, well-established vocabulary. That's particularly
    important for hackers because they have an imense amount of vocabulary
    to manage and great fluency is essential to their day-to-day operations.

    Another example from hell for me is powershell. I've never seen such long
    command! Microsoft powershell gurus must really enjoy typing!

    Besides, it's yet another shell. Even if it were really great... Have
    you seen Plan9's rc? It's a very neat shell. But it's not Bourne's sh.
    It's hard to overcome the inertia of a large body moving at high speed.

    Never seen. How does it differ from plain old bash? Inertia is a problem. Many young children I think use zsh on Macs, somehow, bash was what I had when I was young, and it stuck. ;)

    Oh believe me... I've had to _fight_ to keep any resemblance of
    teaching basic bash scripting in the linux course. At first students
    hate it, but the brilliant ones later on tell me that they actually
    picked up a lot of linux while bash scripting, instead of if we used
    python or something else. This makes me happy and works as intended!
    ;)

    No shell scripting? Okay---let's investigate a bit how the system
    works. ``What's in a name? A rose by any other name would smell as
    sweet.'' That's from a teacher I had called Juliet---she was pretty

    True. I'm currently discussing the course plans for the autumn, I think I have a
    good chance at sneaking in some good old shell through the backdoor. Keep your fingers crossed! =D

    In other words, I'd go for depth, not immediate working knowledge.
    Every system administrator will have to grind through the manuals
    anyway. Knowing how to start or stop daemons, say, in a particular
    system would not be terribly useful in a classroom. Of course, we would >>> see how run the commands in whatever system we're using for the
    illustrations at the black board or at the computer lab, but merely to
    see things in motion.

    I wish we could do that... but the amount of teaching hours and focus
    on the vocation schools make that very difficult. =(

    I know.

    I also think that we shouldn't interfere so much with nature's course.
    It's not that we don't care---it's that we respect the group. Let's let
    the group follow its ``natural'' course. It's different when we're the captain; we then steer as we like.

    True!

    You can be the captain
    And I'll draw the chart
    Sailing into destiny
    Closer to the heart
    -- Neil Peart, Peter Talbot, 1977


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sun Mar 9 00:14:48 2025
    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    Thank you! Very interesting, I had no idea!

    An excellent reference to how it got where it is is

    United States Penetration of Brazil
    Jan Knippers Black,
    University of Pennsylvania Press, 1977
    ISBN 0-8122-7720-1.

    Thank you for the recommendation. Sadly I do not think my schedule allows it at the moment, I have way too many philosophical topics on my plate at the moment. =(

    You're quite right. It is indeed *very* distracting. In fact,
    observing such things has given the conclusion that visual stimili (at
    least in myself) is a really strong physiological thing: it seems quite

    I also imagine that in south america it is still fashionable for women to be >> women, and that women are feminine? I hope so... I like that!

    Lol. A declaration like that won't get much support around here. :)
    We're living in a globalized world. Even news casters now use words
    like ``spoiler''. Literally---no translation needed. My geography
    teachers in elementary school now seem like prophets.

    What!?! Please don't spoil my dreams of travelling to Brazil meeting loads of beautiful brazilian women who would be naturally interested in a swede with blue
    eyes! ;)

    stronger than any will power. I started out reading at the beach so I
    would have something to do there, staying longer in the sun. So my slow >>> reading doesn't defeat that purpose. I also often go during week days,
    when the beach is not crowded with people. It worked out so well that

    Aha... so that's how you get any work done! I imagine if you would go during >> beach rush hour, you'd not get a lot of things done. ;)

    Lol. You're quite right. One thing that's happening is that I'm a very approachable person and being there nearly every day brings new friends.
    Now every now then there appears someone to chat. I feel unable to tell anyone to go away, even because---when people approach for chat---it's evidently the case that they're in need of something. (They might also
    think that I'm killing time.) I never really tell them to go away.
    That doesn't help the work much. Nevertheless, one of my deadlines got extended by a week and so I was able to get a project's phase done---I'm
    on time!

    Amazing! You couldn't get further from the swedish folk psyche. In sweden two people could sit next to each other for years, and at most nod to each other. Maybe after a year or two, a small conversation might start.

    In the subway, no one talks to each other. People mainstain silence and look at their phones. Only people who know each other talk on the subway. Definitely not
    strangers.

    it seems to work like a second phase of my work schedule. I write in
    the morning and read in the afternoon, intermixed with walking,
    swimming and biking. I cannot do it *every* day because I need to
    [be] ``the office'' some days.

    Sounds like you have a very nice job there!

    It's my favorite ever. My at-the-office phase restarts in two weeks.

    Ouch! Hopefully it will not last too long!

    And what about beef? I heard there are wars in south america over
    whether argentina or brazil has the best beef? Who is right?

    I never quite heard of wars, but surely Argentina is known as one of the
    best bovine meat producers. And so in Brazil's south. Historically,
    they have a lot of tradition (and still do). So Argentina or not, it's
    that whole region, going beyond Brazil and Argentina.

    As a teenager (with my family), I traveled once to a beach place in the
    state of Rio de Janeiro and one thing got stuck in my memory about a
    dinner we had an Argentine restaurant. The (small) place was run by the owner himself, who was an Argentine. The meat was unforgettable.
    Brazil's south is known as people who know how to barbeque like no one.
    I'm sure the same applies to the Argentines.

    Another dream! Except for the women, above, I dream of going to brazil and argentina for a beef and bbq safari! This would be excellent! Maybe I would never leave again? =)

    But I consider coffee---no matter how good quality if might be---a drug
    to be totally kept on a leash. I don't think we should make regular use >>> of any stimulants---of any drug at all.

    Ahh... and here I drink between 0.5 and 0.7 liters per day! ;)

    That's a huge quantity.

    Really? Just regular coffee. No espresso! ;)

    But I don't have to drink it... from time to time I just stop when I
    get tired of it and move to tea instead, and never experience any
    negative withdrawal symptoms. My favourite tea is Lapsang.

    If you don't completely, then at least stop as you already do but then
    don't substitute it for tea or any other caffeine or theobromine intake
    (such as cocoa products like chocolate). Let your system rest from
    these substances. The less you take in, the more tolerant you become.
    The more you do, the less you get.

    Interesting experiment! I've tried it due to chance a couple of times, but then I get so tired in the evening, so I won't get as much quality computer time in when the wife sleeps. ;)

    I am probably a naturalist. If coffee ``accelerates your physiology'',
    then we can say that such ``speed'' is not the natural way of your body. >>> If you do it every day, you're totally not respecting the natural way of >>> the system. Not a religious thing at all---recall that perspective I
    had on tattoos. So this is another illustration of why I find myself
    more religious than the vast number of very religious people I've ever
    met.

    Well, maybe principled? I think religious has many supernatural connotations >> that I find nto so good to mix up in these kinds of discussions.

    ``Principled'' it is. Words don't really matter. We need them here,
    but they're just the tags on the pointers. Remember Juliet? ``What's
    in a name?''

    Amen!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Sat Mar 8 21:33:54 2025
    D <nospam@example.net> writes:

    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Wed, 26 Feb 2025, Salvador Mirzo wrote:

    These days, even computer science departments are completely based on
    Google services, say. Students don't even have the chance to run the
    local mail server. It's appalling.

    Not all hope is lost! ;) My courses are based on linux and for the
    cloud part, they are based on our own OpenStack environment! =D

    Yay---a 4-leaf clover. :P Seriously, though: good job.

    Thank you! =) I'm hoping that I will be able to convince another
    school to dump Azure in favour of our OpenStack environment. Would be wonderful to have combatted the forces of darkness, and won, at two
    schools! =)

    They like the fact that I can give them a fixed price per student and
    month, instead of the shitshow that is Azure pricing. They also like
    that the school gets a dedicated server, so should someone break in
    and do crypto mining, they won't get a large bill like they do with
    Azure.

    More often than you would think, do student credentials leak to github
    and then they pay for someone crypto mining. That problem they won't
    have with my environment. =)

    Wait---is that service you provide yourself for a price?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Sat Mar 8 21:41:31 2025
    D <nospam@example.net> writes:

    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    Yeah---there's a fine line between incrementing language and sticking
    with the previous, well-established vocabulary. That's particularly
    important for hackers because they have an imense amount of vocabulary >>>> to manage and great fluency is essential to their day-to-day operations. >>>
    Another example from hell for me is powershell. I've never seen such long >>> command! Microsoft powershell gurus must really enjoy typing!

    Besides, it's yet another shell. Even if it were really great... Have
    you seen Plan9's rc? It's a very neat shell. But it's not Bourne's sh.
    It's hard to overcome the inertia of a large body moving at high speed.

    Never seen. How does it differ from plain old bash?

    The thing I recall was that rc had a native list data structure. I
    don't recall much more than that; the feeling was that it was neat,
    tidy, more concise, more elegant. It felt closer to a general-purpose programming language, while still supporting the loved Bourne syntax.

    Oh believe me... I've had to _fight_ to keep any resemblance of
    teaching basic bash scripting in the linux course. At first students
    hate it, but the brilliant ones later on tell me that they actually
    picked up a lot of linux while bash scripting, instead of if we used
    python or something else. This makes me happy and works as intended!
    ;)

    No shell scripting? Okay---let's investigate a bit how the system
    works. ``What's in a name? A rose by any other name would smell as
    sweet.'' That's from a teacher I had called Juliet---she was pretty

    True. I'm currently discussing the course plans for the autumn, I think I have a
    good chance at sneaking in some good old shell through the backdoor. Keep your
    fingers crossed! =D

    Fingers crossed. :D

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eli the Bearded@21:1/5 to smirzo@example.com on Sun Mar 9 02:08:29 2025
    In comp.misc, Salvador Mirzo <smirzo@example.com> wrote:
    Rich <rich@example.invalid> writes:
    Salvador Mirzo <smirzo@example.com> wrote:
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html
    Lol. I don't get the joke. What's up with the joke?
    The joke is that the second mathematician, who should know
    better, gave the waitress the wrong answer to repeat.

    Why was it the wrong answer? Isn't

    (1/3) x^3 + c

    the integral of x^2?

    The answer given to the waitress, who pretended not to understand it,
    didn't include the +c hence was incorrect.

    I'd say the joke is mathematician incorrectly assumes a blonde woman
    can't do math.

    The waitress pretends to be dumb when he gives her what will be the
    wrong answer to his question.
    That's a mean waitress.

    I'd say a smart waitress.

    I.e., the joke is that the mathematicians were not quite as
    "smart" as they thouoght they were.

    Not smart because they fall for tired stereotypes.

    Elijah
    ------
    but would mathematicians really stoop to doing simple calc?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Sat Mar 8 22:26:01 2025
    D <nospam@example.net> writes:

    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    Thank you! Very interesting, I had no idea!

    An excellent reference to how it got where it is is

    United States Penetration of Brazil
    Jan Knippers Black,
    University of Pennsylvania Press, 1977
    ISBN 0-8122-7720-1.

    Thank you for the recommendation. Sadly I do not think my schedule allows it at
    the moment, I have way too many philosophical topics on my plate at the moment.
    =(

    Not really a recommendation; it's an annotation. We're the ones
    writing, but there's lots of reading eyes for sure. Unless you're
    particularly interested in Brazil or in the United States influence in
    the Latin America, I think there's no point in reading a book like that.
    (The work is of the highest quality.)

    You're quite right. It is indeed *very* distracting. In fact,
    observing such things has given the conclusion that visual stimili (at >>>> least in myself) is a really strong physiological thing: it seems quite >>>
    I also imagine that in south america it is still fashionable for women to be
    women, and that women are feminine? I hope so... I like that!

    Lol. A declaration like that won't get much support around here. :)
    We're living in a globalized world. Even news casters now use words
    like ``spoiler''. Literally---no translation needed. My geography
    teachers in elementary school now seem like prophets.

    What!?! Please don't spoil my dreams of travelling to Brazil meeting
    loads of beautiful brazilian women who would be naturally interested
    in a swede with blue eyes! ;)

    Lol. I think they would be. :) But let me tell you that everywhere in
    the world I went I found as many beautiful women as I find over here.

    stronger than any will power. I started out reading at the beach so I >>>> would have something to do there, staying longer in the sun. So my slow >>>> reading doesn't defeat that purpose. I also often go during week days, >>>> when the beach is not crowded with people. It worked out so well that

    Aha... so that's how you get any work done! I imagine if you would go during
    beach rush hour, you'd not get a lot of things done. ;)

    Lol. You're quite right. One thing that's happening is that I'm a very
    approachable person and being there nearly every day brings new friends.
    Now every now then there appears someone to chat. I feel unable to tell
    anyone to go away, even because---when people approach for chat---it's
    evidently the case that they're in need of something. (They might also
    think that I'm killing time.) I never really tell them to go away.
    That doesn't help the work much. Nevertheless, one of my deadlines got
    extended by a week and so I was able to get a project's phase done---I'm
    on time!

    Amazing! You couldn't get further from the swedish folk psyche. In sweden two people could sit next to each other for years, and at most nod to each other. Maybe after a year or two, a small conversation might start.

    That's horrible.

    In the subway, no one talks to each other. People mainstain silence and look at
    their phones. Only people who know each other talk on the subway. Definitely not
    strangers.

    Reminds me of New York City.

    I don't think it's too different here in Rio. But I often greet people
    as a gesture of recognition of their existence. It turns out people do
    like that. At first you greet people alone; it's too unexpected for
    them to react. (This makes the greeter feel odd and so people usually
    stop on the first attempt.) Little by little, though, things change.
    You need to be okay to do this properly. (If you don't feel like
    talking to people, you will likely not work.) People like respect.
    Recognizing their existence is an important gesture. There are psychoanalytical explanations to all of this, but, since it's not
    obvious, it would take a while to build the result from first
    principles.

    At the beach, I don't mean that random people come over for a chat. I
    mean people who often find me there---people who work there or who often
    go there as well. They're all used to me being there. And every now
    and then a friend meets me by chance or knew they would find me there.

    it seems to work like a second phase of my work schedule. I write in
    the morning and read in the afternoon, intermixed with walking,
    swimming and biking. I cannot do it *every* day because I need to
    [be] ``the office'' some days.

    Sounds like you have a very nice job there!

    It's my favorite ever. My at-the-office phase restarts in two weeks.

    Ouch! Hopefully it will not last too long!

    Two mornings per week. I still to get lunch at home---thankfully.

    And what about beef? I heard there are wars in south america over
    whether argentina or brazil has the best beef? Who is right?

    I never quite heard of wars, but surely Argentina is known as one of the
    best bovine meat producers. And so [is] Brazil's south. Historically,
    they have a lot of tradition (and still do). So Argentina or not, it's
    that whole region, going beyond Brazil and Argentina.

    As a teenager (with my family), I traveled once to a beach place in
    the state of Rio de Janeiro and one thing got stuck in my memory
    about a dinner we had [at] an Argentine restaurant. The (small)
    place was run by the owner himself, who was an Argentine. The meat
    was unforgettable. Brazil's south is known as people who know how to
    [barbecue] like no one. I'm sure the same applies to the Argentines.

    Typos fixed above.

    Another dream! Except for the women, above, I dream of going to brazil and argentina for a beef and bbq safari! This would be excellent! Maybe I would never leave again? =)

    I wouldn't. :) I really love this place.

    And I agree about the women---we really don't have any shortage of
    beautiful, caring women. But the fact is that that's true anywhere else
    in the world. It is true that women and men are losing their health
    early in life, which doesn't favor their looks; still, everywhere I go I
    am often hypnotized by feminine natural enchants.

    But I consider coffee---no matter how good quality if might be---a drug >>>> to be totally kept on a leash. I don't think we should make regular use >>>> of any stimulants---of any drug at all.

    Ahh... and here I drink between 0.5 and 0.7 liters per day! ;)

    That's a huge quantity.

    Really? Just regular coffee. No espresso! ;)

    Huge. If it were espresso, it'd be much worse. Remember the American
    actor Philip Seymour Hoffman? He likely died out of some drug-related
    abuse back in 2014. It seems in those days his morning routine included
    a quadruple espresso.

    I know kids drink it, but coffee is a drug and it has very strong
    effects. It seems people hardly notice it. I conjecture that it's
    because people start with very little and increase it over time. To see
    the effects, I think you need to start cutting it out, spending a long
    time off all kinds of drugs and bad food, and then taking it again.
    (Also, get rid of bad quality coffee. There is no reason we can't roast
    our own coffee at home, by the way; it's a super simple thing.)

    You've mentioned being tired without it. There's no miracle when you're
    under the influence of coffee. You'll pay for it one way or another;
    that's very certain.

    Hey, you know where the expression ``coffee break'' comes from? It
    comes from World War II---reference below. Factories implemented the
    coffee break so that they could get coffee into people's systems.
    Coffee (like all drugs) are desensitizers, excellent for war time, in
    the factories and in the battle field.

    --8<-------------------------------------------------------->8---
    Drugs and War: What Is the Relationship?
    Peter Andreas, 2019.

    Annual Review of Political Science. Vol. 22:57-73 (Volume publication
    date May 2019) https://doi.org/10.1146/annurev-polisci-051017-103748

    https://www.annualreviews.org/content/journals/10.1146/annurev-polisci-051017-103748
    --8<-------------------------------------------------------->8---

    But I don't have to drink it... from time to time I just stop when I
    get tired of it and move to tea instead, and never experience any
    negative withdrawal symptoms. My favourite tea is Lapsang.

    If you don't completely, then at least stop as you already do but then
    don't substitute it for tea or any other caffeine or theobromine intake
    (such as cocoa products like chocolate). Let your system rest from
    these substances. The less you take in, the more tolerant you become.
    The more you do, the less you get.

    Interesting experiment! I've tried it due to chance a couple of times, but then
    I get so tired in the evening, so I won't get as much quality computer time in
    when the wife sleeps. ;)

    I had a girlfriend once who lived with me. Our relationship lasted for
    about 3 years and we lived together for 2. I did this, too---she'd go
    to bed earlier and I'd work until a few hours later. I regret all of
    that. If I were really serious about my work, I'd wake up a few hours
    earlier (than her). It's not like I was more productive. What was
    really happening was that work was also working like a drug---and I was definitely under the influence of coffee and other nutritional life
    killers.

    Not going to sleep with your wife is definitely a missed opportunity.
    If you don't love your wife, you can split; but if you do, you should go
    to bed with her. (Wny wouldn't you? For work? Nonsense.) In fact,
    you probably should even be the first to go to bed (and then call her).

    Without coffee, I'm sure you get to bed very early (though it's not
    gonna happen overnight). And I wouldn't be surprised if you
    (eventually) find enough energy to be up first, too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sun Mar 9 13:30:02 2025
    On Sat, 8 Mar 2025, Salvador Mirzo wrote:

    Thank you! =) I'm hoping that I will be able to convince another
    school to dump Azure in favour of our OpenStack environment. Would be
    wonderful to have combatted the forces of darkness, and won, at two
    schools! =)

    They like the fact that I can give them a fixed price per student and
    month, instead of the shitshow that is Azure pricing. They also like
    that the school gets a dedicated server, so should someone break in
    and do crypto mining, they won't get a large bill like they do with
    Azure.

    More often than you would think, do student credentials leak to github
    and then they pay for someone crypto mining. That problem they won't
    have with my environment. =)

    Wait---is that service you provide yourself for a price?


    Yes, I do. =) Are you interested? ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sun Mar 9 13:32:21 2025
    On Sat, 8 Mar 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Fri, 7 Mar 2025, Salvador Mirzo wrote:

    Yeah---there's a fine line between incrementing language and sticking >>>>> with the previous, well-established vocabulary. That's particularly >>>>> important for hackers because they have an imense amount of vocabulary >>>>> to manage and great fluency is essential to their day-to-day operations. >>>>
    Another example from hell for me is powershell. I've never seen such long >>>> command! Microsoft powershell gurus must really enjoy typing!

    Besides, it's yet another shell. Even if it were really great... Have
    you seen Plan9's rc? It's a very neat shell. But it's not Bourne's sh. >>> It's hard to overcome the inertia of a large body moving at high speed.

    Never seen. How does it differ from plain old bash?

    The thing I recall was that rc had a native list data structure. I
    don't recall much more than that; the feeling was that it was neat,
    tidy, more concise, more elegant. It felt closer to a general-purpose programming language, while still supporting the loved Bourne syntax.

    It's a shame it died. =( Wasn't the idea to refine the good, old, Unix
    ideas, and improve on lessons learned?

    To take the idea of everything as a file, to the extreme?

    I often fantasize if I will see another OS revolution like Linux in my lifetime. That would be awesome!

    Oh believe me... I've had to _fight_ to keep any resemblance of
    teaching basic bash scripting in the linux course. At first students
    hate it, but the brilliant ones later on tell me that they actually
    picked up a lot of linux while bash scripting, instead of if we used
    python or something else. This makes me happy and works as intended!
    ;)

    No shell scripting? Okay---let's investigate a bit how the system
    works. ``What's in a name? A rose by any other name would smell as
    sweet.'' That's from a teacher I had called Juliet---she was pretty

    True. I'm currently discussing the course plans for the autumn, I think I have a
    good chance at sneaking in some good old shell through the backdoor. Keep your
    fingers crossed! =D

    Fingers crossed. :D


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sun Mar 9 22:52:07 2025
    On Sat, 8 Mar 2025, Salvador Mirzo wrote:

    Lol. A declaration like that won't get much support around here. :)
    We're living in a globalized world. Even news casters now use words
    like ``spoiler''. Literally---no translation needed. My geography
    teachers in elementary school now seem like prophets.

    What!?! Please don't spoil my dreams of travelling to Brazil meeting
    loads of beautiful brazilian women who would be naturally interested
    in a swede with blue eyes! ;)

    Lol. I think they would be. :) But let me tell you that everywhere in
    the world I went I found as many beautiful women as I find over here.

    You have a big heart! =D

    Amazing! You couldn't get further from the swedish folk psyche. In sweden two
    people could sit next to each other for years, and at most nod to each other.
    Maybe after a year or two, a small conversation might start.

    That's horrible.

    Well, it can be nice too, if you're an introvert or not in the mood for talking.
    =) Usually there is a talk about the swedish ketchup effect, when foreigners move to sweden. They try to get to know swedish people, and they get nothing, nothing, nothing, and then everything at once. It can take years to get to know a sweden, but once they consider you a friend, it is a deep connection.

    I found this difficult when I was living in the US for a year. It was super easy
    to go by myself to a bar, and talk to some people. It was impossible to get to know someone below the shallow facade.

    In the subway, no one talks to each other. People mainstain silence and look at
    their phones. Only people who know each other talk on the subway. Definitely not
    strangers.

    Reminds me of New York City.

    Maybe... I haven't been there for probably 25 year or more. I imagine that smartphones have infected them as they have infected almost everyone. =/

    I don't think it's too different here in Rio. But I often greet people
    as a gesture of recognition of their existence. It turns out people do
    like that. At first you greet people alone; it's too unexpected for
    them to react. (This makes the greeter feel odd and so people usually
    stop on the first attempt.) Little by little, though, things change.
    You need to be okay to do this properly. (If you don't feel like
    talking to people, you will likely not work.) People like respect. Recognizing their existence is an important gesture. There are psychoanalytical explanations to all of this, but, since it's not
    obvious, it would take a while to build the result from first
    principles.

    It is interesting. Your life situation can also determine how open you are. My father is a widower, and I live in a different country. So he has been quite alone but he has started to get involved in 2 retired peoples associations, and also has a weekly game of boule/petanque as well. That has become his social world, and he has met many new people that way.

    I think, when people reach retirement age, a lot of the facade drops naturally and they become more open perhaps.

    At the beach, I don't mean that random people come over for a chat. I
    mean people who often find me there---people who work there or who often
    go there as well. They're all used to me being there. And every now
    and then a friend meets me by chance or knew they would find me there.

    Ahh... that makes more sense.

    It's my favorite ever. My at-the-office phase restarts in two weeks.

    Ouch! Hopefully it will not last too long!

    Two mornings per week. I still to get lunch at home---thankfully.

    That's not too bad! =)

    Another dream! Except for the women, above, I dream of going to brazil and >> argentina for a beef and bbq safari! This would be excellent! Maybe I would >> never leave again? =)

    I wouldn't. :) I really love this place.

    I've lived in 6 countries and I am still not sure where I would settle permanently. For me, every country has its positives and negatives, and depending on when it was in my life, different countries where attractive.

    And I agree about the women---we really don't have any shortage of
    beautiful, caring women. But the fact is that that's true anywhere else
    in the world. It is true that women and men are losing their health
    early in life, which doesn't favor their looks; still, everywhere I go I
    am often hypnotized by feminine natural enchants.

    This is the truth. A very interesting phenomenon at the moment is the global fertility crisis.

    My bet is that it is a complex phenomenon consisting of chemicals, unhealthy lifestyles, shifting norms, feminism and demographics.

    A kind of "perfect storm" of things bad for fertility.

    That's a huge quantity.

    Really? Just regular coffee. No espresso! ;)

    Huge. If it were espresso, it'd be much worse. Remember the American
    actor Philip Seymour Hoffman? He likely died out of some drug-related
    abuse back in 2014. It seems in those days his morning routine included
    a quadruple espresso.

    I do have a percolator, and sometimes I do start the day with a coffee mug of near espresso strength coffee. Sadly it is in sweden, so it only happens about 2
    months per year. ;)

    I know kids drink it, but coffee is a drug and it has very strong
    effects. It seems people hardly notice it. I conjecture that it's
    because people start with very little and increase it over time. To see
    the effects, I think you need to start cutting it out, spending a long
    time off all kinds of drugs and bad food, and then taking it again.
    (Also, get rid of bad quality coffee. There is no reason we can't roast
    our own coffee at home, by the way; it's a super simple thing.)

    Never thought of it! But I do buy more expensive coffee, since I loathe the cheap stuff that results in brown dishwater.

    You've mentioned being tired without it. There's no miracle when you're under the influence of coffee. You'll pay for it one way or another;
    that's very certain.

    Lemmy of Motorhead lived til 70, and he drank one bottle of whiskey a day. Let' ssee! ;)

    Hey, you know where the expression ``coffee break'' comes from? It
    comes from World War II---reference below. Factories implemented the
    coffee break so that they could get coffee into people's systems.
    Coffee (like all drugs) are desensitizers, excellent for war time, in
    the factories and in the battle field.

    --8<-------------------------------------------------------->8---
    Drugs and War: What Is the Relationship?
    Peter Andreas, 2019.

    Annual Review of Political Science. Vol. 22:57-73 (Volume publication
    date May 2019) https://doi.org/10.1146/annurev-polisci-051017-103748

    https://www.annualreviews.org/content/journals/10.1146/annurev-polisci-051017-103748
    --8<-------------------------------------------------------->8---

    Had no idea! But wasn't also WW2 the father of amphetamine for fighter pilots? I
    know Lemmy (see above) was a huge fan of amphetamine as well. ;)

    But I never tried any drugs except for alcohol, coffee and tea, and I am very happy to stay that way. =)

    Interesting experiment! I've tried it due to chance a couple of times, but then
    I get so tired in the evening, so I won't get as much quality computer time in
    when the wife sleeps. ;)

    I had a girlfriend once who lived with me. Our relationship lasted for
    about 3 years and we lived together for 2. I did this, too---she'd go
    to bed earlier and I'd work until a few hours later. I regret all of
    that. If I were really serious about my work, I'd wake up a few hours earlier (than her). It's not like I was more productive. What was
    really happening was that work was also working like a drug---and I was definitely under the influence of coffee and other nutritional life
    killers.

    Not going to sleep with your wife is definitely a missed opportunity.
    If you don't love your wife, you can split; but if you do, you should go
    to bed with her. (Wny wouldn't you? For work? Nonsense.) In fact,
    you probably should even be the first to go to bed (and then call her).

    Well, what I do, to be more precise, is that when she goes to bed, we usually talk for half an hour or so. Then she goes to sleep, and then I get 2-3 hours to
    myself.

    I need time for myself and my interests, since she is not into technology
    and science fiction so the evenings I spend pursuing my hobbies and interests she has no interest in, so that we can do things we both enjoy during the days.

    Without coffee, I'm sure you get to bed very early (though it's not
    gonna happen overnight). And I wouldn't be surprised if you
    (eventually) find enough energy to be up first, too.

    Waking up early is physically and mentally painful for me. It is torture. Coffee
    or no coffee, I have always been a night owl.

    I have been know to pay 200 USD more for plane tickets in order to not have to wake up before 10 in the morning.

    Now I am in the blessed situation to live +1 hour time difference from my main customers, so that allows me to wake up at 10:00 every day, and start working at
    around 10:05. =D

    I don't know if I would ever be able to wake up at 07:30 to be at an office at 09:00, then space out for at least an hour before fully awake, and zombie walk through the day.

    I remember when I was young, I used to sleep 5-6 hours per night, to still keep my night time hobby time, while having to wake up at 7:30 and go to work. I shudder at the memory and hope I will make it to retirement age, with my current
    lifestyle! =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Eli the Bearded on Mon Mar 10 02:58:23 2025
    Eli the Bearded <*@eli.users.panix.com> writes:

    In comp.misc, Salvador Mirzo <smirzo@example.com> wrote:
    Rich <rich@example.invalid> writes:
    Salvador Mirzo <smirzo@example.com> wrote:
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html
    Lol. I don't get the joke. What's up with the joke?
    The joke is that the second mathematician, who should know
    better, gave the waitress the wrong answer to repeat.

    Why was it the wrong answer? Isn't

    (1/3) x^3 + c

    the integral of x^2?

    The answer given to the waitress, who pretended not to understand it,
    didn't include the +c hence was incorrect.

    I'd say the joke is mathematician incorrectly assumes a blonde woman
    can't do math.

    I see. I don't like the joke. It's usual for experts to abuse language
    when they talk to one another, so the omission of the constant shouldn't
    be a problem among the two mathematicians. If the joke was to make fun
    at blondes, then yeah---not very funny.

    I.e., the joke is that the mathematicians were not quite as
    "smart" as they thouoght they were.

    Not smart because they fall for tired stereotypes.

    Very tired.

    Elijah
    ------
    but would mathematicians really stoop to doing simple calc?

    Didn't get your question, although I understand every word in it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Mar 10 03:00:00 2025
    D <nospam@example.net> writes:

    On Sat, 8 Mar 2025, Salvador Mirzo wrote:

    Thank you! =) I'm hoping that I will be able to convince another
    school to dump Azure in favour of our OpenStack environment. Would be
    wonderful to have combatted the forces of darkness, and won, at two
    schools! =)

    They like the fact that I can give them a fixed price per student and
    month, instead of the shitshow that is Azure pricing. They also like
    that the school gets a dedicated server, so should someone break in
    and do crypto mining, they won't get a large bill like they do with
    Azure.

    More often than you would think, do student credentials leak to github
    and then they pay for someone crypto mining. That problem they won't
    have with my environment. =)

    Wait---is that service you provide yourself for a price?


    Yes, I do. =) Are you interested? ;)

    Not quite. :) I like to run my own stuff. But I'm happy to see that it
    works over there. It seems like a pretty nice business. I would really
    love to run a business like that. And I would be able to if I we were
    back in the 90s, I guess. Am I too off the facts?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Mon Mar 10 10:50:53 2025
    On Mon, 10 Mar 2025, Salvador Mirzo wrote:



    Yes, I do. =) Are you interested? ;)

    Not quite. :) I like to run my own stuff. But I'm happy to see that it

    What a shame. =( Would have been great to add a Brazilian school to my customers!

    works over there. It seems like a pretty nice business. I would really

    It's alright. It's more of a side business actually. The main business is consulting as teachers, and we then have the lab environment as a nice value add
    service that we sell when we get the consulting gig as teachers.

    The challenge is inertia and trust. There are a lot of schools who run azure, are unhappy, and refuse to change because the alterantive is not azure. So they end up paying 10x or more, because they do not trust small business. It is very sad. =(

    love to run a business like that. And I would be able to if I we were
    back in the 90s, I guess. Am I too off the facts?

    I think you could do it today if you dedicated a couple of months to building up
    the environment. OpenStack has come a _long_ way and is no longer the enormous beast to setup that it once was.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Mar 10 08:46:23 2025
    D <nospam@example.net> writes:

    On Mon, 10 Mar 2025, Salvador Mirzo wrote:



    Yes, I do. =) Are you interested? ;)

    Not quite. :) I like to run my own stuff. But I'm happy to see that it

    What a shame. =( Would have been great to add a Brazilian school to my customers!

    You can still add a Brazilian school to your clientele. I'm just not a
    school. :)

    works over there. It seems like a pretty nice business. I would really

    It's alright. It's more of a side business actually. The main business
    is consulting as teachers, and we then have the lab environment as a
    nice value add service that we sell when we get the consulting gig as teachers.

    So the main service is what? A set of teachers to give a school the
    ability to teach computer courses? Suppose I'm a high school. How do
    would you offer to me your services? I currently have a single teacher
    who teaches a Python course---the teacher is a math teacher.

    The challenge is inertia and trust. There are a lot of schools who run
    azure, are unhappy, and refuse to change because the alterantive is
    not azure. So they end up paying 10x or more, because they do not
    trust small business. It is very sad. =(

    That made me think your service is just a cloud-like service---storage, office-like web applications, mail, calendar, video conference et
    cetera. Are there teachers involved?

    love to run a business like that. And I would be able to if I we were
    back in the 90s, I guess. Am I too off the facts?

    I think you could do it today if you dedicated a couple of months to
    building up the environment. OpenStack has come a _long_ way and is no
    longer the enormous beast to setup that it once was.

    That's interesting. But tell me about the teachers because I didn't get
    the whole thing yet. I would think a service like that would require a
    24-7 support as the most challenging part.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Mar 10 08:39:08 2025
    D <nospam@example.net> writes:

    On Sat, 8 Mar 2025, Salvador Mirzo wrote:

    Amazing! You couldn't get further from the swedish folk psyche. In sweden two
    people could sit next to each other for years, and at most nod to each other.
    Maybe after a year or two, a small conversation might start.

    That's horrible.

    Well, it can be nice too, if you're an introvert or not in the mood
    for talking. =)

    I'd say it can be less scary or more comforting. I don't really believe
    that any human deep down prefers to be left alone. My first hypothesis
    is always a psychological thing that makes people uncomfortable with interacting with other people. You know, people can be born with a
    disease. But look at *most* people: they're born healthy. So, my first hypothesis is always a disfunction of some sort.

    Usually there is a talk about the swedish ketchup effect, when
    foreigners move to sweden.

    Ketchup effect? Wow. I had never heard of that. I get it. The whole
    thing comes down at once. :)

    They try to get to know swedish people, and they get nothing, nothing, nothing, and then everything at once. It can take years to get to know
    a sweden, but once they consider you a friend, it is a deep
    connection.

    That's kinda cool.

    I found this difficult when I was living in the US for a year. It was
    super easy to go by myself to a bar, and talk to some people. It was impossible to get to know someone below the shallow facade.

    I observed the same. I also observed this in other cultures. For
    example, the Dutch culture. I found the Americans way more honest and
    close than the Dutch. My hypothesis for explaining this was that the
    United States offers a more trusting community; the Dutch deal with lots
    of in and outflows of people from all over Europe. Europe has much more
    loose frontiers, say, than the United States. I think I'm trying to say
    that the United States is more homogeneous. The Dutch are more smiles
    on a first encounter and the Americans less so. But beneath that the
    Americans are really more friendly.

    Other things I've noticed. The Americans easily trust what you say.
    (Some will be mildly outraged if you don't trust what they're saying.)
    The Dutch are so not like that and you can observe that in commerce.

    Now, having said that, it's one thing to talk of Americans in the
    Midwest, say. It's another thing to talk of Americans on the East
    coast, say. The parallel I make here is between small city and big
    city. It's not unusual for us to find people more friendly in small
    cities.

    Try to ask what is it to a local on 5th Avenue, New York City. They are
    not even going to look at you---you'll likely feel like a ghost.

    In the subway, no one talks to each other. People mainstain silence
    and look at their phones. Only people who know each other talk on
    the subway. Definitely not strangers.

    Reminds me of New York City.

    Maybe... I haven't been there for probably 25 year or more. I imagine that smartphones have infected them as they have infected almost everyone. =/

    My observations are pre-smartphones. Before smartphones, people's faces
    were buried in books on the subway. They've just replaced the book with
    the phone.

    I don't think it's too different here in Rio. But I often greet people
    as a gesture of recognition of their existence. It turns out people do
    like that. At first you greet people alone; it's too unexpected for
    them to react. (This makes the greeter feel odd and so people usually
    stop on the first attempt.) Little by little, though, things change.
    You need to be okay to do this properly. (If you don't feel like
    talking to people, you will likely not work.) People like respect.
    Recognizing their existence is an important gesture. There are
    psychoanalytical explanations to all of this, but, since it's not
    obvious, it would take a while to build the result from first
    principles.

    It is interesting. Your life situation can also determine how open you
    are.

    Totally. The inner is the outer.

    My father is a widower, and I live in a different country. So he has
    been quite alone but he has started to get involved in 2 retired
    peoples associations, and also has a weekly game of boule/petanque as
    well. That has become his social world, and he has met many new people
    that way.

    I think, when people reach retirement age, a lot of the facade drops naturally and they become more open perhaps.

    I wouldn't say ``naturally'', but I agree that as you age, you drop the bullshit. Not everyone---surely. Not everyone learns over the years.

    And I agree about the women---we really don't have any shortage of
    beautiful, caring women. But the fact is that that's true anywhere else
    in the world. It is true that women and men are losing their health
    early in life, which doesn't favor their looks; still, everywhere I go I
    am often hypnotized by feminine natural enchants.

    This is the truth. A very interesting phenomenon at the moment is the
    global fertility crisis.

    Are we talking about male fertility? I'm gonna follow that one very
    closely.

    My bet is that it is a complex phenomenon consisting of chemicals,
    unhealthy lifestyles, shifting norms, feminism and demographics.

    I agree. It seems that way. Although I'd remove feminism if we're
    talking about male fertility. But surely women is also involved in
    men's everything (and /vice versa/). There's really no separation.
    There never was.

    There has ``always'' been a war between men and women. It's a pretty
    sad one, in fact. It is---to me---much more serious than military wars.

    Interesting experiment! I've tried it due to chance a couple of
    times, but then I get so tired in the evening, so I won't get as
    much quality computer time in when the wife sleeps. ;)

    I had a girlfriend once who lived with me. Our relationship lasted for
    about 3 years and we lived together for 2. I did this, too---she'd go
    to bed earlier and I'd work until a few hours later. I regret all of
    that. If I were really serious about my work, I'd wake up a few hours
    earlier (than her). It's not like I was more productive. What was
    really happening was that work was also working like a drug---and I was
    definitely under the influence of coffee and other nutritional life
    killers.

    Not going to sleep with your wife is definitely a missed opportunity.
    If you don't love your wife, you can split; but if you do, you should go
    to bed with her. (Wny wouldn't you? For work? Nonsense.) In fact,
    you probably should even be the first to go to bed (and then call her).

    Well, what I do, to be more precise, is that when she goes to bed, we
    usually talk for half an hour or so. Then she goes to sleep, and then
    I get 2-3 hours to myself.

    I need time for myself and my interests, since she is not into
    technology and science fiction so the evenings I spend pursuing my
    hobbies and interests she has no interest in, so that we can do things
    we both enjoy during the days.

    Of course, it all makes perfect sense. The burden of the proof is
    totally mine because I am the one speaking out unreasonable things. But
    I'm not trying to prove anything---it's too hard. So stay alert. :) You
    don't need time for yourself and your interests. That's actually false.
    Time for yourself and your interests is likely a way for you to feel
    like that day was worth it. But most likely the reason you feel that
    way is because there's something wrong already, before that. You're
    living with the assumption that you need to /have fun/ or something like
    that.

    Human life does not really require having fun. Fun is not really
    something we need. There's nothing wrong with having fun. One thing I
    observe in very young kids is that they need no toys. A little ant,
    say, is quite a toy. But then they're given a bunch of toys. You know
    those those eye-candies that are hung above a craddle? Babies likely
    feel enchanted by them, as they move and shine. I claim they need none
    of that. In fact, that's too much stimuli.

    You don't need your science and your interests. And I also claim that
    you would in fact have a lot more with science and your interests if you
    stop pursuing them. Do your work. That's healthy. You do need to
    study it. But guide yourself only by a very rational thing. If there
    is no time for your science, then there is no time for it. It's not a
    bad life. A bad life is an unnatural life. We've distanced ourselves
    quite a bit from nature; it's all very seductive. Now we need to really
    walk in a different direction in order to get out of this.

    Without coffee, I'm sure you get to bed very early (though it's not
    gonna happen overnight). And I wouldn't be surprised if you
    (eventually) find enough energy to be up first, too.

    Waking up early is physically and mentally painful for me. It is
    torture. Coffee or no coffee, I have always been a night owl.

    I was a night person as a teenager and carried that on for many years.
    I never thought I'd say otherwise. But I can easily say it now. If I
    were to go back in time, I wouldn't lose a single night for any
    reason---except to stay with someone in the hospital, say. It's just
    not worth it. Hppainess is physical disposition, which requires
    impeccable health.

    I have been know to pay 200 USD more for plane tickets in order to not
    have to wake up before 10 in the morning.

    That's worth it. :)

    Now I am in the blessed situation to live +1 hour time difference from
    my main customers, so that allows me to wake up at 10:00 every day,
    and start working at around 10:05. =D

    Enjoy. :) That's also good.

    I don't know if I would ever be able to wake up at 07:30 to be at an
    office at 09:00, then space out for at least an hour before fully
    awake, and zombie walk through the day.

    Of course you would. :)

    I remember when I was young,

    You're still young. :)

    I used to sleep 5-6 hours per night,

    That's little sleep.

    to still keep my night time hobby time, while having to wake up at
    7:30 and go to work. I shudder at the memory and hope I will make it
    to retirement age, with my current lifestyle! =)

    I'm sure you want to keep all the health you have and even recover
    anything you've temporarily lost. And it's worth it! That's your best retirement plan. Happiness is health in every sense of the word. Do
    not believe the happy people who've lost their health or youth, which is
    the same thing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Ram@21:1/5 to Eli the Bearded on Mon Mar 10 19:03:51 2025
    Eli the Bearded <*@eli.users.panix.com> wrote or quoted:
    Calculus is for engineers and physicists, mathematicians want to be
    doing things that are not Solved Problems.

    The basics of calculus were hammered out ages ago, but it's still
    a big deal for pushing the envelope in pure and applied math.

    These days, researchers often mash up calculus with other fields.
    Take the I-functions of Calabi-Yau manifolds, for instance.
    There, they're throwing calculus together with differential
    equations and algebra to get a handle on geometric structures.
    These matter for string theory, but still are mathematics.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dan Cross@21:1/5 to Stefan Ram on Mon Mar 10 19:13:08 2025
    In article <calculus-20250310200222@ram.dialup.fu-berlin.de>,
    Stefan Ram <ram@zedat.fu-berlin.de> wrote:
    Eli the Bearded <*@eli.users.panix.com> wrote or quoted:
    Calculus is for engineers and physicists, mathematicians want to be
    doing things that are not Solved Problems.

    The basics of calculus were hammered out ages ago, but it's still
    a big deal for pushing the envelope in pure and applied math.

    These days, researchers often mash up calculus with other fields.
    Take the I-functions of Calabi-Yau manifolds, for instance.
    There, they're throwing calculus together with differential
    equations and algebra to get a handle on geometric structures.
    These matter for string theory, but still are mathematics.

    One should be careful not to conflate calculus with analysis.

    - Dan C.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eli the Bearded@21:1/5 to smirzo@example.com on Mon Mar 10 18:38:00 2025
    In comp.misc, Salvador Mirzo <smirzo@example.com> wrote:
    Eli the Bearded <*@eli.users.panix.com> writes:
    but would mathematicians really stoop to doing simple calc?
    Didn't get your question, although I understand every word in it.

    Calculus is for engineers and physicists, mathematicians want to be
    doing things that are not Solved Problems.

    Elijah
    ------
    it's in the same vein as joking mathematicians can't count

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ivan Shmakov@21:1/5 to All on Tue Mar 11 13:30:29 2025
    On 2025-03-08, Rich wrote:
    Salvador Mirzo <smirzo@example.com> wrote:
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    http://web.archive.org/web/20190622112330/
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    Lol. I don’t get the joke. What’s up with the joke? I’m slow. The
    waitress has a hard-science college degree but can’t get a job in her
    field? That’s not a joke. I don’t get the joke. Please explain? :)

    The joke didn’t seem obscure to any degree to me, TBH, not
    requiring much context aside basic calculus knowledge, which
    is something I think anyone interested in CS should posess.

    Quite unlike, say, “For the umpteenth time, Sam! It’s not
    Palantír, it’s Pentium!” Or “Lysenko’s own arrogance was his
    undoing: he climbed a pine tree to gather apples, and was killed
    when ripe coconuts fell from it.”

    The joke is that the second mathematician, who should know better,
    gave the waitress the wrong answer to repeat.

    The waitress pretends to be dumb when he gives her what will be the
    wrong answer to his question.

    Then, when he asks the question, she repeats his incorrect answer flawlessly, and adds in the correction he should have known himself.

    The way I read it, the waitress doesn’t know the question at
    first, so cannot decide whether the answer she’s asked to give
    is correct or not. Once she does, she adds the correction.

    I. e., the joke is that the mathematicians were not quite as “smart”
    as they thought they were.

    There’s an added irony that even though the second mathematician
    insisted that “most people can cope with a reasonable amount of
    math,” he evidently didn’t quite believe it himself.

    A while ago, I’ve been told that a story like that happened at
    the university I’ve graduated from. The students were spending
    a break between classes outside, and so was one of the professors.
    Hearing them complain of how hard their (fairly basic) math was, the
    professor commented something along the lines of “that’s everyone’s
    knowledge.” So, he called a guy loitering nearby who looked like
    a common tramp and asked him to solve a simple algebra or calculus
    problem; thinking for a bit, the guy gave the correct answer.

    (Or something like that; my recollection of it is rather vague.)

    What I take from the joke is: do not underestimate average Joe.
    (Or Jane, as the case might be.) A sentiment that is also at
    the core of G. K. Chesterton’s “The Trees of Pride”,
    http://en.wikisource.org/wiki/The_Trees_of_Pride .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ivan Shmakov@21:1/5 to All on Tue Mar 11 20:20:22 2025
    XPost: soc.misc

    I’ve been meaning to suggest that the discussions with little
    (if any) relation to computing and computers be moved elsewhere,
    but I see yeti did it already.

    As such, I’m tentatively cross-posting to news:soc.misc (that
    seems currently unused) and setting Followup-To: there.

    I do not intend to comment on the topic at hand any further
    in news:comp.misc, but I’m open to suggestions as to where else
    it should be moved. Feel free to disregard the Followup-To:
    newsgroup and instead add a more suitable one to Newsgroups:
    /and/ point Followup-To: there. TYC.

    On 2025-02-27, Salvador Mirzo wrote:

    But I consider coffee—no matter how good quality if might be—a drug
    to be totally kept on a leash. I don’t think we should make regular
    use of any stimulants—of any drug at all.

    I am probably a naturalist. If coffee “accelerates your physiology”, then we can say that such “speed” is not the natural way of your body. If you do it every day, you’re totally not respecting the natural way
    of the system. Not a religious thing at all—recall that perspective
    I had on tattoos. So this is another illustration of why I find myself
    more religious than the vast number of very religious people I’ve ever met.

    How do you define ‘being religious’? (And, FTM, ‘religion’?)

    Human beings can be said to be made to the same broad plan,
    but so far as we know, no two humans are entirely identical.
    What, then, would be the reason to believe that a given
    lifestyle, however well it works for an individual or group,
    would at all work for any other individual or group?

    Seems to me much like saying that a particular software (Systemd,
    D-bus, Wayland, OpenOffice.org, Android, Linux, GNU Emacs, –
    whatever) ‘works for everyone.’

    Think of it: there’re over 40 recognized human blood group
    systems. Assuming that every group allows for two distinct
    blood types, there’re already over 1e12 possible combinations.
    Compare that to less than 1e10 humans currently living on Earth,
    and the conjecture expressed by Karl Landsteiner in his Nobel
    lecture [Landsteiner] doesn’t seem at all far-fetched:

    These findings justify the assertion that very numerous individual
    blood differences exist in man, too, and that there are certainly
    other differences which could not yet be detected. Whether each individual blood really has a character of its own, or how often
    there is complete correspondence, we cannot yet say.

    (I. e., I choose to read that “each individual blood really has
    a character of its own” as a conjecture. In my defense, I’m not
    the only one to read it this way.)

    [Landsteiner] http://nobelprize.org/uploads/2018/06/landsteiner-lecture.pdf

    Some would say it’s all in the DNA, but the thing is: DNA
    replication isn’t perfect, and so every single cell has /its own/
    DNA. These copies are /mostly/ the same, and with the amount of
    redundancy observed, a few errors here and there tend to be of
    no consequence. Still, a mutation happening at an early
    development stage might result in, say, an individual who has
    one healthy lung, while the other is affected by some genetic
    disorder; a condition known as mosaicism.

    As such, even identical twins, or clones, aren’t actually
    identical.

    Moreover, individuals with chimerism have cells descendant
    of more than one zygote, with even more difference between the
    respective DNAs of the cells of different lineages.

    Consider that, for example, people with type 1 diabetes lack
    the ability to produce enough insulin on their own and require
    taking synthetic insulin as a drug instead. Pernicious anemia
    is characterized by the inability of the body to extract vitamin
    B12 from natural sources, and thus requires said vitamin to be
    either taken directly as a drug, or added to their food.

    Failure to take drugs regularly with these and many other such
    health conditions could be fatal. Which is to say, for some
    people, the “natural way of [their] body” is to die, whereas
    drugs allow them to “unnaturally” survive.

    As to stimulants.

    http://en.wikipedia.org/wiki/?curid=601284#Personality relates
    the Paul Erdős’s interaction with drugs as follows:

    His colleague Alfréd Rényi said, “A mathematician is a machine for turning coffee into theorems”, and Erdős drank copious quantities;
    this quotation is often attributed incorrectly to Erdős, but Erdős himself ascribed it to Rényi. After his mother’s death in 1971 he started taking antidepressants and amphetamines, despite the concern
    of his friends, one of whom (Ron Graham) bet him $500 that he could
    not stop taking them for a month. Erdős won the bet but complained
    that it impacted his performance: “You’ve showed me I’m not an addict. But I didn’t get any work done. I’d get up in the morning and stare at a blank piece of paper. I’d have no ideas, just like
    an ordinary person. You’ve set mathematics back a month.” After he won the bet, he promptly resumed his use of Ritalin and Benzedrine.

    http://en.wikipedia.org/wiki/Lemmy#Personal_life quotes
    “Motorhead Videobiography” thus:

    I first got into speed because it was a utilitarian drug and kept you
    awake when you needed to be awake when otherwise you’d just be flat
    out on your back. If you drive to Glasgow for nine hours in the back
    of a sweaty truck you don’t really feel like going onstage feeling
    all bright and breezy. […] It’s the only drug I’ve found that I can get on with, and I’ve tried them all – except smack [heroin] and morphine: I’ve never “fixed” [injected] anything.

    In either case, the individual involved sees their stimulants as
    means to an end: doing math in the Paul Erdős’s case, and doing
    heavy metal in Lemmy’s.

    To me, it’s mostly about free software. If I need methylxanthines
    for that, then I will take them. Not unlike Erdős, I at one
    point stopped taking them for an entire year. It, too, sucked.
    Currently I take at least one 36 hour long break from anything
    containing caffeine or theobromine every week so not to develop
    tolerance. It’s worked fairly well for me so far.

    I can respect one’s choice of a ‘drug-free’ lifestyle as a goal
    in its own right; and I can as well, perhaps to a lesser degree,
    respect one’s choice to take drugs as a goal in its own right.
    I don’t see either choice working for me, however.

    Similarly for tattoos: I don’t see much point in them and would
    try my best to never get one, sure. (Even though I acknowledge
    that the society on occasion /does/ force us to do things with
    our own bodies regardless of our thoughts on the matter.)

    That said, I don’t see much point in, say, ballet, and would try my
    best to never get involved with it, in any shape or form, either.

    Then, however, I understand that I’m not God to be able to
    foresee every possible chain of cause and effect. A person might
    die because of the disease contracted while getting a tattoo.
    Another might survive after a severe blood loss because of having
    their blood type tattooed somewhere on their body. (If anything,
    I have my blood type recorded in my photo ID, but I don’t have it
    with me at all times.)

    Every decision and every field of endeavor have their own risks.
    Getting a tattoo is risky, but so is participating in ballet.
    You risk trauma by doing mountain-climbing, and you risk falling
    into a sedentary lifestyle (with its own share of health risks)
    by doing computer programming.

    Case in point: I, too, appreciate long walks, especially in the
    countryside. Last year, that ended with me staying for a week
    at a hospital (the first hospital stay for me since pre-school):
    I took a walk in the woods, and got bitten by a tick.

    And with regards to, so to say, conventional religions, the way
    I read St. Paul’s [Epistle to Galatians] is this: do not obsess
    over body, for sooner or later, it /will/ fail. Though perhaps
    it’s to be taken with a grain of salt, given that one of the core
    Christian beliefs is that death is transitory, while life is eternal.

    [Epistle to Galatians] E. g., http://en.wikisource.org/wiki/?curid=1065 .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Tue Mar 11 23:05:14 2025
    On Mon, 10 Mar 2025, Salvador Mirzo wrote:

    What a shame. =( Would have been great to add a Brazilian school to my
    customers!

    You can still add a Brazilian school to your clientele. I'm just not a school. :)

    True. But too much time and trouble when there are plenty of potential customers
    close by.

    works over there. It seems like a pretty nice business. I would really

    It's alright. It's more of a side business actually. The main business
    is consulting as teachers, and we then have the lab environment as a
    nice value add service that we sell when we get the consulting gig as
    teachers.

    So the main service is what? A set of teachers to give a school the
    ability to teach computer courses? Suppose I'm a high school. How do
    would you offer to me your services? I currently have a single teacher
    who teaches a Python course---the teacher is a math teacher.

    The main service is teachers who work as consultants teaching IT. Value add services are lab environments in "the cloud", a piece of software automating grade reporting to the government web site which is close to being unusable, and
    a platform for online tests.

    The challenge is inertia and trust. There are a lot of schools who run
    azure, are unhappy, and refuse to change because the alterantive is
    not azure. So they end up paying 10x or more, because they do not
    trust small business. It is very sad. =(

    That made me think your service is just a cloud-like service---storage, office-like web applications, mail, calendar, video conference et
    cetera. Are there teachers involved?

    No, just virtual machines. Too much trouble and too little profit in delivering office 365 equivalents, calendar and email. We could if we wanted to, but that would probably require an entire school shifting from Microsoft to us, and I doubt it will happen. It also probably would mean that we would need to hire another person to spread the admin and support load, and that would probably not
    make it worth it. I'm not ruling it out, but I'm not actively selling it either.

    love to run a business like that. And I would be able to if I we were
    back in the 90s, I guess. Am I too off the facts?

    I think you could do it today if you dedicated a couple of months to
    building up the environment. OpenStack has come a _long_ way and is no
    longer the enormous beast to setup that it once was.

    That's interesting. But tell me about the teachers because I didn't get
    the whole thing yet. I would think a service like that would require a
    24-7 support as the most challenging part.

    No, the lab environment has no SLA:s, since it is just a lab environment, so if it goes down for 15 minutes the students just shrug their shoulders and try again later. But, to be honest, there is very little downtime, and we also have 3 regions/servers. So in case of downtime, first fix is to shift a student to another
    region/server. That usually solves the problem 9 out of 10 times. If that doesn't work, reboot the 3 servers and wait for 5-10 minutes. If that doesn't work, reinstall the enviroment which might take 20-40 minutes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Tue Mar 11 22:59:51 2025
    On Mon, 10 Mar 2025, Salvador Mirzo wrote:

    That's horrible.

    Well, it can be nice too, if you're an introvert or not in the mood
    for talking. =)

    I'd say it can be less scary or more comforting. I don't really believe
    that any human deep down prefers to be left alone. My first hypothesis

    It's a continuum, not a binary question. I'm fairly sure it is proven that people do have different social needs. I do not know however how common various positions along that spectrum are.

    Usually there is a talk about the swedish ketchup effect, when
    foreigners move to sweden.

    Ketchup effect? Wow. I had never heard of that. I get it. The whole
    thing comes down at once. :)

    Exactly!

    I found this difficult when I was living in the US for a year. It was
    super easy to go by myself to a bar, and talk to some people. It was
    impossible to get to know someone below the shallow facade.

    I observed the same. I also observed this in other cultures. For
    example, the Dutch culture. I found the Americans way more honest and

    Ahh, the dutch! The most loathed culture in europe. They are a pain in the ass generally. Cheap, painfully direct and besserwissers. No one likes dutch people.

    close than the Dutch. My hypothesis for explaining this was that the
    United States offers a more trusting community; the Dutch deal with lots
    of in and outflows of people from all over Europe. Europe has much more loose frontiers, say, than the United States. I think I'm trying to say
    that the United States is more homogeneous. The Dutch are more smiles
    on a first encounter and the Americans less so. But beneath that the Americans are really more friendly.

    Never trust a dutch guy. He'll happily stab you in the back. I trust americans infinitely more than I trust dutch people.

    Other things I've noticed. The Americans easily trust what you say.
    (Some will be mildly outraged if you don't trust what they're saying.)
    The Dutch are so not like that and you can observe that in commerce.

    They are a cheap and suspicious lot.

    Now, having said that, it's one thing to talk of Americans in the
    Midwest, say. It's another thing to talk of Americans on the East
    coast, say. The parallel I make here is between small city and big
    city. It's not unusual for us to find people more friendly in small
    cities.

    True. It is a continent, so plenty of differences between the mid west, north east and south west.

    Try to ask what is it to a local on 5th Avenue, New York City. They are
    not even going to look at you---you'll likely feel like a ghost.

    In the subway, no one talks to each other. People mainstain silence
    and look at their phones. Only people who know each other talk on
    the subway. Definitely not strangers.

    Reminds me of New York City.

    Maybe... I haven't been there for probably 25 year or more. I imagine that >> smartphones have infected them as they have infected almost everyone. =/

    My observations are pre-smartphones. Before smartphones, people's faces
    were buried in books on the subway. They've just replaced the book with
    the phone.

    Same here. Or no, actually I think the first smartphones had appeared perhaps. I
    feel very old. ;)

    This is the truth. A very interesting phenomenon at the moment is the
    global fertility crisis.

    Are we talking about male fertility? I'm gonna follow that one very
    closely.

    I think both actually. Not sure however. Maybe you found something?

    My bet is that it is a complex phenomenon consisting of chemicals,
    unhealthy lifestyles, shifting norms, feminism and demographics.

    I agree. It seems that way. Although I'd remove feminism if we're
    talking about male fertility. But surely women is also involved in
    men's everything (and /vice versa/). There's really no separation.
    There never was.

    My thought about feminism is more about decreasing social fertility. The argument, based on my own experience and observation goes like this. Modern, european feminism is competitive by nature. It makes men and women competitors and antagonistic. Women start to dress and act as men in order to make an name for themselves in the workplace.

    Men, like me and many others, find this not very attractive and are turned off those women. The ones who do meet a man, end up being focused on work and not having time for children.

    Most, I think 90% of my acquaintances in sweden have wives from southern europe,
    eastern europe or south america or asia, where women are more feminine, behave like women and want to form families.

    This is why feminism contributes to less children being born.

    There has ``always'' been a war between men and women. It's a pretty
    sad one, in fact. It is---to me---much more serious than military wars.

    I disagree. I know many people who live in loving relationships full of harmony and respect.

    Well, what I do, to be more precise, is that when she goes to bed, we
    usually talk for half an hour or so. Then she goes to sleep, and then
    I get 2-3 hours to myself.

    I need time for myself and my interests, since she is not into
    technology and science fiction so the evenings I spend pursuing my
    hobbies and interests she has no interest in, so that we can do things
    we both enjoy during the days.

    Of course, it all makes perfect sense. The burden of the proof is
    totally mine because I am the one speaking out unreasonable things. But
    I'm not trying to prove anything---it's too hard. So stay alert. :) You don't need time for yourself and your interests. That's actually false.

    Haha, well, this is about what I subjectively value and enjoy doing in my spare time. So you'll have a tough time trying to "prove" to something else. ;)

    Time for yourself and your interests is likely a way for you to feel
    like that day was worth it. But most likely the reason you feel that
    way is because there's something wrong already, before that. You're
    living with the assumption that you need to /have fun/ or something like that.

    I disagree. I do it beause I enjoy it. Why do I enjoy it? Like Epicurus, joy is its own reason. We cannot go further than that. Why does being happy make me happy? It makes me happy. It feels good to be happy. Why happy? It feels good. That's about it. You can then of course divide happy up into content, satisfied,
    long term happiness and so on.

    So doing my own things, that bring me joy are their own reward. Since my wife does not enjoy them, I don't force her, and since she enjoys me being happy, she
    is happy when I do things that make me happy.

    The same for her. She has hobbies she enjoys, and that makes me happy even if I do not partake in them. Then we make each other happy as well.

    Human life does not really require having fun. Fun is not really
    something we need. There's nothing wrong with having fun. One thing I

    Fun, or rather happiness, is for me probably the strongest reason for existence I know. I believe that the reason for ones existence is entirely subjective and different from person to person. I do not believe science can say anything final
    about it, except perhaps to inform us when we select our reason for existence or
    grow into it.

    observe in very young kids is that they need no toys. A little ant,
    say, is quite a toy. But then they're given a bunch of toys. You know
    those those eye-candies that are hung above a craddle? Babies likely
    feel enchanted by them, as they move and shine. I claim they need none
    of that. In fact, that's too much stimuli.

    Oh, but we must make a difference between long term happiness, short term destructive happiness, and avoidance of pain. Too many toys can give short term happiness, but long term might not be for the best. I agree with you here!

    You don't need your science and your interests. And I also claim that
    you would in fact have a lot more with science and your interests if you
    stop pursuing them. Do your work. That's healthy. You do need to
    study it. But guide yourself only by a very rational thing. If there

    For me, guiding myself based on what gives me joy is the rational thing to do.

    is no time for your science, then there is no time for it. It's not a
    bad life. A bad life is an unnatural life. We've distanced ourselves
    quite a bit from nature; it's all very seductive. Now we need to really
    walk in a different direction in order to get out of this.

    I think that natural life is a happy life. I think unhappy lives are unnatural lives.

    Waking up early is physically and mentally painful for me. It is
    torture. Coffee or no coffee, I have always been a night owl.

    I was a night person as a teenager and carried that on for many years.
    I never thought I'd say otherwise. But I can easily say it now. If I
    were to go back in time, I wouldn't lose a single night for any reason---except to stay with someone in the hospital, say. It's just
    not worth it. Hppainess is physical disposition, which requires
    impeccable health.

    I'm not so sure. I think positive psychology teaches us that peak physical condition is actually not necessary for happiness. Many old people, with ailing health, are way happier than young people in peak health, but with horrible life
    styles.

    I have been know to pay 200 USD more for plane tickets in order to not
    have to wake up before 10 in the morning.

    That's worth it. :)

    Amen! =D

    Now I am in the blessed situation to live +1 hour time difference from
    my main customers, so that allows me to wake up at 10:00 every day,
    and start working at around 10:05. =D

    Enjoy. :) That's also good.

    I am enjoying it immensely! In 4 weeks I'm off to a 2 months vacation in spain, france and sweden. I will do some _serious_ fishing!

    I remember when I was young,

    You're still young. :)

    Really? ;)

    I used to sleep 5-6 hours per night,

    That's little sleep.

    to still keep my night time hobby time, while having to wake up at
    7:30 and go to work. I shudder at the memory and hope I will make it
    to retirement age, with my current lifestyle! =)

    I'm sure you want to keep all the health you have and even recover
    anything you've temporarily lost. And it's worth it! That's your best retirement plan. Happiness is health in every sense of the word. Do
    not believe the happy people who've lost their health or youth, which is
    the same thing.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Fri Mar 14 11:31:44 2025
    D <nospam@example.net> writes:

    On Mon, 10 Mar 2025, Salvador Mirzo wrote:

    The challenge is inertia and trust. There are a lot of schools who run
    azure, are unhappy, and refuse to change because the alterantive is
    not azure. So they end up paying 10x or more, because they do not
    trust small business. It is very sad. =(

    That made me think your service is just a cloud-like service---storage,
    office-like web applications, mail, calendar, video conference et
    cetera. Are there teachers involved?

    No, just virtual machines. Too much trouble and too little profit in delivering
    office 365 equivalents, calendar and email. We could if we wanted to, but that
    would probably require an entire school shifting from Microsoft to us, and I doubt it will happen. It also probably would mean that we would need to hire another person to spread the admin and support load, and that would probably not
    make it worth it. I'm not ruling it out, but I'm not actively selling it either.

    [...]

    That's interesting. But tell me about the teachers because I didn't get
    the whole thing yet. I would think a service like that would require a
    24-7 support as the most challenging part.

    No, the lab environment has no SLA:s, since it is just a lab environment, so if
    it goes down for 15 minutes the students just shrug their shoulders and try again later. But, to be honest, there is very little downtime, and we also have
    3 regions/servers. So in case of downtime, first fix is to shift a
    student to another
    region/server. That usually solves the problem 9 out of 10 times. If that doesn't work, reboot the 3 servers and wait for 5-10 minutes. If that doesn't work, reinstall the enviroment which might take 20-40 minutes.

    Oh, I see; now I got a better view of the business. Congrats---I think
    that's a pretty nice job. I would like to have a job like that.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to Ivan Shmakov on Fri Mar 14 11:17:53 2025
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    On 2025-03-08, Rich wrote:
    Salvador Mirzo <smirzo@example.com> wrote:
    Ivan Shmakov <ivan@siamics.netREMOVE.invalid> writes:

    http://web.archive.org/web/20190622112330/
    http://www.math.ttu.edu/~pearce/jokes1/joke-086.html

    Lol. I don’t get the joke. What’s up with the joke? I’m slow. The
    waitress has a hard-science college degree but can’t get a job in her
    field? That’s not a joke. I don’t get the joke. Please explain? :)

    The joke didn’t seem obscure to any degree to me, TBH, not
    requiring much context aside basic calculus knowledge, which
    is something I think anyone interested in CS should posess.

    Quite unlike, say, “For the umpteenth time, Sam! It’s not
    Palantír, it’s Pentium!” Or “Lysenko’s own arrogance was his
    undoing: he climbed a pine tree to gather apples, and was killed
    when ripe coconuts fell from it.”

    The joke is that the second mathematician, who should know better,
    gave the waitress the wrong answer to repeat.

    The waitress pretends to be dumb when he gives her what will be the
    wrong answer to his question.

    Then, when he asks the question, she repeats his incorrect answer flawlessly, and adds in the correction he should have known himself.

    The way I read it, the waitress doesn’t know the question at
    first, so cannot decide whether the answer she’s asked to give
    is correct or not. Once she does, she adds the correction.

    I. e., the joke is that the mathematicians were not quite as “smart” as they thought they were.

    There’s an added irony that even though the second mathematician
    insisted that “most people can cope with a reasonable amount of
    math,” he evidently didn’t quite believe it himself.

    A while ago, I’ve been told that a story like that happened at
    the university I’ve graduated from. The students were spending
    a break between classes outside, and so was one of the professors.
    Hearing them complain of how hard their (fairly basic) math was, the
    professor commented something along the lines of “that’s everyone’s
    knowledge.” So, he called a guy loitering nearby who looked like
    a common tramp and asked him to solve a simple algebra or calculus
    problem; thinking for a bit, the guy gave the correct answer.

    (Or something like that; my recollection of it is rather vague.)

    What I take from the joke is: do not underestimate average Joe.
    (Or Jane, as the case might be.) A sentiment that is also at
    the core of G. K. Chesterton’s “The Trees of Pride”,
    http://en.wikisource.org/wiki/The_Trees_of_Pride .

    Thanks---I think that's the more sane interpretation of the joke. Don't underestimate people. Even though one of the mathematicians tacitly
    considered people more intellectually prepared than the other
    mathematician claimed, it seems both would be surprised with the answer.

    But, finally, I think the joke is pretty bad---unless we make the
    waitress into a joker herself. If she knows the antiderivative of x^2,
    she surely wouldn't have any trouble understanding the expression 1/3
    x^3, violating the facts narrated in the joke. But if she's
    well-educated in the topic, she could easily come up with a joke herself
    on the spot. (And there's a statistician joke in here as well about
    sample size; and another about how fraud and corruption and so on. So,
    yeah, I think the joke is pretty bad.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Fri Mar 14 12:10:25 2025
    D <nospam@example.net> writes:

    On Mon, 10 Mar 2025, Salvador Mirzo wrote:

    [...]

    Ketchup effect? Wow. I had never heard of that. I get it. The whole
    thing comes down at once. :)

    Exactly!

    I'm gonna smile when I get an opportunity to use that expression. :)

    I found this difficult when I was living in the US for a year. It was
    super easy to go by myself to a bar, and talk to some people. It was
    impossible to get to know someone below the shallow facade.

    I observed the same. I also observed this in other cultures. For
    example, the Dutch culture. I found the Americans way more honest and

    Ahh, the dutch! The most loathed culture in europe. They are a pain in the ass
    generally. Cheap, painfully direct and besserwissers. No one likes dutch people.

    Wow. That goes beyond what I meant, but I guess that gives me one more evidence to my experience.

    close than the Dutch. My hypothesis for explaining this was that the
    United States offers a more trusting community; the Dutch deal with lots
    of in and outflows of people from all over Europe. Europe has much more
    loose frontiers, say, than the United States. I think I'm trying to say
    that the United States is more homogeneous. The Dutch are more smiles
    on a first encounter and the Americans less so. But beneath that the
    Americans are really more friendly.

    Never trust a dutch guy. He'll happily stab you in the back. I trust americans
    infinitely more than I trust dutch people.

    Interesting.

    Other things I've noticed. The Americans easily trust what you say.
    (Some will be mildly outraged if you don't trust what they're saying.)
    The Dutch are so not like that and you can observe that in commerce.

    They are a cheap and suspicious lot.

    All the things I said sort of implies more or less the same thing about
    most countries that fit more or less the reality of Holland. But I once
    heard that the Dutch have a history of commerce---that they were an
    important piece in the distribution of goods to the rest of Europe (from overseas) in, say, the 16h, 17th century and perhaps 'til recent times.
    I think commerce is a pretty mistrusting activity and perhaps the Dutch
    could be reflecting that still in their current culture. Big cities are
    full of people trying to scam you; it's no wonder you can give someone a 10-second attention in the tourist sides of NYC. I'd believe life in
    commerce is also full of delicate relationships (for lack of a better
    word).

    In the subway, no one talks to each other. People mainstain silence
    and look at their phones. Only people who know each other talk on
    the subway. Definitely not strangers.

    Reminds me of New York City.

    Maybe... I haven't been there for probably 25 year or more. I imagine that >>> smartphones have infected them as they have infected almost everyone. =/

    My observations are pre-smartphones. Before smartphones, people's faces
    were buried in books on the subway. They've just replaced the book with
    the phone.

    Same here. Or no, actually I think the first smartphones had appeared perhaps. I
    feel very old. ;)

    I read a blog post yesterday written by Lars Wirzenius. He was close to
    Linus Torvalds in the early days of Linux. He tells the story of some
    first programming experiments Linus did that led him to writing the
    kernel. (Experiments we do ourselves, surely.) That was back in 1990,
    which is pretty much yesterday. It's kind of a hint that 30 years, say,
    is enough time to make things quite big. If you're Linus Torvalds. But Feynman says he was an ordinary person---and he says that quite
    honestly. (I mean---I really believe him. Even because I'm like Freud:
    I observe myself and I conclude the same about everyone else! Lol. And
    I, too, don't find myself anything other than ordinary. And I even love that---it gives me a sense of being healthy. People who think they're
    less capable, for example, look quite unhealthy to me, even because I
    consider that obviously false.)

    This is the truth. A very interesting phenomenon at the moment is the
    global fertility crisis.

    Are we talking about male fertility? I'm gonna follow that one very
    closely.

    I think both actually. Not sure however. Maybe you found something?

    Yeah, I agree that we're having a fertility crisis on both sides. But I
    have a feeling the male fertility crisis might be much worse news---but
    that's just a feeling from someone who knows very little about the whole
    thing.

    My bet is that it is a complex phenomenon consisting of chemicals,
    unhealthy lifestyles, shifting norms, feminism and demographics.

    I agree. It seems that way. Although I'd remove feminism if we're
    talking about male fertility. But surely women is also involved in
    men's everything (and /vice versa/). There's really no separation.
    There never was.

    My thought about feminism is more about decreasing social fertility.

    Okay, I see now. (But I'd be much less concerned about that than
    physiological fertility, if you know what I mean.)

    I honestly don't worry much about these social aspects of feminism,
    although I feel very sorry for women---who are now even wishing to join
    this other world without getting much of any break from the previous
    world. And---the subject is quite complicated---but I have a certain
    argument that puts forth the proposition that feminism is now in vogue
    due to industry interests. (Both parents may be earning a salary now,
    but they still have the same needs as ever---so we can take a part of
    the money given to the man and pass it on to the woman. And ``that's wonderful''---says the industry---because now I work force that's almost
    the double as the previous.)

    The argument, based on my own experience and observation goes like
    this. Modern, european feminism is competitive by nature. It makes men
    and women competitors and antagonistic. Women start to dress and act
    as men in order to make an name for themselves in the workplace.

    Men, like me and many others, find this not very attractive and are turned off
    those women. The ones who do meet a man, end up being focused on work and not having time for children.

    Most, I think 90% of my acquaintances in sweden have wives from southern europe,
    eastern europe or south america or asia, where women are more feminine, behave
    like women and want to form families.

    This is why feminism contributes to less children being born.

    I hear that. I think this is real, but I think that's a more
    surface-real phenomenon. Deep down, I don't think women or men are too
    much like that. I could /try/ to compare this to the Donald Trump
    phenomenon. It's a bit frowned upon to support Trumpism, say, but in
    the privacy of one's mind, people do support him. It's frowned upon not
    to ``side with women'' (obviously), but in the privacy of their minds,
    it could be that the vast majority of women doesn't quite think that
    things are going pretty well in that regard.

    There has ``always'' been a war between men and women. It's a pretty
    sad one, in fact. It is---to me---much more serious than military wars.

    I disagree. I know many people who live in loving relationships full of harmony
    and respect.

    Of course you're right. But I also think we've historically a problem
    there, which I'm calling a ``war'' here. And the reason I consider it
    pretty bad it's because it's an inner war. When men and women don't get
    along, that's because they're not getting along with themselves.

    I don't really separate men and women. I think of them as two sides of
    the same coin.

    Well, what I do, to be more precise, is that when she goes to bed, we
    usually talk for half an hour or so. Then she goes to sleep, and then
    I get 2-3 hours to myself.

    I need time for myself and my interests, since she is not into
    technology and science fiction so the evenings I spend pursuing my
    hobbies and interests she has no interest in, so that we can do things
    we both enjoy during the days.

    Of course, it all makes perfect sense. The burden of the proof is
    totally mine because I am the one speaking out unreasonable things. But
    I'm not trying to prove anything---it's too hard. So stay alert. :) You
    don't need time for yourself and your interests. That's actually false.

    Haha, well, this is about what I subjectively value and enjoy doing in my spare
    time. So you'll have a tough time trying to "prove" to something else. ;)

    It'd be a useless attempt as well. A proof is not a unilateral thing.
    A common system must be set up---language, definitions, a deducting
    apparatus. For instance, one thing I quickly notice is our different definitions of words such as ``happiness'', ``enjoy'' and so on.

    So, a proof could never be means for a dispute; on the contrary, a proof
    of anything implies a joint work.

    Human life does not really require having fun. Fun is not really
    something we need. There's nothing wrong with having fun. One thing I

    Fun, or rather happiness, is for me probably the strongest reason for existence
    I know. I believe that the reason for ones existence is entirely subjective and
    different from person to person. I do not believe science can say anything final
    about it, except perhaps to inform us when we select our reason for existence or
    grow into it.

    Here in my notebook, I don't bundle ``fun'' and ``happiness''. I also
    don't bundle ``fun'' with ``joy'', say. It's complicated, of course.

    If were disputing something technical here---like a lawsuit---, a
    statement like ``the reason for ones existence is entirely subjective
    and different from person to person'' seems to easily complicate your
    life. I'm sure Socrates could throw into wild contradictions because of
    this. I'm unable to because I'm just the student, but you should see my teachers. :) (Life cannot be quite subjective. Of course people can
    have wild interpretations of their own, but even interpretations fall
    into few categories. We could call these categories ``diseases'' and
    then proceed to argue that people tend to have one of these few
    diseases, showing clearly how reality is not subjective at all.)

    observe in very young kids is that they need no toys. A little ant,
    say, is quite a toy. But then they're given a bunch of toys. You know
    those those eye-candies that are hung above a craddle? Babies likely
    feel enchanted by them, as they move and shine. I claim they need none
    of that. In fact, that's too much stimuli.

    Oh, but we must make a difference between long term happiness, short term destructive happiness, and avoidance of pain. Too many toys can give short term
    happiness, but long term might not be for the best. I agree with you here!

    You don't agree with me. :) Here in my notebook the word ``happiness''
    could not even be further qualified as you're doing it. It's not your
    fault, of course---I never clarified any of this.

    You don't need your science and your interests. And I also claim that
    you would in fact have a lot more with science and your interests if you
    stop pursuing them. Do your work. That's healthy. You do need to
    study it. But guide yourself only by a very rational thing. If there

    For me, guiding myself based on what gives me joy is the rational thing to do.

    To translate your comment here to fit in my notebook's framework, I'd
    probably need to substitute ``joy'' for ``pleasure''. And it would
    violate one of my theorems---the pursuit of pleasure is not a rational
    thing to do and it's not even quite pleasurable.

    is no time for your science, then there is no time for it. It's not a
    bad life. A bad life is an unnatural life. We've distanced ourselves
    quite a bit from nature; it's all very seductive. Now we need to really
    walk in a different direction in order to get out of this.

    I think that natural life is a happy life. I think unhappy lives are unnatural
    lives.

    Now we totally agree.

    I remember when I was young,

    You're still young. :)

    Really? ;)

    Really. :) That's what I meant with the Linus Torvalds story above.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Fri Mar 14 23:46:41 2025
    On Fri, 14 Mar 2025, Salvador Mirzo wrote:


    No, the lab environment has no SLA:s, since it is just a lab environment, so if
    it goes down for 15 minutes the students just shrug their shoulders and try >> again later. But, to be honest, there is very little downtime, and we also have
    3 regions/servers. So in case of downtime, first fix is to shift a
    student to another
    region/server. That usually solves the problem 9 out of 10 times. If that
    doesn't work, reboot the 3 servers and wait for 5-10 minutes. If that doesn't
    work, reinstall the enviroment which might take 20-40 minutes.

    Oh, I see; now I got a better view of the business. Congrats---I think that's a pretty nice job. I would like to have a job like that.

    Yes, it is quite a nice job! =) Well, you could have a job like that! Maybe you could start looking around your school for opportunities to sell teacher consultants? I'd say that would probably be the easiest place to start looking for opportunities. =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Sat Mar 15 23:58:09 2025
    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    Ketchup effect? Wow. I had never heard of that. I get it. The whole
    thing comes down at once. :)

    Exactly!

    I'm gonna smile when I get an opportunity to use that expression. :)

    The latest expression I learned was "keeping up with the Joneses". You learn a lot of odd stuff of usenet and mailinglists! ;)

    Other things I've noticed. The Americans easily trust what you say.
    (Some will be mildly outraged if you don't trust what they're saying.)
    The Dutch are so not like that and you can observe that in commerce.

    They are a cheap and suspicious lot.

    All the things I said sort of implies more or less the same thing about
    most countries that fit more or less the reality of Holland. But I once heard that the Dutch have a history of commerce---that they were an

    This is the truth! See the east india expansions.

    important piece in the distribution of goods to the rest of Europe (from overseas) in, say, the 16h, 17th century and perhaps 'til recent times.
    I think commerce is a pretty mistrusting activity and perhaps the Dutch

    Depends. Business builds trust. But it does need a substrate of some kind of "basic" trust before anything can happen. That is why dictatorships and authoritarian regimes never do well in business. They are cut throat, lawless and the rule of the strong applies there. That is basically the worst possible place to do business.

    The more trust, the more business and the easier it is. Of course it takes time to first build some trust, then business is built in that trust, which builds more trust.

    could be reflecting that still in their current culture. Big cities are
    full of people trying to scam you; it's no wonder you can give someone a 10-second attention in the tourist sides of NYC. I'd believe life in commerce is also full of delicate relationships (for lack of a better
    word).

    True. Big city mentality is definitely a thing!

    I agree. It seems that way. Although I'd remove feminism if we're
    talking about male fertility. But surely women is also involved in
    men's everything (and /vice versa/). There's really no separation.
    There never was.

    My thought about feminism is more about decreasing social fertility.

    Okay, I see now. (But I'd be much less concerned about that than physiological fertility, if you know what I mean.)

    Yes, that makes sense.

    I honestly don't worry much about these social aspects of feminism,
    although I feel very sorry for women---who are now even wishing to join
    this other world without getting much of any break from the previous
    world. And---the subject is quite complicated---but I have a certain argument that puts forth the proposition that feminism is now in vogue
    due to industry interests. (Both parents may be earning a salary now,
    but they still have the same needs as ever---so we can take a part of
    the money given to the man and pass it on to the woman. And ``that's wonderful''---says the industry---because now I work force that's almost
    the double as the previous.)

    I heard the other day the theory that the rich created feminism in order to increase the number of consumers, and the government happily agreed in order to be able to tax the other half of the population!

    The argument, based on my own experience and observation goes like
    this. Modern, european feminism is competitive by nature. It makes men
    and women competitors and antagonistic. Women start to dress and act
    as men in order to make an name for themselves in the workplace.

    Men, like me and many others, find this not very attractive and are turned off
    those women. The ones who do meet a man, end up being focused on work and not
    having time for children.

    Most, I think 90% of my acquaintances in sweden have wives from southern europe,
    eastern europe or south america or asia, where women are more feminine, behave
    like women and want to form families.

    This is why feminism contributes to less children being born.

    I hear that. I think this is real, but I think that's a more
    surface-real phenomenon. Deep down, I don't think women or men are too
    much like that. I could /try/ to compare this to the Donald Trump phenomenon. It's a bit frowned upon to support Trumpism, say, but in
    the privacy of one's mind, people do support him. It's frowned upon not
    to ``side with women'' (obviously), but in the privacy of their minds,
    it could be that the vast majority of women doesn't quite think that
    things are going pretty well in that regard.

    Could very well be. The problem with the privacy of the mind, type of arguments is that it is difficult to prove anything.

    There has ``always'' been a war between men and women. It's a pretty
    sad one, in fact. It is---to me---much more serious than military wars.

    I disagree. I know many people who live in loving relationships full of harmony
    and respect.

    Of course you're right. But I also think we've historically a problem
    there, which I'm calling a ``war'' here. And the reason I consider it
    pretty bad it's because it's an inner war. When men and women don't get along, that's because they're not getting along with themselves.

    Interesting. Could you give an example?

    I don't really separate men and women. I think of them as two sides of
    the same coin.

    I think of them as individuals. The logical end point of "woke" when they realise that all groups eventually boil down to unique individuals. Welcome to libertarianism! =D

    Of course, it all makes perfect sense. The burden of the proof is
    totally mine because I am the one speaking out unreasonable things. But >>> I'm not trying to prove anything---it's too hard. So stay alert. :) You >>> don't need time for yourself and your interests. That's actually false.

    Haha, well, this is about what I subjectively value and enjoy doing in my spare
    time. So you'll have a tough time trying to "prove" to something else. ;)

    It'd be a useless attempt as well. A proof is not a unilateral thing.
    A common system must be set up---language, definitions, a deducting apparatus. For instance, one thing I quickly notice is our different definitions of words such as ``happiness'', ``enjoy'' and so on.

    True. This is a common culprit. When I say happy, I tend to mean long term contentment. When most people hear me, they tend to hear hedonism.

    So, a proof could never be means for a dispute; on the contrary, a proof
    of anything implies a joint work.

    True.

    Human life does not really require having fun. Fun is not really
    something we need. There's nothing wrong with having fun. One thing I

    Fun, or rather happiness, is for me probably the strongest reason for existence
    I know. I believe that the reason for ones existence is entirely subjective and
    different from person to person. I do not believe science can say anything final
    about it, except perhaps to inform us when we select our reason for existence or
    grow into it.

    Here in my notebook, I don't bundle ``fun'' and ``happiness''. I also
    don't bundle ``fun'' with ``joy'', say. It's complicated, of course.

    Yes.

    If were disputing something technical here---like a lawsuit---, a
    statement like ``the reason for ones existence is entirely subjective
    and different from person to person'' seems to easily complicate your
    life. I'm sure Socrates could throw into wild contradictions because of this. I'm unable to because I'm just the student, but you should see my

    Complicate? How come? To me it is one of the most liberating realizations of my life. =) For me it is I guess an honest life, a life where you think through your values and goals, and then strive to realize them and maximize the amount of long term happiness you can get.

    teachers. :) (Life cannot be quite subjective. Of course people can
    have wild interpretations of their own, but even interpretations fall
    into few categories. We could call these categories ``diseases'' and
    then proceed to argue that people tend to have one of these few
    diseases, showing clearly how reality is not subjective at all.)

    Oh, this might get complicated. Lived life, as in my subjective experience, I would argue, can never become objectively analyzed, since it is impossible for descriptive science to "get" what it's like to be the subjective me.

    Life, descriptive, external, life, as understood by science, can definitely be categorized and analyzed. In terms of happiness, you can go so far as positive psychology and statistically analyze "happy" people and draw conclusions about what life factors tend to contribute to their happiness.

    So science can be used as a tool to inform your values. But at the end of the day, science is descriptive, and our values tend to be normative and subjective,
    and many (but not all) argue that you cannot derive an ought from an is. When choosing values, you can always ask "why", and that is what (among some) keeps philosophy relevant and alive today.

    observe in very young kids is that they need no toys. A little ant,
    say, is quite a toy. But then they're given a bunch of toys. You know
    those those eye-candies that are hung above a craddle? Babies likely
    feel enchanted by them, as they move and shine. I claim they need none
    of that. In fact, that's too much stimuli.

    Oh, but we must make a difference between long term happiness, short term
    destructive happiness, and avoidance of pain. Too many toys can give short term
    happiness, but long term might not be for the best. I agree with you here!

    You don't agree with me. :) Here in my notebook the word ``happiness''
    could not even be further qualified as you're doing it. It's not your
    fault, of course---I never clarified any of this.

    As you said above... our definitions probably differ, which would lead us to talking in circles. What are your values and goals in life? Why don't you strive
    for happiness? Tell me! =)

    You don't need your science and your interests. And I also claim that
    you would in fact have a lot more with science and your interests if you >>> stop pursuing them. Do your work. That's healthy. You do need to
    study it. But guide yourself only by a very rational thing. If there

    For me, guiding myself based on what gives me joy is the rational thing to do.

    To translate your comment here to fit in my notebook's framework, I'd probably need to substitute ``joy'' for ``pleasure''. And it would
    violate one of my theorems---the pursuit of pleasure is not a rational
    thing to do and it's not even quite pleasurable.

    Why not? And what is the rational thing to do according to you? And how did you reach that conclusion?

    is no time for your science, then there is no time for it. It's not a
    bad life. A bad life is an unnatural life. We've distanced ourselves
    quite a bit from nature; it's all very seductive. Now we need to really >>> walk in a different direction in order to get out of this.

    I think that natural life is a happy life. I think unhappy lives are unnatural
    lives.

    Now we totally agree.

    Amen! =) But the problem is then to define "natural". ;) And why is the natural good? Isn't that a value statement that we cannot answer by science?

    I remember when I was young,

    You're still young. :)

    Really? ;)

    Really. :) That's what I meant with the Linus Torvalds story above.

    Ahh... got it!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Sun Mar 16 22:43:33 2025
    D <nospam@example.net> writes:

    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    No, the lab environment has no SLA:s, since it is just a lab
    environment, so if it goes down for 15 minutes the students just
    shrug their shoulders and try again later. But, to be honest, there
    is very little downtime, and we also have 3 regions/servers. So in
    case of downtime, first fix is to shift a student to another
    region/server. That usually solves the problem 9 out of 10 times. If
    that doesn't work, reboot the 3 servers and wait for 5-10
    minutes. If that doesn't work, reinstall the enviroment which might
    take 20-40 minutes.

    Oh, I see; now I got a better view of the business. Congrats---I think
    that's a pretty nice job. I would like to have a job like that.

    Yes, it is quite a nice job! =) Well, you could have a job like that!
    Maybe you could start looking around your school for opportunities to
    sell teacher consultants? I'd say that would probably be the easiest
    place to start looking for opportunities. =)

    I'll keep that in mind. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Salvador Mirzo@21:1/5 to nospam@example.net on Mon Mar 17 00:02:45 2025
    D <nospam@example.net> writes:

    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    Ketchup effect? Wow. I had never heard of that. I get it. The whole >>>> thing comes down at once. :)

    Exactly!

    I'm gonna smile when I get an opportunity to use that expression. :)

    The latest expression I learned was "keeping up with the Joneses".

    Why "Joneses"?

    You learn a lot of odd stuff of usenet and mailinglists! ;)

    Indeed. I often recommend it to people who study a foreign language.
    Writing it each day is a very efficient way to get the language into
    your memory. With the tools we have now, it's even pure joy. But, you
    know, so far, I've never seen *anybody* following my advice in this
    matter. (I've been making this recommendation for some two decades.)

    Other things I've noticed. The Americans easily trust what you say.
    (Some will be mildly outraged if you don't trust what they're saying.) >>>> The Dutch are so not like that and you can observe that in commerce.

    They are a cheap and suspicious lot.

    All the things I said sort of implies more or less the same thing about
    most countries that fit more or less the reality of Holland. But I once
    heard that the Dutch have a history of commerce---that they were an

    This is the truth! See the east india expansions.

    Yeah.

    important piece in the distribution of goods to the rest of Europe (from
    overseas) in, say, the 16h, 17th century and perhaps 'til recent times.
    I think commerce is a pretty mistrusting activity and perhaps the Dutch

    Depends. Business builds trust. But it does need a substrate of some
    kind of "basic" trust before anything can happen. That is why
    dictatorships and authoritarian regimes never do well in
    business. They are cut throat, lawless and the rule of the strong
    applies there. That is basically the worst possible place to do
    business.

    The more trust, the more business and the easier it is. Of course it
    takes time to first build some trust, then business is built in that
    trust, which builds more trust.

    Makes perfect sense.

    I honestly don't worry much about these social aspects of feminism,
    although I feel very sorry for women---who are now even wishing to join
    this other world without getting much of any break from the previous
    world. And---the subject is quite complicated---but I have a certain
    argument that puts forth the proposition that feminism is now in vogue
    due to industry interests. (Both parents may be earning a salary now,
    but they still have the same needs as ever---so we can take a part of
    the money given to the man and pass it on to the woman. And ``that's
    wonderful''---says the industry---because now I work force that's almost
    the double as the previous.)

    I heard the other day the theory that the rich created feminism in
    order to increase the number of consumers, and the government happily
    agreed in order to be able to tax the other half of the population!

    I wouldn't quite say the rich *created* feminism. But, surely, like
    every agent would do, when they see something (that they didn't create)
    can help them in their quest, they use it. Obviously. Rulers often
    look into philosophy, say, as an accomplice.

    The argument, based on my own experience and observation goes like
    this. Modern, european feminism is competitive by nature. It makes men
    and women competitors and antagonistic. Women start to dress and act
    as men in order to make an name for themselves in the workplace.

    Men, like me and many others, find this not very attractive and are
    turned off
    those women. The ones who do meet a man, end up being focused on work and not
    having time for children.

    Most, I think 90% of my acquaintances in sweden have wives from
    southern europe,
    eastern europe or south america or asia, where women are more
    feminine, behave
    like women and want to form families.

    This is why feminism contributes to less children being born.

    What is your USENET client or text editors? Look above---your client or
    text editor almost does what's called ``embarrassing line wrap''. It's
    quite it because it doesn't mess up quote attribution, but it doesn't
    know how to fill the paragraph properly. Perhaps your client could
    invoke the GNU EMACS so that you can handle this with the GNU EMACS (or
    vim). But your client must leave the message alone after you're done.

    I think you use alpine, right? Can it do a better job?

    (I often fix your quotes, but I won't fix it this time to let you see it clearly.)

    I hear that. I think this is real, but I think that's a more
    surface-real phenomenon. Deep down, I don't think women or men are too
    much like that. I could /try/ to compare this to the Donald Trump
    phenomenon. It's a bit frowned upon to support Trumpism, say, but in
    the privacy of one's mind, people do support him. It's frowned upon not
    to ``side with women'' (obviously), but in the privacy of their minds,
    it could be that the vast majority of women doesn't quite think that
    things are going pretty well in that regard.

    Could very well be. The problem with the privacy of the mind, type of arguments
    is that it is difficult to prove anything.

    Proving anything is quite useless for regular people. Proving is useful
    in math, less in science and that's just about it, I think. (By the
    way, when I see people saying things like ``scientifically proven'',
    they have no idea what they're talking about.)

    There has ``always'' been a war between men and women. It's a pretty
    sad one, in fact. It is---to me---much more serious than military wars. >>>
    I disagree. I know many people who live in loving relationships full
    of harmony and respect.

    Of course you're right. But I also think we've historically a problem
    there, which I'm calling a ``war'' here. And the reason I consider it
    pretty bad it's because it's an inner war. When men and women don't get
    along, that's because they're not getting along with themselves.

    Interesting. Could you give an example?

    Can we begin with women in some Arab cultures? Some don't even let them
    drive. Doesn't this suggest a certain battle between the sexes?

    But let's look at our own culture. Here's a true story. I have a
    friend who is considered very sweet and polite by everyone who meets
    him. He tells me about all of his dates and girlfriends and whatever.
    I never told him because I don't even think he would understand it, but
    he objectifies women quite clearly (to me). For instance, he was
    chatting with a girl on an app some time ago and they were talking about meeting up. The girl was a bit unstable with the commitment to meeting
    in person and he was losing a bit of patience; another girl came up and
    agreed to meet him. As he was telling me the story, he made remarks
    such to the effect of---whatever; I get the problem solved.

    In other words, he is looking for services; if one company doesn't
    satisfy him; he goes with another and that's it. What looks like
    someone's impatience with people's complications might actually be
    hiding a certain outlook on life, which I call materialism. He can't
    see that he's getting involved with people. His outlook is not that of
    someone who sees oneself intertwined with everybody else. He seems
    himself quite separate from everybody else.

    While people often remark how polite and sweet he is---and I like him
    too---, I actually say that he has a health problem that makes him quite insensitive. Who is suffering the most? Himself. His insensibility,
    for example, blinds him even to his own nutrition. He's losing his
    health slowly year after year.

    What about women? Same thing. People are very insensitive because
    their sensors are all turned off or broken. (And the mystery goes away
    when watch them closely: nearly everyone is drugging themselves daily
    with coffee, processed foods, medicine and all the rest of it.)

    And that's the case with the most of the world.

    Oh, here's an example from today. Today I woke up with my neighbor
    having a little party in his house early morning---that means it
    probably started a night out. He lives in his house with his wife. His
    wife was not in this party. It was actually a two-couple party.
    Believe it or not, my bedroom faces his pool directly. (Not much
    privacy for sure.) I got up, saw what was going on and did not even
    open my window to give him a bit of privacy in his little party.
    Chatting went on for a while and then suddenly silence. So I looked and
    then his friend was likely inside the house and he was having sex in the
    pool.

    And that's the second time I spot something. The first was months ago
    in a similar situation. Night out followed by coming home with some new friends. This time the girl was actually cute and perhaps didn't sleep
    with him, but he seemed to enjoy kissing her.

    I figure he thinks he's enjoying life, but I actually think he doesn't
    like his wife at all. So why are they together? There are no paradoxes
    in this world. There's some business going on; there is a contract
    there. His wife must be getting something from the deal and he's
    getting something else.

    That's not affection.

    Where does this come from? I don't know the beginning of it all, but
    surely this goes back to thousands of years. Recently, I learned that archaeologists discovered human civilizations in the tropical forests
    150,000 years ago. Was men and women at war back then? I don't know,
    but I would easily guess so. I think the problem goes way back.

    The reason men and women live such disputes is that each of us is living
    this war with oneself.

    The inner is the outer.

    What my neighbor does to his wife is the same thing he does to himself:
    he has no respect for his own sleeping; his drinking is definitely
    killing him; the food he eats and the eating schedule is all perfectly
    messed up. How could he care for his wife if he doesn't care at all
    about him? He cannot care for anything in the outside if he doesn't
    know what's care from the inside. There are no paradoxes in this world.

    I don't think his wife cares much more about him either. They often
    throw parties here. How do I know? She doesn't care much for
    herself---but I'll spare you the details.

    Hey, I got to go to bed.

    I don't really separate men and women. I think of them as two sides of
    the same coin.

    I think of them as individuals.

    I know. But we are not individuals. Even evolutionary biologists are
    getting there already [1].

    The logical end point of "woke" when they realise that all groups
    eventually boil down to unique individuals. Welcome to libertarianism!
    =D

    You lost me there.

    Today I read for the first time the essay called ``Politics and the
    English Language''. I thought I was reading a blog post from last year
    or something. At the end of the essay, I saw the author's name and the
    date of 1946. I was so amazed! :) I felt so current, so relevant. That
    author was George Orwell.

    I always had a certain feeling for the what the essay says. But now I
    can actually cite the essay instead of trying to verbalize my own
    account of things, which I never did (in a essay, say).

    Lola---all of this to say ``let's not use words such as libertarianism''.
    Even because I have no idea what it means. Even if I had an idea, I
    would have no idea what *you* mean by it. They end up useless.

    The same is happening to way too many words.

    Of course, it all makes perfect sense. The burden of the proof is
    totally mine because I am the one speaking out unreasonable things. But >>>> I'm not trying to prove anything---it's too hard. So stay alert. :) You >>>> don't need time for yourself and your interests. That's actually false. >>>
    Haha, well, this is about what I subjectively value and enjoy doing
    in my spare time. So you'll have a tough time trying to "prove" to
    something else. ;)

    It'd be a useless attempt as well. A proof is not a unilateral thing.
    A common system must be set up---language, definitions, a deducting
    apparatus. For instance, one thing I quickly notice is our different
    definitions of words such as ``happiness'', ``enjoy'' and so on.

    True. This is a common culprit. When I say happy, I tend to mean long
    term contentment. When most people hear me, they tend to hear
    hedonism.

    When you say that happiness is long term contentment, I wonder what long
    term contentment is. :) (But surely you don't have to answer that.)

    If were disputing something technical here---like a lawsuit---, a
    statement like ``the reason for ones existence is entirely subjective
    and different from person to person'' seems to easily complicate your
    life. I'm sure Socrates could throw into wild contradictions because of
    this. I'm unable to because I'm just the student, but you should see my

    Complicate? How come? To me it is one of the most liberating realizations of my
    life. =) For me it is I guess an honest life, a life where you think through your values and goals, and then strive to realize them and maximize the amount
    of long term happiness you can get.

    An expert could likely complicate your life by trying to show that it's
    either false or meaningless. (Don't ask me to do it---I'm just the
    student.) They could attack ``reason for one's existence'' as
    meaningless and they could certainly attack ``subjective'' by claiming
    that the vast majority of the world is quite objective.

    teachers. :) (Life cannot be quite subjective. Of course people can
    have wild interpretations of their own, but even interpretations fall
    into few categories. We could call these categories ``diseases'' and
    then proceed to argue that people tend to have one of these few
    diseases, showing clearly how reality is not subjective at all.)

    Oh, this might get complicated. Lived life, as in my subjective experience, I would argue, can never become objectively analyzed, since it is impossible for
    descriptive science to "get" what it's like to be the subjective me.

    To your content perhaps, but people can infer what's in you by looking
    from the outside. The inner /is/ the outer. You're a human being.
    Everybody else knows what's like to be a human being.

    You can deny it all 'til the end of times.

    Life, descriptive, external, life, as understood by science, can definitely be
    categorized and analyzed. In terms of happiness, you can go so far as positive
    psychology and statistically analyze "happy" people and draw conclusions about
    what life factors tend to contribute to their happiness.

    Freud observed himself and made conclusions that apply to everyone else.
    Like everyone else, he perhaps made mistakes in the fine details of
    things, but he also made huge contributions---from a unitary sample
    space.

    observe in very young kids is that they need no toys. A little ant,
    say, is quite a toy. But then they're given a bunch of toys. You know >>>> those those eye-candies that are hung above a craddle? Babies likely
    feel enchanted by them, as they move and shine. I claim they need none >>>> of that. In fact, that's too much stimuli.

    Oh, but we must make a difference between long term happiness, short term >>> destructive happiness, and avoidance of pain. Too many toys can
    give short term
    happiness, but long term might not be for the best. I agree with you here! >>
    You don't agree with me. :) Here in my notebook the word ``happiness''
    could not even be further qualified as you're doing it. It's not your
    fault, of course---I never clarified any of this.

    As you said above... our definitions probably differ, which would lead us to talking in circles. What are your values and goals in life? Why don't you strive
    for happiness? Tell me! =)

    In my notebook, if you ``strive'', you've already lost a bit of your health---meaning you're not happy.

    Happiness is what I value the most because health is what I value the
    most. My happiness has increased considerably because (over the years)
    I've recovered a lot of health I had been losing year after year. I've
    spent countless nights awake having ``fun'', for example.

    In my notebook, I have no values and no goals, which is all very
    liberating. I've had lots of them. They were no good.

    What I do each day is the right thing. What's to do the right thing? Impossible to tell because I don't have a method to say what it is. I
    know only what the right thing is when the moment of doing it arrives
    and I see only a single possible thing to do---the adequate one.

    People often ask me---what would you do in that situation? The answer
    is always---I don't know. I might know *then*, but certainly not now.
    ``Oh, come on; please answer it.'' I could give you an answer, even a
    serious one; but the fact is that I really only know what I'm going to
    really do at the moment I'm doing. (Humorously, if you want to play
    around with fiction, I can come up with lots of answers for you.)

    This is also very liberating. I make no choices anymore. I only need
    to wait, but the wait is not a passive sitting around; the wait is work,
    but it's a work with no striving; it's a work in attention, which is not concentration. This way I have never been happier.

    You don't need your science and your interests. And I also claim that >>>> you would in fact have a lot more with science and your interests if you >>>> stop pursuing them. Do your work. That's healthy. You do need to
    study it. But guide yourself only by a very rational thing. If there

    For me, guiding myself based on what gives me joy is the rational
    thing to do.

    To translate your comment here to fit in my notebook's framework, I'd
    probably need to substitute ``joy'' for ``pleasure''. And it would
    violate one of my theorems---the pursuit of pleasure is not a rational
    thing to do and it's not even quite pleasurable.

    Why not? And what is the rational thing to do according to you? And how did you
    reach that conclusion?

    The destination of every pursuit of pleasure is actually displeasure.
    For instance, you have a little coffee and tastes wonderful---pleasure.
    Well, then you have another; then another; soon, even the taste isn't
    that good anymore---displeasure. The rational thing to do is to listen closely. You might like a little coffee or a little cocaine or
    whatever; but you also do like to stay healthy and rational, so you need
    to listen closely to see everything of relevance there is. Drinking
    coffee may be pleasurable, but so is sleeping.

    is no time for your science, then there is no time for it. It's not a >>>> bad life. A bad life is an unnatural life. We've distanced ourselves >>>> quite a bit from nature; it's all very seductive. Now we need to really >>>> walk in a different direction in order to get out of this.

    I think that natural life is a happy life. I think unhappy lives are
    unnatural lives.

    Now we totally agree.

    Amen! =) But the problem is then to define "natural". ;)

    Quite right. :)

    And why is the natural good? Isn't that a value statement that we
    cannot answer by science?

    Oh, I think that's easy. The natural is good because bad, by
    definition, is anything that lost equilibrium. Why does sugar taste
    good? Because it is actually good. You developed your taste through
    zillions of years: it was made to feel good when the thing is good for
    you. If you have too much of it, it will feel bad and the bad feeling
    will push you to come back to equilibrium.

    Nature is the current stability of things. Interfere with that
    stability and you're off of the natural course of things. If the
    interference is small, things naturally come back to their equilibrium
    (as the system is ``designed'' [if I may] to do that---you can remove
    the word ``designed'' but it is a fact that the behavior is to come back
    to the equilibrium); if the interference is big and the equilibrium
    isn't restored quickly enough, things break.

    So the smart thing is to look closely and see what is the equilibrium so
    that you can let it be restored when you lose it.

    Watch yourself at work: you'll get tired and you're tired you then work
    a little more---losing the equilibrium. It's a little bit, so it's
    quite unnoticeable until decades later. (And you do this little bit of
    this sin against nature precisely because you're already a bit sick.
    Your sickness makes you more sick. A natural thing is all quite
    balanced: tired, rest; rested, move.)

    I remember when I was young,

    You're still young. :)

    Really? ;)

    Really. :) That's what I meant with the Linus Torvalds story above.

    Ahh... got it!

    And you can get younger. Physiological age goes both ways---forward and backward.

    (*) Footnotes

    [1] A Radical New Proposal For How Mind Emerges From Matter https://www.noemamag.com/a-radical-new-proposal-for-how-mind-emerges-from-matter/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Mon Mar 17 23:44:01 2025
    On Sun, 16 Mar 2025, Salvador Mirzo wrote:

    D <nospam@example.net> writes:

    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    No, the lab environment has no SLA:s, since it is just a lab
    environment, so if it goes down for 15 minutes the students just
    shrug their shoulders and try again later. But, to be honest, there
    is very little downtime, and we also have 3 regions/servers. So in
    case of downtime, first fix is to shift a student to another
    region/server. That usually solves the problem 9 out of 10 times. If
    that doesn't work, reboot the 3 servers and wait for 5-10
    minutes. If that doesn't work, reinstall the enviroment which might
    take 20-40 minutes.

    Oh, I see; now I got a better view of the business. Congrats---I think
    that's a pretty nice job. I would like to have a job like that.

    Yes, it is quite a nice job! =) Well, you could have a job like that!
    Maybe you could start looking around your school for opportunities to
    sell teacher consultants? I'd say that would probably be the easiest
    place to start looking for opportunities. =)

    I'll keep that in mind. :)


    I'll keep my fingers crossed! =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to Salvador Mirzo on Tue Mar 18 03:00:46 2025
    Salvador Mirzo <smirzo@example.com> wrote:
    D <nospam@example.net> writes:

    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    Ketchup effect? Wow. I had never heard of that. I get it. The whole >>>>> thing comes down at once. :)

    Exactly!

    I'm gonna smile when I get an opportunity to use that expression. :)

    The latest expression I learned was "keeping up with the Joneses".

    Why "Joneses"?

    Because that was the name of "the other family" from the 1910's comic
    strip that created the idiom:

    https://en.wikipedia.org/wiki/Keeping_up_with_the_joneses

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Salvador Mirzo on Tue Mar 18 11:17:07 2025
    On Mon, 17 Mar 2025, Salvador Mirzo wrote:

    You learn a lot of odd stuff of usenet and mailinglists! ;)

    Indeed. I often recommend it to people who study a foreign language.
    Writing it each day is a very efficient way to get the language into
    your memory. With the tools we have now, it's even pure joy. But, you
    know, so far, I've never seen *anybody* following my advice in this
    matter. (I've been making this recommendation for some two decades.)

    It's a good point! I never thought of it like that, but now that you mention it,
    the fact that a big part of my working life has always been english written text, I am certain it has helped improve my english.

    order to increase the number of consumers, and the government happily
    agreed in order to be able to tax the other half of the population!

    I wouldn't quite say the rich *created* feminism. But, surely, like
    every agent would do, when they see something (that they didn't create)
    can help them in their quest, they use it. Obviously. Rulers often
    look into philosophy, say, as an accomplice.

    This is the truth!

    What is your USENET client or text editors? Look above---your client or
    text editor almost does what's called ``embarrassing line wrap''. It's
    quite it because it doesn't mess up quote attribution, but it doesn't
    know how to fill the paragraph properly. Perhaps your client could
    invoke the GNU EMACS so that you can handle this with the GNU EMACS (or
    vim). But your client must leave the message alone after you're done.

    For short messages it is pine. For long messages it's vim.

    I think you use alpine, right? Can it do a better job?

    (I often fix your quotes, but I won't fix it this time to let you see it clearly.)

    Hmm, I never thought about it. For me, all quotes look alright. Could you send me an exact copy and mark where the error is? Maybe I've gotten so used to it I don't notice it?

    Could very well be. The problem with the privacy of the mind, type of arguments
    is that it is difficult to prove anything.

    Proving anything is quite useless for regular people. Proving is useful
    in math, less in science and that's just about it, I think. (By the
    way, when I see people saying things like ``scientifically proven'',
    they have no idea what they're talking about.)

    Well, let's make the distinction of proof (math) and evidence (science). Maybe that makes it more clear?

    As for scientifically proven, it is one of my internal jokes. ;)

    Of course you're right. But I also think we've historically a problem
    there, which I'm calling a ``war'' here. And the reason I consider it
    pretty bad it's because it's an inner war. When men and women don't get >>> along, that's because they're not getting along with themselves.

    Interesting. Could you give an example?

    Can we begin with women in some Arab cultures? Some don't even let them drive. Doesn't this suggest a certain battle between the sexes?

    Battle for me is something intentional, and intentional conflict between two groups. Even though it is not good, I don't know if I would categorize it as a "battle" between the sexes. Just a backwards, retarded culture and religion, that will hopefully go away in a generation or two. =/

    But let's look at our own culture. Here's a true story. I have a
    friend who is considered very sweet and polite by everyone who meets
    him. He tells me about all of his dates and girlfriends and whatever.
    I never told him because I don't even think he would understand it, but
    he objectifies women quite clearly (to me). For instance, he was
    chatting with a girl on an app some time ago and they were talking about meeting up. The girl was a bit unstable with the commitment to meeting
    in person and he was losing a bit of patience; another girl came up and agreed to meet him. As he was telling me the story, he made remarks
    such to the effect of---whatever; I get the problem solved.

    In other words, he is looking for services; if one company doesn't
    satisfy him; he goes with another and that's it. What looks like
    someone's impatience with people's complications might actually be
    hiding a certain outlook on life, which I call materialism. He can't
    see that he's getting involved with people. His outlook is not that of someone who sees oneself intertwined with everybody else. He seems
    himself quite separate from everybody else.

    Well, from one point of view, he is. He is an individual, and I would say that as long as he is open with only looking for certain services, and a woman is looking to provide services, that's good!

    If he is not open with it, then it can be seen as lying and potentially exploitation. That is very bad. =(

    While people often remark how polite and sweet he is---and I like him
    too---, I actually say that he has a health problem that makes him quite insensitive. Who is suffering the most? Himself. His insensibility,
    for example, blinds him even to his own nutrition. He's losing his
    health slowly year after year.

    That is sad. =(

    What about women? Same thing. People are very insensitive because
    their sensors are all turned off or broken. (And the mystery goes away
    when watch them closely: nearly everyone is drugging themselves daily
    with coffee, processed foods, medicine and all the rest of it.)

    And that's the case with the most of the world.

    Oh, here's an example from today. Today I woke up with my neighbor
    having a little party in his house early morning---that means it
    probably started a night out. He lives in his house with his wife. His
    wife was not in this party. It was actually a two-couple party.
    Believe it or not, my bedroom faces his pool directly. (Not much
    privacy for sure.) I got up, saw what was going on and did not even
    open my window to give him a bit of privacy in his little party.
    Chatting went on for a while and then suddenly silence. So I looked and
    then his friend was likely inside the house and he was having sex in the pool.

    Wow! Brazil, here I come! ;) Hmm, I never think I ever experienced anything like
    it in the far, far north. People are way too reserved for anything like that to happen, at least where I have been living, oh, and of course there's never been any swimming pools close by as well. ;)

    And that's the second time I spot something. The first was months ago
    in a similar situation. Night out followed by coming home with some new friends. This time the girl was actually cute and perhaps didn't sleep
    with him, but he seemed to enjoy kissing her.

    I figure he thinks he's enjoying life, but I actually think he doesn't
    like his wife at all. So why are they together? There are no paradoxes

    If all are in on it, who am I to judge? Our dear lord teaches us to "judge not...". On the other hand, if his wife is not in on it, it is very sad and immoral.

    in this world. There's some business going on; there is a contract
    there. His wife must be getting something from the deal and he's
    getting something else.

    That's not affection.

    Difficult to say without knowing them better. But it certainly does sound unorthodox to me.

    Where does this come from? I don't know the beginning of it all, but
    surely this goes back to thousands of years. Recently, I learned that archaeologists discovered human civilizations in the tropical forests
    150,000 years ago. Was men and women at war back then? I don't know,
    but I would easily guess so. I think the problem goes way back.

    I think lumping society into two groups, and thinking abotu conflict in terms of
    those two groups, risks obscuring the real issues. I am certain there are many harmonious couples out there. I try to judge based on individual situations and behaviours, instead of making blanket statements.

    I don't really separate men and women. I think of them as two sides of
    the same coin.

    I think of them as individuals.

    I know. But we are not individuals. Even evolutionary biologists are getting there already [1].

    How come we are not individuals? If not individuals, what then?

    The logical end point of "woke" when they realise that all groups
    eventually boil down to unique individuals. Welcome to libertarianism!
    =D

    You lost me there.

    Woke is about finding or creating ever smaller groups, and competing to see who is most hurt, and who gets the most privilege. In the left, this woke movement has created more and more sub-groups, and they are all competing for a limited resource (political power) and the more groups there are, the more fighting will
    go on between them, and eventually all common ground is lost and it will disintegrate.

    The only logical way out of this dilemma, is to continue to shrink the groups until they consist of groups with one member, the individual, and then they can reach the conclusion that we are all individuals, and the only way to sustainably create a society is if all individuals are respected.

    Today I read for the first time the essay called ``Politics and the
    English Language''. I thought I was reading a blog post from last year
    or something. At the end of the essay, I saw the author's name and the
    date of 1946. I was so amazed! :) I felt so current, so relevant. That author was George Orwell.

    Oh yes... democracy is losing ground, and the world is becoming more authoritarian. I think it moves in cycles. The only goal must be to make the authoritarian cycles smaller each revolution.

    True. This is a common culprit. When I say happy, I tend to mean long
    term contentment. When most people hear me, they tend to hear
    hedonism.

    When you say that happiness is long term contentment, I wonder what long
    term contentment is. :) (But surely you don't have to answer that.)

    Sadly no. This is something each individual has to work out for himself. This question can, however, be informed by the field of positive psychology which studies happiness. So some factors which tend to be more common around happy people are:

    * Belonging to a community.
    * Good diet, sleep and exercise.
    * Having a reason for existence (such as a doctor who lives for saving lives). * Having a good and loving family.
    * Being thankful for what you have.
    * Engaging in some kind of spirituality.
    * Regularly spending time in nature.
    * Living in a nice climate (not too cold or too hot).

    Those are some of the things which correlate with perceived happiness. Note that
    it is of course correlation and not causation, but if you are not happy, an easy
    self-experiment is to go through the list above, and see if you can implement some of it, and then track your subjective happiness over 6 to 9 months, to see if your happiness improves.

    Complicate? How come? To me it is one of the most liberating realizations of my
    life. =) For me it is I guess an honest life, a life where you think through >> your values and goals, and then strive to realize them and maximize the amount
    of long term happiness you can get.

    An expert could likely complicate your life by trying to show that it's either false or meaningless. (Don't ask me to do it---I'm just the
    student.) They could attack ``reason for one's existence'' as
    meaningless and they could certainly attack ``subjective'' by claiming
    that the vast majority of the world is quite objective.

    Hah... I'll take the challenge! ;) I agree, objectively speaking, that there is no reason. But since for me, it is moved into the subjective realm, it is safe from any attack from "experts" since science, being descriptive, is not able to "crack" the subjective level.

    Oh, this might get complicated. Lived life, as in my subjective experience, I
    would argue, can never become objectively analyzed, since it is impossible for
    descriptive science to "get" what it's like to be the subjective me.

    To your content perhaps, but people can infer what's in you by looking
    from the outside. The inner /is/ the outer. You're a human being.
    Everybody else knows what's like to be a human being.

    You can deny it all 'til the end of times.

    You can infer based on behaviour, but you can never "know". My subjectivity and how I experience things, are "locked" into the processing of my brain, as my cosciousness collides with reality.

    So yes, you are right, we can infer, but that is not certain knowledge, and in some cases, such as quantum physics, not even knowledge.

    Life, descriptive, external, life, as understood by science, can definitely be
    categorized and analyzed. In terms of happiness, you can go so far as positive
    psychology and statistically analyze "happy" people and draw conclusions about
    what life factors tend to contribute to their happiness.

    Freud observed himself and made conclusions that apply to everyone else.
    Like everyone else, he perhaps made mistakes in the fine details of
    things, but he also made huge contributions---from a unitary sample
    space.

    True, but freud these days is disproven. As you say, he did lay a good foundation for psychology however, and it has progress from him.

    As you said above... our definitions probably differ, which would lead us to >> talking in circles. What are your values and goals in life? Why don't you strive
    for happiness? Tell me! =)

    In my notebook, if you ``strive'', you've already lost a bit of your health---meaning you're not happy.

    Happiness is what I value the most because health is what I value the
    most. My happiness has increased considerably because (over the years)
    I've recovered a lot of health I had been losing year after year. I've
    spent countless nights awake having ``fun'', for example.

    Good to hear! =)

    In my notebook, I have no values and no goals, which is all very
    liberating. I've had lots of them. They were no good.

    If you have no goals, how do you determine your actions? Surely they are not just random acts?

    What I do each day is the right thing. What's to do the right thing? Impossible to tell because I don't have a method to say what it is. I
    know only what the right thing is when the moment of doing it arrives
    and I see only a single possible thing to do---the adequate one.

    Well, it seems you do have a goal! Maybe you apply the via negativa? Do not do the wrong thing, and then pursue, at random or based on preference, the actions that remain after the obviously wrong ones (based on your values) are eliminated?

    People often ask me---what would you do in that situation? The answer
    is always---I don't know. I might know *then*, but certainly not now.
    ``Oh, come on; please answer it.'' I could give you an answer, even a serious one; but the fact is that I really only know what I'm going to
    really do at the moment I'm doing. (Humorously, if you want to play
    around with fiction, I can come up with lots of answers for you.)

    It seems, like me, you are not always comfortable with counterfactuals. I can understand that, and to a certain extent, I agree with you here.

    This is also very liberating. I make no choices anymore. I only need
    to wait, but the wait is not a passive sitting around; the wait is work,
    but it's a work with no striving; it's a work in attention, which is not concentration. This way I have never been happier.

    That's good! =)

    And why is the natural good? Isn't that a value statement that we
    cannot answer by science?

    Oh, I think that's easy. The natural is good because bad, by
    definition, is anything that lost equilibrium. Why does sugar taste
    good? Because it is actually good. You developed your taste through zillions of years: it was made to feel good when the thing is good for
    you. If you have too much of it, it will feel bad and the bad feeling
    will push you to come back to equilibrium.

    Nature is the current stability of things. Interfere with that
    stability and you're off of the natural course of things. If the interference is small, things naturally come back to their equilibrium
    (as the system is ``designed'' [if I may] to do that---you can remove
    the word ``designed'' but it is a fact that the behavior is to come back
    to the equilibrium); if the interference is big and the equilibrium
    isn't restored quickly enough, things break.

    So the smart thing is to look closely and see what is the equilibrium so
    that you can let it be restored when you lose it.

    Watch yourself at work: you'll get tired and you're tired you then work
    a little more---losing the equilibrium. It's a little bit, so it's
    quite unnoticeable until decades later. (And you do this little bit of
    this sin against nature precisely because you're already a bit sick.
    Your sickness makes you more sick. A natural thing is all quite
    balanced: tired, rest; rested, move.)

    I remember when I was young,

    You're still young. :)

    Really? ;)

    Really. :) That's what I meant with the Linus Torvalds story above.

    Ahh... got it!

    And you can get younger. Physiological age goes both ways---forward and backward.

    (*) Footnotes

    [1] A Radical New Proposal For How Mind Emerges From Matter https://www.noemamag.com/a-radical-new-proposal-for-how-mind-emerges-from-matter/


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eva Lu@21:1/5 to Rich on Tue Mar 18 21:20:13 2025
    Rich <rich@example.invalid> writes:

    Salvador Mirzo <smirzo@example.com> wrote:
    D <nospam@example.net> writes:

    On Fri, 14 Mar 2025, Salvador Mirzo wrote:

    Ketchup effect? Wow. I had never heard of that. I get it. The whole >>>>>> thing comes down at once. :)

    Exactly!

    I'm gonna smile when I get an opportunity to use that expression. :)

    The latest expression I learned was "keeping up with the Joneses".

    Why "Joneses"?

    Because that was the name of "the other family" from the 1910's comic
    strip that created the idiom:

    https://en.wikipedia.org/wiki/Keeping_up_with_the_joneses

    Cool. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)