• Re: The joy of FORTRAN

    From rbowman@21:1/5 to All on Fri Feb 28 07:56:27 2025
    On Fri, 28 Feb 2025 01:19:38 -0500, c186282 wrote:

    I only used SQL to do the initial selection - and then more custom
    code to go through/organize that. Table-joins and the rest are just
    too evil. No "simple" once you get to that junk (and it's SLOW too).
    Dump the initial find to a file and use 'C' to go on from there.

    We had a person who handcrafted a query using a wide range of DB2 scalar functions. I have no idea how many hours it took and it kept growing. I
    don't remember the DB2 version but it broke on some sites where the DB2
    version had a 4k limit rather than the later 8k.

    I knew what it was supposed to do but I didn't have a clue how it did it.
    The idea was to provide configurable queries that a user could modify for
    their needs but that one got handed down to generations of support people untouched. That was the case for a lot of the 'configurable' reports. It
    would have been easier to hard code the reports.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Fri Feb 28 07:55:08 2025
    On 2/28/25 2:56 AM, rbowman wrote:
    On Fri, 28 Feb 2025 01:19:38 -0500, c186282 wrote:

    I only used SQL to do the initial selection - and then more custom
    code to go through/organize that. Table-joins and the rest are just
    too evil. No "simple" once you get to that junk (and it's SLOW too).
    Dump the initial find to a file and use 'C' to go on from there.

    We had a person who handcrafted a query using a wide range of DB2 scalar functions. I have no idea how many hours it took and it kept growing. I
    don't remember the DB2 version but it broke on some sites where the DB2 version had a 4k limit rather than the later 8k.

    I knew what it was supposed to do but I didn't have a clue how it did it.
    The idea was to provide configurable queries that a user could modify for their needs but that one got handed down to generations of support people untouched. That was the case for a lot of the 'configurable' reports. It would have been easier to hard code the reports.

    I wrote an "unlimited sorting levels" function once
    for Revelation DB ... pretty compact ... and not long
    afterwards I could NOT figure out how it worked. It *did*
    work though. Sometimes ya just get 'in the zone' when
    writing code and maybe yer head can't get back there
    later on ?

    The 'configurable' stuff ... sometimes you get a sort of
    next-level idea that SOUNDS great, but by the time you
    really get into it then it WOULD be just easier to
    write one-off reports or whatever.

    Once got about three days into a socket server, and
    scope-creep took over. Then I suddenly, rudely,
    realized I was re-inventing the FTP server. Oh well :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Fri Feb 28 20:35:25 2025
    On Fri, 28 Feb 2025 07:55:08 -0500, c186282 wrote:


    I wrote an "unlimited sorting levels" function once for Revelation DB
    ... pretty compact ... and not long afterwards I could NOT figure out
    how it worked. It *did*
    work though. Sometimes ya just get 'in the zone' when writing code
    and maybe yer head can't get back there later on ?

    One of the graybeards pointed out if you use every last bit of your
    creativity writing the code you'll be utterly screwed trying to debug it.

    The 'configurable' stuff ... sometimes you get a sort of next-level
    idea that SOUNDS great, but by the time you really get into it then
    it WOULD be just easier to write one-off reports or whatever.

    I was tasked with coming up with reporting software our clients could use
    by themselves. I looked a Jasper, Crystal, and the others and concluded
    you couldn't give any of them to a non-technical person with any hope of success. The only one I thought might be usable was Power BI and that is
    geared to graphics more than text reports.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to John Ames on Fri Feb 28 20:44:11 2025
    On Fri, 28 Feb 2025 09:42:15 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 07:55:08 -0500 c186282 <c186282@nnada.net> wrote:

    The 'configurable' stuff ... sometimes you get a sort of next-level
    idea that SOUNDS great, but by the time you really get into it then it
    WOULD be just easier to write one-off reports or whatever.

    There's probably a corollary to Zawinski's Law about programs expanding
    to the point where every behavior is configurable (except the one thing
    you really *need* to configure...)

    We had some legacy programs that had grown over the years. When a new
    interface was needed someone would decide it was sort of like the one in
    the existing code. After 20 years it became a Swiss army knife and it was
    hard to tell what it was doing.

    I preferred to clone a similar interface and modify it for the new requirements, reusing most of the boilerplate. It resulted in a
    proliferation of programs rather than the OneProgramToRuleThemAll, but
    disk space in the code tree stopped being an issue a long time ago.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Andreas Eder on Fri Feb 28 20:54:32 2025
    On Fri, 28 Feb 2025 19:56:27 +0100, Andreas Eder wrote:

    It is 4KW. 4096 = 1024 * 4 = 4 * 2^10.

    That’s 4kiW. Kibiwords, not kilowords.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Fri Feb 28 21:52:24 2025
    On Fri, 28 Feb 2025 13:20:17 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 20:54:32 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Fri, 28 Feb 2025 19:56:27 +0100, Andreas Eder wrote:

    It is 4KW. 4096 = 1024 * 4 = 4 * 2^10.

    That’s 4kiW. Kibiwords, not kilowords.

    If you care enough to bother differentiating, sure.

    The whole issue was downright sloppy. And it got worse as the amounts of storage involved got larger. For k versus ki, the difference is about 2½%;
    for M versus Mi, it doubles to about 5%; for G versus Gi, it’s close to
    7½%, and so on.

    You don’t see the difference as important? It actually led to lawsuits against hard drive manufacturers over what were the actual capacities of
    the drives they were selling, versus what was advertised. Still think it wasn’t important?

    This is why SI introduced the binary prefixes, to differentiate the two.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Fri Feb 28 21:53:38 2025
    On Fri, 28 Feb 2025 09:42:15 -0800, John Ames wrote:

    There's probably a corollary to Zawinski's Law about programs expanding
    to the point where every behavior is configurable (except the one thing
    you really *need* to configure...)

    Presumably he was talking about proprietary software. In any piece of Free software, such a limitation would sooner or later be seen as a bug, and a
    patch would be available to fix it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Fri Feb 28 22:29:29 2025
    On Fri, 28 Feb 2025 14:07:40 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 21:52:24 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    You don’t see the difference as important?

    Not at all! I'm just capable of inferring the correct value from context without needing a separate unit term.

    Consider those hard drives. The makers sold them with capacities measured
    in MB and GB (and approaching TB, at that point). But the OSes reported
    file sizes and available space in units they also called “kB”, “MB” and “GB”, but were actually kiB, MiB and GiB.

    Net result: users saw a shortfall between the amount of space they thought
    they were getting, and how much was actually available for them to use. In
    sum, they felt cheated by the hard drive makers. Hence the lawsuits.

    Now, how would you have been “inferring the correct value from context without needing a separate unit term” in that case?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Fri Feb 28 22:30:51 2025
    On Fri, 28 Feb 2025 14:16:34 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 21:53:38 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    In any piece of Free software, such a limitation would sooner or later
    be seen as a bug, and a patch would be available to fix it.

    Ristretto is ~18 years old by now, and there's still no option to
    disable its Windows Picture & Fax Viewer-esque "index the whole
    directory on launch" behavior. There are multiple threads on r/xfce
    about the performance penalties this imposes when viewing images from large-ish directories.

    Obviously nobody cares. At least, nobody with any ability to offer a fix.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Sat Mar 1 02:59:10 2025
    On Fri, 28 Feb 2025 15:35:00 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 22:30:51 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    In any piece of Free software, such a limitation would sooner or
    later be seen as a bug, and a patch would be available to fix it.

    Ristretto is ~18 years old by now, and there's still no option to
    disable its Windows Picture & Fax Viewer-esque "index the whole
    directory on launch" behavior. There are multiple threads on r/xfce
    about the performance penalties this imposes when viewing images from
    large-ish directories.

    Obviously nobody cares. At least, nobody with any ability to offer a
    fix.

    So your argument is that all problematic Free Software limitations get
    fixed, except for the ones that don't get fixed, which are, ipso facto,
    not problematic, even when they cause well-documented and oft-discussed problems?

    I figure, if a problem affects something like 100 people, then one of
    those 100 would have some programming skills to be able to offer a fix.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Lawrence D'Oliveiro on Fri Feb 28 23:02:07 2025
    On 2/28/25 9:59 PM, Lawrence D'Oliveiro wrote:
    On Fri, 28 Feb 2025 15:35:00 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 22:30:51 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    In any piece of Free software, such a limitation would sooner or
    later be seen as a bug, and a patch would be available to fix it.

    Ristretto is ~18 years old by now, and there's still no option to
    disable its Windows Picture & Fax Viewer-esque "index the whole
    directory on launch" behavior. There are multiple threads on r/xfce
    about the performance penalties this imposes when viewing images from
    large-ish directories.

    Obviously nobody cares. At least, nobody with any ability to offer a
    fix.

    So your argument is that all problematic Free Software limitations get
    fixed, except for the ones that don't get fixed, which are, ipso facto,
    not problematic, even when they cause well-documented and oft-discussed
    problems?

    I figure, if a problem affects something like 100 people, then one of
    those 100 would have some programming skills to be able to offer a fix.


    "Programming skills" ? More like one in 100,000 users.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sat Mar 1 05:05:50 2025
    On Fri, 28 Feb 2025 23:02:07 -0500, c186282 wrote:

    On 2/28/25 9:59 PM, Lawrence D'Oliveiro wrote:
    On Fri, 28 Feb 2025 15:35:00 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 22:30:51 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    In any piece of Free software, such a limitation would sooner or
    later be seen as a bug, and a patch would be available to fix it.

    Ristretto is ~18 years old by now, and there's still no option to
    disable its Windows Picture & Fax Viewer-esque "index the whole
    directory on launch" behavior. There are multiple threads on r/xfce
    about the performance penalties this imposes when viewing images
    from large-ish directories.

    Obviously nobody cares. At least, nobody with any ability to offer a
    fix.

    So your argument is that all problematic Free Software limitations get
    fixed, except for the ones that don't get fixed, which are, ipso
    facto,
    not problematic, even when they cause well-documented and
    oft-discussed problems?

    I figure, if a problem affects something like 100 people, then one of
    those 100 would have some programming skills to be able to offer a fix.


    "Programming skills" ? More like one in 100,000 users.


    I don't know what Ristretto is but I am familiar with bug fixes, Sometimes
    you look at a non-critical problem that affects few users, examine the
    possible fixes, realize it is a gigantic black pit filled with IEDs, and
    assign it a priority of 5 (which in our system meant 'when hell freezes
    over')

    And that is for commercial software that people are paying money for...
    One of the problems with skilled programmers is they are adept at sniffing
    out rats.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sat Mar 1 02:49:48 2025
    On 3/1/25 12:05 AM, rbowman wrote:
    On Fri, 28 Feb 2025 23:02:07 -0500, c186282 wrote:

    On 2/28/25 9:59 PM, Lawrence D'Oliveiro wrote:
    On Fri, 28 Feb 2025 15:35:00 -0800, John Ames wrote:

    On Fri, 28 Feb 2025 22:30:51 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    In any piece of Free software, such a limitation would sooner or >>>>>>> later be seen as a bug, and a patch would be available to fix it. >>>>>>
    Ristretto is ~18 years old by now, and there's still no option to
    disable its Windows Picture & Fax Viewer-esque "index the whole
    directory on launch" behavior. There are multiple threads on r/xfce >>>>>> about the performance penalties this imposes when viewing images
    from large-ish directories.

    Obviously nobody cares. At least, nobody with any ability to offer a >>>>> fix.

    So your argument is that all problematic Free Software limitations get >>>> fixed, except for the ones that don't get fixed, which are, ipso
    facto,
    not problematic, even when they cause well-documented and
    oft-discussed problems?

    I figure, if a problem affects something like 100 people, then one of
    those 100 would have some programming skills to be able to offer a fix.


    "Programming skills" ? More like one in 100,000 users.


    I don't know what Ristretto is but I am familiar with bug fixes, Sometimes you look at a non-critical problem that affects few users, examine the possible fixes, realize it is a gigantic black pit filled with IEDs, and assign it a priority of 5 (which in our system meant 'when hell freezes over')

    And that is for commercial software that people are paying money for...
    One of the problems with skilled programmers is they are adept at sniffing out rats.


    There MAY be a near-future fix for this mess - "AI" code
    analysis/rewrite. Explain the fault and the "AI" can put
    the equiv of 10k human hours into tracking it down and
    fixing it - before lunch. Inside 10 years that'll improve
    to 100k human-equiv hours before lunch. It'll be kind of
    an uninspired brute-force analysis. However it will be
    cheap and quick and the "AI" won't unionize or need
    maternity leave.

    In 10-15 years humans won't write commercial code at all,
    you will explain the needs to the "AI" and it'll write it
    from "Lego"-like modules in some lang made to be EZ for
    "AI" to work with (but not for humans to understand). It
    will be reasonably tight code.

    All those 'C' macros and ultra-compacted unreadable
    lines some wags create ... stuff we've talked about ...
    that's gonna be the means and look of the code.

    Beyond that we've created our own Creature and humans
    will just be OUT of the software biz except at the
    highest, most abstract, levels. The 'Jobs-ian'
    "concept" people will be all that's left - until
    the "AI" can do that better too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sat Mar 1 08:04:27 2025
    On Sat, 1 Mar 2025 02:49:48 -0500, c186282 wrote:

    All those 'C' macros and ultra-compacted unreadable lines some wags
    create ... stuff we've talked about ...
    that's gonna be the means and look of the code.

    Can't wait. Have you ever used f2c? It converts Fortran 77 to C. The C
    code compiles and works but it isn't exactly human readable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Sat Mar 1 09:13:35 2025
    Le 28-02-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :

    Consider those hard drives. The makers sold them with capacities measured
    in MB and GB (and approaching TB, at that point). But the OSes reported
    file sizes and available space in units they also called “kB”, “MB” and
    “GB”, but were actually kiB, MiB and GiB.

    In fact, it's the other way around. OSes reported units in power of two
    because that's what existed at the time. When the makers wanted to cheat
    the consumers and reported the units in power of ten. Putting their own definitions on the units printed in very little characters.

    And then some guys came saying the sellers are right, the OSes need to
    change the units used from the beginning to adapt to the sellers.

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sat Mar 1 20:27:22 2025
    On 01 Mar 2025 09:13:35 GMT, Stéphane CARPENTIER wrote:

    OSes reported units in power of two
    because that's what existed at the time. When the makers wanted to cheat
    the consumers and reported the units in power of ten.

    You could argue that the hard drive makers were using the units correctly,
    it was the ones (mis)interpreting “k” as “1024” and so on who were telling
    lies.

    And as I mentioned, those lies only got proportionally worse over time.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to sc@fiat-linux.fr on Sat Mar 1 20:29:04 2025
    On 2025-03-01, Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:

    Le 28-02-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :

    Consider those hard drives. The makers sold them with capacities measured
    in MB and GB (and approaching TB, at that point). But the OSes reported
    file sizes and available space in units they also called “kB”, “MB” and
    “GB”, but were actually kiB, MiB and GiB.

    In fact, it's the other way around. OSes reported units in power of two because that's what existed at the time. When the makers wanted to cheat
    the consumers and reported the units in power of ten. Putting their own definitions on the units printed in very little characters.

    And then some guys came saying the sellers are right, the OSes need to
    change the units used from the beginning to adapt to the sellers.

    I would differentiate between the "programmer's K" and the "salesman's K". Where else but in the topsy-turvy world of marketing could you add 32K to
    a 32K machine and wind up with 65K?

    --
    /~\ 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 Charlie Gibbs on Sat Mar 1 21:05:10 2025
    On Sat, 01 Mar 2025 20:29:04 GMT, Charlie Gibbs wrote:


    In any piece of commercial software, anyone who sees such a limitation
    as a bug would be rebuffed with the standard response (all together
    now):
    "That's not a bug, it's a feature!"

    I found a long standing bug that allowed one resource, police, emt, or
    fire apparatus, to be attached to two different incidents at the same
    time. A client who had found the bug and exploited it as a feature was
    pissed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Lawrence D'Oliveiro on Sat Mar 1 20:29:04 2025
    On 2025-02-28, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Fri, 28 Feb 2025 09:42:15 -0800, John Ames wrote:

    There's probably a corollary to Zawinski's Law about programs expanding
    to the point where every behavior is configurable (except the one thing
    you really *need* to configure...)

    Presumably he was talking about proprietary software. In any piece of Free software, such a limitation would sooner or later be seen as a bug, and a patch would be available to fix it.

    Yet another configuration option. The story of my life...

    In any piece of commercial software, anyone who sees such a limitation
    as a bug would be rebuffed with the standard response (all together now): "That's not a bug, it's a feature!"

    --
    /~\ 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 Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Sat Mar 1 21:05:31 2025
    On Sat, 01 Mar 2025 20:29:04 GMT, Charlie Gibbs wrote:

    I would differentiate between the "programmer's K" and the "salesman's
    K".

    There was no such distinction. Consider an Ethernet channel at 10 Mbits
    per second; how many seconds would it take to transmit a 10 Mbyte file
    over that?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Sun Mar 2 00:08:04 2025
    On 3/1/25 4:13 AM, Stéphane CARPENTIER wrote:
    Le 28-02-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :

    Consider those hard drives. The makers sold them with capacities measured
    in MB and GB (and approaching TB, at that point). But the OSes reported
    file sizes and available space in units they also called “kB”, “MB” and
    “GB”, but were actually kiB, MiB and GiB.

    In fact, it's the other way around. OSes reported units in power of two because that's what existed at the time. When the makers wanted to cheat
    the consumers and reported the units in power of ten. Putting their own definitions on the units printed in very little characters.

    And then some guys came saying the sellers are right, the OSes need to
    change the units used from the beginning to adapt to the sellers.

    Well, esp since Gates, "commercial" DID become a
    major factor. With that goal, confusing the buyers
    became a sure thing.

    When American were used to 350 cubic inch engines
    in their cars, using 'CCs' generated bigger numbers
    and those tended to impress even though a lot of
    those engines were of much smaller displacement.
    Fooled enough of the people enough of the time.

    Oh, 'my' (the bosses) first hard drive was a
    10-MEGAbyte Rodime full-height. Wow ! SO
    impressive ! :-)

    I think it cost like $3000 1985 dollars too.

    The boss spent all weekend trying to get the PC
    to boot from it, reported failure. I came in on
    Monday, let it just sit for about 60 seconds,
    and it booted fine. The boss, while a bigger nerd
    than me, had NO patience alas - when it didn't
    boot in 10 seconds he'd reboot, and reboot,
    and reboot ... for two days ..... :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sat Mar 1 23:43:33 2025
    On 3/1/25 3:04 AM, rbowman wrote:
    On Sat, 1 Mar 2025 02:49:48 -0500, c186282 wrote:

    All those 'C' macros and ultra-compacted unreadable lines some wags
    create ... stuff we've talked about ...
    that's gonna be the means and look of the code.

    Can't wait. Have you ever used f2c? It converts Fortran 77 to C. The C
    code compiles and works but it isn't exactly human readable.

    There are some Python->C translators/compilers that
    do the same. Yea, it's 'legal' code - but no
    longer for humans.

    This IS what the 'AI' stuff is gonna look like,
    or even worse. It'll get smarter and smarter
    about 'optimization', take paths humans NEVER
    would.

    The "Lego Module" approach to software IS interesting.
    Vaguely like 'object C/Pascal/Whatever' but also with a
    touch of the microcontroller/industrial-control flavor.

    Well, it was interesting at least when HUMANS were doing
    the programming. Very very soon it won't be humans - at
    least not for the big commercial/OS stuff. Linux/Unix will
    hang on to the humans for a little longer, but HOW long ???
    The "AI" will soon write faster/smaller/less-buggy code.
    The only logical end is to only create "AI"-generated
    code.

    But without that human intuition - that "Hey - we could
    look-at/do this very differently !" - software/systems
    will go kinda STALE. Just slight re-arrangements of
    the same old standard Lego bricks. Only "interface
    aesthetics" will remain, until the "AI" figures out
    what humans deem "aesthetic".

    Why did K&R look at 'B' - which was adequate - and
    say "Hey ! ..." and then create 'C' ? The "AI"s
    aren't likely to do that. There ARE 'B' compilers
    for Linux BTW, you can look it it yourself.

    Hmmmmmm ... if LLM code-gen had been developed
    in 1960 - would the AI-generated code look like
    ultra-horrible FORTRAN or, horrors, COBOL ? :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Mar 2 07:53:35 2025
    On Sun, 2 Mar 2025 00:17:39 -0500, c186282 wrote:

    I pref to not put the leading bracket on the same line as the 'if' or
    'else' because then it's easier to pick out the block by eye - just
    look for the '{' on the left.

    I tend to put them after to make the code a little more compact. It's easy enough to bounce between the corresponding braces in vim. The exception is
    for complex for statements where the initialization, test, and increment
    are on three lines.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sun Mar 2 03:03:58 2025
    On 3/2/25 2:53 AM, rbowman wrote:
    On Sun, 2 Mar 2025 00:17:39 -0500, c186282 wrote:

    I pref to not put the leading bracket on the same line as the 'if' or
    'else' because then it's easier to pick out the block by eye - just
    look for the '{' on the left.

    I tend to put them after to make the code a little more compact. It's easy enough to bounce between the corresponding braces in vim. The exception is for complex for statements where the initialization, test, and increment
    are on three lines.

    To each their own.

    I like to have the blocks clearly delineated,
    on their own, standing out.

    But that's how MY brain works.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Mar 2 08:19:52 2025
    On Sun, 2 Mar 2025 00:08:04 -0500, c186282 wrote:

    When American were used to 350 cubic inch engines in their cars,
    using 'CCs' generated bigger numbers and those tended to impress even
    though a lot of those engines were of much smaller displacement.
    Fooled enough of the people enough of the time.

    That worked backwards when the displacement was given in liters. 428 ci
    sounds a lot better than 7 L.

    They seemed to have died down but for a while the market was flooded with
    cheap Chinese knockoffs of Vespas. One proudly advertised itself as having
    150 cc (of oil in the crankcase). The engine was 49 cc on a good day.

    My first bike was a '55 FLH I bought at a police auction. When I called my friendly insurance man he asked what the displacement was and I said 74.
    "CCs?" he asked. I should have lied. The 1200 cc Sportster really is
    1200; 73.35 doesn't roll of the tongue well.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to rbowman on Sun Mar 2 23:12:27 2025
    On 2025-03-02, rbowman <bowman@montana.com> wrote:

    On Sun, 2 Mar 2025 00:08:04 -0500, c186282 wrote:

    When American were used to 350 cubic inch engines in their cars,
    using 'CCs' generated bigger numbers and those tended to impress even
    though a lot of those engines were of much smaller displacement.
    Fooled enough of the people enough of the time.

    That worked backwards when the displacement was given in liters. 428 ci sounds a lot better than 7 L.

    When Canada went metric they blew gas mileage completely out of the water
    by turning the equation upside-down, changing from miles per gallon to
    litres per 100 km. You can't just apply a simple conversion factor.

    They seemed to have died down but for a while the market was flooded with cheap Chinese knockoffs of Vespas. One proudly advertised itself as having 150 cc (of oil in the crankcase). The engine was 49 cc on a good day.

    :-)

    My first bike was a '55 FLH I bought at a police auction. When I called my friendly insurance man he asked what the displacement was and I said 74. "CCs?" he asked. I should have lied. The 1200 cc Sportster really is
    1200; 73.35 doesn't roll of the tongue well.

    My first (and only) bike was a Yamaha 80. And that was cubic centimeters. Flat-out down a steep hill I managed to hit 60 mph a few times.

    --
    /~\ 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 Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Mon Mar 3 02:23:15 2025
    On Sun, 02 Mar 2025 23:12:27 GMT, Charlie Gibbs wrote:

    When Canada went metric they blew gas mileage completely out of the
    water by turning the equation upside-down, changing from miles per
    gallon to litres per 100 km. You can't just apply a simple conversion factor.

    There is sense in doing it that way: it means higher numbers correspond to higher fuel consumption. And “fuel consumption” is the usual description for the figures being quoted, not typically “fuel economy”.

    By the way, I’ve often thought that “litres per 100 km” is a bit of a mouthful. Easier to call it “cl/km” (centilitres per km), since the
    figures are exactly the same.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sun Mar 2 22:43:05 2025
    On 3/2/25 3:19 AM, rbowman wrote:
    On Sun, 2 Mar 2025 00:08:04 -0500, c186282 wrote:

    When American were used to 350 cubic inch engines in their cars,
    using 'CCs' generated bigger numbers and those tended to impress even
    though a lot of those engines were of much smaller displacement.
    Fooled enough of the people enough of the time.

    That worked backwards when the displacement was given in liters. 428 ci sounds a lot better than 7 L.

    They seemed to have died down but for a while the market was flooded with cheap Chinese knockoffs of Vespas. One proudly advertised itself as having 150 cc (of oil in the crankcase). The engine was 49 cc on a good day.

    My first bike was a '55 FLH I bought at a police auction. When I called my friendly insurance man he asked what the displacement was and I said 74. "CCs?" he asked. I should have lied. The 1200 cc Sportster really is
    1200; 73.35 doesn't roll of the tongue well.


    "Sales-speak" and objective reality are two different things :-)

    Esp if selling to males, "bigger"/"stronger" is what you
    want to convey to the rube ... er ... customer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Mon Mar 3 04:48:59 2025
    On Sun, 02 Mar 2025 23:12:27 GMT, Charlie Gibbs wrote:


    When Canada went metric they blew gas mileage completely out of the
    water by turning the equation upside-down, changing from miles per
    gallon to litres per 100 km. You can't just apply a simple conversion factor.

    I got adept at translating 100 kph road signs into mph but I gave up
    completely on cents per liter of gas including the exchange rate. With
    Imperial gallons I figured I was getting a bargain; with liters I figured
    I was getting screwed.

    My first (and only) bike was a Yamaha 80. And that was cubic
    centimeters.
    Flat-out down a steep hill I managed to hit 60 mph a few times.

    A friend had a Yamaha, a YCS1 iirc. Cute little thing, 180 cc, with
    electric start, which was an oddity in the '60s. He had a comedy routine
    where he would shake the bike and it would miraculously start while
    everyone else was kicking away.

    Did I mention it was a two-stroke? If you wanted the front wheel of a
    Harley off the ground you better have a jack. On my maiden voyage with
    that little beast I managed to get the tire back on the ground before I
    hit anything.

    He joined the Navy and left it with me and my friends for safekeeping. Big mistake. We could throw it in the trunk of a '59 Buick 225 and take it to
    the woods for some dualsport action way before there were dual sports.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 3 05:13:04 2025
    On Sun, 2 Mar 2025 22:43:05 -0500, c186282 wrote:

    "Sales-speak" and objective reality are two different things

    Esp if selling to males, "bigger"/"stronger" is what you want to
    convey to the rube ... er ... customer.

    Works every time. The .38 Special has a bullet diameter of .357 but .38
    sounded better when selling it to the military. The later .357 Magnum went
    back to truth in advertising with a case 0.10 longer so you can't fire it
    in a .38. 9 mm is .356 so it's about the same although the ballistics of
    the three vary widely.

    I had a Yamaha Seca 400 that was a hair under 400 cc to meet the European tiered licensing breakpoints. It didn't sell in the US because it was too small. I put a lot of miles on that too small bike, including a trip up to
    a trailhead on a road designed for goats.

    https://vividness.live/riding-solo-to-the-top-of-the-world

    Great movie. At one point he's up around 18000' pushing the bike because
    it won't run. He's not running very well either but he made it. It
    definitely isn't a Ewan McGregor and Charley Boorman trip with expensive
    BMWs and a film crew.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Charlie Gibbs on Sun Mar 2 23:59:06 2025
    On 3/2/25 6:12 PM, Charlie Gibbs wrote:
    On 2025-03-02, rbowman <bowman@montana.com> wrote:

    On Sun, 2 Mar 2025 00:17:39 -0500, c186282 wrote:

    I pref to not put the leading bracket on the same line as the 'if' or >>> 'else' because then it's easier to pick out the block by eye - just
    look for the '{' on the left.

    I tend to put them after to make the code a little more compact. It's easy >> enough to bounce between the corresponding braces in vim. The exception is >> for complex for statements where the initialization, test, and increment
    are on three lines.

    Even there, proper indentation saves the day:

    for(i = 0;
    i < 10;
    i++) {
    printf("%d\n", i);
    }

    Another thing I do to make code compact is to omit the braces if
    the body of the if or for is a single line. However, I won't do this
    if the next line is up two or more levels, since I want everything
    to be accounted for with braces. For instance:

    for(i = 0; i < 10; i++) {
    printf("%d\n", i);
    if((i % 2) == 0) /* Omitted braces */
    printf("The preceding number is even.\n");
    if((i % 3) == 0) {
    printf("The preceding number is a multiple of 3.\n");
    } /* Don't go up two levels without braces! */
    }


    "For safety" I usually use the braces even if
    it's only one line. At least some older compilers
    wanted it ... or might give you odd results or
    error messages.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Mon Mar 3 01:06:04 2025
    On 3/3/25 12:13 AM, rbowman wrote:
    On Sun, 2 Mar 2025 22:43:05 -0500, c186282 wrote:

    "Sales-speak" and objective reality are two different things

    Esp if selling to males, "bigger"/"stronger" is what you want to
    convey to the rube ... er ... customer.

    Works every time. The .38 Special has a bullet diameter of .357 but .38 sounded better when selling it to the military. The later .357 Magnum went back to truth in advertising with a case 0.10 longer so you can't fire it
    in a .38. 9 mm is .356 so it's about the same although the ballistics of
    the three vary widely.

    The 'original' .38 - the .38-S&W - WAS a bit closer, .361,
    bullet. It remained popular in Britain - personal defense
    and military officers pistols (usually Webley break-tops)
    until after WW2 (Troopers got .455 Webley instead).

    Typical load was a 200gr bullet at about 620fps. It's
    annoying to collectors that you can't really use the
    now-ubiquitous .357 bullets lest they 'rattle down the
    barrel'. NOT sure why the .38 Spl went to the slightly
    smaller bullet. A ".36" was a popular ball size
    for some early cap-n-ball revolvers and "squirrel rifles"
    even before.

    Accuracy was kinda dismal - but they were intended for
    close-quarters last-ditch combat.

    .38 Spl is still a very good defense cartridge and
    the revolvers can be smaller and lighter than for
    the .357 mag. However, these days, go for the
    lighter (~130gr) plated or jacketed bullets. For
    US police agencies, the .38 Spl was nearly a
    nationwide standard for a LONG time. Some "State
    Troopers" favored the .44 Spl however. They typically
    worked alone and outdoors.

    A problem with low-vel loadings in urban areas was
    the increased chance of ricochet off of stonework.
    Once the vel reaches maybe 950fps the bullets tend
    to fragment instead of bounce.

    I had a Yamaha Seca 400 that was a hair under 400 cc to meet the European tiered licensing breakpoints. It didn't sell in the US because it was too small. I put a lot of miles on that too small bike, including a trip up to
    a trailhead on a road designed for goats.

    NOTHING wrong with 350-400cc bikes ! The 2-stroke
    oil-injected Yammies were GREAT. Had enough pep but
    weren't bulky. Around town, 250cc is quite adequate.
    However MOST of the bikes I owned were big cruisers,
    Magic Carpets.

    https://vividness.live/riding-solo-to-the-top-of-the-world

    Great movie. At one point he's up around 18000' pushing the bike because
    it won't run. He's not running very well either but he made it. It
    definitely isn't a Ewan McGregor and Charley Boorman trip with expensive
    BMWs and a film crew.

    Had a 200cc Honda once - in a mountain state. By the
    time you got to 10000' there really was NOT much
    power left ... you'd have to climb in 1st gear :-)

    Hyper-RELIABLE bike though ! Took it many places
    it was never meant to go, and never a problem.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Mon Mar 3 05:28:50 2025
    On Sun, 02 Mar 2025 23:12:28 GMT, Charlie Gibbs wrote:

    Another thing I do to make code compact is to omit the braces if the
    body of the if or for is a single line. However, I won't do this if the
    next line is up two or more levels, since I want everything to be
    accounted for with braces. For instance:

    for(i = 0; i < 10; i++) {
    printf("%d\n", i);
    if((i % 2) == 0) /* Omitted braces */
    printf("The preceding number is even.\n");
    if((i % 3) == 0) {
    printf("The preceding number is a multiple of 3.\n");
    } /* Don't go up two levels without braces! */
    }


    I tend to use the braces for ifs out of self defense. I've been burned a
    couple of times with stuff like

    if (foo == bar)
    exit(-1);

    and at some later time deciding some logging would be nice.

    if (foo == bar)
    log("something went off the rails!):
    exit(-1);

    I also do things like test the return of malloc(). I know if malloc()
    returns NULL I probably have a snowball's chance of logging or doing
    anything graceful but it's worth a try.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 3 07:53:42 2025
    On Mon, 3 Mar 2025 01:06:04 -0500, c186282 wrote:

    Typical load was a 200gr bullet at about 620fps. It's annoying to
    collectors that you can't really use the now-ubiquitous .357 bullets
    lest they 'rattle down the barrel'.

    Mosin Nagants have the same problem. Most of them are happier with .311
    or .312 rather than the ubiquitous .308. .303 British to the rescue. The
    Brits measure between the lands rather than the grooves so the bullets
    are .312.

    In Lyudmila Pavlichenko's autobiography she refers to the Mosin as a 3-
    line, a line being 0.100, or .30 caliber. The book is an interesting read.
    She was an active sniper but was then sent to the US on a propaganda
    mission and became BFFs with Eleanor Roosevelt. The US had been reluctant
    to send aid to the Soviets but she might have played a small part in
    convincing FDR to get off the mark. Funny how US allies come and go.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to rbowman on Mon Mar 3 17:33:08 2025
    On 2025-03-03, rbowman <bowman@montana.com> wrote:

    On Sun, 02 Mar 2025 23:12:27 GMT, Charlie Gibbs wrote:

    When Canada went metric they blew gas mileage completely out of the
    water by turning the equation upside-down, changing from miles per
    gallon to litres per 100 km. You can't just apply a simple conversion
    factor.

    I got adept at translating 100 kph road signs into mph

    Me too. Being a computer nerd working in hexadecimal all the time
    helped - I just read the numbers off my old miles-per-hour speedometer
    as if they were hex.

    but I gave up completely on cents per liter of gas including the exchange rate. With Imperial gallons I figured I was getting a bargain; with liters I figured
    I was getting screwed.

    That got a bit more complicated. 3.8 liters to the U.S. gallon, OK,
    but the exchange rate muddied the waters.

    My first (and only) bike was a Yamaha 80. And that was cubic
    centimeters.
    Flat-out down a steep hill I managed to hit 60 mph a few times.

    A friend had a Yamaha, a YCS1 iirc. Cute little thing, 180 cc, with
    electric start, which was an oddity in the '60s. He had a comedy routine where he would shake the bike and it would miraculously start while
    everyone else was kicking away.

    My favourite small-bike prank was one I saw on one of those "candid
    camera" style shows. The perpetrator would park a moped outside a
    convenience store in the way of foot traffic, but it was put together
    with as few bolts as possible so as soon as someone tried to move it
    it would collapse into a heap of parts, with the victim left holding
    the handlebars.

    --
    /~\ 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 c186282@21:1/5 to rbowman on Mon Mar 3 12:58:14 2025
    On 3/3/25 2:53 AM, rbowman wrote:
    On Mon, 3 Mar 2025 01:06:04 -0500, c186282 wrote:

    Typical load was a 200gr bullet at about 620fps. It's annoying to
    collectors that you can't really use the now-ubiquitous .357 bullets
    lest they 'rattle down the barrel'.

    Mosin Nagants have the same problem. Most of them are happier with .311
    or .312 rather than the ubiquitous .308. .303 British to the rescue. The Brits measure between the lands rather than the grooves so the bullets
    are .312.


    Use the .303 bullets to reload the Russian ctg
    or rechamber the Mosin to the Brit ctg ?


    In Lyudmila Pavlichenko's autobiography she refers to the Mosin as a 3-
    line, a line being 0.100, or .30 caliber. The book is an interesting read. She was an active sniper but was then sent to the US on a propaganda
    mission and became BFFs with Eleanor Roosevelt. The US had been reluctant
    to send aid to the Soviets but she might have played a small part in convincing FDR to get off the mark. Funny how US allies come and go.


    Enemy of my enemy .......

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Mon Mar 3 19:53:33 2025
    On Mon, 03 Mar 2025 17:33:08 GMT, Charlie Gibbs wrote:

    On 2025-03-03, rbowman <bowman@montana.com> wrote:

    On Sun, 02 Mar 2025 23:12:27 GMT, Charlie Gibbs wrote:

    When Canada went metric they blew gas mileage completely out of the
    water by turning the equation upside-down, changing from miles per
    gallon to litres per 100 km. You can't just apply a simple conversion
    factor.

    I got adept at translating 100 kph road signs into mph

    Me too. Being a computer nerd working in hexadecimal all the time
    helped - I just read the numbers off my old miles-per-hour speedometer
    as if they were hex.

    but I gave up
    completely on cents per liter of gas including the exchange rate. With
    Imperial gallons I figured I was getting a bargain; with liters I
    figured I was getting screwed.


    I don't remember the exchange rate in the '90s but $100 US would get me a
    wad of colorful Canadian bills and a looney or two. I just looked up the exchange rate and it's even worse now.

    It wasn't as bad as when the peso was in the sewer. I bought a lemonade
    from a street vendor and gave him a US dollar. I held out my hand and he started filling it with coins, looking at me to see if I was satisfied. I
    got quite a collection that was probably worth 13 cents.
    That got a bit more complicated. 3.8 liters to the U.S. gallon, OK, but
    the exchange rate muddied the waters.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 3 19:46:11 2025
    On Mon, 3 Mar 2025 12:58:14 -0500, c186282 wrote:

    On 3/3/25 2:53 AM, rbowman wrote:
    On Mon, 3 Mar 2025 01:06:04 -0500, c186282 wrote:

    Typical load was a 200gr bullet at about 620fps. It's annoying to
    collectors that you can't really use the now-ubiquitous .357
    bullets lest they 'rattle down the barrel'.

    Mosin Nagants have the same problem. Most of them are happier with .311
    or .312 rather than the ubiquitous .308. .303 British to the rescue.
    The Brits measure between the lands rather than the grooves so the
    bullets are .312.


    Use the .303 bullets to reload the Russian ctg or rechamber the Mosin
    to the Brit ctg ?

    I reload with .303 bullets. Prvi Partizan has boxer primer brass that I
    reload. It was an experiment on my part of what can be done with a $75
    rifle. Reloads are noticeably more accurate than surplus Bulgarian steel
    case but you don't get the great balls of fire effect. They didn't skimp
    on powder.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Mon Mar 3 22:36:03 2025
    On 3/3/25 2:46 PM, rbowman wrote:
    On Mon, 3 Mar 2025 12:58:14 -0500, c186282 wrote:

    On 3/3/25 2:53 AM, rbowman wrote:
    On Mon, 3 Mar 2025 01:06:04 -0500, c186282 wrote:

    Typical load was a 200gr bullet at about 620fps. It's annoying to >>>> collectors that you can't really use the now-ubiquitous .357
    bullets lest they 'rattle down the barrel'.

    Mosin Nagants have the same problem. Most of them are happier with .311
    or .312 rather than the ubiquitous .308. .303 British to the rescue.
    The Brits measure between the lands rather than the grooves so the
    bullets are .312.


    Use the .303 bullets to reload the Russian ctg or rechamber the Mosin
    to the Brit ctg ?

    I reload with .303 bullets. Prvi Partizan has boxer primer brass that I reload. It was an experiment on my part of what can be done with a $75
    rifle. Reloads are noticeably more accurate than surplus Bulgarian steel
    case but you don't get the great balls of fire effect. They didn't skimp
    on powder.

    My brother had a Mosin ... I was always afraid to fire
    the thing, wondered if it'd blow up. Most WERE pretty
    sturdy, but you always wonder about war surplus stuff.
    Never entirely happy with old wartime Enfields either,
    you always wonder how many corners they cut during
    the crisis ........

    K98/M98 ... solid design regardless. Alas 8mm is an
    'odd' cartridge in the USA and now you'll pay like
    three to five dollars PER cartridge. Perfectly
    good chambering, about like the .308Rem/7.62NATO,
    but just 'odd'. Some DO re-barrel them to .308Rem
    but somehow seems like a historical sin .....

    The M95 pattern 6.5 Swedish has seen renewed
    popularity in the USA. Damned good. Even some
    new rifles are now 6.5 - esp light/carbine
    rifles. That and the 7x57 Mauser are great
    all-around. You don't NEED a cannon for most
    needs except maybe in Alaska. There, .375H&H,
    BIG bears.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Mar 4 06:57:50 2025
    On Mon, 3 Mar 2025 22:36:03 -0500, c186282 wrote:


    My brother had a Mosin ... I was always afraid to fire the thing,
    wondered if it'd blow up. Most WERE pretty sturdy, but you always
    wonder about war surplus stuff.
    Never entirely happy with old wartime Enfields either,
    you always wonder how many corners they cut during the crisis
    ........


    you probably could beat a moose to death with a Mosin and it would work
    fine. My wife came equipped with a M44. That was a piece of work. Take something with a muzzle blast from hell and chop about 9" off the barrel
    and add a sidewinder bayonet.

    The M95 pattern 6.5 Swedish has seen renewed popularity in the USA.
    Damned good. Even some new rifles are now 6.5 - esp light/carbine
    rifles. That and the 7x57 Mauser are great all-around. You don't NEED
    a cannon for most needs except maybe in Alaska. There, .375H&H,
    BIG bears.

    The guys that shoot the 1000 yard competition at the local range love
    their 6.5s. The last I knew the best 10 shot bench rest group was under 7"
    so they're doing something right.

    .300 Win Mag is popular here with the elk crowd. I'll pass. I only shoot
    paper anymore and I'm not into self-inflicted pain.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Tue Mar 4 03:04:54 2025
    On 3/4/25 1:57 AM, rbowman wrote:
    On Mon, 3 Mar 2025 22:36:03 -0500, c186282 wrote:


    My brother had a Mosin ... I was always afraid to fire the thing,
    wondered if it'd blow up. Most WERE pretty sturdy, but you always
    wonder about war surplus stuff.
    Never entirely happy with old wartime Enfields either,
    you always wonder how many corners they cut during the crisis
    ........


    you probably could beat a moose to death with a Mosin and it would work
    fine. My wife came equipped with a M44. That was a piece of work. Take something with a muzzle blast from hell and chop about 9" off the barrel
    and add a sidewinder bayonet.

    *BOOM* !!! :-)

    The US 30-06 and 8x57 Mauser kinda define the
    base of "high powered" ... roughly 3000 ft-lbs
    (lbs-ft?) of energy and near 3000 fps (3/3). You
    can go up from there in the category.

    The M95 pattern 6.5 Swedish has seen renewed popularity in the USA.
    Damned good. Even some new rifles are now 6.5 - esp light/carbine
    rifles. That and the 7x57 Mauser are great all-around. You don't NEED
    a cannon for most needs except maybe in Alaska. There, .375H&H,
    BIG bears.

    The guys that shoot the 1000 yard competition at the local range love
    their 6.5s. The last I knew the best 10 shot bench rest group was under 7"
    so they're doing something right.

    The 6.5 Swedish is impressive ... "strong enough" for
    almost all needs and accurate. It was, for a long time,
    kinda 'forgotten'. Same for the 7x57 (oft because of
    the really heavy std mil ball).

    .300 Win Mag is popular here with the elk crowd. I'll pass. I only shoot paper anymore and I'm not into self-inflicted pain.

    The .300 WM is pretty good. However, with the proper bullet,
    the 30-06 will do pretty much as well and cheaper and with
    less recoil.

    Basically, I see 30-06, and then 375 H&H as the Next Step.
    There ARE a few good cartridges "in the middle" - .338 mag
    esp - but that's much more rarely seen in the USA. NOW
    you're more likely to see the 'wildcat' 35-Whelen as the
    next step, or half-step, up. It's good.

    Maybe it's a Guy Thing ... people yearn for "cannons".
    However in real life they're almost never necessary.

    Given choice for THE only rifle ctg ... I'd pick 7x57
    with 130-150gr JHP. They got it right THAT long ago.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Mar 4 09:18:14 2025
    On Tue, 4 Mar 2025 03:04:54 -0500, c186282 wrote:

    Maybe it's a Guy Thing ... people yearn for "cannons".
    However in real life they're almost never necessary.

    For historical reasons this area has a good sized Hmong community. I once
    saw Mama shopping for her new cannon. The rifle was almost as tall as she
    was. They've also adopted the penchant for big pickups. Mama might need a
    step ladder to get in. The younger generations are bigger.

    I don't know how it was in their homeland but after figuring out elk
    aren't really big deer and need a separate tag they got hunting and
    fishing sorted out fast, including archery.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Wed Mar 5 21:20:15 2025
    On Wed, 5 Mar 2025 11:11:24 -0800, John Ames wrote:

    On Sat, 1 Mar 2025 20:27:22 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    You could argue that the hard drive makers were using the units
    correctly, it was the ones (mis)interpreting “k” as “1024” and so on >> who were telling lies.

    As a general rule, you can tell the difference between an inaccuracy and
    a lie by looking at who comes out ahead on it.

    That’s the kind of conspiracy thinking that led to the lawsuits.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Robert Riches@21:1/5 to c186282@nnada.net on Sun Mar 9 03:49:54 2025
    On 2025-03-09, c186282 <c186282@nnada.net> wrote:
    ...

    Div0 has been a problem since forever. Fixes,
    if existing, have been kinda non-standard.
    Trying to GUESS if you are about to Div0 in
    the app tends to use up lots of code. Even
    now, not all processors have handy Div0
    exception handling ... I think even ARMs don't,
    or at least don't enable it by default. This
    is just *terrible* for 2025 ... I'd really
    not rather have my brain-surgery robot suddenly
    freeze up because of a stupid Div0 .

    ... or a military ship:

    https://medium.com/@bishr_tabbaa/when-smart-ships-divide-by-zer0-uss-yorktown-4e53837f75b2

    https://en.wikipedia.org/wiki/USS_Yorktown_(CG-48)

    A friend of mine has a favorite question:

    What could possibly go wrong?

    Maybe that question should be asked more often.

    --
    Robert Riches
    spamtrap42@jacob21819.net
    (Yes, that is one of my email addresses.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Robert Riches on Sun Mar 9 01:10:19 2025
    On 3/8/25 10:49 PM, Robert Riches wrote:
    On 2025-03-09, c186282 <c186282@nnada.net> wrote:
    ...

    Div0 has been a problem since forever. Fixes,
    if existing, have been kinda non-standard.
    Trying to GUESS if you are about to Div0 in
    the app tends to use up lots of code. Even
    now, not all processors have handy Div0
    exception handling ... I think even ARMs don't,
    or at least don't enable it by default. This
    is just *terrible* for 2025 ... I'd really
    not rather have my brain-surgery robot suddenly
    freeze up because of a stupid Div0 .

    ... or a military ship:

    https://medium.com/@bishr_tabbaa/when-smart-ships-divide-by-zer0-uss-yorktown-4e53837f75b2

    https://en.wikipedia.org/wiki/USS_Yorktown_(CG-48)

    A friend of mine has a favorite question:

    What could possibly go wrong?

    Maybe that question should be asked more often.


    What - ME worry ? :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Robert Riches on Sun Mar 9 16:51:02 2025
    On 2025-03-09, Robert Riches <spamtrap42@jacob21819.net> wrote:

    A friend of mine has a favorite question:

    What could possibly go wrong?

    Maybe that question should be asked more often.

    Someone once said that good programmers are spoilsports.
    Rather than fawning over the wonderful things technology
    can do, they're constantly looking for ways it can go wrong.

    --
    /~\ 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 c186282@21:1/5 to Charlie Gibbs on Sun Mar 9 20:42:22 2025
    On 3/9/25 12:51 PM, Charlie Gibbs wrote:
    On 2025-03-09, Robert Riches <spamtrap42@jacob21819.net> wrote:

    A friend of mine has a favorite question:

    What could possibly go wrong?

    Maybe that question should be asked more often.

    Someone once said that good programmers are spoilsports.
    Rather than fawning over the wonderful things technology
    can do, they're constantly looking for ways it can go wrong.

    You HAVE to have a top-rate "doom detector" to be
    a decent programmer.

    Michelangelo always said the statue was just waiting
    inside the marble block, you just had to chip away
    all the wrong bits. This is not SO different from
    writing software. The perfect app IS trapped inside
    megabytes of code, but you have to chip away all the
    bad bits of code to get at it. :-)

    Judging by all the buffer-overflow and injection
    attacks STILL being seen daily it seems there are
    not as many 'decent programmers' as there used to be.
    In 1959 this was less of an issue, but now that just
    EVERYTHING is computer/net ....

    When I deposit checks at the bank I do have my little
    card, but ALSO have a 'deposit slip'. Some of the
    younger tellers sometimes have that "???" look when
    they see it. However, I'd still like to have both
    check AND physical slip scanned in ... those inked
    acct numbers cannot be affected so easily by operator
    mis-keying :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 10 06:27:53 2025
    On Sun, 9 Mar 2025 20:42:22 -0400, c186282 wrote:

    When I deposit checks at the bank I do have my little card, but ALSO
    have a 'deposit slip'. Some of the younger tellers sometimes have
    that "???" look when they see it. However, I'd still like to have
    both check AND physical slip scanned in ... those inked acct numbers
    cannot be affected so easily by operator mis-keying

    I think the last time I had a physical check to deposit was a covid
    stimulus check. I remember that because the lobby was closed and I had to
    walk up to the drive through window.

    I did actually go to the bank last week. A CD rolled over and I got a
    letter saying the rate would be 0.35 for 60 months. WTF? It turned out
    they were paying 3.75 for 7 month CD and crap for any other periods. When
    I asked the kid why 7 he didn't know. I don't know if he understood that
    as why 7 months and not 6 or why 7 months was the only one that didn't
    have a ridiculous rate but either way it was above his pay grade.

    I guess we'll see in 7 months if the world hasn't ended.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 10 22:54:20 2025
    On Mon, 10 Mar 2025 21:14:26 +0000, Sn!pe wrote:


    Adhesive tape would suffice and fix it in an instant, assuming that the
    reed switch is placed inside the box. But I agree: if you already have
    the makings of a more interesting (not to say complex) solution, go for
    it, just for shits and giggles.

    Simple is good. Which is why I walk to the mailbox. That's my problem. I
    can think up all sorts of complex solutions involving MCUs but then I ask myself why bother? I could use a system like that to detect when the cat
    wants to come in but she has learned to knock. Problem solved. I could
    have a remote device measuring temperature, humidity, barometric pressure, light intensity, wind speed, and so forth that would come up on the WiFi
    as a web server so I could browse to it but walking out on the deck works
    too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Tue Mar 11 05:31:50 2025
    On 3/10/25 2:27 AM, rbowman wrote:
    On Sun, 9 Mar 2025 20:42:22 -0400, c186282 wrote:

    When I deposit checks at the bank I do have my little card, but ALSO
    have a 'deposit slip'. Some of the younger tellers sometimes have
    that "???" look when they see it. However, I'd still like to have
    both check AND physical slip scanned in ... those inked acct numbers
    cannot be affected so easily by operator mis-keying

    I think the last time I had a physical check to deposit was a covid
    stimulus check. I remember that because the lobby was closed and I had to walk up to the drive through window.

    I get 'em every month ... pension. Also deposit
    checks to move funds from account to account.
    Like 'em PAPER, tangible, along with PAPER
    deposit slips and receipts. E-stuff is TOO
    easily disappeared ... best to have a a piece
    of their PAPER to stick in their faces, show
    to your LAWYER if necessary.

    A lot of US banks want you to put checks into
    their ATM machines. Then, when they disappear,
    they say "Well, you SHOULD have used a teller !"
    Banks are adversarial now, not "your servants".

    I did actually go to the bank last week. A CD rolled over and I got a
    letter saying the rate would be 0.35 for 60 months. WTF? It turned out
    they were paying 3.75 for 7 month CD and crap for any other periods. When
    I asked the kid why 7 he didn't know. I don't know if he understood that
    as why 7 months and not 6 or why 7 months was the only one that didn't
    have a ridiculous rate but either way it was above his pay grade.

    I guess we'll see in 7 months if the world hasn't ended.

    The World As We Know It is ending all the time ....

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to c186282@nnada.net on Tue Mar 11 18:27:45 2025
    On 2025-03-11, c186282 <c186282@nnada.net> wrote:

    Banks are adversarial now, not "your servants".

    What do you mean "now"? When my sister was working at a bank
    30-someodd years ago she was reprimanded more than once for
    failing to gouge customers enough with service charges.

    --
    /~\ 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 c186282@21:1/5 to rbowman on Wed Mar 12 05:49:15 2025
    On 3/10/25 6:54 PM, rbowman wrote:
    On Mon, 10 Mar 2025 21:14:26 +0000, Sn!pe wrote:


    Adhesive tape would suffice and fix it in an instant, assuming that the
    reed switch is placed inside the box. But I agree: if you already have
    the makings of a more interesting (not to say complex) solution, go for
    it, just for shits and giggles.

    Simple is good. Which is why I walk to the mailbox. That's my problem. I
    can think up all sorts of complex solutions involving MCUs but then I ask myself why bother? I could use a system like that to detect when the cat wants to come in but she has learned to knock. Problem solved. I could
    have a remote device measuring temperature, humidity, barometric pressure, light intensity, wind speed, and so forth that would come up on the WiFi
    as a web server so I could browse to it but walking out on the deck works too.


    Uh oh ... serious "feature creep" !!! :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Charlie Gibbs on Wed Mar 12 22:17:46 2025
    On 3/11/25 2:27 PM, Charlie Gibbs wrote:
    On 2025-03-11, c186282 <c186282@nnada.net> wrote:

    Banks are adversarial now, not "your servants".

    What do you mean "now"? When my sister was working at a bank
    30-someodd years ago she was reprimanded more than once for
    failing to gouge customers enough with service charges.

    Heh heh ... banking IS an old institution, kinda back
    to the beginning of history, right after prostitution
    (or maybe before). RARE for them to not make a profit.

    However they can do it in a more, or less, hostile
    manner. When the USA was still swimming in it they
    could be more genteel. Now ... maybe not so much.

    One of the banks I use, I hate to even go in there
    right now because they're just RABID about shifting
    everybody to 'better' kinds of accounts - which, if
    you look close at it, ultimately means they can
    charge you more fees and skip some liabilities.

    The Code of Ur-Nammu, oldest known writ-down laws,
    about 4000+ years old found on Sumerian tablets,
    refers to fines for offenses ... silver sheckels
    or mina's thereof. Where there is coin there are
    bankers and lenders :-)
    https://en.wikipedia.org/wiki/Code_of_Ur-Nammu

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Robert Riches@21:1/5 to The Natural Philosopher on Thu Mar 13 04:19:05 2025
    On 2025-03-12, The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 12/03/2025 19:56, Charlie Gibbs wrote:
    Building a good studio monitor takes money and skill and people
    are not prepared to pay for that and nor do they actually notice
    the difference anyway. Especially on rock music
    Even worse, the last thing most of them want is the good clean
    sound a monitor will give you. They want lots of boom - so many
    PAs are set up with a huge broad peak centered at about 250 Hz.
    It sounds like crap, but everybody seems to want it that way.

    In terms of PA systems it is almost impossible to get efficiency AND
    good LF performance.
    A 30 foot concrete horn in a cinema type installation is good, and, if
    organ music or a bowed bass is your listening pleasure, labyrinth type
    will go down to around 80Hz.
    But if its bass drums or a bass guitar, you need a lot of power and a
    large surface area. And no reverse wave at all if possible. Enormous impractical horn best, Infinite baffle second best, bass reflex third
    best ...
    Serried ranks of loudspeakers in a wall configuration works pretty well.
    You always need the most power for the bass loudspeakers for this very reason. Its very hard to get the efficiency up.

    Another thong mots people do NOT realise is how much louder a good
    magnet or horn design makes a loudspeaker, and how little louder
    upping amplifier power makes it

    10W=> 100W is just 10dB. A loudspeaker going from 85dB/W to 105dB/W is
    100 times more 'powerful'

    The summer after high school, I built 3 (yes, an odd number)
    cabinets of the Altec A-7 design from the drawings and measurements
    photocopied from a library book. While they weren't King Klipsch,
    they did quite nicely on the title track of Chuck Mangione's
    "Children of Sanchez" soundtrack, Pink Floyd's "Dark Side of the
    Moon", Isao Tomita's "The Planets", and many others with 25-50W
    per channel (home designed and built amp). The drivers were rather
    low quality relative to real Altec drivers, but they did okay.

    Oh, the third speaker was center, L+R, and relative gain carefully
    adjusted for optimum imaging. The center speaker was the one I
    used for the yearly candle-puffing ceremony. The kick drum on
    Chicago's "Saturday in the Park" would puff out a small candle
    placed just in front of the woofer cone.

    Sadly, had to sell two of the three to a movie theater a few
    years later.

    --
    Robert Riches
    spamtrap42@jacob21819.net
    (Yes, that is one of my email addresses.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Thu Mar 13 04:56:43 2025
    On Wed, 12 Mar 2025 22:17:46 -0400, c186282 wrote:

    The Code of Ur-Nammu, oldest known writ-down laws,
    about 4000+ years old found on Sumerian tablets, refers to fines for
    offenses ... silver sheckels or mina's thereof. Where there is coin
    there are bankers and lenders
    https://en.wikipedia.org/wiki/Code_of_Ur-Nammu

    Weren't usurers in the seventh circle of hell with the sodomites?

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Robert Riches on Thu Mar 13 05:31:31 2025
    On 2025-03-13, Robert Riches <spamtrap42@jacob21819.net> wrote:

    Oh, the third speaker was center, L+R, and relative gain carefully
    adjusted for optimum imaging. The center speaker was the one I
    used for the yearly candle-puffing ceremony. The kick drum on
    Chicago's "Saturday in the Park" would puff out a small candle
    placed just in front of the woofer cone.

    Inspired by an article in a hi-fi magazine, a friend bought a
    third speaker and we hooked it across the hot terminals of the
    other two, so it got a L-R signal. We put it behind us, and got
    all sorts of interesting effects. The Poco album "Crazy Eyes"
    had a note on the cover: "Some banjo and dobro tracks may cancel
    if played in mono." On our three-speaker setup, the banjo walked
    right around behind us.

    --
    /~\ 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 c186282@21:1/5 to rbowman on Thu Mar 13 02:25:22 2025
    On 3/13/25 12:56 AM, rbowman wrote:
    On Wed, 12 Mar 2025 22:17:46 -0400, c186282 wrote:

    The Code of Ur-Nammu, oldest known writ-down laws,
    about 4000+ years old found on Sumerian tablets, refers to fines for
    offenses ... silver sheckels or mina's thereof. Where there is coin
    there are bankers and lenders
    https://en.wikipedia.org/wiki/Code_of_Ur-Nammu

    Weren't usurers in the seventh circle of hell with the sodomites?


    Yep - but they figured it was WORTH it :-)

    Better to rule in hell ...........

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Charlie Gibbs on Thu Mar 13 03:09:05 2025
    On 3/13/25 1:31 AM, Charlie Gibbs wrote:
    On 2025-03-13, Robert Riches <spamtrap42@jacob21819.net> wrote:

    Oh, the third speaker was center, L+R, and relative gain carefully
    adjusted for optimum imaging. The center speaker was the one I
    used for the yearly candle-puffing ceremony. The kick drum on
    Chicago's "Saturday in the Park" would puff out a small candle
    placed just in front of the woofer cone.

    Inspired by an article in a hi-fi magazine, a friend bought a
    third speaker and we hooked it across the hot terminals of the
    other two, so it got a L-R signal. We put it behind us, and got
    all sorts of interesting effects. The Poco album "Crazy Eyes"
    had a note on the cover: "Some banjo and dobro tracks may cancel
    if played in mono." On our three-speaker setup, the banjo walked
    right around behind us.

    Ha Ha ... all sorts of sensory-deception tricks
    are possible.

    But, remember the huge "quadraphonic" sales BS in
    the 70s/80s ? I think "Quadraphrenia" was named
    for it.

    It NEVER lived up to the hype - just More Expensive.

    Have a good CD of an R.E.M. album that, one song,
    features the sound of a manual typewriter at the
    start. On good, magneplanar, speakers the
    realism was just CONVINCING to the extreme,
    almost shocking.

    Alas those speakers used a cheap glue to stick
    the wires to the plastic membranes - and the
    glue eventually FAILS. NOT good. Did find a
    "how to fix" tutorial, but it's EXTENSIVE work.

    Moved to Vandersteens for awhile, then kinda
    lost interest in ultra-hi-fi. Besides, my
    penchants for magnum pistols and motorcycles
    kinda degraded the old eardrums. Was 20->24000
    in my youth (flyback transformer noise was
    nasty) but no more.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Thu Mar 13 16:37:45 2025
    On Thu, 13 Mar 2025 03:09:05 -0400, c186282 wrote:

    Ha Ha ... all sorts of sensory-deception tricks are possible.

    I remember the records when 'stereo' was first coming on the market that
    would create the impression of a freight train driving through the living
    room.

    It might be my ears or my less than stellar sound systems but it seems
    some of the more pronounced effects of the '60s have been toned down. A
    the time I had a decent turntable, amp, and speakers I'd built. I think it
    was one of the Rolling Stone songs that starts with a car horn. A friend
    who I was demoing the system to thought it was somebody out in the
    driveway.

    Like you I got into ear protection at the range and motorcycle helmets a
    little too late in life. Even in my youth I recognized some of the high frequencies audiophiles oohed over would benefit the cat more than me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to c186282@nnada.net on Thu Mar 13 18:46:02 2025
    On 2025-03-13, c186282 <c186282@nnada.net> wrote:

    But, remember the huge "quadraphonic" sales BS in
    the 70s/80s ? I think "Quadraphrenia" was named
    for it.

    It NEVER lived up to the hype - just More Expensive.

    I couldn't wait for the fad to end. There were some truly
    dreadful remixes (e.g. Santana's _Abraxas_), where the
    sound gratuitously ping-ponged from speaker to speaker,
    basiclly doing nothing but shouting "Listen to me! I'm
    quadraphonic!" while wrecking otherwise good music.

    Besides, I was pissed off that they wasted a whole channel.
    If you want to do it right, why not put the four speakers
    at the vertices of a tetrahedron and sit on an elevated
    chair in the middle. That way properly-made recordings
    could give you full 3-dimensional sound.

    If it was just a matter of encoding sounds on a 2-dimensional
    plane, our little trick of hooking a third speaker across the
    hot terminals of the other two and putting it behind us did
    much of the same thing with a conventional stereo system.

    --
    /~\ 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 Charlie Gibbs@21:1/5 to rbowman on Thu Mar 13 18:46:03 2025
    On 2025-03-13, rbowman <bowman@montana.com> wrote:

    On Thu, 13 Mar 2025 03:09:05 -0400, c186282 wrote:

    Ha Ha ... all sorts of sensory-deception tricks are possible.

    I remember the records when 'stereo' was first coming on the market that would create the impression of a freight train driving through the living room.

    It might be my ears or my less than stellar sound systems but it seems
    some of the more pronounced effects of the '60s have been toned down.

    They developed a bit of subtlety, fortunately. In the early days, they
    wanted to be sure that you knew it was stereo, so many instruments would
    come entirely from one speaker, with absolutely nothing of them showing
    up in the other speaker. Room ambience? What's that?

    About 20 years ago, a local FM station got some wires crossed; the
    right channel's signal was being fed to both channels, and the left
    channel was going nowhere. Those early recordings came through with
    half the music missing. For instance, the Beatles' "Lady Madonna"
    lost its signature piano track. The real irony came when they played
    Guess Who's "Undun" after saying how it was written as a tribute to
    jazz guitarist Joe Pass. You guessed it, the guitar track was totally
    gone. After two weeks of this nonsense, I e-mailed them about it,
    since they obviously weren't paying much attention to their on-air
    signal. It was fixed in a couple of days.

    At the time I had a decent turntable, amp, and speakers I'd built. I think
    it was one of the Rolling Stone songs that starts with a car horn. A friend who I was demoing the system to thought it was somebody out in the
    driveway.

    I once heard an experimental recording made with the microphones placed
    inside molds shaped like human ears. I jumped when I heard a loud truck
    drive by - but it was outside the recording studio, nowhere near the
    9th-floor apartment where I was listening to the recording.

    Like you I got into ear protection at the range and motorcycle helmets a little too late in life. Even in my youth I recognized some of the high frequencies audiophiles oohed over would benefit the cat more than me.

    I remember hearing some additional instruments on some tracks after an
    upgrade to my system. I probably wouldn't hear them now. :-(

    --
    /~\ 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 Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Thu Mar 13 22:05:38 2025
    On Thu, 13 Mar 2025 18:46:03 GMT, Charlie Gibbs wrote:

    I once heard an experimental recording made with the microphones placed inside molds shaped like human ears.

    It’s called “binaural” recording. Look for it under that name, and you’ll
    find more instances of it being done.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Fri Mar 14 01:51:49 2025
    On 3/13/25 12:37 PM, rbowman wrote:
    On Thu, 13 Mar 2025 03:09:05 -0400, c186282 wrote:

    Ha Ha ... all sorts of sensory-deception tricks are possible.

    I remember the records when 'stereo' was first coming on the market that would create the impression of a freight train driving through the living room.


    We used to have a "hi-fi" set, built into a very nice
    wooden cabinet. The sound was good - just not "stereo".


    It might be my ears or my less than stellar sound systems but it seems
    some of the more pronounced effects of the '60s have been toned down. A
    the time I had a decent turntable, amp, and speakers I'd built. I think it was one of the Rolling Stone songs that starts with a car horn. A friend
    who I was demoing the system to thought it was somebody out in the
    driveway.

    Well, the 60s especially were a time for musical/tech
    "experimentation". Stereo effects were intentionally
    increased, warranted or not. There's a guitar down-
    slide in "Whole Lotta Love" that goes across the room ...

    Like you I got into ear protection at the range and motorcycle helmets a little too late in life. Even in my youth I recognized some of the high frequencies audiophiles oohed over would benefit the cat more than me.

    Despite living in a relatively hot/humid place I *always*
    wore a full helmet for safety. Too many idiots on the road.
    Plus, you could adorn the helmet with reflective tape so
    you'd be much more obvious after dark. At night a motorcycle
    close-up registers as a car far-off to automobile drivers ...
    you need more if you want to live.

    Oh, WORST cycle headlight arrangement, two parallel
    lamps. AMPLIFIES the 'far off' instant perception !

    Took to the striped-up helmets AND a class-3 yellow/reflective
    vest day or night. Geeky, but good. Was not a "biker", but
    a "motorcyclist". "Bikers" wear all-black everything all the
    time - and usually die young. I made it a clean million miles
    (worked it out) with NO crashes before the legs got too weak
    to hold up the cruisers. Also got too much UVA ... which has
    had annoying effects, esp on the hands/forearms most exposed.

    Should probably wear elbow-length leather gloves 24/7 now ...
    but it's kinda genetic/familial too. Sorry, fashion-wise,
    CAN'T wear elbow-length leather gloves in the USA fer-sure ...
    but you CAN buy them .........

    EAR protection ... just the helmet. Guess it kinda helped.
    IMHO plain old AGE did the most to kill the high-end audio.

    What a drag it is getting old ....

    GAWD I hated the sound of those TV/monitor flyback
    transformers back in the day - like having teeth drilled.
    Wiki sez they were 30-150khz, TVs 15khz ... but no WAY
    hearing 150khz ... maybe sub-harmonics.

    ANYway, had my fun - enough weird stuff to last the
    rest of my life, without even trying. Next 5/10/20
    years ... BILLS. Lucky I didn't spend every dime
    and earned a decent pension. Yea, yea, SO boring ...
    but, long term, it WORKS. Haven't even applied for
    US "Social Security" yet ... likely won't exist by
    the time Trump/Musk are done ... 25% of salary
    just GONE .... but nobody ever said life is fair.
    As I choose to see it, I supported my Mom and old
    relatives - good enough.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Charlie Gibbs on Fri Mar 14 02:21:18 2025
    On 3/13/25 2:46 PM, Charlie Gibbs wrote:
    On 2025-03-13, rbowman <bowman@montana.com> wrote:

    On Thu, 13 Mar 2025 03:09:05 -0400, c186282 wrote:

    Ha Ha ... all sorts of sensory-deception tricks are possible.

    I remember the records when 'stereo' was first coming on the market that
    would create the impression of a freight train driving through the living
    room.

    It might be my ears or my less than stellar sound systems but it seems
    some of the more pronounced effects of the '60s have been toned down.

    They developed a bit of subtlety, fortunately. In the early days, they wanted to be sure that you knew it was stereo, so many instruments would
    come entirely from one speaker, with absolutely nothing of them showing
    up in the other speaker. Room ambience? What's that?

    About 20 years ago, a local FM station got some wires crossed; the
    right channel's signal was being fed to both channels, and the left
    channel was going nowhere. Those early recordings came through with
    half the music missing. For instance, the Beatles' "Lady Madonna"
    lost its signature piano track. The real irony came when they played
    Guess Who's "Undun" after saying how it was written as a tribute to
    jazz guitarist Joe Pass. You guessed it, the guitar track was totally
    gone. After two weeks of this nonsense, I e-mailed them about it,
    since they obviously weren't paying much attention to their on-air
    signal. It was fixed in a couple of days.

    At the time I had a decent turntable, amp, and speakers I'd built. I think >> it was one of the Rolling Stone songs that starts with a car horn. A friend >> who I was demoing the system to thought it was somebody out in the
    driveway.

    I once heard an experimental recording made with the microphones placed inside molds shaped like human ears. I jumped when I heard a loud truck drive by - but it was outside the recording studio, nowhere near the 9th-floor apartment where I was listening to the recording.


    AH ! You've HEARD it. Think they generally called
    it "binaural". DID have a compelling 'real' aspect !

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Charlie Gibbs on Fri Mar 14 02:19:07 2025
    On 3/13/25 2:46 PM, Charlie Gibbs wrote:
    On 2025-03-13, c186282 <c186282@nnada.net> wrote:

    But, remember the huge "quadraphonic" sales BS in
    the 70s/80s ? I think "Quadraphrenia" was named
    for it.

    It NEVER lived up to the hype - just More Expensive.

    I couldn't wait for the fad to end. There were some truly
    dreadful remixes (e.g. Santana's _Abraxas_), where the
    sound gratuitously ping-ponged from speaker to speaker,
    basiclly doing nothing but shouting "Listen to me! I'm
    quadraphonic!" while wrecking otherwise good music.

    Well ... they HAD to experiment/justify - SALES
    were in the balance !!!

    Besides, I was pissed off that they wasted a whole channel.
    If you want to do it right, why not put the four speakers
    at the vertices of a tetrahedron and sit on an elevated
    chair in the middle. That way properly-made recordings
    could give you full 3-dimensional sound.

    If it was just a matter of encoding sounds on a 2-dimensional
    plane, our little trick of hooking a third speaker across the
    hot terminals of the other two and putting it behind us did
    much of the same thing with a conventional stereo system.

    If REALLY PROPERLY done, quad-sound might have been OK,
    maybe even a good thing.

    Wasn't.

    Ever heard recordings done using dummy heads with dummy
    ears ... the whole, mostly human, 360 experience, like
    being in a concert hall. Beyond 'quad' as we came to
    know and hate it.

    BEST sound I ever heard was from magneplanar speakers
    with beyond-consumer 200 watt feed plus subs. Spent
    lots of money on that back in the day. Lets you understand
    what "transparent" means. Not quad - just GREAT.

    No point in that now ... can't hear the full spectrum.
    But I *did* hear it .........

    Modern amps, STILL selling 4+1 or even bigger numbers.
    Sales knows no shame .......

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to John Ames on Fri Mar 14 16:20:15 2025
    On 14/03/2025 15:05, John Ames wrote:
    On Fri, 14 Mar 2025 02:19:07 -0400
    c186282 <c186282@nnada.net> wrote:

    Modern amps, STILL selling 4+1 or even bigger numbers.

    As Mike Oldfield put it, "for people with four ears..."

    Still a place for it as a lot of film matereial comes with 4 channel audio

    --
    “It is not the truth of Marxism that explains the willingness of intellectuals to believe it, but the power that it confers on
    intellectuals, in their attempts to control the world. And since...it is
    futile to reason someone out of a thing that he was not reasoned into,
    we can conclude that Marxism owes its remarkable power to survive every criticism to the fact that it is not a truth-directed but a
    power-directed system of thought.”
    Sir Roger Scruton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to c186282@nnada.net on Fri Mar 14 18:07:08 2025
    On 2025-03-14, c186282 <c186282@nnada.net> wrote:

    We used to have a "hi-fi" set, built into a very nice
    wooden cabinet. The sound was good - just not "stereo".

    High fidelity
    Hi-fi's the thing for me
    With an LP disc, an FM set
    A corner reflex cabinet

    High frequency range
    Complete with auto-change
    Every note comes through, neither sharp nor flat
    The ear can't hear as high as that
    Still I ought to please any passing bat
    With my high fidelity

    -- Flanders and Swann
    (to the tune of "Hi-Diddle-Dee-Dee"
    from Disney's "Pinocchio")

    Well, the 60s especially were a time for musical/tech
    "experimentation". Stereo effects were intentionally
    increased, warranted or not. There's a guitar down-
    slide in "Whole Lotta Love" that goes across the room ...

    Not to mention various sounds going round you in circles
    (including Robert Plant's voice near the end)...

    --
    /~\ 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 Fri Mar 14 18:25:08 2025
    On Fri, 14 Mar 2025 01:51:49 -0400, c186282 wrote:

    GAWD I hated the sound of those TV/monitor flyback transformers back
    in the day - like having teeth drilled.
    Wiki sez they were 30-150khz, TVs 15khz ... but no WAY hearing 150khz
    ... maybe sub-harmonics.

    During the '70s energy crisis Sylvania came up with the idea of using a
    current limiting capacitor in a slightly short 48" fluorescent. The cap
    and a small transformer were housed in a plastic shell. The two halves
    were assembled with an ultrasonic welder. Ultrasonic my aching ass.

    Later my dentist had a ultrasonic device for removing calculus from teeth. Besides the whine there was enough cooling water to drown you. Their use
    was discontinued several years back. When I asked her about it she said everybody, patients and techs, hated the things. Back to the traditional scraping with assorted torture instruments.

    The ranch supply used to have a jar full of assorted dental instruments
    for $1 apiece so I have a collection. They certainly are handy for
    removing fork seals or getting the crud out of firearm nook and crannies.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Sat Mar 15 06:49:16 2025
    On Fri, 14 Mar 2025 18:07:08 GMT, Charlie Gibbs wrote:

    High frequency range Complete with auto-change Every note comes
    through, neither sharp nor flat The ear can't hear as high as that
    Still I ought to please any passing bat With my high fidelity

    My flutes produce overtones I can't hear. The cat can and she is not
    pleased. She doesn't mind the banjo and I'm not going to tell her that cat
    skin was prized for mountain banjos.

    https://www.banjohangout.org/archive/224905

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Sat Mar 15 09:06:00 2025
    On 15/03/2025 06:49, rbowman wrote:
    On Fri, 14 Mar 2025 18:07:08 GMT, Charlie Gibbs wrote:

    High frequency range Complete with auto-change Every note comes
    through, neither sharp nor flat The ear can't hear as high as that
    Still I ought to please any passing bat With my high fidelity

    My flutes produce overtones I can't hear.

    A lot of ultrasonic breathiness in a flute or pan pipes.
    I doubt anyone else can hear that, and it wouldnt be present on a
    recording anyway.


    The cat can and she is not
    pleased. She doesn't mind the banjo and I'm not going to tell her that cat skin was prized for mountain banjos.

    https://www.banjohangout.org/archive/224905

    I thoughty it was generally goat...
    --
    The lifetime of any political organisation is about three years before
    its been subverted by the people it tried to warn you about.

    Anon.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Sat Mar 15 19:34:31 2025
    On Sat, 15 Mar 2025 09:06:00 +0000, The Natural Philosopher wrote:


    I thoughty it was generally goat...

    Goat or calf for minstrel banjos. Mountain banjos were homemade and had
    smaller heads so you used what was handy, groundhog, cat, whatever.

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


    They are three pieces of wood with the head sandwiched between them and
    were usually fretless. It is easier than bending a rim and doesn't need
    all the hardware. Supposedly catgut strings were made from cattle but in eastern Kentucky you can never tell.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sat Mar 15 23:52:47 2025
    On 3/15/25 2:49 AM, rbowman wrote:
    On Fri, 14 Mar 2025 18:07:08 GMT, Charlie Gibbs wrote:

    High frequency range Complete with auto-change Every note comes
    through, neither sharp nor flat The ear can't hear as high as that
    Still I ought to please any passing bat With my high fidelity

    My flutes produce overtones I can't hear. The cat can and she is not
    pleased. She doesn't mind the banjo and I'm not going to tell her that cat skin was prized for mountain banjos.

    https://www.banjohangout.org/archive/224905


    SSSSSSH ! Never tell the cat ! Folklore sez it'll
    suck out yer soul !!! :-)

    In any case, yea ... "music" for humans is often
    "torture" for a number of other creatures with
    expanded hearing capabilities. Some don't care
    for Led Zep or Metallica either - hard to imagine !
    Maybe some country+western ?

    Foggy Mountain Breakdown ONE MORE TIME Guys !

    Banjo ... personally don't mind 'em. Great
    for "BlueGrass" but can be used for other.
    Hmmm ... remember AC/DC properly using a
    BAGPIPE in a top-rated song and Paul Simon
    blended a number of native African instruments
    and rhythms into an album. George Harrison
    liked the sitar (I kinda do too). Literally
    a world of sonic opportunities out there.

    But the cat may GETCHA for it !

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to c186282@nnada.net on Sun Mar 16 04:32:07 2025
    On 2025-03-16, c186282 <c186282@nnada.net> wrote:

    Banjo ... personally don't mind 'em. Great
    for "BlueGrass" but can be used for other.

    At last Monday's bluegrass jam (no CamelCaps, please)
    we were trying to decide what to play next when the
    banjo player started us into Lou Reed's "Take a Walk
    on the Wild Side".

    Hmmm ... remember AC/DC properly using a
    BAGPIPE in a top-rated song

    The group Iron Horse has produced a CD full of grassified
    Metallica songs. There's nothing like a banjo opening to
    "Enter Sandman".

    and Paul Simon
    blended a number of native African instruments
    and rhythms into an album.

    Peter Gabriel has done a good job of that too.

    George Harrison
    liked the sitar (I kinda do too).

    Along with his slide guitar.

    Literally
    a world of sonic opportunities out there.

    You bet.

    --
    /~\ 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 Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Sun Mar 16 06:35:09 2025
    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Lawrence D'Oliveiro on Sun Mar 16 04:06:04 2025
    On 3/16/25 2:35 AM, Lawrence D'Oliveiro wrote:
    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    Well, in the late 60s Warhol environment, not
    such an odd statement. It was a, limited, reality.
    Note. Cope. MAGA means even the weirdos get to
    strut a little ... just that they're not "more
    equal".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Mar 16 09:04:46 2025
    On Sat, 15 Mar 2025 23:52:47 -0400, c186282 wrote:

    Banjo ... personally don't mind 'em. Great
    for "BlueGrass" but can be used for other. Hmmm ... remember AC/DC
    properly using a BAGPIPE in a top-rated song and Paul Simon blended a
    number of native African instruments and rhythms into an album.
    George Harrison liked the sitar (I kinda do too). Literally a world
    of sonic opportunities out there.

    I don't play bluegrass and, truth be told, a little goes a long way for
    me. A lot of it is mostly rolls played over chords without much melody.
    There is a whole genre prior to bluegrass.

    https://www.youtube.com/watch?v=kNbj0XaZrvI https://www.youtube.com/watch?v=M1lLkjs0c0s https://www.youtube.com/watch?v=6cx2sRHOd1Y


    The last one has a guitar track. A lot of the old time banjo is two
    finger, like the Hicks video. Boogs used three fingers and throws in a
    couple of rolls but he's playing the melody and singing over it.

    Clawhammer or frailing came a little later and is more rhythmic.

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

    Luke Kelly played it quite a bit differently.

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

    I play the melody rather than an accompaniment. When you can't sing you
    have to do something to entertain yourself.

    The Celtic Dragon is a local bagpipe band that shows up often. Usually
    they stick to traditional bagpipe music but every now and then they'll
    take a shot at Irish songs.

    https://www.youtube.com/watch?v=9qMDq0lPpmo

    The problem bagpipes have is thy only have 9 notes, G A B C# D E F# g a.
    Tin whistles and Irish flutes are similar and are usually in D or G, but
    you can go into the second and third registers.

    D E F# G A B C# d e f# g ... The entire range of Foggy Dew is from D to g
    so bagpipers sort of have to fake the high notes and hope nobody notices.

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

    Red Is the Rose (Loch Lomond if you're a Scot) is the best you can do with bagpipes.

    https://www.youtube.com/watch?v=uuvHYw_U5-w

    Bagpipes also have the peculiarity that the chanter is fed from the bag.
    That leads to a variety of fingering techniques to break up notes since
    it's always going to be making some sound. Uilleann pipes have two
    ovtaves and since they're usually played seated you can close the bottom
    of the chanter against your leg. Also, since you're pumping the bag with
    your arm you can sip a beer if you're fast enough. Definitely a superior design.

    But the cat may GETCHA for it !

    She's old, arthritic, and her superpower is sleeping.. Not an attack cat.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sun Mar 16 05:29:25 2025
    On 3/16/25 5:04 AM, rbowman wrote:
    On Sat, 15 Mar 2025 23:52:47 -0400, c186282 wrote:

    Banjo ... personally don't mind 'em. Great
    for "BlueGrass" but can be used for other. Hmmm ... remember AC/DC
    properly using a BAGPIPE in a top-rated song and Paul Simon blended a
    number of native African instruments and rhythms into an album.
    George Harrison liked the sitar (I kinda do too). Literally a world
    of sonic opportunities out there.

    I don't play bluegrass and, truth be told, a little goes a long way for
    me. A lot of it is mostly rolls played over chords without much melody.
    There is a whole genre prior to bluegrass.

    https://www.youtube.com/watch?v=kNbj0XaZrvI https://www.youtube.com/watch?v=M1lLkjs0c0s https://www.youtube.com/watch?v=6cx2sRHOd1Y


    The last one has a guitar track. A lot of the old time banjo is two
    finger, like the Hicks video. Boogs used three fingers and throws in a
    couple of rolls but he's playing the melody and singing over it.

    Clawhammer or frailing came a little later and is more rhythmic.

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

    Luke Kelly played it quite a bit differently.

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

    I play the melody rather than an accompaniment. When you can't sing you
    have to do something to entertain yourself.

    The Celtic Dragon is a local bagpipe band that shows up often. Usually
    they stick to traditional bagpipe music but every now and then they'll
    take a shot at Irish songs.

    https://www.youtube.com/watch?v=9qMDq0lPpmo

    The problem bagpipes have is thy only have 9 notes, G A B C# D E F# g a.
    Tin whistles and Irish flutes are similar and are usually in D or G, but
    you can go into the second and third registers.

    D E F# G A B C# d e f# g ... The entire range of Foggy Dew is from D to g
    so bagpipers sort of have to fake the high notes and hope nobody notices.

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

    Red Is the Rose (Loch Lomond if you're a Scot) is the best you can do with bagpipes.

    https://www.youtube.com/watch?v=uuvHYw_U5-w

    Bagpipes also have the peculiarity that the chanter is fed from the bag.
    That leads to a variety of fingering techniques to break up notes since
    it's always going to be making some sound. Uilleann pipes have two
    ovtaves and since they're usually played seated you can close the bottom
    of the chanter against your leg. Also, since you're pumping the bag with
    your arm you can sip a beer if you're fast enough. Definitely a superior design.

    But the cat may GETCHA for it !

    She's old, arthritic, and her superpower is sleeping.. Not an attack cat.


    That's what she WANTS you to believe ! But late
    at night she PLOTS ... all the Old Wives will
    tell you so :-)

    You're clearly a music "aficionado" - good for you
    but I'm not one. I hear what I hear, like what I like,
    don't go all historical/cultural about it to any
    great degree. It is what it is.

    And if somebody finds a good way to weave the pipes
    into rock-n-roll - GREAT !

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Lawrence D'Oliveiro on Sun Mar 16 18:19:56 2025
    On 2025-03-16, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    It predated "woke", and even PC 1.0.
    And it didn't politicize sex.

    --
    /~\ 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 Charlie Gibbs@21:1/5 to rbowman on Sun Mar 16 18:19:55 2025
    On 2025-03-16, rbowman <bowman@montana.com> wrote:

    I don't play bluegrass and, truth be told, a little goes a long way for
    me. A lot of it is mostly rolls played over chords without much melody.
    There is a whole genre prior to bluegrass.

    https://www.youtube.com/watch?v=kNbj0XaZrvI https://www.youtube.com/watch?v=M1lLkjs0c0s https://www.youtube.com/watch?v=6cx2sRHOd1Y

    The last one has a guitar track. A lot of the old time banjo is two
    finger, like the Hicks video. Boogs used three fingers and throws in a
    couple of rolls but he's playing the melody and singing over it.

    Clawhammer or frailing came a little later and is more rhythmic.

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

    Luke Kelly played it quite a bit differently.

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

    I play the melody rather than an accompaniment. When you can't sing you
    have to do something to entertain yourself.

    A lot of people play what's called "old time" music, which is a bit
    too simple and repetitive for me, but is popular enough that our
    local bluegrass club renamed itself from "Pacific Bluegrass and
    Heritage Society" to "Pacific Bluegrass and Old-time Music Society".

    Old-time banjo players tend toward open-back banjos played clawhammer
    style, while bluegrass is typically played on resonator banjos (which
    weigh a ton). The bluegrass banjo style was basically invented by
    Earl Scruggs in the 1940s while playing with Bill Monroe's "Blue
    Grass Boys" (which is where the genre got its name). Bill Monroe's hard-driving mandolin is another building block, along with his
    vocals, which gave the music that "high lonesome" sound. A guitar,
    stand-up bass, and fiddle and/or dobro complete the ensemble.
    There's no percussion, but the bass alternating with mandolin
    lay down a solid rhythm. If on top of that we manage to nail
    a three-part harmony, we're in heaven.

    There seems to be an unwritten rule in bluegrass that the more
    miserable the lyrics, the happier the tune. Everyone can be
    playing a mile a minute while the singer goes on about how he
    has no job, no money, or no girl (who he might have murdered
    but is now sorry for having done so). As the saying goes, "If
    the girl ain't murdered by the second verse, it ain't bluegrass."

    --
    /~\ 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 Mar 16 18:56:49 2025
    On Sun, 16 Mar 2025 04:06:04 -0400, c186282 wrote:

    On 3/16/25 2:35 AM, Lawrence D'Oliveiro wrote:
    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    Well, in the late 60s Warhol environment, not such an odd statement.
    It was a, limited, reality.
    Note. Cope. MAGA means even the weirdos get to strut a little ...
    just that they're not "more equal".

    https://www.youtube.com/watch?v=yN-EZW0Plsg

    'Walk on the Wild Side' got more airplay than 'Heroin'. At over 7 minutes 'Heroin' got mostly college FM play although it wasn't a hit by any
    means.

    The Kinks 'Lola' was earlier than 'Walk' and , at least in the US, charted higher. It still gets considerable airplay. Even before that the film
    'Midnight Cowboy' portrayed the seamy side of life.

    It definitely wasn't mainstream but John Water's 'Pink Flamingos' was
    subtitled 'A Exercise in Bad Taste' and checked all the boxes. That was
    1972. Much more mainstream, also from 1972, was 'Caberet'. It was more
    explicit than the stage play.

    Nothing was different 50 years ago except the insistence by the special snowflakes that they be patted on the head.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Mar 16 20:06:54 2025
    On Sun, 16 Mar 2025 05:29:25 -0400, c186282 wrote:

    And if somebody finds a good way to weave the pipes into rock-n-roll
    - GREAT !

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

    Dropkick Murphys have had a number of pipers over the years but wrote this
    one for Lee Forshner.

    Then there's the legendary Spicy McHaggis.

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

    I've seen the Murphys in concert and the put on a hell of a show, but what
    I play are slower Irish songs.

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

    afaik Connolly is the only member of the ill-fated 1916 Easter Uprising to
    have a monument in the US.

    https://www.troyrecord.com/2013/11/01/statue-of-workers-rights-pioneer- james-connolly-rededicated/


    It was put up long after I'd left Troy.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Sun Mar 16 21:42:48 2025
    Le 16-03-2025, c186282 <c186282@nnada.net> a écrit :
    You're clearly a music "aficionado" - good for you
    but I'm not one. I hear what I hear, like what I like,
    don't go all historical/cultural about it to any
    great degree. It is what it is.

    And if somebody finds a good way to weave the pipes
    into rock-n-roll - GREAT !

    Yes, you are clearly not a music aficionado so you are looking for
    something that exist and is well spread since ages.

    <https://www.youtube.com/watch?v=bNUrJBvKf_I> <https://www.youtube.com/watch?v=WpXcUBqkcxw> <https://www.youtube.com/watch?v=ybHgzMVxpNA> <https://www.youtube.com/watch?v=oGAtyfI3QCw>

    You can look for another instrument which is not a bagpipe but which
    will sound the same way for someone who don't really like listening to
    the music. I don't know the English name, it's bombarde in French. For
    example:
    <https://www.youtube.com/watch?v=LcLM_B1Z1yw>

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Sun Mar 16 23:15:25 2025
    On Sun, 16 Mar 2025 18:19:55 GMT, Charlie Gibbs wrote:

    There seems to be an unwritten rule in bluegrass that the more miserable
    the lyrics, the happier the tune. Everyone can be playing a mile a
    minute while the singer goes on about how he has no job, no money, or no
    girl (who he might have murdered but is now sorry for having done so).
    As the saying goes, "If the girl ain't murdered by the second verse, it
    ain't bluegrass."

    It inherited that from old time ballads.

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

    Sometimes it isn't so happy.

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

    Van Rock added a verse to 'Silver Dagger' to increase the mayhem.

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

    and then there is the bluegrass version:

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

    Like a lot of folk music there are different versions. The one Van Ronk
    did is also known as 'Katy Dear'.

    https://www.youtube.com/watch?v=2jdwd0fu9e8

    Parton's follows Baez's 1960 version. Her version veers away from the
    dagger, grabs a verse from 'Fair and Tender Ladies' and a couple more from someplace else. She remarked that in the English ballads somebody always
    gets killed.

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

    That's an obscure entry in Child's ballads. The tune lives on because the
    wrong tune was used for Wliiy O' Winsbury (Child Ballad 100). 'Fause
    Foodrage' is ballad 89. Then Fairport Convention used the melody with new lyrics.

    https://www.youtube.com/watch?v=69sLI4n674s

    For centuries music was FOSS; then came copyrights.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Mar 16 23:49:13 2025
    On 16 Mar 2025 21:42:48 GMT, Stéphane CARPENTIER wrote:

    You can look for another instrument which is not a bagpipe but which
    will sound the same way for someone who don't really like listening to
    the music. I don't know the English name, it's bombarde in French. For example:
    <https://www.youtube.com/watch?v=LcLM_B1Z1yw>

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

    The bombard is the oboe sort of instrument. The bagpipe is a binioù. The
    ones in the video may be Highland bagpipes or copies. The end of the video
    with the clog dancer on a sheet of plywood reminded me of some of the traditional Quebecois bands I've seen.

    https://www.youtube.com/watch?v=XgD-3JBGvt4 https://www.youtube.com/watch?v=AtzaBreU9ts

    If you want to learn a new skill:

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Mon Mar 17 03:58:33 2025
    On Sun, 16 Mar 2025 18:19:56 GMT, Charlie Gibbs wrote:

    On 2025-03-16, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    It predated "woke", and even PC 1.0.
    And it didn't politicize sex.

    Have you really forgotten what the song was about? Or were you too young
    to notice, back then?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Sun Mar 16 23:35:24 2025
    On 3/16/25 5:42 PM, Stéphane CARPENTIER wrote:
    Le 16-03-2025, c186282 <c186282@nnada.net> a écrit :
    You're clearly a music "aficionado" - good for you
    but I'm not one. I hear what I hear, like what I like,
    don't go all historical/cultural about it to any
    great degree. It is what it is.

    And if somebody finds a good way to weave the pipes
    into rock-n-roll - GREAT !

    Yes, you are clearly not a music aficionado so you are looking for
    something that exist and is well spread since ages.

    <https://www.youtube.com/watch?v=bNUrJBvKf_I> <https://www.youtube.com/watch?v=WpXcUBqkcxw> <https://www.youtube.com/watch?v=ybHgzMVxpNA> <https://www.youtube.com/watch?v=oGAtyfI3QCw>

    You can look for another instrument which is not a bagpipe but which
    will sound the same way for someone who don't really like listening to
    the music. I don't know the English name, it's bombarde in French. For example:
    <https://www.youtube.com/watch?v=LcLM_B1Z1yw>


    F-Pop - AAAAAAUUUUGGGGGGGGGHHH !!!

    Norwegian black metal is preferable !

    Ah, recently saw a list of "least friendly" countries,
    and Norway was prominent. People said that even if you
    knew the language pretty well the social dynamic was
    just impenetrable. No wonder they went a-viking ...
    to escape :-)

    Oh, the bombarde ... in English it would be "annoying
    buzzy reed-flute thing".

    Maybe the French don't have it in them to make good
    use of a sax ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Mon Mar 17 04:14:08 2025
    On Mon, 17 Mar 2025 03:58:33 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Sun, 16 Mar 2025 18:19:56 GMT, Charlie Gibbs wrote:

    On 2025-03-16, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    It predated "woke", and even PC 1.0.
    And it didn't politicize sex.

    Have you really forgotten what the song was about? Or were you too young
    to notice, back then?

    Did you miss the part about 'politicize'? Apparently there was a version
    the changed 'and the colored girls' but I never heard it. If Candy wanted
    to suck Holly's dick while being screwed by Little Joe nobody cared. They
    were all too zoned out on Valium.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Lawrence D'Oliveiro on Mon Mar 17 00:45:29 2025
    On 3/16/25 11:58 PM, Lawrence D'Oliveiro wrote:
    On Sun, 16 Mar 2025 18:19:56 GMT, Charlie Gibbs wrote:

    On 2025-03-16, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    It predated "woke", and even PC 1.0.
    And it didn't politicize sex.

    Have you really forgotten what the song was about? Or were you too young
    to notice, back then?


    But it was (weird) "social" ... not a 'political' movement,
    not any attempt to make 'Lola' "more equal" under the law.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Mon Mar 17 00:59:59 2025
    On 3/17/25 12:14 AM, rbowman wrote:
    On Mon, 17 Mar 2025 03:58:33 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Sun, 16 Mar 2025 18:19:56 GMT, Charlie Gibbs wrote:

    On 2025-03-16, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Sun, 16 Mar 2025 04:32:07 GMT, Charlie Gibbs wrote:

    ... Lou Reed's "Take a Walk on the Wild Side".

    “he was a she” ... bit woke, don’t you think ...

    It predated "woke", and even PC 1.0.
    And it didn't politicize sex.

    Have you really forgotten what the song was about? Or were you too young
    to notice, back then?

    Did you miss the part about 'politicize'? Apparently there was a version
    the changed 'and the colored girls' but I never heard it. If Candy wanted
    to suck Holly's dick while being screwed by Little Joe nobody cared. They were all too zoned out on Valium.

    Exactly ... it was "social" rather than "political".
    Nobody was keen to make 'Lola' or whomever "more
    equal" under the law. Weird people at weird affairs,
    only the ultra-stuffy puritans cared in the least.
    They were the ones in the wrong, trying to make the
    weird people "less equal" under the law, "SEND IN
    THE VICE SQUAD !!!"

    Never heard any version missing "and the colored girls sing".
    Late 60s they WERE "colored girls", "black girls" came a bit
    later in the USA. We still have the NAA(CP).

    Oddly, by the late 60s/early 70s, racism was worse in
    northern big cities than in 'the south' by and large.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 17 05:15:01 2025
    On Sun, 16 Mar 2025 23:35:24 -0400, c186282 wrote:

    Norwegian black metal is preferable !

    https://www.youtube.com/watch?v=Mv-GRWfHLD8

    I've got an album Vikernes made in prison. Not bad considering all they
    would give him was a synthesizer. I prefer the more traditional Norwegian bands.

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

    Heilung is a mix. It was formed in Copenhagen but has Norwegians, Danes,
    and Germans in the band.

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

    Faun is German but has the same feel. This one even has a bagpipe of
    sorts.

    https://www.youtube.com/watch?v=1lFjnlf--Jw


    Ah, recently saw a list of "least friendly" countries,
    and Norway was prominent. People said that even if you knew the
    language pretty well the social dynamic was just impenetrable. No
    wonder they went a-viking ... to escape

    When the crops were in there was nothing better to do than take a trip to Britain or Ireland and liberate ill found wealth from monasteries and
    other soft targets. Then there were the ones who went in the other
    direction and became the RUs.

    I've been reading James Nelson's 'The Norseman Saga' series.

    https://en.wikipedia.org/wiki/James_L._Nelson

    Thorgrim Night Wolf and his son go off viking with his father-in-law to Ireland. I'm on the 7th book and by now after fighting the Irish, the
    Danes, and other Norse all Thorgrim wants to do is go home to his farm but
    the Gods don't seem to want to let him leave Ireland. It's set the the 9th century when Dublin was a Viking settlement. It's particularly enjoyable
    since Nelson knows his way around a sailing vessel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Mon Mar 17 01:39:37 2025
    On 3/17/25 1:15 AM, rbowman wrote:
    On Sun, 16 Mar 2025 23:35:24 -0400, c186282 wrote:

    Norwegian black metal is preferable !

    https://www.youtube.com/watch?v=Mv-GRWfHLD8

    I've got an album Vikernes made in prison. Not bad considering all they
    would give him was a synthesizer. I prefer the more traditional Norwegian bands.

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

    Heilung is a mix. It was formed in Copenhagen but has Norwegians, Danes,
    and Germans in the band.

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

    Faun is German but has the same feel. This one even has a bagpipe of
    sorts.

    https://www.youtube.com/watch?v=1lFjnlf--Jw


    Ah, recently saw a list of "least friendly" countries,
    and Norway was prominent. People said that even if you knew the
    language pretty well the social dynamic was just impenetrable. No
    wonder they went a-viking ... to escape

    When the crops were in there was nothing better to do than take a trip to Britain or Ireland and liberate ill found wealth from monasteries and
    other soft targets. Then there were the ones who went in the other
    direction and became the RUs.


    I'll have to research some ... the Rus MAY have
    pre-existed. According to the genetic-flow people
    the early ancestors of Scandies migrated up through
    western Russia and then across into the Scandies.

    The Scandie vikings DID interact with the Rus fer
    sure - probably made them WORSE. So NOW we have to
    deal with it ........

    Positives ... lots of blondes and redheads, one
    of the better group mutations :-)


    I've been reading James Nelson's 'The Norseman Saga' series.

    https://en.wikipedia.org/wiki/James_L._Nelson

    Thorgrim Night Wolf and his son go off viking with his father-in-law to Ireland. I'm on the 7th book and by now after fighting the Irish, the
    Danes, and other Norse all Thorgrim wants to do is go home to his farm but the Gods don't seem to want to let him leave Ireland. It's set the the 9th century when Dublin was a Viking settlement. It's particularly enjoyable since Nelson knows his way around a sailing vessel.


    Um ... before my mother's eyesight got too bad, she
    was complaining about a "mystery" novel she got that
    was writ by a man who knew just TOO much about
    mountain climbing. The amount of technical detail
    from his expertise kinda jammed-up the main story.

    Basically "man-splaining" - but in paperback :-)

    In any case, the Vikings/Rus were VERY ROUGH PEOPLE
    for quite awhile. Half, really over half, of my
    ancestry is Nordic (the volume of rapes likely
    mean most of the rest is heavily so too). Wasn't
    until around the Norman Conquest that Euro-style
    "sophistication" crept in.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to John Ames on Mon Mar 17 18:05:53 2025
    On 17/03/2025 15:00, John Ames wrote:
    On 16 Mar 2025 21:42:48 GMT
    Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:

    You can look for another instrument which is not a bagpipe but which
    will sound the same way for someone who don't really like listening to
    the music. I don't know the English name, it's bombarde in French.

    AFAIK English just takes "bombarde" as a loanword. The sound is similar
    to the shawm, which shares an etymology with the French chalumeau, but
    all three are distinct instruments. Confused yet?

    Well there is the French Horn, and the Cor Anglais, to confuse still further...


    --
    “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 rbowman@21:1/5 to All on Mon Mar 17 21:00:52 2025
    On Mon, 17 Mar 2025 00:59:59 -0400, c186282 wrote:

    Exactly ... it was "social" rather than "political".
    Nobody was keen to make 'Lola' or whomever "more equal" under the
    law. Weird people at weird affairs,
    only the ultra-stuffy puritans cared in the least. They were the ones
    in the wrong, trying to make the weird people "less equal" under the
    law, "SEND IN THE VICE SQUAD !!!"

    The puritans were fun! I knew a woman who worked at a costume shop that
    was aimed at strippers. Her specialty was merkins. In the Boston Combat
    Zone full nudity was illegal but simulation was not. fwiw, the owner of
    the business was a trannie. For better or worse that's all gone now.

    https://en.wikipedia.org/wiki/Combat_Zone,_Boston

    The Zone wasn't a destination for me but I traversed it on my way to
    Chinatown for a mooncake fix. I miss that a bit. Where else can you see
    wind cured chickens hanging in shop windows along with less easily
    identified treats?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to John Ames on Mon Mar 17 21:16:37 2025
    On Mon, 17 Mar 2025 07:45:38 -0700, John Ames wrote:

    On 15 Mar 2025 06:49:16 GMT rbowman <bowman@montana.com> wrote:

    My flutes produce overtones I can't hear. The cat can and she is not
    pleased. She doesn't mind the banjo and I'm not going to tell her that
    cat skin was prized for mountain banjos.

    My dad attempted to pick up the oboe, briefly. The family dog put paid
    to that notion.

    In grade school music class I said 'cornet' but the music teacher heard 'clarinet'. I had about 3 weeks of clarinet before switching to flute.
    That was my experience with reed instruments. I tended to gnaw on the
    reed.

    Luckily even in grade school if I wanted to play a flute I'd play a goddam flute with no remarks from the peanut gallery. I put it aside for decades, preferring stringed instruments, but an interest in tin whistle for Irish
    tunes led my to Irish flutes (wooden simple-system) and eventually to a
    Boehm system again.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Mon Mar 17 21:36:23 2025
    On Mon, 17 Mar 2025 01:39:37 -0400, c186282 wrote:


    Um ... before my mother's eyesight got too bad, she was complaining
    about a "mystery" novel she got that was writ by a man who knew just
    TOO much about mountain climbing. The amount of technical detail from
    his expertise kinda jammed-up the main story.

    Basically "man-splaining" - but in paperback

    He doesn't really man-splain but uses nautical terminology that most
    readers would gloss over. There is a joke in sailing circles about a
    newbie who was instructed to let out the sheet but not make it fast who
    went into slow motion.

    I forget which mystery author laid a little trap for his readers when he described the character releasing the safety on a revolver. When the
    complaints rolled in he pointed out he had written in one of the very few revolvers to have had safeties.


    In any case, the Vikings/Rus were VERY ROUGH PEOPLE for quite awhile.
    Half, really over half, of my ancestry is Nordic (the volume of rapes
    likely mean most of the rest is heavily so too). Wasn't until around
    the Norman Conquest that Euro-style "sophistication" crept in.

    According to 23AndMe my ancestry is over 96% German which corresponds to
    what I know about my ancestors, which isn't much. The oddity is the Y chromosome, I M253. Currently the highest concentration is over 50% of
    the males in Västra Götaland, Sweden, and it spreads out from there.

    The haplogroup is associated with the early hunter-gatherers, not the
    farmers that moved in from the mid-east causing the neighborhood to go to
    hell.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John Ames on Mon Mar 17 21:42:23 2025
    On Mon, 17 Mar 2025 08:00:00 -0700, John Ames wrote:

    AFAIK English just takes "bombarde" as a loanword.

    Something I learned on Bluesky about the terms “calque” and “loanword”: a
    “calque” is a term constructed by taking apart the words of the term in another language, translating them individually into English, and then
    putting them back together again. Whereas a “loanword” is a straight use
    of the original term from the other language.

    Fun fact: “calque” is a loanword, lifted whole from the French. And “loanword” is a calque, translated from the corresponding German term, “Lehnwort”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to John Ames on Tue Mar 18 04:31:35 2025
    On Mon, 17 Mar 2025 15:06:54 -0700, John Ames wrote:

    Love the sound of the flute as an instrument (from classical to your
    Thijs van Leers,) but I never could get the hang of the embouchure.
    Still need a lot of practice on breath control and fingering with the recorder, but it saves me the trouble of having to deal with that

    I've got a alto recorder that I bought in 2010 after hearing a recorder
    quartet at a First Night event. I should try again.

    The fingering is a little different. The tin whistle is a simple system, 6 holes with a little difference if you want C or C# for G or D. The Irish
    flute is the same pattern. I've also got a low D whistle which is an
    octave below the standard D tin whistle the same as a concert flute.

    https://www.youtube.com/watch?v=1ft3nubdG0o

    Some people came down with key envy so his has a few extras but the sound
    is the same.

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

    When he talks about an air, this may be the version he is thinking of.

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

    Most of the whistle/flute tunes I know are rebel songs or old airs like
    Roisin Dubh.

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

    They are mostly in D or G and the fingering transfers over to the concert
    flute well except for the F#. What would be F# on a simple system flute is
    F on a concert flute. No big problem.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Tue Mar 18 04:35:37 2025
    On 3/17/25 5:36 PM, rbowman wrote:
    On Mon, 17 Mar 2025 01:39:37 -0400, c186282 wrote:


    Um ... before my mother's eyesight got too bad, she was complaining
    about a "mystery" novel she got that was writ by a man who knew just
    TOO much about mountain climbing. The amount of technical detail from
    his expertise kinda jammed-up the main story.

    Basically "man-splaining" - but in paperback

    He doesn't really man-splain but uses nautical terminology that most
    readers would gloss over. There is a joke in sailing circles about a
    newbie who was instructed to let out the sheet but not make it fast who
    went into slow motion.


    Well, don't let out the sheet TOO quickly !


    I forget which mystery author laid a little trap for his readers when he described the character releasing the safety on a revolver. When the complaints rolled in he pointed out he had written in one of the very few revolvers to have had safeties.


    In any case, the Vikings/Rus were VERY ROUGH PEOPLE for quite awhile.
    Half, really over half, of my ancestry is Nordic (the volume of rapes
    likely mean most of the rest is heavily so too). Wasn't until around
    the Norman Conquest that Euro-style "sophistication" crept in.

    According to 23AndMe my ancestry is over 96% German which corresponds to
    what I know about my ancestors, which isn't much. The oddity is the Y chromosome, I M253. Currently the highest concentration is over 50% of
    the males in Västra Götaland, Sweden, and it spreads out from there.


    "German" is kinda split - northern, far more 'nordic',
    while southern ....


    The haplogroup is associated with the early hunter-gatherers, not the
    farmers that moved in from the mid-east causing the neighborhood to go to hell.

    Long back, people were moving ALL around. It was
    genetic/cultural chaos. "English" was kinda 'black
    African' to a fair degree until the west Russian
    "Beaker People" moved in. The famous Otzi "ice man"
    was mostly Turkish. Any NAZI notions of "genetic
    purity" are just TRASH.

    As soon as the ice-age glaciers started to recede,
    seems like everybody - Africa, middle-east - just
    immediately moved north to see what was there and
    grab what they could.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Tue Mar 18 04:25:35 2025
    On 3/17/25 5:00 PM, rbowman wrote:
    On Mon, 17 Mar 2025 00:59:59 -0400, c186282 wrote:

    Exactly ... it was "social" rather than "political".
    Nobody was keen to make 'Lola' or whomever "more equal" under the
    law. Weird people at weird affairs,
    only the ultra-stuffy puritans cared in the least. They were the ones
    in the wrong, trying to make the weird people "less equal" under the
    law, "SEND IN THE VICE SQUAD !!!"

    The puritans were fun! I knew a woman who worked at a costume shop that
    was aimed at strippers. Her specialty was merkins. In the Boston Combat
    Zone full nudity was illegal but simulation was not. fwiw, the owner of
    the business was a trannie. For better or worse that's all gone now.

    https://en.wikipedia.org/wiki/Combat_Zone,_Boston

    The Zone wasn't a destination for me but I traversed it on my way to Chinatown for a mooncake fix. I miss that a bit. Where else can you see
    wind cured chickens hanging in shop windows along with less easily
    identified treats?

    Freaks and trannies CAN be good fun. John Waters
    made great flix around them.

    However they aren't "more equal".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to John Ames on Tue Mar 18 04:54:17 2025
    On 3/17/25 11:00 AM, John Ames wrote:
    On 16 Mar 2025 21:42:48 GMT
    Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:

    You can look for another instrument which is not a bagpipe but which
    will sound the same way for someone who don't really like listening to
    the music. I don't know the English name, it's bombarde in French.

    AFAIK English just takes "bombarde" as a loanword. The sound is similar
    to the shawm, which shares an etymology with the French chalumeau, but
    all three are distinct instruments. Confused yet?


    As I said ... in English it translates to
    "Annoying buzzy reed-flute thing" :-)

    France/F-Pop just NEVER got modern music.

    Oh well ....

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to John Ames on Tue Mar 18 04:49:29 2025
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And
    “loanword” is a calque, translated from the corresponding German
    term, “Lehnwort”.

    Oh, that's marvelous XD

    "English" is a 'pigeon' ... a glomming-together of
    languages from everybody who ever invaded or went
    to war with it.

    That makes it weird and difficult - but also very
    versatile.

    There was a time in the 80s where the "Pure French"
    movement insisted on local lang for everything. You
    may have to look it up, but their term for "satellite"
    was like a full sentence long :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Tue Mar 18 10:54:19 2025
    On 18/03/2025 08:49, c186282 wrote:
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And
    “loanword” is a calque, translated from the corresponding German
    term, “Lehnwort”.

    Oh, that's marvelous XD

      "English" is a 'pigeon' ... a glomming-together of
      languages from everybody who ever invaded or went
      to war with it.

      That makes it weird and difficult - but also very
      versatile.

      There was a time in the 80s where the "Pure French"
      movement insisted on local lang for everything. You
      may have to look it up, but their term for "satellite"
      was like a full sentence long  :-)

    In Welsh, if your tyres are flat you 'put wind in your wheels'
    There is no word for screwdriver in Zulu.


    --
    "It is an established fact to 97% confidence limits that left wing
    conspirators see right wing conspiracies everywhere"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to The Natural Philosopher on Tue Mar 18 08:12:35 2025
    On 3/18/25 6:54 AM, The Natural Philosopher wrote:
    On 18/03/2025 08:49, c186282 wrote:
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And >>>> “loanword” is a calque, translated from the corresponding German
    term, “Lehnwort”.

    Oh, that's marvelous XD

       "English" is a 'pigeon' ... a glomming-together of
       languages from everybody who ever invaded or went
       to war with it.

       That makes it weird and difficult - but also very
       versatile.

       There was a time in the 80s where the "Pure French"
       movement insisted on local lang for everything. You
       may have to look it up, but their term for "satellite"
       was like a full sentence long  :-)

    In Welsh, if your tyres are flat you 'put wind in your wheels'
    There is no word for screwdriver in Zulu.

    "Wind in the wheels" has a romantic sound ... it
    evokes both the physical AND 'travel'.

    Now how DO you ask a Zulu to hand you a screwdriver ??? :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Tue Mar 18 16:58:06 2025
    On 18/03/2025 12:12, c186282 wrote:
    On 3/18/25 6:54 AM, The Natural Philosopher wrote:
    On 18/03/2025 08:49, c186282 wrote:
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And >>>>> “loanword” is a calque, translated from the corresponding German >>>>> term, “Lehnwort”.

    Oh, that's marvelous XD

       "English" is a 'pigeon' ... a glomming-together of
       languages from everybody who ever invaded or went
       to war with it.

       That makes it weird and difficult - but also very
       versatile.

       There was a time in the 80s where the "Pure French"
       movement insisted on local lang for everything. You
       may have to look it up, but their term for "satellite"
       was like a full sentence long  :-)

    In Welsh, if your tyres are flat you 'put wind in your wheels'
    There is no word for screwdriver in Zulu.

      "Wind in the wheels" has a romantic sound ... it
      evokes both the physical AND 'travel'.

      Now how DO you ask a Zulu to hand you a screwdriver ??? :-)
    You say 'hand me a screwdriver'

    --
    “when things get difficult you just have to lie”

    ― Jean Claud Jüncker

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to The Natural Philosopher on Thu Mar 20 05:36:52 2025
    On 3/18/25 12:58 PM, The Natural Philosopher wrote:
    On 18/03/2025 12:12, c186282 wrote:
    On 3/18/25 6:54 AM, The Natural Philosopher wrote:
    On 18/03/2025 08:49, c186282 wrote:
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And >>>>>> “loanword” is a calque, translated from the corresponding German >>>>>> term, “Lehnwort”.

    Oh, that's marvelous XD

       "English" is a 'pigeon' ... a glomming-together of
       languages from everybody who ever invaded or went
       to war with it.

       That makes it weird and difficult - but also very
       versatile.

       There was a time in the 80s where the "Pure French"
       movement insisted on local lang for everything. You
       may have to look it up, but their term for "satellite"
       was like a full sentence long  :-)

    In Welsh, if your tyres are flat you 'put wind in your wheels'
    There is no word for screwdriver in Zulu.

       "Wind in the wheels" has a romantic sound ... it
       evokes both the physical AND 'travel'.

       Now how DO you ask a Zulu to hand you a screwdriver ??? :-)

    You say 'hand me a screwdriver'


    And he says "WHAT ???" :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Thu Mar 20 12:21:03 2025
    On 20/03/2025 09:36, c186282 wrote:
    On 3/18/25 12:58 PM, The Natural Philosopher wrote:
    On 18/03/2025 12:12, c186282 wrote:
    On 3/18/25 6:54 AM, The Natural Philosopher wrote:
    On 18/03/2025 08:49, c186282 wrote:
    On 3/17/25 5:57 PM, John Ames wrote:
    On Mon, 17 Mar 2025 21:42:23 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Fun fact: “calque” is a loanword, lifted whole from the French. And >>>>>>> “loanword” is a calque, translated from the corresponding German >>>>>>> term, “Lehnwort”.

    Oh, that's marvelous XD

       "English" is a 'pigeon' ... a glomming-together of
       languages from everybody who ever invaded or went
       to war with it.

       That makes it weird and difficult - but also very
       versatile.

       There was a time in the 80s where the "Pure French"
       movement insisted on local lang for everything. You
       may have to look it up, but their term for "satellite"
       was like a full sentence long  :-)

    In Welsh, if your tyres are flat you 'put wind in your wheels'
    There is no word for screwdriver in Zulu.

       "Wind in the wheels" has a romantic sound ... it
       evokes both the physical AND 'travel'.

       Now how DO you ask a Zulu to hand you a screwdriver ??? :-)

    You say 'hand me a screwdriver'


      And he says "WHAT ???"   :-)

    He says 'Sure baas!'

    Any Zulu in a commercial working environment knows English or he doesn't
    get a job. He used to be required to know Afrikaans as well, but I think
    that's gone by the way.

    The point is you can legislate about dying languages all you want,m but
    they are dying for a reason.

    In India there are many languages, but everyone sort of speaks English.
    Or has impoted lots of English words and phrases.

    In S Africa - the ,mots mixed nation country I know of, you will find
    English, Afrikaans, Zulu, Sotho, Xhosa, Tswana,Portugese, French, Hindi,
    Tamil, German, and many other languages.

    But in the townships they speak a hybrid.
    Tsosti-Taal.

    Which is something like 'bad boy speak'

    Tsotsi is Sotho. Taal is Afrikaans

    The language has bits of everything.


    There are other languages developing in South Africa as well

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

    We should remember that English itself was originally a language that
    almost everyone spoke instead of their native dialects.
    It is and always has been a mongrel


    --
    It is the folly of too many to mistake the echo of a London coffee-house
    for the voice of the kingdom.

    Jonathan Swift

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to John Ames on Thu Mar 20 18:44:10 2025
    On Thu, 20 Mar 2025 08:03:21 -0700, John Ames wrote:

    On Thu, 20 Mar 2025 12:21:03 +0000 The Natural Philosopher <tnp@invalid.invalid> wrote:

    In India there are many languages, but everyone sort of speaks English.
    Or has impoted lots of English words and phrases.

    Visited Portugal last spring - lots of great seafood and wine, but at
    one point we ended up in an Indian restaurant on the outskirts of
    Lisbon. My dad was doing his best to order (being fluent, if rusty, in Portuguese,) but he and the proprietor were having difficulty getting
    through to each other. Finally, the light goes on, and he asks: "do you
    speak English?"

    Guy looks at him like he's from the moon. "I'm *Indian!*" he laughs.

    'Monsoon Wedding' came out before 'My Big Fat Greek Wedding' but had a
    similar feel as the wedding from hell. What I mostly remember is the
    characters would be chattering along in what I presume was Hindi, switch
    to English mid-sentence, and eventually go back to Hindi.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Thu Mar 20 19:41:09 2025
    On 20/03/2025 18:44, rbowman wrote:
    On Thu, 20 Mar 2025 08:03:21 -0700, John Ames wrote:

    On Thu, 20 Mar 2025 12:21:03 +0000 The Natural Philosopher
    <tnp@invalid.invalid> wrote:

    In India there are many languages, but everyone sort of speaks English.
    Or has impoted lots of English words and phrases.

    Visited Portugal last spring - lots of great seafood and wine, but at
    one point we ended up in an Indian restaurant on the outskirts of
    Lisbon. My dad was doing his best to order (being fluent, if rusty, in
    Portuguese,) but he and the proprietor were having difficulty getting
    through to each other. Finally, the light goes on, and he asks: "do you
    speak English?"

    Guy looks at him like he's from the moon. "I'm *Indian!*" he laughs.

    'Monsoon Wedding' came out before 'My Big Fat Greek Wedding' but had a similar feel as the wedding from hell. What I mostly remember is the characters would be chattering along in what I presume was Hindi, switch
    to English mid-sentence, and eventually go back to Hindi.


    That is how Indians speak. I was watching a test match on an Indian feed
    with Indian commentary, It was presumably in Hindi with every third word 'maiden over' 'mid wicket' and so on

    Educated Indians speak better English than the English educated people
    do in England

    --
    “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 Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Thu Mar 20 22:07:36 2025
    On Thu, 20 Mar 2025 12:21:03 +0000, The Natural Philosopher wrote:

    But in the townships they speak a hybrid.
    Tsosti-Taal.

    Which is something like 'bad boy speak'

    Tsotsi is Sotho. Taal is Afrikaans

    So what is “Tsosti”?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Fri Mar 21 22:22:32 2025
    Le 18-03-2025, John Ames <commodorejohn@gmail.com> a écrit :
    On Tue, 18 Mar 2025 04:54:17 -0400
    c186282 <c186282@nnada.net> wrote:

    France/F-Pop just NEVER got modern music.

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their music
    as great, but they were as modern as they could be at their time.

    I admit that French pop is outside my own wheelhouse, but I suspect
    you're likelier to hear the bombarde in traditional events and
    selections from Praetorius than anything on the radio o_O

    If by that you mean that the only French music you know is what you can
    hear on the radio, I agree, it's pretty awful. But French music is not
    limited to what's on the radio. And, by the way, I can understand one
    don't like French music when one's not French because it can help to
    have time to be accustomed by it.

    When I was in Germany I discovered the schlagers. On one side, I found
    it wonderful to see people singing together. But I was never able to
    like it. It was too weird for me. But it doesn't stop me to discover
    other German bands like Die Toten Hosen.

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sat Mar 22 00:26:26 2025
    On 21/03/2025 22:22, Stéphane CARPENTIER wrote:
    Le 18-03-2025, John Ames <commodorejohn@gmail.com> a écrit :
    On Tue, 18 Mar 2025 04:54:17 -0400
    c186282 <c186282@nnada.net> wrote:

    France/F-Pop just NEVER got modern music.

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their music
    as great, but they were as modern as they could be at their time.

    I admit that French pop is outside my own wheelhouse, but I suspect
    you're likelier to hear the bombarde in traditional events and
    selections from Praetorius than anything on the radio o_O

    If by that you mean that the only French music you know is what you can
    hear on the radio, I agree, it's pretty awful. But French music is not limited to what's on the radio. And, by the way, I can understand one
    don't like French music when one's not French because it can help to
    have time to be accustomed by it.

    When I was in Germany I discovered the schlagers. On one side, I found
    it wonderful to see people singing together. But I was never able to
    like it. It was too weird for me. But it doesn't stop me to discover
    other German bands like Die Toten Hosen.

    Nothing beats Swedish Death Metal.

    Its those long dark winter nights and all that socialisim that does it.
    Music to commit suicide to.

    --
    Karl Marx said religion is the opium of the people.
    But Marxism is the crack cocaine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sat Mar 22 00:26:11 2025
    On 21 Mar 2025 22:22:32 GMT, Stéphane CARPENTIER wrote:

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their music
    as great, but they were as modern as they could be at their time.

    https://www.youtube.com/watch?v=5ku9aCePp8s

    One of the few French, as in from France, that I remember getting
    significant airplay. Of course there are Quebecois and Cajun songs in
    French, and wonders like

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

    It may have been her biggest single but LaBelle famously admitted 'I don't speak French. I didn't know what the lyrics meant.'

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sat Mar 22 12:56:42 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 Sat, 22 Mar 2025, The Natural Philosopher wrote:

    On 21/03/2025 22:22, Stéphane CARPENTIER wrote:
    Le 18-03-2025, John Ames <commodorejohn@gmail.com> a écrit :
    On Tue, 18 Mar 2025 04:54:17 -0400
    c186282 <c186282@nnada.net> wrote:

    France/F-Pop just NEVER got modern music.

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their music
    as great, but they were as modern as they could be at their time.

    I admit that French pop is outside my own wheelhouse, but I suspect
    you're likelier to hear the bombarde in traditional events and
    selections from Praetorius than anything on the radio o_O

    If by that you mean that the only French music you know is what you can
    hear on the radio, I agree, it's pretty awful. But French music is not
    limited to what's on the radio. And, by the way, I can understand one
    don't like French music when one's not French because it can help to
    have time to be accustomed by it.

    When I was in Germany I discovered the schlagers. On one side, I found
    it wonderful to see people singing together. But I was never able to
    like it. It was too weird for me. But it doesn't stop me to discover
    other German bands like Die Toten Hosen.

    Nothing beats Swedish Death Metal.

    Its those long dark winter nights and all that socialisim that does it. Music to commit suicide to.

    You are a wise man! This is the truth! For those of you interested in some oldies but goldies, I recommend Candlemass LP Epicus Doomicus Metallicus.
    Good stuff! I also liked their second one, Nightfall. Doom metal at its
    best!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Sun Mar 23 04:20:27 2025
    On 3/22/25 7:56 AM, D wrote:


    On Sat, 22 Mar 2025, The Natural Philosopher wrote:

    On 21/03/2025 22:22, Stéphane CARPENTIER wrote:
    Le 18-03-2025, John Ames <commodorejohn@gmail.com> a écrit :
    On Tue, 18 Mar 2025 04:54:17 -0400
    c186282 <c186282@nnada.net> wrote:

    France/F-Pop just NEVER got modern music.

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their music
    as great, but they were as modern as they could be at their time.

    I admit that French pop is outside my own wheelhouse, but I suspect
    you're likelier to hear the bombarde in traditional events and
    selections from Praetorius than anything on the radio o_O

    If by that you mean that the only French music you know is what you can
    hear on the radio, I agree, it's pretty awful. But French music is not
    limited to what's on the radio. And, by the way, I can understand one
    don't like French music when one's not French because it can help to
    have time to be accustomed by it.

    When I was in Germany I discovered the schlagers. On one side, I found
    it wonderful to see people singing together. But I was never able to
    like it. It was too weird for me. But it doesn't stop me to discover
    other German bands like Die Toten Hosen.

    Nothing beats Swedish Death Metal.

    Its those long dark winter nights and all that socialisim that does
    it. Music to commit suicide to.

    You are a wise man! This is the truth! For those of you interested in
    some oldies but goldies, I recommend Candlemass LP Epicus Doomicus Metallicus. Good stuff! I also liked their second one, Nightfall. Doom
    metal at its best

    Swedes have become, well ... worrisome ........

    Remember when Sweden was sold as HappyLand ? NOT
    so anymore. Too much socialism, too much Wokeism,
    too many Islamists ...... and Death Metal emerged.

    By all reports, Swedes barely even talk to each
    other anymore ... just their tiny old school peer
    groups and that's the extent of their social spectrum.
    Expect native breeding to reach serious negative
    values until ......

    From fierce vikings to THIS in just 1200 years.
    Beowulf would have committed suicide as a child ...

    But hey, the UK is about to crack too ... similar
    reasons/psychology.

    Which begs a number of questions about the whole
    'liberal' post-WW2 paradigm in general ......
    seems it became, even if not intentionally, a sort
    of suicide pact.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to John Ames on Tue Mar 25 01:49:57 2025
    On 3/24/25 10:54 AM, John Ames wrote:
    On 21 Mar 2025 22:22:32 GMT
    Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their
    music as great, but they were as modern as they could be at their
    time.

    IMHO Jarre peaked early and (like many synthesists) got less engaging
    the more he leaned into digital, sample-based instruments - but Oxygène
    and Équinoxe are still on regular rotation at my house :)

    Sorry ... just CAN'T get into the 'French Groove'.
    Heavily pref the UK/US/Scandi 'gothic' kind of
    heavy rock.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Tue Mar 25 11:15:01 2025
    On 25/03/2025 05:49, c186282 wrote:
    On 3/24/25 10:54 AM, John Ames wrote:
    On 21 Mar 2025 22:22:32 GMT
    Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:

    Nonsense. Jean-Michel JARRE and David GETTA played modern pop songs
    which where well known all over the world. I don't consider their
    music as great, but they were as modern as they could be at their
    time.

    IMHO Jarre peaked early and (like many synthesists) got less engaging
    the more he leaned into digital, sample-based instruments - but Oxygène
    and Équinoxe are still on regular rotation at my house :)

      Sorry ... just CAN'T get into the 'French Groove'.
      Heavily pref the UK/US/Scandi 'gothic' kind of
      heavy rock.

    Indeed. Heavy metal is so outrageous it just makes me smile.
    Spanish and french melancholy is all right, just not for the whole song


    --
    “it should be clear by now to everyone that activist environmentalism
    (or environmental activism) is becoming a general ideology about humans,
    about their freedom, about the relationship between the individual and
    the state, and about the manipulation of people under the guise of a
    'noble' idea. It is not an honest pursuit of 'sustainable development,'
    a matter of elementary environmental protection, or a search for
    rational mechanisms designed to achieve a healthy environment. Yet
    things do occur that make you shake your head and remind yourself that
    you live neither in Joseph Stalin’s Communist era, nor in the Orwellian utopia of 1984.”

    Vaclav Klaus

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