In Australien wollen sie ein Wind/Solar Kraftwerk bauen das fast so viel elektrische Energie erzeugt wie sie insgesamt brauchen. Na gut, nicht jeder hat eine Wüste übrig.
"The developers say it could generate over 200TWh of renewable energy annually, [...].This is “similar in magnitude” to Australia’s current total power generation, which stood at 274TWh in 2023."
https://www.rechargenews.com/energy-transition/world-s-largest-renewable-energy-project-size-of-el-salvador-seeks-go-ahead/2-1-1770295
Etwa hier: https://www.openstreetmap.org/#map=10/-30.9329/126.9800, ziemlich leer da😀
[#]Energiewende #pv #Windkraft #australien
=> More informations about this toot | View the thread
Codeberg does not only render Markdown but also org-mode, I would not have guessed this.
A few lines example:
https://codeberg.org/harald/Codeschnipselnotizen/src/commit/ea7558d002b91cb0d095bd4f49bdcd01440515f1/OrgmodeTryout.org
[#]codeberg #orgmode #emacs #markdown
=> More informations about this toot | View the thread
Nominell so viel wie 50 AKW Wind und 180 AKW in Solar hat China in 2024 zugebaut. 👍
https://www.rechargenews.com/energy-transition/china-smashed-records-for-new-wind-and-solar-in-2024/2-1-1767512
=> More informations about this toot | View the thread
Atomkraft? Läuft! Man muss sie sich halt leisten können.
"Der Rechnungshof aktualisierte auch seine Kostenschätzung des ersten französischen EPR-Reaktors, der mit zwölf Jahren Verspätung im Dezember in Flamanville ans Netz angeschlossen wurde. Insgesamt habe er 23,7 Milliarden Euro gekostet, hieß es, also etwa siebenmal so viel wie die 3,3 Milliarden, die er ursprünglich hätte kosten sollen."
https://www.n-tv.de/politik/Rechnungshof-schlaegt-bei-Macrons-AKW-Plaenen-Alarm-article25488310.html
[#]atomkraft #energiewende #edf #flamanville
=> More informations about this toot | View the thread
Das klingt ja mal nicht schlecht: "Der Akku von ProLogium besitzt eine hohe Energiedichte von 359,2 Wh pro Kilogramm. Demgegenüber erzielen aktuelle Akkus mit Lithium-Eisenphosphat-Kathoden in Großserien-Elektroautos maximal 150 Wh/kg."
https://energyload.eu/elektromobilitaet/elektroauto/prologium-mercedes-feststoffakkus/
[#]ev #energiewende #feststoffakku
=> More informations about this toot | View the thread
I did it again: a new supplement for Emacs' Eglot package: eglot-selran gives you access to the language server's textDocument/selectionRange API.
Read more: https://codeberg.org/harald/eglot-supplements#selection-ranges
Feedback welcome.
[#]eglot #emacs #eglot-supplements #lsp #languageserver #codeberg
=> More informations about this toot | View the thread
Getting macros for Emacs right is an abysmal pita, as the output of the macro must be valid Elisp code. This usually requires a wild mix of expansion/evaluation or not of the macro parameters in the right places. If you have not done this for the last umpteen years, you will (no subjunctive, you WILL) screw up first.
To make the task a easier I tried a macro to (a) dump the macro expansion of your macro and (b) let it go wild.
https://codeberg.org/harald/Codeschnipselnotizen/src/branch/main/elisp/tracemacro.el
[#]elisp #emacs #defun #defmacro #codeberg
=> More informations about this toot | View the thread
I am in rant mood. The #diff tool in #Emacs, called #ediff.
People rant about Emacs', lets say, non-standard user interface. I use it for 40 years and like it. But ediff is just a pita.
In case anyone knows how to get a similar thing to
git difftool --tool=meld --dir-diff
meaning:
Suggestions welcome.
[#]meld
=> More informations about this toot | View the thread
Und hier gleich der Grund warum ich die Antworten eines künstlichen Idioten immer noch als "randomly diced blurb" bezeichne.
Aus einer Antwort: "Anfang November 2024 erreichten alle erneuerbaren Energien zusammen, inklusive Biomasse und Wasserkraft, kurzzeitig etwas über 10.000 Megawattstunden Leistung"
Das ist ungefähr so sinnvoll wie "Die Fließgeschwindigkeit des Rheins ist 100 Kubikmeter".
=> More informations about this toot | View the thread
I am mildly impressed by https://www.perplexity.ai
I had a somewhat obscure question about Emacs Lisp and got a useful answer. And for another more standard question the answer was useful too. An added benefit is: the answers list sources👍 , so it is easy to check whether the randomly diced blurb of the AI has anything to do with reality. This way, AI stuff starts to be helpful for serious work where you need facts, not just nice reading chatter.
[#]emacs #elisp #perplexity
=> More informations about this toot | View the thread
GNU vs systemd.
"The Shepherd herds system and user services, keeping you in the loop: you configure it and extend it in Scheme."
Yes, they mean Lisp, ((((((((((🤢 )))))))))))))))
Recently I do a lot of Lisp, voluntarily: https://codeberg.org/harald/eglot-supplements
Yet, while interesting on the one hand (that's why I do it), I have to restrain myself daily from writing a rant of how the language makes the live of the dev miserable.🤦♀️
https://www.theregister.com/2024/12/13/systemd_257_gnu_shepherd/
[#]gnu #shepherd #systemd #scheme #lisp #programming
=> More informations about this toot | View the thread
Wooooowaaa! 👍 ❤️ 🎆
Emacs' Magit activates a bug number of the form '#11' in a commit message window to be a link to the actual bug on codeberg. I would have not expected this, but its very nice.
[#]emacs #magit #codeberg #git
https://codeberg.org/harald/eglot-supplements/issues/11
=> More informations about this toot | View the thread
If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.
After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.
I tested it with eclipse-jdtls and tsc.
Feedback welcome.
[#]Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
[#]codeberg
https://codeberg.org/harald/eglot-supplements#call-hierarchy
=> More informations about this toot | View the thread
My new preferred way to run gitk:
[#]!/bin/bash
if [ "$#" -eq 0 ]; then
/bin/gitk --reflog &
else
exec /bin/gitk "$@"
fi
Which means: even if I really mess up my git working directory, with --reflog I'll see each and every available commit, branched or tagged or not and it is easy to resurrect "lost" commits.
Not that I frequently mess up, but I somehow got used to see it all.😀
[#]gitk #git #programming #vcs #softwaredevelopment
=> More informations about this toot | View the thread
@workingdraft
Beim Thema Frameworks, Revision 638 eures Podcast, stelle ich überrascht fest, dass ich nicht allein bin mit meiner Skepsis. Wobei es bei mir nicht nur Skepsis ist, wie der Titel des Post bereit andeutet 😎
https://miamao.de/blog/2023-04/08.Software_Frameworks.html
=> More informations about this toot | View the thread
If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.
I tested it with eclipse-jdtls and tsc.
Feedback welcome.
[#]Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
https://codeberg.org/harald/eglot-supplements#call-hierarchy
=> More informations about this toot | View the thread
Fun with time zones. In my job I learned that date/time without time zone is mostly useless. I have a hate-relationship with Java's LocalDateTime.
On vacation in another time zone we had two incidents which supports the above, both in apps, DHL delivery time to the neighbor, calendar appointment time this week showing the time in our vacation zone despite the events taking place in our home time zone. Very confusing.
[#]softwaredevelopment #programming #timezone #time #date
=> More informations about this toot | View the thread
Völlig unprofessionelle Filmkritik: bis 1.1 müssen wir jetzt wieder lahmarschig, schmalzige "Weihnachts"filme mit Kackmusik ertragen.
[#]film #fernshehen #streaming
=> More informations about this toot | View the thread
Schöner großer Falter auf Gran Canaria, circa 5cm, kennt jemand?
[#]falter #biologie
=> View attached media | View attached media
=> More informations about this toot | View the thread
Oooompf, "'Mastogram Official' folgt dir jetzt" hieß es gerade. Will ich das?
"A Smarter Crossposting Tool for Mastodon and Telegram."
WILL ICH DAS?
[#]fedihelp #mastodon
=> More informations about this toot | View the thread
=> This profile with reblog | Go to HaraldKi@nrw.social account This content has been proxied by September (3851b).Proxy Information
text/gemini