Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v3nndh$h9jb$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v3nndh$h9jb$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: BGB <cr88192@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Tue, 4 Jun 2024 13:46:00 -0500
Organization: A noiseless patient Spider
Lines: 58
Message-ID: <v3nndh$h9jb$2@dont-email.me>
References: <v2l828$18v7f$1@dont-email.me>
 <7d0e8f25-a8ba-4995-9b90-ff35f85d423f@gmail.com>
 <v2p91e$26lpk$1@raubtier-asyl.eternal-september.org>
 <beffc569-3606-b627-ded9-93ce8478f2dd@please.ty>
 <v2qfi0$2de9j$1@raubtier-asyl.eternal-september.org>
 <v2unfe$3alds$1@dont-email.me>
 <v2v637$3cunk$1@raubtier-asyl.eternal-september.org>
 <v3dmq6$2edto$1@dont-email.me> <hOu6O.6223$xPJ1.1866@fx09.iad>
 <20240602110213.00003b25@yahoo.com> <v3jcqt$3ntcs$5@dont-email.me>
 <dfk7O.8605$7jpd.3004@fx47.iad> <86cyoxojw6.fsf@linuxsc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 04 Jun 2024 20:46:09 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="801b5a0de480e0294ba412809135ac96";
	logging-data="566891"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/BXk1twCdfT1b+5US/Y8V4cMm980QB72A="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:f8JYuMxZOJSaWcRpbH8j7xZ9aJc=
In-Reply-To: <86cyoxojw6.fsf@linuxsc.com>
Content-Language: en-US
Bytes: 3697

On 6/3/2024 3:23 PM, Tim Rentsch wrote:
> scott@slp53.sl.home (Scott Lurndal) writes:
> 
> [ ... (internal-combustion) engines, ... ]
> 
>> It's pretty clear that the ICE is becoming a dinosaur.
> 
> Kind of makes it full circle, doesn't it?  ;)

Though, annoyingly, there isn't a great alternative in some use cases:
   Batteries: Lower energy density and require charging (slow);
   Fuel Cells: More expensive and finicky.
   Internal combustion engines: Noise.
     Reciprocating ICE: Bulky and noisy;
     Rotary Engine: Inefficient.
     Gas turbine: Very inefficient at smaller sizes.
   Rankine cycle engines:
     Difficult to scale down effectively.
       Small turbines are still inefficient;
       Reciprocating designs are still noisy.


One promising technology is "light cells":
Burn fuel to release heat inside of a chamber;
Heat causes contained sodium metal to glow and release monochromatic 
orange light through a quartz envelope or similar;
Use solar cells to convert light to electricity.

Though, seems this would make more sense in combination with batteries:
Batteries run low, so start up light cell to recharge, then shut down 
when batteries are full.

Could almost try to convert heat to electricity more directly via the 
Peltier Effect, but this is inefficient.


Mostly, things get annoying, if one wants a mobile power-supply between 
500W and 2kW. Where these are too big for batteries to be ideal, but 
small enough that using ICE's is rather annoying (due to noise any/or 
smokey/stinky exhaust).


Ideally want something to run on a fuel like Ethanol or Isopropanol 
(with no need for the addition of 2-cycle oil or similar), mostly so 
that it burns cleanly.


Though, arguably, a small Rankine cycle engine with Ethanol could make 
sense, if one also uses the ethanol as a working fluid for the turbine, 
this adds heat and vaporizes it making it easier to use in combustion 
(can use a nozzle that uses the high-pressure vaporized fuel stream to 
pull in air intake for the combustion process, which is then used to 
vaporize more fuel). Though, if using pistons, they would still make noise.


....