choutos boosted

Struggling with vibe coding? You just need to get better at prompting. Here is a six video series "course" to teach you how to write the most effective AI prompts and get the most out of vibe coding!

(Do you ever wonder what it would be like if there were some special language for giving commands to computers... a kind of prompting language so they would do *exactly* what you wanted? Maybe someone should invent that.)

choutos boosted

"Humans aren’t very efficient movers—until you put us on a bicycle, when we become some of the most energy-efficient land travelers in the animal kingdom.": scientificamerican.com/article

choutos boosted

@EUCommission

While it's less bad than if all these new car sales were petrol or diesel, a "clean future" is one where trains cover most travel and bicycles, trams and electric buses cover all short distances.

Europe, with its compact geography and pre-existing railway lines, is ideally suited to swiftly transition to a largely car-free society. That is the future.

#Europe #TransportPolicy #EcosystemCollapse

choutos boosted
choutos boosted

Diego é o melhor desenhador galego da atualidade e a gente nem sabe que existe porque o consumo cultural de qualidade demanda um conhecimento além dos canais massivos, ou tempo para pesquisar fora de aqueles, que nom está ao alcance da maioria.
Este dia um colega do mundo da música falava-me com paixom da sua banda favorita de todos os tempos e eu nem a conhecia. É o mesmo.
Temos meios privados entregues à rotina e às grandes produtoras. Mas é pior os meios públicos nom cumprirem o seu papel.

choutos boosted

The “problem” with vaccines? They so effective at preventing deaths that they create generations of people that question whether disease was a problem in the first place because they have never experienced the horrors of a world without vaccines.

choutos boosted

Recordatorio amistoso de que en el largo plazo sólo las renovables correctamente desplegadas servirán para mitigar el cambio climático.

Ni la fisión ni la fusión serán convenientes por un hecho que ha entrado en el balance y que no he visto considerar en los debates: el calor residual.

Lo comentaba ya en la red del pajarraco y aquí el año pasado

mstdn.social/@ecosdelfuturo/11

Y un hilo con más detalles

mstdn.social/@ecosdelfuturo/10

#renovables #nuclear #CambioClimatico

choutos boosted

@Rataunderground puede que odiemos snap, Gnome 3, Ubuntu, docker, flatpak, los drivers de Nvidia, PulseAudio, systemd, Emacs, y los portátiles con hardware no compatible. Pero jamás odiariamos Linux.

choutos boosted

Some interesting insights into why people do or don't support climate change initiatives.

For example: "We found that people consistently underestimate how much others support climate action. This phenomenon is known as 'pluralistic ignorance'. On average, respondents underestimated support by 18%, and overestimated opposition by 16%. This creates a kind of shared illusion that climate policies are less popular than they actually are."

phys.org/news/2025-08-climate-

choutos boosted

Wow ; "Let’s Encrypt ( @letsencrypt ) currently issues more publicly trusted certificates in a single day than existed in total during 2013."

letsencrypt.org/2025/08/14/rfc

choutos boosted

🇺🇸 📚 **Reading like it’s 1989**

_Not only do well-read people perform better on tests of general knowledge — but as early as elementary school, Snow said, “better readers are better at understanding the multiple points of view that might be held about a civic or a moral issue. They’re less likely to think that if you disagree with them, it’s because you’re stupid … I think that’s pretty important.”_

🔗 news.harvard.edu/gazette/story.

@bookstodon @literature

choutos boosted

How should we respond when those in education, but not teaching, feel they don’t need courses in teaching in their studies?

choutos boosted

@bibliolater @bookstodon

The novel promises: I will entertain you.

You say: Very well. In return I will give you my attention.

If the book does not fulfill its part of the bargain, you are automatically released from the contract.

choutos boosted

Ponyo dobrada ao galego em Ferrol, Compostela e Vigo

FERROL

Duplex
🗓️ sexta-feira 1/8 🕢 19:30h
🗓️ sábado 2/8 🕢 19:55h
🗓️ domingo 3/8 🕢 19:55h
duplexcinema.com/gl/filmes/pon

COMPOSTELA

Numax
🗓️ sexta-feira 1/8 🕓 16h
🗓️ sábado 2/8 🕓 16h
numax.org/cinema/ficha/ponyo

Multicines Compostela
🗓️ Da sexta-feira 1/8 à quinta-feira 7/8
🕠 17:40 h
multicinescompostela.com/proxi

VIGO

Multicines Norte
🗓️ quinta-feira 7/8 🕗 20:10h
multicinesnorte.eu/cartelera-2/

#anime #cine #galego #Ghibli

choutos boosted

@TrueNorthSpice Not ignore completely, but perhaps not make them our sole focus.

The EU alone is nearly as big an economy as the U.S., and that's before you factor in the UK, Canada, Australia, and other larger rich countries. Then take the emerging economic power of the Global South as well, and there's no reason that the latest whims of the U.S. leader should dominate every news cycle, with pundits trying to guess what he really "intends."

(Answer: Nothing. He intends nothing. He's the human embodiment of a random walk, and we're fools to keep trying to figure him out as if he could actually reason out a plan.)

choutos boosted

(This post is for non-Americans.) Folks, it's time to stop agonising over everything the Americans do, and focus instead on building a world that works without them. Let's accept that we can no longer rely on them for anything: trade, global security, aid, medical research, a model of democracy, tech innovation … anything.

Even if the U.S. somehow achieves peaceful democratic transfers of power in 2026 and 2028 — and there are many good Americans fighting hard for that — there''ll be years or decades of cleaning up and rebuilding shattered democratic institutions from the ground up. Write them out of the global script for now and move on.

#USpolitics #trade #war #science

choutos boosted

Say what you will about Trump, but you have to admit that the economy is doing great under his leadership if you just completely make up all the numbers.

choutos boosted

Dear journalists writing about AI being the end of programming as a profession:

Programming has a long history of embracing tools that make things more productive. The manual for the STANTEC ZEBRA explains that a limitation of 150 instructions is not a practical problem because no one could possibly write a working program that complex. Today, we routinely write programs several three orders of magnitude more complex than that in an afternoon. Higher-level languages have increased programmer productivity by literal orders of magnitude. Things like integrated debugging environments, reliable autocompletion, higher-level type systems, and so on have all been embraced because they let you solve the problems faster.

Note that they don’t all let you write more code quickly. Most of the improvements in productivity have had the opposite impact. They don’t let you write code faster, they let you write less code to do the same things. This started with libraries of reusable code and simple abstractions like functions and has grown over time. I can write a simple dynamic web page in a couple of lines of PHP, where doing the same thing in the assembly languages that the ZEBRA folks were talking about would require me to write thousands of lines. The PHP version would be more portable and also vastly easier to adapt to changing requirements.

At the same time, there are far more problems that need programs to solve them than there are people who can write programs. If programmer productivity doubled tomorrow, there would not be enough programmers. If people who can’t program were all suddenly able to program at the level of a first-year undergraduate tomorrow, there would still not be enough programmers. And that’s why our industry puts so much effort into end-user programming languages. That’s why the most successful programming language, with over a billion users, is Microsoft Excel.

With all that in mind, don’t you think that the fact that most programmers need mandates from management to use bullshit generators to ‘help’ programming might be an indication that the hype isn’t all it claims to be?

choutos boosted
choutos boosted
Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.