Guillem Borrell's Avatar

Guillem Borrell

@guillemborrell.bsky.social

If no one comes from the future to stop you from doing it, how bad can it be?

10 Followers  |  48 Following  |  29 Posts  |  Joined: 09.11.2024  |  1.9162

Latest posts by guillemborrell.bsky.social on Bluesky

The Exploding Whale: An infamous moment in Oregon history creates a strangely beloved icon
The infamous exploding whale incident occurred Nov. 12, 1970, in Florence, Oregon. A whale washed ashore on the Oregon beach and with no other means to dispo... The Exploding Whale: An infamous moment in Oregon history creates a strangely beloved icon

On this day 55 years ago, Oregon blew up a beached whale with 20 cases of dynamite.

12.11.2025 11:01 β€” πŸ‘ 13    πŸ” 3    πŸ’¬ 0    πŸ“Œ 3
Amable LiΓ±Γ‘n - Wikipedia, la enciclopedia libre

Se ha ido un gigante. Fue un placer compartir departamento con Amable. es.wikipedia.org/wiki/Amable_...

09.11.2025 13:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I guess the highest level of intellectual integrity is to create a working product to prove a point.

05.11.2025 16:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If you ever believe you're a good leader, remember that Gru knows all minions by name.

02.11.2025 08:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Superpowers: How I'm using coding agents in October 2025 I used to write more

I wrote up my "How I'm using coding agents in October 2025" post.

blog.fsck.com/2025/10/09/s...

10.10.2025 01:49 β€” πŸ‘ 71    πŸ” 12    πŸ’¬ 3    πŸ“Œ 3
Post image

🐍 Python 3.14 is here! πŸŽ‰

✨ Template strings (t-strings) for safer string interpolation
πŸš€ Free-threaded Python officially supported (bye GIL!)
🎨 Syntax highlighting in the REPL
πŸ“¦ Zstandard compression in stdlib
πŸ” Remote PDB debugging

Full release notes: docs.python.org/3.14/whatsne...

07.10.2025 16:46 β€” πŸ‘ 31    πŸ” 14    πŸ’¬ 0    πŸ“Œ 1
Video thumbnail

Meet Qwen3-Omni: the open-source challenger shaking up the AI world!

The first truly end-to-end omni-modal AI, Qwen3-Omni unifies text, image, audio, and video in a single modelβ€”no more trade-offs between modalities.

23.09.2025 04:33 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0
Docker no puede descargar imagenes desde cloudflare.

Docker no puede descargar imagenes desde cloudflare.

TelefΓ³nica considerando de manera unilateral que un burdo intento de bloquear la piraterΓ­a es mΓ‘s importante que la productividad en este paΓ­s.

21.09.2025 15:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Seeing the Bill Watterson originals full of pencil lines of stuff that didn’t work, scuffs the eraser didn’t pick up, white out galore and more was something I needed to see to remind myself that nothing is perfect the first go and tweaks need to be made and you’re allowed to try again.

20.09.2025 19:10 β€” πŸ‘ 6812    πŸ” 1913    πŸ’¬ 37    πŸ“Œ 44
Post image 18.09.2025 10:58 β€” πŸ‘ 60    πŸ” 23    πŸ’¬ 1    πŸ“Œ 2
15.09.2025 12:39 β€” πŸ‘ 2957    πŸ” 607    πŸ’¬ 18    πŸ“Œ 12
Post image

Wow, I can run services. Android is getting better...

12.09.2025 20:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Android 16 🎊

12.09.2025 20:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Interesting chart fromThe Wall Street Journal

#economy #retailsales #retail #markets @wsj.com

04.09.2025 10:21 β€” πŸ‘ 72    πŸ” 12    πŸ’¬ 3    πŸ“Œ 1
Preview
Denmark Makes History: Your Face and Voice Are Now Your Intellectual Property Europe's First Digital Identity Protection Law Tackles the Deepfake Crisis Denmark is poised to become the first European nation to grant citizens copyright control over their own faces, voices, and ...

www.myprivacy.blog/denmark-make...

02.09.2025 00:11 β€” πŸ‘ 6406    πŸ” 1625    πŸ’¬ 87    πŸ“Œ 173
Preview
Scientists found the missing nutrients bees need β€” Colonies grew 15-fold Scientists have developed a breakthrough food supplement that could help save honeybees from devastating declines. By engineering yeast to produce six essential sterols found in pollen, researchers pr...

This feels like a spot of good news

www.sciencedaily.com/releases/202...

23.08.2025 23:31 β€” πŸ‘ 25322    πŸ” 7363    πŸ’¬ 580    πŸ“Œ 603
mkdir /tmp/aime25_openai
OPENAI_API_KEY=x \
  uv run --python 3.13 --with 'gpt-oss[eval]' \
  python -m gpt_oss.evals \
  --base-url http://localhost:1234/v1 \
  --eval aime25 \
  --sampler chat_completions \
  --model openai/gpt-oss-20b \
  --reasoning-effort low \
  --n-threads 2

mkdir /tmp/aime25_openai OPENAI_API_KEY=x \ uv run --python 3.13 --with 'gpt-oss[eval]' \ python -m gpt_oss.evals \ --base-url http://localhost:1234/v1 \ --eval aime25 \ --sampler chat_completions \ --model openai/gpt-oss-20b \ --reasoning-effort low \ --n-threads 2

TIL you can run an eval suite against OpenAI's gpt-oss-20b open weights model running in LM Studio with the following uv one-liner. Here's my full TIL: til.simonwillison.net/llms/gpt-oss...

17.08.2025 03:49 β€” πŸ‘ 74    πŸ” 4    πŸ’¬ 3    πŸ“Œ 1

BBC International Editor Jeremy Bowen has confirmed that the entire Al Jazeera team in Gaza City has been killed.

10.08.2025 22:33 β€” πŸ‘ 12420    πŸ” 9857    πŸ’¬ 624    πŸ“Œ 1629
Headline: A star may have survived partial black hole
spaghettification

Headline: A star may have survived partial black hole spaghettification

we’ve all worked on this codebase

29.07.2025 15:41 β€” πŸ‘ 490    πŸ” 76    πŸ’¬ 15    πŸ“Œ 6

LLM providers now tuning models to draw pelicans on bikes

29.07.2025 15:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Claude effortlessly wrote 1.2k lines of Bicep modules. It would've taken me a month. Suddenly the value of some of my expertise has dropped to 0, to the point that I'm wondering if I need to hire in a different way.

27.07.2025 07:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I ask about sandbox access in the first meeting with the cloud team, and I still get smirking faces. It's 2025 guys.

12.07.2025 08:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This is a cycle that I break literally using my company's AWS accounts, that do have sandbox access. Which is something I can do because we have relatively open, shared IP agreements with clients.

12.07.2025 08:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Then a back-and-forth of policy changes that takes months, when policies can be figured out with 30 min of experimentation with a sandbox.

12.07.2025 08:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The development team doesn't have a sandbox, so they need wide and general policies, which the cloud security team immediately rejects, because they want to see the strict policies they need. At the same time the cloud team doesn't provide sandbox access.

12.07.2025 08:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Devops and mlops have been a thing for almost a decade now, and every implementation I see is full of pitfalls. The most common is what I call the "sandbox deadlock".

12.07.2025 08:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I love Barcelona, but I see London Paddington and Barcelona Sants, and it's obvious why the former is percieved as "business friendly" and the latter is dragging its feet.

01.07.2025 13:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I've been trying Gemini 2.5 pro, Claude Sonnet 4, and GPT 4.1 and for the moment the winner is, surprisingly, GPT 4.1. I think OpenAI is tuning it for agentic coding; the feedback and the questions back to the user are surprisingly good, same as editor tool use.

21.06.2025 06:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Post image

CoΓ±o, ha ganado el Madrid

31.05.2025 21:04 β€” πŸ‘ 20    πŸ” 7    πŸ’¬ 3    πŸ“Œ 0

Scientists have identified the most German thing in the world

22.05.2025 13:22 β€” πŸ‘ 191    πŸ” 44    πŸ’¬ 7    πŸ“Œ 1

@guillemborrell is following 19 prominent accounts