



A ZERO, tal como o EEB, apela ao Parlamento Europeu e aos Estados-Membros para que analisem e rejeitem quaisquer elementos do acordo que prejudiquem os objetivos climáticos, a soberania energética ou a credibilidade internacional da Europa."
https://zero.ong/noticias/zero-denuncia-impacto-negativo-do-acordo-comercial-ue-eua-na-descarbonizacao/
https://michaelnotebook.com/slow/index.html




On
Image.fromarray()
: 15)
img1 = PIL.Image.fromarray(my_array, mode="RGB")
So I went to see the documentation:
https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray
And came out empty handed, that is, couldn't understand what to do instead :(
And the plot thickens (this affects many projects, there are some workarounds, but some argument about "reverting" this change allowing some "mode" on import):
https://github.com/python-pillow/Pillow/pull/9063
(@py5coding@py5coding I guess you'll want to check this out at some point. py5_tools.animated_gif uses mode="RGB")=
https://expresso.pt/nosection/foruns/forum_politica/2025-07-31-governo-acaba-com-varias-entidades-no-ministerio-da-educacao-como-a-fundacao-para-a-ciencia-e-tecnologia-23ec8128
Já em problemas concretos da tecnologia na administração pública - por exemplo a mudança no #SIRESP ... bem, o prazo qie acabava hoje para um estudo foi afinal adiado (sem nova data), e estamos aqui estamos a fazer novo ajuste directo porque o governo não consegue cumprir os seus próprios objectivos.
https://healthnews.pt/2025/07/31/estudo-para-substituicao-do-siresp-sem-prazo-definido-apos-prolongamento/
#ptpol #tecnologia
https://expresso.pt/nosection/foruns/forum_politica/2025-07-31-governo-acaba-com-varias-entidades-no-ministerio-da-educacao-como-a-fundacao-para-a-ciencia-e-tecnologia-23ec8128
Já em problemas concretos da tecnologia na administração pública - por exemplo a mudança no #SIRESP ... bem, o prazo qie acabava hoje para um estudo foi afinal adiado (sem nova data), e estamos aqui estamos a fazer novo ajuste directo porque o governo não consegue cumprir os seus próprios objectivos.
https://healthnews.pt/2025/07/31/estudo-para-substituicao-do-siresp-sem-prazo-definido-apos-prolongamento/
#ptpol #tecnologia
https://www.troff.org/pubs.html
I have two books from that list, for example “The UNIX programming environment”:
https://movq.de/v/c3dab75c97/upe.jpg
It’s a bit older, of course, but it looks and feels like a normal book, and it uses the same tech as manpages – which I think is really cool. 😎
It’s comparable to LaTeX (just harder/different to use) but *much* faster than LaTeX. You can also do stuff like render manpages as a PDF (
man -Tpdf cp >cp.pdf
) or as an HTML file (man -Thtml cp >cp.html
). I think I once made slides for a talk this way.On the other hand, traditional manpages (i.e., ones that are not written in mandoc) do not use semantic markup. They literally say, “this text is bold, that text over here is italics”, and so on.
So when you run
man foo
, it has no other choice but to show it in black, white, bold, underline – showing it in color would be wrong, because that’s not what the source code of that manpage says.Colorizing them is a hack, to be honest. You’re not meant to do this. (The devs actually broke this by accident recently. They themselves aren’t really aware that people use colors.)
*If* mandoc and semantic markup was more commonly used, I think it would be easier to convince the devs to add proper customizable colors.
.*
entry did the trick! i originally had these rules in there, they were added by default except for the youtube rules:
imgur\.com
giphy\.com
imgs\.xkcd\.com
reactiongifs\.com
githubusercontent\.com
youtube\.com
yt.\be
also oooh the missing feature sounds very handy!
.png
or .jpg
or whatever, we _should_ just render that as an image and not expect users to wrap it in Markdown image links 
.*
entry to allow all/any domsins. Screenshot attached 
https://movq.de/v/81219d7f7a/s.png
Problem is, hardly anybody knows this, because you configure this by … drumroll … overwriting TERMCAP entries of
less
in your ~/.bashrc
:export LESS_TERMCAP_md=$'\e[38;5;3m' # Bold export LESS_TERMCAP_me=$'\e[0m' # End Bold
export LESS_TERMCAP_us=$'\e[4;38;5;6m' # Underline export LESS_TERMCAP_ue=$'\e[0m' # End Underline
export GROFF_NO_SGR=1 # Needed since groff 1.23=
Click Click: https://bandadecallcenter.bandcamp.com/track/8h
https://blog.val.town/vibe-code
https://oxide.computer/blog/our-100m-series-b
Images randomly deciding not to load on all my pages.
Is it just me? Is it my browser's fault? Is it just in Brazil?
I was working on this #shapely + #trimesh page... and I can only see the last image (the animated gif)!
https://abav.lugaralgum.com/material-aulas/Processing-Python-py5/shapely-e-trimesh.html
Update: On this exact page I have bungled the image URLs (I blame Marktext for being stupid and not using a relative reference). But I swear loading problems have been going on other well formed pages.
https://www.catherinejue.com/fast
The README should hopefully provide a crude introduction. The example configuration file is documented fairly well, I believe (but maybe not). You probably still have to consult and maybe also modify the source code to fit your needs.
Let me know if you run into issues, have questions, wishes etc.
https://www.latimes.com/entertainment-arts/story/2025-07-29/awdah-hathaleen-killed-no-other-land-palestinian-activist-israeli-settler
Doesn't sound bad, I like it. The synth reminded me of some song by Beast in Black.
"Anteprojeto passa a determinar que o trabalho flexível, para pais com filhos com menos de 12 anos, terá em conta trabalho prestado “habitualmente” aos fins de semana ou feriados. Alteração contraria decisão do Supremo."
https://www.jornaldenegocios.pt/economia/emprego/lei-laboral/detalhe/governo-quer-impedir-que-pais-recusem-trabalho-ao-fim-de-semana
#ptpol #trabalho
“Man pages are great, man readers are the problem”
https://whynothugo.nl/journal/2025/04/09/man-pages-are-great-man-readers-are-the-problem/
HTML output is a bit broken in GNU groff, though (OpenBSD on the left, GNU on the right):
https://movq.de/v/f1898e648f/s.png
🤔
Still, I’m inclined to convert my manpages to mandoc.