Calle de los Herreros: o coração do ‘tapeo’ em Zamora

Calle de los Herreros, uma rua emblemática em Zamora, Espanha, é conhecida pelo 'tapeo', uma prática social que envolve degustar comida e vinho em vários estabelecimentos. A rua pedonal e empedrada tem cerca de 150 metros e é o epicentro da vida noturna local. #photography #Espanha #CastelaeLeão #Zamora #CalleDeLosHerreros

https://clicksememorias.wordpress.com/2026/06/13/calle-de-los-herreros-o-coracao-do-tapeo-em-zamora/

Calle de los Herreros: o coração do ‘tapeo’ em Zamora

Calle de los Herreros, uma rua emblemática em Zamora, Espanha, é conhecida pelo ‘tapeo’, uma prática social que envolve degustar comida e vinho em vários estabelecimentos. A rua pedonal…

Clicks&Memórias

A day in the life of a FOSS maintainer:

Close a #meson PR and label as #llmslop. The PR is incorrect and I certainly won't be going to lengths to tell the author what to fix. I would prefer zero LLM PRs at all, but if you're going to submit one don't have the bare cheek to be completely low quality.

Immediately get harassed by other project maintainers who insist that you're "unfriendly to contributors". Maybe I shouldn't have called the LLM a clanker?

#AISlop

Current setup:

IDEs: #Gram Editor @krig Fantastic editor, Zed without the AI crap, more control on your extensions and LSPs.

CLion: The University where I teach makes you choose between Jetbrains or VisualStudio. Not touching MS products so CLion it is.

Current languages:

#Vala by @vala_lang
#Zig by @andrewrk
#python #c #cpp. I'm teaching stuff with these at the University.

Build systems #meson #cmake and #zig depending on the project.

I've been enjoying this arrangement for a while 😄.

Pulpería de María es un restaurante gallego reconocido por su ambiente familiar y su apuesta por la cocina tradicional, donde el pulpo a feira se convierte en el gran protagonista de la carta. Situado en Santiago de Compostela, el local destaca también por especialidades como las zamburiñas a la plancha, la croca de ternera y los chipirones, siempre acompañados de un trato cercano y raciones abundantes. #Hosteleríayrestauración #Mesón #Restau

https://www.todoenlaces.com/pulperia-a-dmaria/

mesonlsp is finally back again. Yesterday, I released 5.0.0. It has basically no new features but instead contains modernizations and all the new meson APIs.

Feel free to try it out: https://github.com/JCWasmx86/mesonlsp/releases/tag/v5.0.0

COPRs are also available: https://copr.fedorainfracloud.org/coprs/jcwasmx86/Swift-MesonLSP/

(Update in the vscode-meson extension will be done later on)

#meson #mesonbuild

can someone tell me why the default state of b_colorout (whether to use colored output) in #meson is always instead of auto? doesn't that break pretty much any program that parses the build command's output to locate warnings and errors in the code?

Small announcement: I intend to continue the development of the meson language server: https://github.com/JCWasmx86/mesonlsp

The repo is unarchived again, so feel free to open issues, bugs, features request.

As first measure I will clean up the 1.5 years of missed meson developments.

#meson #mesonbuild

GitHub - JCWasmx86/mesonlsp: An unofficial, unendorsed language server for meson written in C++

An unofficial, unendorsed language server for meson written in C++ - JCWasmx86/mesonlsp

GitHub

Today I learned about profile-guided optimization, the most obscure form of optimization I've heard of yet.

https://mesonbuild.com/howtox.html#use-profile-guided-optimization

#meson #gcc #optimization

How do I do X in Meson?

MESONが実証実験結果を公開「XR広告は従来の2D広告よりも高い広告効果を示す」

3月17日、MESONが、自社のApple Vision Pro向け開発XRプロダクト「Immersive Showroom」の効果を検証する実験結果を発表。「XR広告は従来の2D広告よりも高い広告効果を示す」ことが明ら […]

Mogura VR News

Compiling #gamescope on #slackware current – a tale of slackpkg+ repo priorities. 🐧

#Meson failed to download stuff (SSL not available) because Alienbob’s python3 package was looking for libssl 1.1 (wtf?).

Fixed it by:
1️⃣ Replacing Python with the official package.
2️⃣ Replacing Alienbob’s lua (5.1) with the official 5.4 to fix missing symbols.
3️⃣ Adding a missing switch case to satisfy the compiler on the HEAD version. 🛠️

Voila – it compiles and runs! 🚀 #linux #linuxgaming