• =?UTF-8?Q?California_introduces_age_verification_law_for_all_operat?==?UTF-8?Q?ing_systems=2C_including_Linux_and_SteamOS_=E2=80=94_user_age_ver?==?UTF-8?Q?ified_during_OS_account_setup?=

    From Carlos E.R.@[email protected] to alt.os.linux on Mon Mar 2 10:41:53 2026
    From Newsgroup: alt.os.linux

    <https://www.tomshardware.com/software/operating-systems/california-introduces-age-verification-law>

    *California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup*

    AB 1043 also requires OS providers to pipe a real-time age checker to
    every app developer who requests it.

    California's Digital Age Assurance Act (AB 1043), signed by Governor
    Gavin Newsom in October 2025, requires every operating system provider
    in California to collect age information from users at account setup and transmit that data to app developers via a real-time API, with the law
    taking effect on January 1, 2027.

    ...

    Enforcement against Linux distributions, however, is likely to be
    problematic. Distros like Arch, Ubuntu, Debian, and Gentoo have no
    centralized account infrastructure, with users downloading ISOs from
    mirrors worldwide, and can modify source code freely. These small
    distros lack legal teams or resources to implement the required API, so
    a more realistic outcome for non-compliant distros is a disclaimer that
    the software is not intended for use in California.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;

    --- Synchronet 3.21c-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Mon Mar 2 22:32:42 2026
    From Newsgroup: alt.os.linux

    On 2/03/2026 8:41 pm, Carlos E.R. wrote:
    <https://www.tomshardware.com/software/operating-systems/california-introduces-age-verification-law>

    *California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup*

    AB 1043 also requires OS providers to pipe a real-time age checker to
    every app developer who requests it.

    California's Digital Age Assurance Act (AB 1043), signed by Governor
    Gavin Newsom in October 2025, requires every operating system provider
    in California to collect age information from users at account setup and transmit that data to app developers via a real-time API, with the law taking effect on January 1, 2027.

    So California itself doesn't need the information, just they need it to
    be provided to the Devs!!

    Really??
    --
    Daniel70
    --- Synchronet 3.21c-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Mon Mar 2 17:55:14 2026
    From Newsgroup: alt.os.linux

    On Mon, 2 Mar 2026 10:41:53 +0100, Carlos E.R. wrote:

    Enforcement against Linux distributions, however, is likely to be problematic. Distros like Arch, Ubuntu, Debian, and Gentoo have no centralized account infrastructure, with users downloading ISOs from
    mirrors worldwide, and can modify source code freely. These small
    distros lack legal teams or resources to implement the required API, so
    a more realistic outcome for non-compliant distros is a disclaimer that
    the software is not intended for use in California.


    i can't find the link but one small Linux distro already announced their servers will geoblock California on 1 Jan 2027.

    --- Synchronet 3.21c-Linux NewsLink 1.2
  • From Lew Pitcher@[email protected] to alt.os.linux on Mon Mar 2 18:17:18 2026
    From Newsgroup: alt.os.linux

    On Mon, 02 Mar 2026 10:41:53 +0100, Carlos E.R. wrote:

    <https://www.tomshardware.com/software/operating-systems/california-introduces-age-verification-law>

    *California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup*
    [snip]

    While I abhor this sort of state-mandated intrusion, I note that classical Unix and Linux
    systems already have most of the mechanism in place to comply with the law.

    The classic Unix /etc/passwd file maintains a "gecos" field, originally used to co-ordinate
    unix users with their GE GECOS development environment counterparts, but now mostly used
    to record ancilliary information about the user (full name, home phone number, room number,
    etc.) and the chfn(1) utility to manipulate this information.

    It would seem trivial for this gecos field to record birthdate, needing only a change to the
    chfn(1) utility, and a redefinition or expansion of the "other" component of gecos field.
    The query api is already well-defined: getpwent(3) passes the entire gecos field (as pw_gecos)
    to the caller. The rest would be up to the applications that require age verification.

    Note, like all other solutions, there is no way to prevent the falsification of birthdate
    at account creation.

    Glad I don't live in California.
    --
    Lew Pitcher
    "In Skills We Trust"
    Not LLM output - I'm just like this.
    --- Synchronet 3.21c-Linux NewsLink 1.2
  • From Allodoxaphobia@[email protected] to alt.os.linux on Tue Mar 3 02:29:26 2026
    From Newsgroup: alt.os.linux

    On Mon, 2 Mar 2026 18:17:18 -0000 (UTC), Lew Pitcher wrote:

    Glad I don't live in California.

    +1 ! ! !
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Tue Mar 3 11:22:12 2026
    From Newsgroup: alt.os.linux

    On 2026-03-02 19:17, Lew Pitcher wrote:
    On Mon, 02 Mar 2026 10:41:53 +0100, Carlos E.R. wrote:

    <https://www.tomshardware.com/software/operating-systems/california-introduces-age-verification-law>

    *California introduces age verification law for all operating systems,
    including Linux and SteamOS — user age verified during OS account setup*
    [snip]

    While I abhor this sort of state-mandated intrusion, I note that classical Unix and Linux
    systems already have most of the mechanism in place to comply with the law.

    The classic Unix /etc/passwd file maintains a "gecos" field, originally used to co-ordinate
    unix users with their GE GECOS development environment counterparts, but now mostly used
    to record ancilliary information about the user (full name, home phone number, room number,
    etc.) and the chfn(1) utility to manipulate this information.

    It would seem trivial for this gecos field to record birthdate, needing only a change to the
    chfn(1) utility, and a redefinition or expansion of the "other" component of gecos field.
    The query api is already well-defined: getpwent(3) passes the entire gecos field (as pw_gecos)
    to the caller. The rest would be up to the applications that require age verification.

    Note, like all other solutions, there is no way to prevent the falsification of birthdate
    at account creation.

    The only way would be an age certificate issued and signed by a central authority.

    But being open source, the root user could replace the library used to
    query the certificate.


    Glad I don't live in California.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Tue Mar 3 20:26:14 2026
    From Newsgroup: alt.os.linux

    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a central authority.

    Persona?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Tue Mar 3 21:15:50 2026
    From Newsgroup: alt.os.linux

    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a
    central authority.

    It would need to be Government-run, to avoid the data falling into
    private hands.

    But being open source, the root user could replace the library used
    to query the certificate.

    But if the online service validates the certificate against their own
    copy of the central authority’s root cert, then forgery won’t work.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Wed Mar 4 01:13:39 2026
    From Newsgroup: alt.os.linux

    On Tue, 3 Mar 2026 21:15:50 -0000 (UTC), Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling into
    private hands.

    https://www.cyberdaily.au/security/13284-hacktivists-claim-breach-of-dhs- ice-data-allegedly-leaked

    Yeah, sure, right...
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From John Hasler@[email protected] to alt.os.linux on Tue Mar 3 21:21:47 2026
    From Newsgroup: alt.os.linux

    Lawrence D’Oliveiro wrote:
    It would need to be Government-run, to avoid the data falling into
    private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.
    --
    John Hasler
    [email protected]
    Dancing Horse Hill
    Elmwood, WI USA
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 05:27:21 2026
    From Newsgroup: alt.os.linux

    On Tue, 03 Mar 2026 21:21:47 -0600, John Hasler wrote:

    Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling into
    private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past history,
    even?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From jjb@[email protected] to alt.os.linux on Wed Mar 4 11:03:00 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 06:27, Lawrence D’Oliveiro wrote:
    On Tue, 03 Mar 2026 21:21:47 -0600, John Hasler wrote:

    Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling into
    private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past history,
    even?

    Same goes for governments, especially the US one...
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Wed Mar 4 13:12:18 2026
    From Newsgroup: alt.os.linux

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a central
    authority.

    Persona?

    Official Organization, paid by the administration, but independent.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From David LaRue@[email protected] to alt.os.linux on Wed Mar 4 13:38:11 2026
    From Newsgroup: alt.os.linux

    "Carlos E.R." <[email protected]d> wrote in news:16kl7mxnqn.ln2 @Telcontar.valinor:

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a central
    authority.

    Persona?

    Official Organization, paid by the administration, but independent.

    Forgive my doubts. I believe this is another backdoor attempt to track everyone and what they are doing. This is just California's way to try and implement such tracking by all computers everywhere and report it to other universal tracking tools for The Powers That Be.

    Another example I found this morning is a UK news site that won't allow me to see anything until I agree to register an AI tool's tracking information. I won't, but did look up the AI Tool, it is yet another site add on which will track all requests by all users and report them to The Site? and very likely to yet another government entity.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From John Hasler@[email protected] to alt.os.linux on Wed Mar 4 07:46:35 2026
    From Newsgroup: alt.os.linux

    Carlos writes:
    paid by the administration, but independent.

    You contradict yourself.
    --
    John Hasler
    [email protected]
    Dancing Horse Hill
    Elmwood, WI USA
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From John Hasler@[email protected] to alt.os.linux on Wed Mar 4 07:52:36 2026
    From Newsgroup: alt.os.linux

    Lawrence D’Oliveiro wrote:
    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past history,
    even?

    "Private" is not a synonym for "for profit corporation".

    You really trust ruthless, amoral, power-driven politicians to put
    ordinary people’s interests before their own? Based on past history,
    even?
    --
    John Hasler
    [email protected]
    Dancing Horse Hill
    Elmwood, WI USA
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Wed Mar 4 18:38:40 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 13:12:18 +0100, Carlos E.R. wrote:

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a
    central authority.

    Persona?

    Official Organization, paid by the administration, but independent.

    Perhaps that model works in Spain. It has a very poor track record in the
    US.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Wed Mar 4 18:40:39 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 05:27:21 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Tue, 03 Mar 2026 21:21:47 -0600, John Hasler wrote:

    Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling into
    private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past history,
    even?

    You really trust ruthless, amoral governments to give a shit about the ordinary peoples' interests? Were you born yesterday?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Wed Mar 4 19:54:32 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 14:46, John Hasler wrote:
    Carlos writes:
    paid by the administration, but independent.

    You contradict yourself.

    Such organizations do exist.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Wed Mar 4 19:58:48 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 14:52, John Hasler wrote:
    Lawrence D’Oliveiro wrote:
    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past history,
    even?

    "Private" is not a synonym for "for profit corporation".

    You really trust ruthless, amoral, power-driven politicians to put
    ordinary people’s interests before their own? Based on past history,
    even?

    Nor can we trust private organizations. Consider X.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Wed Mar 4 19:58:04 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 19:38, rbowman wrote:
    On Wed, 4 Mar 2026 13:12:18 +0100, Carlos E.R. wrote:

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a
    central authority.

    Persona?

    Official Organization, paid by the administration, but independent.

    Perhaps that model works in Spain. It has a very poor track record in the
    US.

    Yes, I remember Mr Trump trying to force the... was it the depreciation
    of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    Or Mr Trump going against the persons that are the judges in the
    international court? Like not being able to use their Visa card?

    Yes, there is a problem there.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 20:41:06 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 11:03:00 +0100, jjb wrote:

    On 2026-03-04 06:27, Lawrence D’Oliveiro wrote:

    On Tue, 03 Mar 2026 21:21:47 -0600, John Hasler wrote:

    Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling
    into private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past
    history, even?

    Same goes for governments, especially the US one...

    Some of us live in multiparty democracies. The Government answers to
    us, in a way that no private company is ever going to do. We have
    departments, like the tax department, which already has the job of
    knowing, among other things, how old everybody is. They would be a
    natural for providing a trusted source of a yes/no answer to a query
    “Is this person old enough?”.

    It’s not perfect, but, as Winston Churchill said, “Democracy is the
    worst system in the world ... apart from all the others”.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Wed Mar 4 22:00:02 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 21:41, Lawrence D’Oliveiro wrote:
    On Wed, 4 Mar 2026 11:03:00 +0100, jjb wrote:

    On 2026-03-04 06:27, Lawrence D’Oliveiro wrote:

    On Tue, 03 Mar 2026 21:21:47 -0600, John Hasler wrote:

    Lawrence D’Oliveiro wrote:

    It would need to be Government-run, to avoid the data falling
    into private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    You really trust ruthless, amoral, profit-driven companies to put
    ordinary people’s interests before their own? Based on past
    history, even?

    Same goes for governments, especially the US one...

    Some of us live in multiparty democracies. The Government answers to
    us, in a way that no private company is ever going to do. We have departments, like the tax department, which already has the job of
    knowing, among other things, how old everybody is. They would be a
    natural for providing a trusted source of a yes/no answer to a query
    “Is this person old enough?”.

    It’s not perfect, but, as Winston Churchill said, “Democracy is the
    worst system in the world ... apart from all the others”.

    In Spain, the question is very easy for the operating system if the
    machine has an ID card reader. Every Spaniard over 14 years of age must mandatorily have a police issued ID card that contains a chip (<https://en.wikipedia.org/wiki/National_Identity_Card_(Spain)>). So
    just put the card into the computer to access it, and it knows your age. Possibly with a password that authorizes reading it.

    Trouble is: do you trust the software to not leak your true identity
    when accessing social media? Or anything?

    But! I have not been able to make Linux read my card.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 22:38:05 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 22:00:02 +0100, Carlos E.R. wrote:

    Trouble is: do you trust the software to not leak your true identity
    when accessing social media? Or anything?

    You have a piece of open-source software that does nothing more than
    give a “yes” or “no” answer to the question: is this person of sufficient age? The protocol is public, so it can be independently
    audited to ensure it is not leaking extra information.

    The servers on the social-media sites can be closed-source, that
    doesn’t matter.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 22:40:13 2026
    From Newsgroup: alt.os.linux

    On Wed, 04 Mar 2026 07:52:36 -0600, John Hasler wrote:

    You really trust ruthless, amoral, power-driven politicians to put
    ordinary people’s interests before their own? Based on past history,
    even?

    We vote them out of office if they misbehave. That’s how it works in multiparty democracies.

    And in Parliamentary systems, all it takes is a vote of no confidence
    to get rid of a misbehaving Government. No cumbersome “impeachment”
    process to have to go through.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 22:41:52 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 13:38:11 -0000 (UTC), David LaRue wrote:

    "Carlos E.R." <[email protected]d> wrote in news:16kl7mxnqn.ln2 @Telcontar.valinor:

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a
    central authority.

    Persona?

    Official Organization, paid by the administration, but independent.

    Forgive my doubts. I believe this is another backdoor attempt to
    track everyone and what they are doing.

    If it’s provided by an organization that is already doing a lot of
    that (i.e. the tax department), then it doesn’t seem like much of a “mission creep” to me ...
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Wed Mar 4 22:43:07 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 19:54:32 +0100, Carlos E.R. wrote:

    On 2026-03-04 14:46, John Hasler wrote:

    Carlos writes:

    paid by the administration, but independent.

    You contradict yourself.

    Such organizations do exist.

    And those of us who live in multiparty democracies, with functioning
    checks and balances, are familiar with the existence of such.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From David LaRue@[email protected] to alt.os.linux on Thu Mar 5 00:11:47 2026
    From Newsgroup: alt.os.linux

    Lawrence =?iso-8859-13?q?D=FFOliveiro?= <[email protected]d> wrote in news:10oacfg$3aedo$[email protected]:

    On Wed, 4 Mar 2026 13:38:11 -0000 (UTC), David LaRue wrote:

    "Carlos E.R." <[email protected]d> wrote in news:16kl7mxnqn.ln2
    @Telcontar.valinor:

    On 2026-03-03 21:26, rbowman wrote:
    On Tue, 3 Mar 2026 11:22:12 +0100, Carlos E.R. wrote:

    The only way would be an age certificate issued and signed by a
    central authority.

    Persona?

    Official Organization, paid by the administration, but independent.

    Forgive my doubts. I believe this is another backdoor attempt to
    track everyone and what they are doing.

    If it’s provided by an organization that is already doing a lot of
    that (i.e. the tax department), then it doesn’t seem like much of a “mission creep” to me ...

    What advantage is there to having an OS, rather than the actual user, track and report such information?

    If that was the default then said entities could track all your activity on
    an OS, not just the social media sites. It also makes tracking all your activity easier for the tracking entities.

    Also, if the OS has this knowledge then when any entity decides to add to
    the scope of this tracking, it could alo decide if you could even use your machine for any purpose. This has already been proposed for other forms of personal IDs and thus far rejected. Is hiding this capability in yet
    another tool, your OS, just a way to get around you not wanting said capabulity? Must all devices with an OS now track and control you in this way?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Thu Mar 5 02:09:45 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 20:41:06 -0000 (UTC), Lawrence D’Oliveiro wrote:

    Some of us live in multiparty democracies. The Government answers to us,
    in a way that no private company is ever going to do.

    If you truly believe that you are naive.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Thu Mar 5 02:12:23 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 22:00:02 +0100, Carlos E.R. wrote:

    In Spain, the question is very easy for the operating system if the
    machine has an ID card reader. Every Spaniard over 14 years of age must mandatorily have a police issued ID card that contains a chip

    I thought Franco was long gone.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Thu Mar 5 02:14:39 2026
    From Newsgroup: alt.os.linux

    On Wed, 4 Mar 2026 19:58:04 +0100, Carlos E.R. wrote:

    Yes, I remember Mr Trump trying to force the... was it the depreciation
    of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    Is Trump where your historical horizon ends?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Thu Mar 5 03:51:59 2026
    From Newsgroup: alt.os.linux

    On Thu, 5 Mar 2026 00:11:47 -0000 (UTC), David LaRue wrote:

    What advantage is there to having an OS, rather than the actual
    user, track and report such information?

    I mentioned elsewhere how I think this could work.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From John Hasler@[email protected] to alt.os.linux on Wed Mar 4 21:23:53 2026
    From Newsgroup: alt.os.linux

    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation
    of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so. Trump threatened him. He
    still refused. He remained in office.
    --
    John Hasler
    [email protected]
    Dancing Horse Hill
    Elmwood, WI USA
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Jasen Betts@[email protected] to alt.os.linux on Thu Mar 5 08:06:10 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04, John Hasler <[email protected]> wrote:
    Lawrence D’Oliveiro wrote:
    It would need to be Government-run, to avoid the data falling into
    private hands.

    It would need to be privately-run, to avoid the data falling into
    government hands.

    -- without payment first.
    --
    Jasen.
    🇺🇦 Слава Україні
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Thu Mar 5 10:08:30 2026
    From Newsgroup: alt.os.linux

    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation
    of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so. Trump threatened him. He
    still refused. He remained in office.


    Some judges in the international court can not use their visa card, and travel, and other impediments. Because they dared to indict Netanyahu.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Thu Mar 5 10:09:33 2026
    From Newsgroup: alt.os.linux

    On 2026-03-05 03:12, rbowman wrote:
    On Wed, 4 Mar 2026 22:00:02 +0100, Carlos E.R. wrote:

    In Spain, the question is very easy for the operating system if the
    machine has an ID card reader. Every Spaniard over 14 years of age must
    mandatorily have a police issued ID card that contains a chip

    I thought Franco was long gone.

    The democratic laws validated the card.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Thu Mar 5 10:12:23 2026
    From Newsgroup: alt.os.linux

    On 2026-03-04 23:40, Lawrence D’Oliveiro wrote:
    On Wed, 04 Mar 2026 07:52:36 -0600, John Hasler wrote:

    You really trust ruthless, amoral, power-driven politicians to put
    ordinary people’s interests before their own? Based on past history,
    even?

    We vote them out of office if they misbehave. That’s how it works in multiparty democracies.

    And in Parliamentary systems, all it takes is a vote of no confidence
    to get rid of a misbehaving Government. No cumbersome “impeachment” process to have to go through.

    Not all democracies have a vote of no confidence. We don't. It has to be "constructive", ie, a new president has to be proposed and he has to
    win. We can not just rebuke the existing president of the government.

    And we also have an hereditary king, although with very reduced powers.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Thu Mar 5 20:24:56 2026
    From Newsgroup: alt.os.linux

    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation
    of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so.  Trump threatened him.  He
    still refused.  He remained in office.

    Some judges in the international court can not use their visa card, and travel, and other impediments. Because they dared to indict Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support of
    the U.S. of A.!
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Thu Mar 5 20:41:10 2026
    From Newsgroup: alt.os.linux

    On 5/03/2026 8:12 pm, Carlos E.R. wrote:
    On 2026-03-04 23:40, Lawrence D’Oliveiro wrote:
    On Wed, 04 Mar 2026 07:52:36 -0600, John Hasler wrote:

    You really trust ruthless, amoral, power-driven politicians to put
    ordinary people’s interests before their own? Based on past history,
    even?

    We vote them out of office if they misbehave. That’s how it works in
    multiparty democracies.

    And in Parliamentary systems, all it takes is a vote of no confidence
    to get rid of a misbehaving Government. No cumbersome “impeachment”
    process to have to go through.

    Not all democracies have a vote of no confidence.

    We, Australia, do have a Parliamentary Vote of No Confidence .... and,
    if the result goes against The Government, our Governor General submits
    that result to Buckingham Palace (i.e. The King now) who makes the
    decision Yeah or Nah!!

    Back in 1977 Gough Whitlam's Australian Labour Party government was
    sacked by H.R.H., Queen Elizabeth II, and A Coalition (Liberal/Country
    Party) Government installed. The People voted in an Election about a
    month later and The Coalition won.

    We don't. It has to be "constructive", ie, a new president has to be proposed and he has to win. We can not just rebuke the existing president of the government.

    And we also have an hereditary king, although with very reduced powers.

    As do we .... we 'borrow' the British one!! ;-P
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From David LaRue@[email protected] to alt.os.linux on Thu Mar 5 10:50:10 2026
    From Newsgroup: alt.os.linux

    Daniel70 <[email protected]> wrote in news:10obi58$3lruj$2@dont- email.me:

    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation >>>> of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so.  Trump threatened him.  He
    still refused.  He remained in office.

    Some judges in the international court can not use their visa card, and
    travel, and other impediments. Because they dared to indict Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support of
    the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to understand your place in this time and more.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Thu Mar 5 22:38:26 2026
    From Newsgroup: alt.os.linux

    On 5/03/2026 9:50 pm, David LaRue wrote:
    Daniel70 <[email protected]> wrote in news:10obi58$3lruj$2@dont- email.me:
    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation >>>>> of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so.  Trump threatened him.  He >>>> still refused.  He remained in office.

    Some judges in the international court can not use their visa card, and
    travel, and other impediments. Because they dared to indict Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support of
    the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to understand your place in this time and more.

    Yeap .... but old Israel only existed because, under orders, Moses
    pinched some land from the Arabs .... or whomever the inhabitants at
    that time were.
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Jasen Betts@[email protected] to alt.os.linux on Thu Mar 5 12:23:02 2026
    From Newsgroup: alt.os.linux

    On 2026-03-02, Carlos E.R. <[email protected]d> wrote: ><https://www.tomshardware.com/software/operating-systems/california-introduces-age-verification-law>

    *California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup*

    It doesn't actually seem all that bad.

    There's some interesting definitions in that law.

    https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043


    [.500]
    ] (e) (1) “Covered application store” means a publicly available
    ] internet website, software application, online service, or
    ] platform that distributes and facilitates the download of applications from
    ] third-party developers to users of a computer, a mobile device,
    ] or any other general purpose computing that can access a covered
    ] application store or can download an application.

    So this would include sites like GOG...
    and distro repos if they contain age-restricted content.

    ] (2) “Covered application store” does not mean an online service or
    ] platform that distributes extensions, plug-ins, add-ons, or other
    ] software applications that run exclusively within a separate host
    ] application.

    But perhaps not Steam? but would that make steam-installer restricted
    content? Ok I'm kidding here: some steam apps are easily launched
    outside of steam.

    ] (g) “Operating system provider” means a person or entity that
    ] develops, licenses, or controls the operating system software on a
    ] computer, mobile device, or any other general purpose computing device.

    Given GPL, for linux, “Operating system provider” is whoever has root permission
    on the device.

    Redhat, Debian, Freedesktop.org or someone like that needs to write a tool (and a standard) that can satisfy the “Operating system provider” resonsabilities

    ] (i) “User” means a child that is the primary user of the device.

    One "user" per device - so a single file /etc/agebracket.d/US.CA
    containing a sigle letter (see below) would be all the configuration
    needed.

    Adults get a free pass. They don't count as "user"s.

    [.501]

    ] (2) Provide a developer who has requested a signal with respect to a
    ] particular user with a digital signal via a reasonably
    ] consistent real-time application programming interface that identifies
    ] , at a minimum, which of the following categories pertains to the user:
    ]
    ] (A) Under 13 years of age.
    ] (B) At least 13 years of age and under 16 years of age.
    ] (C) At least 16 years of age and under 18 years of age.
    ] (D) At least 18 years of age.
    ]
    ] (3) Send only the minimum amount of information necessary to comply
    ] with this title and shall not share the digital signal information
    ] with a third party for a purpose not required by this title.

    Adults are not users, and the minimum information is none so the
    response to getAgeBracketOfUser('US.CA') will be 'A' 'B' 'C' or
    silence. silence if 18 or above, or outside of California. In-fact
    an agument could be made that getAgeBracketOfUser() should halt/hang
    instead of returning null. programmers can wrap it in async code.

    I'm guessing getAgeBracketOfUser() may need to be provided in
    javascript for use by GOG.

    [.504]
    ] (g) This title does not impose liability on an operating system
    ] provider, a covered application store, or a developer that arises from
    ] the use of a device or application by a person who is not the user to
    ] whom a signal pertains.

    So sharing accounts is not punishable under this act, so long as everyone
    over 18 has sudo, and is therefore an "operating system provider" :)
    --
    Jasen.
    🇺🇦 Слава Україні
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Thu Mar 5 20:19:18 2026
    From Newsgroup: alt.os.linux

    On 2026-03-05 11:50, David LaRue wrote:
    Daniel70 <[email protected]> wrote in news:10obi58$3lruj$2@dont- email.me:

    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the depreciation >>>>> of the dollar, and the responsible body saying no, and then finding
    himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest
    rates when Trump demanded that he do so.  Trump threatened him.  He
    still refused.  He remained in office.

    Some judges in the international court can not use their visa card, and
    travel, and other impediments. Because they dared to indict Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support of
    the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to understand your place in this time and more.

    Bible...? What is that?
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Thu Mar 5 19:55:07 2026
    From Newsgroup: alt.os.linux

    On Thu, 5 Mar 2026 22:38:26 +1100, Daniel70 wrote:

    On 5/03/2026 9:50 pm, David LaRue wrote:
    Daniel70 <[email protected]> wrote in
    news:10obi58$3lruj$2@dont-
    email.me:
    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the
    depreciation of the dollar, and the responsible body saying no, and >>>>>> then finding himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest >>>>> rates when Trump demanded that he do so.  Trump threatened him.  >>>>> He still refused.  He remained in office.

    Some judges in the international court can not use their visa card,
    and travel, and other impediments. Because they dared to indict
    Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support
    of the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to
    understand your place in this time and more.

    Yeap .... but old Israel only existed because, under orders, Moses
    pinched some land from the Arabs .... or whomever the inhabitants at
    that time were.


    'Pinched' is an understatement. Their tribal god told them to kill
    everybody and they tried their best. iirc in one of their genocides their
    god was pissed off when the troops brought home some goats. 'Didn't I tell
    you to kill EVERYTHING?'

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Thu Mar 5 20:54:47 2026
    From Newsgroup: alt.os.linux

    On Thu, 5 Mar 2026 10:12:23 +0100, Carlos E.R. wrote:

    Not all democracies have a vote of no confidence. We don't. It has
    to be "constructive", ie, a new president has to be proposed and he
    has to win. We can not just rebuke the existing president of the
    government.

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically countries with Presidents are republics.

    And we also have an hereditary king, although with very reduced
    powers.

    🇪🇸 and 🇳🇿 both, constitutional monarchies and multiparty democracies
    at the same time.

    I was born and grew up in 🇲🇾, another constitutional monarchy and multiparty democracy, with no less than 9 royal families, which take
    turns being overall King.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Thu Mar 5 22:34:33 2026
    From Newsgroup: alt.os.linux

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:
    On Thu, 5 Mar 2026 10:12:23 +0100, Carlos E.R. wrote:

    Not all democracies have a vote of no confidence. We don't. It has
    to be "constructive", ie, a new president has to be proposed and he
    has to win. We can not just rebuke the existing president of the
    government.

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically countries with Presidents are republics.

    Still, the official term here is President of the Government.


    And we also have an hereditary king, although with very reduced
    powers.

    🇪🇸 and 🇳🇿 both, constitutional monarchies and multiparty democracies
    at the same time.

    I was born and grew up in 🇲🇾, another constitutional monarchy and multiparty democracy, with no less than 9 royal families, which take
    turns being overall King.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Fri Mar 6 00:07:24 2026
    From Newsgroup: alt.os.linux

    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically
    countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Fri Mar 6 00:33:33 2026
    From Newsgroup: alt.os.linux

    On Thu, 5 Mar 2026 10:50:10 -0000 (UTC), David LaRue wrote:

    israel has a long history and future ahead. Just read your Bible to understand your place in this time and more.

    Religious justifications for what Israel is doing are just adding to
    the unrest, they are not helping to bring about peace and stability at
    all.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Fri Mar 6 02:14:52 2026
    From Newsgroup: alt.os.linux

    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically
    countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of
    Switzerland. Technically she was President but that's a rotating office of
    the Federal Council and has no special power. They don't have a real head
    of state that you can lay the blame on.

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Fri Mar 6 20:10:19 2026
    From Newsgroup: alt.os.linux

    On 6/03/2026 6:55 am, rbowman wrote:
    On Thu, 5 Mar 2026 22:38:26 +1100, Daniel70 wrote:

    On 5/03/2026 9:50 pm, David LaRue wrote:
    Daniel70 <[email protected]> wrote in
    news:10obi58$3lruj$2@dont-
    email.me:
    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the
    depreciation of the dollar, and the responsible body saying no, and >>>>>>> then finding himself in trouble?

    The chairman of the Federal Reserve System refused to lower interest >>>>>> rates when Trump demanded that he do so.  Trump threatened him. >>>>>> He still refused.  He remained in office.

    Some judges in the international court can not use their visa card,
    and travel, and other impediments. Because they dared to indict
    Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the support
    of the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to
    understand your place in this time and more.

    Yeap .... but old Israel only existed because, under orders, Moses
    pinched some land from the Arabs .... or whomever the inhabitants at
    that time were.

    'Pinched' is an understatement. Their tribal god told them to kill
    everybody and they tried their best. iirc in one of their genocides their
    god was pissed off when the troops brought home some goats. 'Didn't I tell you to kill EVERYTHING?'

    Hmmm! Can't say I've been told that story before. ;-P
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Fri Mar 6 11:41:29 2026
    From Newsgroup: alt.os.linux

    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically
    countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of Switzerland. Technically she was President but that's a rotating office of the Federal Council and has no special power. They don't have a real head
    of state that you can lay the blame on.

    Yes, it is confusing when each country works differently, there are many systems. I can forget and talk of president when we have a president of
    the government, whose role is similar to a prime minister.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Fri Mar 6 19:33:57 2026
    From Newsgroup: alt.os.linux

    On Fri, 6 Mar 2026 20:10:19 +1100, Daniel70 wrote:

    On 6/03/2026 6:55 am, rbowman wrote:
    On Thu, 5 Mar 2026 22:38:26 +1100, Daniel70 wrote:

    On 5/03/2026 9:50 pm, David LaRue wrote:
    Daniel70 <[email protected]> wrote in
    news:10obi58$3lruj$2@dont-
    email.me:
    On 5/03/2026 8:08 pm, Carlos E.R. wrote:
    On 2026-03-05 04:23, John Hasler wrote:
    Carlos E.R. wrote:
    Yes, I remember Mr Trump trying to force the... was it the
    depreciation of the dollar, and the responsible body saying no, >>>>>>>> and then finding himself in trouble?

    The chairman of the Federal Reserve System refused to lower
    interest rates when Trump demanded that he do so.  Trump
    threatened him. He still refused.  He remained in office.

    Some judges in the international court can not use their visa card, >>>>>> and travel, and other impediments. Because they dared to indict
    Netanyahu.

    Good on THEM!!

    One wonders IF Israel would still exist if it weren't for the
    support of the U.S. of A.!

    israel has a long history and future ahead. Just read your Bible to
    understand your place in this time and more.

    Yeap .... but old Israel only existed because, under orders, Moses
    pinched some land from the Arabs .... or whomever the inhabitants at
    that time were.

    'Pinched' is an understatement. Their tribal god told them to kill
    everybody and they tried their best. iirc in one of their genocides
    their god was pissed off when the troops brought home some goats.
    'Didn't I tell you to kill EVERYTHING?'

    Hmmm! Can't say I've been told that story before. ;-P

    https://en.wikipedia.org/wiki/Genocide_in_the_Hebrew_Bible

    https://www.bible.com/bible/1/1SA.15.1-28

    I misspoke; Saul brought sheep and cattle back with him, not goats. When
    you hear Amelekites mentioned in a modern context, this is the backstory.

    Many cultures would probably try to bury things like despoiling Egypt and repeated genocides rather than taking pride in them, but so it goes. Christians could have left that all behind with the New Covenant but
    people like Huckabee lap it up.


    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Fri Mar 6 19:36:59 2026
    From Newsgroup: alt.os.linux

    On Fri, 6 Mar 2026 11:41:29 +0100, Carlos E.R. wrote:

    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”.
    Typically countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of
    Switzerland. Technically she was President but that's a rotating office
    of the Federal Council and has no special power. They don't have a real
    head of state that you can lay the blame on.

    Yes, it is confusing when each country works differently, there are many systems. I can forget and talk of president when we have a president of
    the government, whose role is similar to a prime minister.

    The ornamental kings and queens are what puzzles or fascinates US
    citizens.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Fri Mar 6 22:45:13 2026
    From Newsgroup: alt.os.linux

    On 2026-03-06 20:36, rbowman wrote:
    On Fri, 6 Mar 2026 11:41:29 +0100, Carlos E.R. wrote:

    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:

    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. >>>>>> Typically countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of
    Switzerland. Technically she was President but that's a rotating office
    of the Federal Council and has no special power. They don't have a real
    head of state that you can lay the blame on.

    Yes, it is confusing when each country works differently, there are many
    systems. I can forget and talk of president when we have a president of
    the government, whose role is similar to a prime minister.

    The ornamental kings and queens are what puzzles or fascinates US
    citizens.

    Not everybody is proud of them, and want a republic instead.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Fri Mar 6 22:27:16 2026
    From Newsgroup: alt.os.linux

    On Fri, 6 Mar 2026 22:45:13 +0100, Carlos E.R. wrote:

    Not everybody is proud of them, and want a republic instead.

    Just be careful you don’t end up with a dictator instead.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Sat Mar 7 20:32:57 2026
    From Newsgroup: alt.os.linux

    On 6/03/2026 9:41 pm, Carlos E.R. wrote:
    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:
    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:
    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically
    countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of
    Switzerland. Technically she was President but that's a rotating
    office of
    the Federal Council and has no special power. They don't have a real head
    of state that you can lay the blame on.

    Yes, it is confusing when each country works differently, there are many systems. I can forget and talk of president when we have a president of
    the government, whose role is similar to a prime minister.

    .... except that a Prime Minister actually gets to VOTE on a Bill to
    determine IF it becomes Law or not .... rather then, as I understand it,
    just SIGNING a PASSED Bill into Law.
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From rbowman@[email protected] to alt.os.linux on Sat Mar 7 20:38:05 2026
    From Newsgroup: alt.os.linux

    On Fri, 6 Mar 2026 22:45:13 +0100, Carlos E.R. wrote:

    Not everybody is proud of them, and want a republic instead.

    Be careful of what you wish for.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Sat Mar 7 22:16:38 2026
    From Newsgroup: alt.os.linux

    On 2026-03-06 23:27, Lawrence D’Oliveiro wrote:
    On Fri, 6 Mar 2026 22:45:13 +0100, Carlos E.R. wrote:

    Not everybody is proud of them, and want a republic instead.

    Just be careful you don’t end up with a dictator instead.

    Yeah, I'm thinking of someone. :-(
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Sat Mar 7 22:18:52 2026
    From Newsgroup: alt.os.linux

    On 2026-03-07 10:32, Daniel70 wrote:
    On 6/03/2026 9:41 pm, Carlos E.R. wrote:
    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro wrote:
    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:
    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not “President”. Typically
    countries with Presidents are republics.

    Still, the official term here is President of the Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister of
    Switzerland. Technically she was President but that's a rotating
    office of
    the Federal Council and has no special power. They don't have a real
    head
    of state that you can lay the blame on.

    Yes, it is confusing when each country works differently, there are
    many systems. I can forget and talk of president when we have a
    president of the government, whose role is similar to a prime minister.

    .... except that a Prime Minister actually gets to VOTE on a Bill to determine IF it becomes Law or not .... rather then, as I understand it, just SIGNING a PASSED Bill into Law.

    Similar to our president of the government here.

    He can sign a decree, but after some time (a month?) it has to be passed
    in parliament, and it can fail and be removed after of being used for a
    month.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Richard Kettlewell@[email protected] to alt.os.linux on Sat Mar 7 21:24:22 2026
    From Newsgroup: alt.os.linux

    rbowman <[email protected]> writes:
    Carlos E.R. wrote:
    Not everybody is proud of them, and want a republic instead.

    Be careful of what you wish for.

    There’s republics and republics. In this country a plausible approach
    would be to have a ceremonial president with the same limited
    constitutional role that the monarch currently has.

    Would a country that elected its heads of state every 5 years, but
    referred to them as ‘King’ or ‘Queen’ and put them between a throne and a crown, be a republic with anomalous terminology and excessive levels
    of ceremony, or a monarchy with an unusually democratic succession
    process?
    --
    https://www.greenend.org.uk/rjk/
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Sat Mar 7 22:40:55 2026
    From Newsgroup: alt.os.linux

    On 2026-03-07 22:24, Richard Kettlewell wrote:
    rbowman <[email protected]> writes:
    Carlos E.R. wrote:
    Not everybody is proud of them, and want a republic instead.

    Be careful of what you wish for.

    There’s republics and republics. In this country a plausible approach
    would be to have a ceremonial president with the same limited
    constitutional role that the monarch currently has.

    Would a country that elected its heads of state every 5 years, but
    referred to them as ‘King’ or ‘Queen’ and put them between a throne and
    a crown, be a republic with anomalous terminology and excessive levels
    of ceremony, or a monarchy with an unusually democratic succession
    process?

    You can look at countries like Portugal, France, Italy... each with differences.
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@[email protected] to alt.os.linux on Sat Mar 7 22:38:24 2026
    From Newsgroup: alt.os.linux

    On Sat, 7 Mar 2026 22:16:38 +0100, Carlos E.R. wrote:

    On 2026-03-06 23:27, Lawrence D’Oliveiro wrote:

    On Fri, 6 Mar 2026 22:45:13 +0100, Carlos E.R. wrote:

    Not everybody is proud of them, and want a republic instead.

    Just be careful you don’t end up with a dictator instead.

    Yeah, I'm thinking of someone. :-(

    Spain seems to be plotting a very independent course under Sanchez. He
    was one of the first to criticize Israel’s disproportionate response
    in Gaza, and now he’s refusing to go along with Trump’s attacks on
    Iran.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@[email protected] to alt.os.linux on Sun Mar 8 14:11:44 2026
    From Newsgroup: alt.os.linux

    On 2026-03-07 23:38, Lawrence D’Oliveiro wrote:
    On Sat, 7 Mar 2026 22:16:38 +0100, Carlos E.R. wrote:

    On 2026-03-06 23:27, Lawrence D’Oliveiro wrote:

    On Fri, 6 Mar 2026 22:45:13 +0100, Carlos E.R. wrote:

    Not everybody is proud of them, and want a republic instead.

    Just be careful you don’t end up with a dictator instead.

    Yeah, I'm thinking of someone. :-(

    Spain seems to be plotting a very independent course under Sanchez. He
    was one of the first to criticize Israel’s disproportionate response
    in Gaza, and now he’s refusing to go along with Trump’s attacks on
    Iran.

    Right :-)
    --
    Cheers, Carlos.
    ES🇪🇸, EU🇪🇺;
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Daniel70@[email protected] to alt.os.linux on Mon Mar 9 19:35:15 2026
    From Newsgroup: alt.os.linux

    On 8/03/2026 8:18 am, Carlos E.R. wrote:
    On 2026-03-07 10:32, Daniel70 wrote:
    On 6/03/2026 9:41 pm, Carlos E.R. wrote:
    On 2026-03-06 03:14, rbowman wrote:
    On Fri, 6 Mar 2026 00:07:24 -0000 (UTC), Lawrence D’Oliveiro
    wrote:
    On Thu, 5 Mar 2026 22:34:33 +0100, Carlos E.R. wrote:
    On 2026-03-05 21:54, Lawrence D’Oliveiro wrote:

    You mean “Prime Minister” (Pedro Sanchez), not
    “President”. Typically countries with Presidents are
    republics.

    Still, the official term here is President of the
    Government.

    Ah, I see.

    Trump got criticized when he called Keller-Sutter Prime Mister
    of Switzerland. Technically she was President but that's a
    rotating office of the Federal Council and has no special
    power. They don't have a real head of state that you can lay
    the blame on.

    Yes, it is confusing when each country works differently, there
    are many systems. I can forget and talk of president when we have
    a president of the government, whose role is similar to a prime
    minister.

    .... except that a Prime Minister actually gets to VOTE on a Bill
    to determine IF it becomes Law or not .... rather then, as I
    understand it, just SIGNING a PASSED Bill into Law.

    Similar to our president of the government here.

    He can sign a decree, but after some time (a month?) it has to be
    passed in parliament, and it can fail and be removed after of being
    used for a month.

    So, sort of, "Try before you buy!". Weird!
    --
    Daniel70
    --- Synchronet 3.21d-Linux NewsLink 1.2