• (Excessive?) Complexity

    From Lars Poulsen@21:1/5 to WokieSux282@ud0s4.net on Sat Feb 8 18:57:32 2025
    XPost: comp.os.linux.misc

    On 2025-02-08, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:
    Anyway, of late, software "improvements" have
    too often been the exact opposite. What alien
    universe do these 'improvers' COME from ???

    IMHO, a lot of this is just "busy work" from
    people looking for something to do. Their
    idea of "better" means "better for ME - and
    screw YOU". It's not better for the average,
    or even professional, user.

    Maybe we need a new branch ... Linux-2004 ...
    with all the good stuff and none of these
    "improvements" ??? Linux and related was
    damned good from the start, SOLID by 2004.

    It worked. It was kinda simple. You COULD
    figure it out without committing suicide.
    NOW, it just seems to be becoming an
    incomprehensible ever-mutating MESS - Winders
    by another name.

    Much of the complexity that you do not approve of, seems to me to be
    related to Linux's ambition to produce code that works on everything
    from an embedded IoT device to a high-performance laptop to a clustered datacenter rack from a single set of source files.

    Back "in the Golden Age", the spectrum of systems that the code was
    expected to support was much narrower; that would tend to make the code
    much simpler and more readable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lars Poulsen on Sat Feb 8 19:31:34 2025
    XPost: comp.os.linux.misc

    On 08/02/2025 18:57, Lars Poulsen wrote:
    On 2025-02-08, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:
    Anyway, of late, software "improvements" have
    too often been the exact opposite. What alien
    universe do these 'improvers' COME from ???

    IMHO, a lot of this is just "busy work" from
    people looking for something to do. Their
    idea of "better" means "better for ME - and
    screw YOU". It's not better for the average,
    or even professional, user.

    Maybe we need a new branch ... Linux-2004 ...
    with all the good stuff and none of these
    "improvements" ??? Linux and related was
    damned good from the start, SOLID by 2004.

    It worked. It was kinda simple. You COULD
    figure it out without committing suicide.
    NOW, it just seems to be becoming an
    incomprehensible ever-mutating MESS - Winders
    by another name.

    Much of the complexity that you do not approve of, seems to me to be
    related to Linux's ambition to produce code that works on everything
    from an embedded IoT device to a high-performance laptop to a clustered datacenter rack from a single set of source files.

    Back "in the Golden Age", the spectrum of systems that the code was
    expected to support was much narrower; that would tend to make the code
    much simpler and more readable.

    Nah. Its the stupidity not of using an oriented *approach* to design
    code, but of putting it into the frickin language and making everyone
    use it.
    --
    “The urge to save humanity is almost always only a false face for the
    urge to rule it.”
    – H. L. Mencken

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From WokieSux283@ud0s4.net@21:1/5 to Lars Poulsen on Sat Feb 8 22:49:24 2025
    XPost: comp.os.linux.misc

    On 2/8/25 1:57 PM, Lars Poulsen wrote:
    On 2025-02-08, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:
    Anyway, of late, software "improvements" have
    too often been the exact opposite. What alien
    universe do these 'improvers' COME from ???

    IMHO, a lot of this is just "busy work" from
    people looking for something to do. Their
    idea of "better" means "better for ME - and
    screw YOU". It's not better for the average,
    or even professional, user.

    Maybe we need a new branch ... Linux-2004 ...
    with all the good stuff and none of these
    "improvements" ??? Linux and related was
    damned good from the start, SOLID by 2004.

    It worked. It was kinda simple. You COULD
    figure it out without committing suicide.
    NOW, it just seems to be becoming an
    incomprehensible ever-mutating MESS - Winders
    by another name.

    Much of the complexity that you do not approve of, seems to me to be
    related to Linux's ambition to produce code that works on everything
    from an embedded IoT device to a high-performance laptop to a clustered datacenter rack from a single set of source files.

    Back "in the Golden Age", the spectrum of systems that the code was
    expected to support was much narrower; that would tend to make the code
    much simpler and more readable.


    I understand your point - TO a point.

    However going for "everything for everybody everywhere"
    in PRACTICE yields bloated un-debuggable un-documentatable
    code.

    Might be FAR better to write an 'Android version' and
    'iPhone version" and 'Linux version' kinda independently.
    The deeper functions tend to be more portable, but the
    interface stuff varies SO widely between platforms that
    trying to make an all-in-one app generally yields disaster.
    You don't really save time/effort.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From WokieSux283@ud0s4.net@21:1/5 to The Natural Philosopher on Sat Feb 8 23:23:44 2025
    XPost: comp.os.linux.misc

    On 2/8/25 2:31 PM, The Natural Philosopher wrote:
    On 08/02/2025 18:57, Lars Poulsen wrote:
    On 2025-02-08, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:
        Anyway, of late, software "improvements" have
        too often been the exact opposite. What alien
        universe do these 'improvers' COME from ???

        IMHO, a lot of this is just "busy work" from
        people looking for something to do. Their
        idea of "better" means "better for ME - and
        screw YOU". It's not better for the average,
        or even professional, user.

        Maybe we need a new branch ... Linux-2004 ...
        with all the good stuff and none of these
        "improvements" ??? Linux and related was
        damned good from the start, SOLID by 2004.

        It worked. It was kinda simple. You COULD
        figure it out without committing suicide.
        NOW, it just seems to be becoming an
        incomprehensible ever-mutating MESS - Winders
        by another name.

    Much of the complexity that you do not approve of, seems to me to be
    related to Linux's ambition to produce code that works on everything
    from an embedded IoT device to a high-performance laptop to a clustered
    datacenter rack from a single set of source files.

    Back "in the Golden Age", the spectrum of systems that the code was
    expected to support was much narrower; that would tend to make the code
    much simpler and more readable.

    Nah. Its the stupidity not of using an oriented *approach* to design
    code, but of putting it into the frickin language and making everyone
    use it.

    Well, I kind-of understand his issue. The problem these
    days is SO-MANY-PLATFORMS. Developers, and esp their
    pointy-haired bosses, want a one-fits-all application.
    Alas this results in INSANE, un-debuggable, complexity.

    Aiming for more narrow platforms is probably the better
    way. The 90% required/functional code can be preserved,
    but all the crap required to suit *a* platform can be
    largely unique. Seems less-efficient, but is more solid.

    But who cares about 'solid' these days ? Make something
    arty and flashy, get the users cash - then ignore all
    their complaints. It's a Business Model .....

    Remember the "bad old days" when we had Atari, Apple,
    Commodore, Tandy, TRS-80, ROM systems, CP/M, DOS ?
    It was just not feasible to write an "everything"
    application. A lot had to be customized to the
    particular platform. This made for a number of
    smaller, tuned, applications which WERE debuggable
    and comprehensible. Today really isn't SO different,
    but tends to be disguised - resulting in bloatware.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to WokieSux282@ud0s4.net on Sun Feb 9 11:45:42 2025
    XPost: comp.os.linux.misc

    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 Sat, 8 Feb 2025, WokieSux282@ud0s4.net wrote:

    On 2/8/25 2:31 PM, The Natural Philosopher wrote:
    On 08/02/2025 18:57, Lars Poulsen wrote:
    On 2025-02-08, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:
        Anyway, of late, software "improvements" have
        too often been the exact opposite. What alien
        universe do these 'improvers' COME from ???

        IMHO, a lot of this is just "busy work" from
        people looking for something to do. Their
        idea of "better" means "better for ME - and
        screw YOU". It's not better for the average,
        or even professional, user.

        Maybe we need a new branch ... Linux-2004 ...
        with all the good stuff and none of these
        "improvements" ??? Linux and related was
        damned good from the start, SOLID by 2004.

        It worked. It was kinda simple. You COULD
        figure it out without committing suicide.
        NOW, it just seems to be becoming an
        incomprehensible ever-mutating MESS - Winders
        by another name.

    Much of the complexity that you do not approve of, seems to me to be
    related to Linux's ambition to produce code that works on everything
    from an embedded IoT device to a high-performance laptop to a clustered
    datacenter rack from a single set of source files.

    Back "in the Golden Age", the spectrum of systems that the code was
    expected to support was much narrower; that would tend to make the code
    much simpler and more readable.

    Nah. Its the stupidity not of using an oriented *approach* to design code, >> but of putting it into the frickin language and making everyone use it.

    Well, I kind-of understand his issue. The problem these
    days is SO-MANY-PLATFORMS. Developers, and esp their
    pointy-haired bosses, want a one-fits-all application.
    Alas this results in INSANE, un-debuggable, complexity.

    Aiming for more narrow platforms is probably the better
    way. The 90% required/functional code can be preserved,
    but all the crap required to suit *a* platform can be
    largely unique. Seems less-efficient, but is more solid.

    But who cares about 'solid' these days ? Make something
    arty and flashy, get the users cash - then ignore all
    their complaints. It's a Business Model .....

    This is the truth! One of the wins we had when replacing a customers Azure
    was the realization that they had no need for fancy fail-over,
    active/active solution or even a DR-site, given the workload they are
    running.

    That meant we could design our environment to be dead simple and avoid a
    lot of complexity and keep the cost low.

    And here the customer had paid for many years for lots of "extras" from M$
    and once had a crypto miner visiting, racking up a bill of 50k EUR over an weekend.

    Simple is good! I struggle often to explain to young whipper snappers the
    power of good enough. The power of good enough has won me a lot of
    business throughout the years.

    Remember the "bad old days" when we had Atari, Apple,
    Commodore, Tandy, TRS-80, ROM systems, CP/M, DOS ?
    It was just not feasible to write an "everything"
    application. A lot had to be customized to the
    particular platform. This made for a number of
    smaller, tuned, applications which WERE debuggable
    and comprehensible. Today really isn't SO different,
    but tends to be disguised - resulting in bloatware.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to WokieSux282@ud0s4.net on Sun Feb 9 11:32:45 2025
    XPost: comp.os.linux.misc

    On 2025-02-09, WokieSux282@ud0s4.net <WokieSux283@ud0s4.net> wrote:

    Well, I kind-of understand his issue. The problem these
    days is SO-MANY-PLATFORMS. Developers, and esp their
    pointy-haired bosses, want a one-fits-all application.
    Alas this results in INSANE, un-debuggable, complexity.

    Often it does, but with a bit of care you can design in
    a fair amount of flexibility without too much pain.
    The C preprocessor is your friend.

    I write data collection software. We have to handle data
    from all sorts of different devices, some of which generate
    data whose format varies only slightly from each other.
    Good luck talking the vendor into changing his specs to
    something more standard (or, worst case, something that
    is even syntactically correct). You can create a different
    program for each layout, or you can write a front-end which
    resolves the differences. At this point, designing code
    which can automatically identify which format we're dealing
    with is a win, since it's one less configuration setting
    that the customer can get wrong (and one less headache
    for the support people).

    Aiming for more narrow platforms is probably the better
    way. The 90% required/functional code can be preserved,
    but all the crap required to suit *a* platform can be
    largely unique. Seems less-efficient, but is more solid.

    And it gives you all sorts of wonderful opportunities for
    vendor lock-in. 1/2 :-)

    But who cares about 'solid' these days ? Make something
    arty and flashy, get the users cash - then ignore all
    their complaints. It's a Business Model .....

    M$ didn't become the behemoth they are by writing simple,
    solid code. :-(

    Remember the "bad old days" when we had Atari, Apple,
    Commodore, Tandy, TRS-80, ROM systems, CP/M, DOS ?
    It was just not feasible to write an "everything"
    application. A lot had to be customized to the
    particular platform. This made for a number of
    smaller, tuned, applications which WERE debuggable
    and comprehensible. Today really isn't SO different,
    but tends to be disguised - resulting in bloatware.

    Sad but true.

    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Feb 9 19:49:11 2025
    XPost: comp.os.linux.misc

    On Sun, 9 Feb 2025 11:45:42 +0100, D wrote:

    Simple is good! I struggle often to explain to young whipper snappers
    the power of good enough. The power of good enough has won me a lot of business throughout the years.

    I've worked with a couple of programmers who tried to anticipate future
    needs and developed complex code to handle those eventualities. 20 years
    later the eventualities never happened but the complexity is still there.

    It's one thing to anticipate future needs in your design and not to paint yourself into a corner and another to spend a lot of time doing stuff
    before it's necessary. Good enough is good enough.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Sun Feb 9 19:43:14 2025
    XPost: comp.os.linux.misc

    On Sun, 09 Feb 2025 11:32:45 GMT, Charlie Gibbs wrote:


    I write data collection software. We have to handle data from all sorts
    of different devices, some of which generate data whose format varies
    only slightly from each other. Good luck talking the vendor into
    changing his specs to something more standard (or, worst case, something
    that is even syntactically correct). You can create a different program
    for each layout, or you can write a front-end which resolves the
    differences. At this point, designing code which can automatically
    identify which format we're dealing with is a win, since it's one less configuration setting that the customer can get wrong (and one less
    headache for the support people).

    We've got one of those Swiss Army Knife apps for AVL (Automatic Vehicle Location). 25 years ago Trimble was the big name, at least in the
    emergency services world and the devices were fairly expensive. TAIP was
    their creation.

    https://kipdf.com/trimble-ascii-interface-protocol- taip_5ac59a361723ddd07a3fd408.html

    As time went on NMEA became more popular.

    https://www.gpsworld.com/what-exactly-is-gps-nmea-data/

    Of course there were companies that use their own scheme including packed binary data. The actual interface might be UDP, TCP, or even serial for
    the old stuff. There are a bunch of configuration options but when the
    dust settles we get a latitude and longitude to show the vehicle on a
    map.

    Other times it makes more sense to have separate applications, reusing the common code. The problem with maintaining Swiss Army knives is trying to
    figure out what they're doing. I added a DMPP-2020 protocol to one that already had the functionality but the original programmer had obscured it
    so well I didn't recognize it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun Feb 9 20:56:52 2025
    XPost: comp.os.linux.misc

    On 09/02/2025 10:45, D wrote:
    One of the wins we had when replacing a customers Azure was the
    realization that they had no need for fancy fail-over, active/active
    solution or even a DR-site, given the workload they are running.

    That meant we could design our environment to be dead simple and avoid a
    lot of complexity and keep the cost low.

    A consultant once was asked to recommend a computer system for a small companies stock control
    He said "you have paid me already, so I can be honest. Just buy a card
    file. It will be far cheaper and just as good".
    I have friends who tell 'Alexa' what to put on their shopping list, I
    have a pad of paper and a pen by the fridge.
    They take a mobile phone to the supermarket, I have a torn off sheet of paper...
    --
    I was brought up to believe that you should never give offence if you
    can avoid it; the new culture tells us you should always take offence if
    you can. There are now experts in the art of taking offence, indeed
    whole academic subjects, such as 'gender studies', devoted to it.

    Sir Roger Scruton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to rbowman on Sun Feb 9 22:39:00 2025
    XPost: comp.os.linux.misc

    On Sun, 9 Feb 2025, rbowman wrote:

    On Sun, 9 Feb 2025 11:45:42 +0100, D wrote:

    Simple is good! I struggle often to explain to young whipper snappers
    the power of good enough. The power of good enough has won me a lot of
    business throughout the years.

    I've worked with a couple of programmers who tried to anticipate future
    needs and developed complex code to handle those eventualities. 20 years later the eventualities never happened but the complexity is still there.

    It's one thing to anticipate future needs in your design and not to paint yourself into a corner and another to spend a lot of time doing stuff
    before it's necessary. Good enough is good enough.


    This is the truth!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sun Feb 9 22:50:12 2025
    XPost: comp.os.linux.misc

    On Sun, 9 Feb 2025, The Natural Philosopher wrote:

    On 09/02/2025 10:45, D wrote:
    One of the wins we had when replacing a customers Azure was the realization >> that they had no need for fancy fail-over, active/active solution or even a >> DR-site, given the workload they are running.

    That meant we could design our environment to be dead simple and avoid a
    lot of complexity and keep the cost low.

    A consultant once was asked to recommend a computer system for a small companies stock control
    He said "you have paid me already, so I can be honest. Just buy a card file. It will be far cheaper and just as good".
    I have friends who tell 'Alexa' what to put on their shopping list, I have a pad of paper and a pen by the fridge.

    Amazing!! I do the same thing! =D I thought I was the only one, but
    apparently there are two of us now. ;)

    Sometimes when I'm in the mood for a challenge, I do not write it down,
    but I simply remember the list. ;) Works just as well.

    They take a mobile phone to the supermarket, I have a torn off sheet of paper...

    This is the truth!

    Sorry, on second thought, we are now three! My father does the same thing
    as well.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Poulsen@21:1/5 to rbowman on Sun Feb 9 22:43:36 2025
    XPost: comp.os.linux.misc

    On Sun, 9 Feb 2025 11:45:42 +0100, D wrote:
    Simple is good! I struggle often to explain to young whipper snappers
    the power of good enough. The power of good enough has won me a lot of
    business throughout the years.

    On 2025-02-09, rbowman <bowman@montana.com> wrote:
    I've worked with a couple of programmers who tried to anticipate future
    needs and developed complex code to handle those eventualities. 20 years later the eventualities never happened but the complexity is still there.

    It's one thing to anticipate future needs in your design and not to paint yourself into a corner and another to spend a lot of time doing stuff
    before it's necessary. Good enough is good enough.

    Wisdom (also known as good judgment) is in the discernment of how much
    you need to go out of your way to future-proof your code, as well is in discernment of when to make a minimal, local change to work around what
    in retrospect was a design mistake and when to refactor the surrounding
    area.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Feb 10 07:50:01 2025
    XPost: comp.os.linux.misc

    On Sun, 9 Feb 2025 22:50:12 +0100, D wrote:

    Sometimes when I'm in the mood for a challenge, I do not write it down,
    but I simply remember the list. Works just as well.

    I've never been much of a list maker or note taker. When it was suggested
    I bring a notebook to programming meetings I dutifully bought a pink Hello Kitty notebook. Nobody commented. I did use it for a few cryptic notes to myself and for bug numbers. What I'm not good at is remembering numbers
    like CS-37395,

    That was a problem when I was reading Buddhism. Those people love
    lists.Four Aryan Truths, the Noble Eightfold Path, the Twelve Links of Dependent Origination, and on and on.

    I think Schopenhauer had list envy when he wrote 'On the Fourfold Root of
    the Principle of Sufficient Reason'.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Mon Feb 10 08:35:18 2025
    XPost: comp.os.linux.misc

    On 10/02/2025 07:50, rbowman wrote:
    That was a problem when I was reading Buddhism. Those people love
    lists.Four Aryan Truths, the Noble Eightfold Path, the Twelve Links of Dependent Origination, and on and on.

    Buddhists are very smart people.

    They probably invented the phrase 'bullshit baffles brains'

    While the unenlightened are busy memorising the lists, the enlightened
    ones sit in the sun happy and content with their minds completely
    empty....not pestered by the ones busy memorising the lists...

    I think Schopenhauer had list envy when he wrote 'On the Fourfold Root of
    the Principle of Sufficient Reason'.

    I always thought that was a bit of a circular argument, things exist
    because they need to exist to create the world in which they exist...

    Taoism is much simpler. What is the Tao. The Tao is not anything . It
    just *is*.
    The moment you introduce causality as a necessity, you end up with a
    worldview that needs a Prime Cause.

    The secret is not to introduce universal causality as a necessity in
    the first place.

    People are too fixated on finding the One True Viewpoint rather than
    accepting that all viewpoints are arbitrary, none are ultimately rue and
    some are more useful than others.

    Buddhists understand that there are no true viewpoints and if you let go
    of all of them the world can be whatever you want it to be,
    subjectively. It just is, that's all. And it is way beyond what you make
    of it.

    So relax. You have unravelled the mystery as far as you can, and it was
    all in your mind mostly. The closest you get to the truth is what you experience when your thinking mind is gone. Stopped.



    --
    “Those who can make you believe absurdities, can make you commit atrocities.”

    ― Voltaire, Questions sur les Miracles à M. Claparede, Professeur de Théologie à Genève, par un Proposant: Ou Extrait de Diverses Lettres de
    M. de Voltaire

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to rbowman on Mon Feb 10 12:09:58 2025
    XPost: comp.os.linux.misc

    On Mon, 10 Feb 2025, rbowman wrote:

    On Sun, 9 Feb 2025 22:50:12 +0100, D wrote:

    Sometimes when I'm in the mood for a challenge, I do not write it down,
    but I simply remember the list. Works just as well.

    I've never been much of a list maker or note taker. When it was suggested
    I bring a notebook to programming meetings I dutifully bought a pink Hello Kitty notebook. Nobody commented. I did use it for a few cryptic notes to

    Very powerful, very cute! Did colleagues look strangely at you?

    myself and for bug numbers. What I'm not good at is remembering numbers
    like CS-37395,

    That was a problem when I was reading Buddhism. Those people love
    lists.Four Aryan Truths, the Noble Eightfold Path, the Twelve Links of Dependent Origination, and on and on.

    I think Schopenhauer had list envy when he wrote 'On the Fourfold Root of
    the Principle of Sufficient Reason'.

    This is the truth. He clearly was inspired by buddhism when coming up with
    that title.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Mon Feb 10 12:20:58 2025
    XPost: comp.os.linux.misc

    On Mon, 10 Feb 2025, The Natural Philosopher wrote:

    On 10/02/2025 07:50, rbowman wrote:
    That was a problem when I was reading Buddhism. Those people love
    lists.Four Aryan Truths, the Noble Eightfold Path, the Twelve Links of
    Dependent Origination, and on and on.

    Buddhists are very smart people.

    They probably invented the phrase 'bullshit baffles brains'

    While the unenlightened are busy memorising the lists, the enlightened ones sit in the sun happy and content with their minds completely empty....not pestered by the ones busy memorising the lists...

    I think Schopenhauer had list envy when he wrote 'On the Fourfold Root of
    the Principle of Sufficient Reason'.

    I always thought that was a bit of a circular argument, things exist because they need to exist to create the world in which they exist...

    Taoism is much simpler. What is the Tao. The Tao is not anything . It just *is*.
    The moment you introduce causality as a necessity, you end up with a worldview that needs a Prime Cause.

    The secret is not to introduce universal causality as a necessity in the first place.

    People are too fixated on finding the One True Viewpoint rather than accepting that all viewpoints are arbitrary, none are ultimately rue and some are more useful than others.

    Buddhists understand that there are no true viewpoints and if you let go of all of them the world can be whatever you want it to be, subjectively. It just is, that's all. And it is way beyond what you make of it.

    So relax. You have unravelled the mystery as far as you can, and it was all in your mind mostly. The closest you get to the truth is what you experience when your thinking mind is gone. Stopped.

    Agnosticism is very veautiful. There is no need for forced explanations
    beyond a certain point. The sooner one accepts that, the sooner one frees oneself from pointless metaphysical speculation.

    Since I was reading some Schopenhauer this weekend, he does have a point though, that there is a strong built in need in the human race for
    pointless metaphysical speculation, that doesn't lead anywhere. He had a
    lot of interesting things to say about religion.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Feb 10 18:58:08 2025
    XPost: comp.os.linux.misc

    On Mon, 10 Feb 2025 12:09:58 +0100, D wrote:



    On Mon, 10 Feb 2025, rbowman wrote:

    On Sun, 9 Feb 2025 22:50:12 +0100, D wrote:

    Sometimes when I'm in the mood for a challenge, I do not write it
    down,
    but I simply remember the list. Works just as well.

    I've never been much of a list maker or note taker. When it was
    suggested I bring a notebook to programming meetings I dutifully bought
    a pink Hello Kitty notebook. Nobody commented. I did use it for a few
    cryptic notes to

    Very powerful, very cute! Did colleagues look strangely at you?

    I am a programmer. My colleagues are programmers. Explain 'strange'.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Mon Feb 10 19:02:59 2025
    XPost: comp.os.linux.misc

    On Mon, 10 Feb 2025 08:35:18 +0000, The Natural Philosopher wrote:

    Buddhists understand that there are no true viewpoints and if you let go
    of all of them the world can be whatever you want it to be,
    subjectively. It just is, that's all. And it is way beyond what you make
    of it.

    Form does not differ from emptiness; emptiness does not differ from form.
    Form itself is emptiness, emptiness itself form. Sensations, perceptions, formations, and consciousness are also like this.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to rbowman on Mon Feb 10 22:42:12 2025
    XPost: comp.os.linux.misc

    On Mon, 10 Feb 2025, rbowman wrote:

    On Mon, 10 Feb 2025 12:09:58 +0100, D wrote:



    On Mon, 10 Feb 2025, rbowman wrote:

    On Sun, 9 Feb 2025 22:50:12 +0100, D wrote:

    Sometimes when I'm in the mood for a challenge, I do not write it
    down,
    but I simply remember the list. Works just as well.

    I've never been much of a list maker or note taker. When it was
    suggested I bring a notebook to programming meetings I dutifully bought
    a pink Hello Kitty notebook. Nobody commented. I did use it for a few
    cryptic notes to

    Very powerful, very cute! Did colleagues look strangely at you?

    I am a programmer. My colleagues are programmers. Explain 'strange'.

    I think that explains it. ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Poulsen@21:1/5 to rbowman on Tue Feb 11 20:32:00 2025
    XPost: comp.os.linux.misc

    On 2025-02-11, rbowman <bowman@montana.com> wrote:
    Really? I thought it was only appropriate for sweden, but there you go.

    On Tue, 11 Feb 2025 12:03:31 +0100, D wrote:
    https://en.wikipedia.org/wiki/Solvang,_California

    Okay, so its Danish. Close enough.

    Yup, 40 minutes drive from my house in Santa Barbara.

    There were snags. In the middle of a large project one of the client's
    people came to view the progress. His reputation preceded him. Straight arrow, didn't drink, didn't chew, and didn't go with girls who do. The
    sales department had a melt down. "What the hell are we going to do with him?"

    Travel in those circles and you get the impression the country is run by
    high functioning alcoholics.

    Do they still do that? I remember the movie depictions of the
    "three-martini lunches" in the 1960s. Or the depiction of Charlie Wilson
    (R-TX) in "Charlie Wilson's War". But I never lived it. Except ...

    When I worked in a Danish version of "3 guys in a garage", we decided we
    needed to boot revenue, so we hired an old-style salesguy. We knew he
    was not really our kind of guy, but he had a reputation for success, so
    we thought we'd try him out. It came to an abrupt end, when we sent him
    to a trade show one city over, and learned that he had been ordering
    champagne to the sauna at the conference hotel to show off ... not to
    the prospective customers, but to his old colleagues from his previous
    job. Did not go over with his new boss.

    We had a work culture where our lunch room had a fridge with cold beer,
    and a tick-off sheet to mark what you took, and we'd settle at the end
    of the month. And if you worked late, you charged your beers to the
    company. No one argued about your travel expenses. "If I ever have to
    question your expense report, that will be your last day here. If I
    can't trust you, I can't have you around." I've never seen that in
    America.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lars Poulsen on Tue Feb 11 22:11:07 2025
    XPost: comp.os.linux.misc

    On Tue, 11 Feb 2025, Lars Poulsen wrote:

    On 2025-02-11, rbowman <bowman@montana.com> wrote:
    Really? I thought it was only appropriate for sweden, but there you go.

    On Tue, 11 Feb 2025 12:03:31 +0100, D wrote:
    https://en.wikipedia.org/wiki/Solvang,_California

    Okay, so its Danish. Close enough.

    Yup, 40 minutes drive from my house in Santa Barbara.

    There were snags. In the middle of a large project one of the client's
    people came to view the progress. His reputation preceded him. Straight
    arrow, didn't drink, didn't chew, and didn't go with girls who do. The
    sales department had a melt down. "What the hell are we going to do with
    him?"

    Travel in those circles and you get the impression the country is run by
    high functioning alcoholics.

    Do they still do that? I remember the movie depictions of the
    "three-martini lunches" in the 1960s. Or the depiction of Charlie Wilson (R-TX) in "Charlie Wilson's War". But I never lived it. Except ...

    When I worked in a Danish version of "3 guys in a garage", we decided we needed to boot revenue, so we hired an old-style salesguy. We knew he
    was not really our kind of guy, but he had a reputation for success, so
    we thought we'd try him out. It came to an abrupt end, when we sent him
    to a trade show one city over, and learned that he had been ordering champagne to the sauna at the conference hotel to show off ... not to
    the prospective customers, but to his old colleagues from his previous
    job. Did not go over with his new boss.

    We had a work culture where our lunch room had a fridge with cold beer,

    This is the truth! Denmark was built on Tuborg! =D Also, as per the
    youtube link some month back, there are theories that danish split from norwegian when the danes invented beer. ;)

    and a tick-off sheet to mark what you took, and we'd settle at the end
    of the month. And if you worked late, you charged your beers to the
    company. No one argued about your travel expenses. "If I ever have to question your expense report, that will be your last day here. If I
    can't trust you, I can't have you around." I've never seen that in
    America.

    Trust is important. One of my new freelancers wasted 2 hours of my time
    today bitching over his contract. The contract was 1.5 pages long.

    A week before, my customer told me they thought he was unstructured,
    grumpy and slow to respond. I thought they were just negotiating
    (contract negotiating season coming up).

    After todays call with him, I won't be renewing his contract with me.

    Sometimes I do not understand people.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lars Poulsen on Tue Feb 11 22:11:30 2025
    XPost: comp.os.linux.misc

    On Tue, 11 Feb 2025 20:32:00 -0000 (UTC), Lars Poulsen wrote:

    On 2025-02-11, rbowman <bowman@montana.com> wrote:
    Really? I thought it was only appropriate for sweden, but there you
    go.

    On Tue, 11 Feb 2025 12:03:31 +0100, D wrote:
    https://en.wikipedia.org/wiki/Solvang,_California

    Okay, so its Danish. Close enough.

    Yup, 40 minutes drive from my house in Santa Barbara.

    My brother lived in Lompoc so that was one of his standard places to take visitors.


    Do they still do that? I remember the movie depictions of the
    "three-martini lunches" in the 1960s. Or the depiction of Charlie Wilson (R-TX) in "Charlie Wilson's War". But I never lived it. Except ...

    I don't know. That was the machine tool industry. It wasn't the case for
    other industries I've worked in, certainly not public safety. We used to
    have an annual users get-together that floated around to areas near one or
    the other of the clients. Our sister company were doing a show in Las
    Vegas, so we held it there one year. Attendance was sparse with many of
    our clients saying no way were their departments signing off on a trip to
    Las Vegas. We held it at our shop a couple of times and the real interest
    was a trip to Yellowstone, not a strip club. The Park police at
    Yellowstone were a client so it was a good excuse to 'see their dispatch center' along with the bison, geysers, and so forth.

    We had a work culture where our lunch room had a fridge with cold beer,
    and a tick-off sheet to mark what you took, and we'd settle at the end
    of the month. And if you worked late, you charged your beers to the
    company. No one argued about your travel expenses. "If I ever have to question your expense report, that will be your last day here. If I
    can't trust you, I can't have you around." I've never seen that in
    America.

    My surprise was when I went to set up equipment at Pratt & Whitney in
    Hartford. The assigned me a minder to make sure I didn't go snooping. When dinner time rolled around he said we had two choices. We could go to the management cafeteria where the pretty secretaries were or we could go to
    the workers cafeteria where we could get two beers with our meal. He was relieved when I chose the beer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Feb 11 22:15:08 2025
    XPost: comp.os.linux.misc

    On Tue, 11 Feb 2025 22:11:07 +0100, D wrote:

    Trust is important. One of my new freelancers wasted 2 hours of my time
    today bitching over his contract. The contract was 1.5 pages long.

    A week before, my customer told me they thought he was unstructured,
    grumpy and slow to respond. I thought they were just negotiating
    (contract negotiating season coming up).

    After todays call with him, I won't be renewing his contract with me.

    Sometimes I do not understand people.

    It is a puzzle. We had a support person I didn't think was particularly competent but the clients loved him. I'm not one to argue with success.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vjp2.at@at.BioStrategist.dot.dot.co@21:1/5 to All on Tue Feb 25 19:34:58 2025
    XPost: comp.os.linux.misc

    I concur, they add bureaucracy..


    --
    Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
    ---{Nothing herein constitutes advice. Everything fully disclaimed.}---

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)