tomxor 6 hours ago | root | parent | prev | next [–]
> CPU heat output is limited by the resistance of the semiconductors.
Technically true but not applicable... Super conducting CPUs already exist (at below room temp), and they don't use semiconductors. They don't have an exact transistor equivalent but use digital logic circuits such as Quantum Flux Parametron (QFP) and rapid single flux quantum (RSFQ), which are comprised of Josephson Junctions [0] which are made from the same super conducting material. Relying on quantum effects of a gap between two conductors rather than specific material properties.
So while it is true that CMOS are limited by the resistance of both the conductor interconnects AND the semiconductors. Super conducting circuits only appear to need a conductor... There are other drawbacks, such as larger feature sizes due to the nature of super conducting materials, and QFP and RSFQ might be more complex? but this is potentially offset by huge advantages: zero resistance buys not only power efficiency and minimum heat generation (as required by landauer limit), but also allows circuits to be driven at a higher clock, so far demonstrated to 770GHz for one CPU [1]
[0] https://en.wikipedia.org/wiki/Josephson_effect
[1] https://spectrum.ieee.org/superconductor-logic-goes-lowpower
interesting comment i foundsv_register 0
to sv_register 1
in data/autoexec_server.cfg (edited)ProxyPass /adguard http://127.0.0.1:8080/
ProxyPassReverse /adguard http://127.0.0.1:8080/
RewriteEngine On
RewriteRule ^/adguard/(.*)$ http://localhost:8080/$1 [P]
RewriteEngine On
RewriteRule ^/adguard(.*) http://localhost:8080/$1 [P]
>>> ftfy.ftfy("✟₳ηŧy✞")
'✟₳ηŧy✞'
message = f'"{ticket_category.capitalize()}" Ticket created by: <@{ticket_creator.id}> (Global Name: {ticket_creator}) ' \
f'and closed by <@{interaction.user.id}> (Global Name: {interaction.user})'
AttributeError: 'str' object has no attribute 'capitalize'
???