Lovasoa

@lovasoa
37 Followers
38 Following
75 Posts

There is a new Firefox beta version of wallabagger. You can help us just using it. It can work aside of the official one.

The biggest change is about handling Europresse. You can save content from it and wallabag save the real page URL. Handy, right!

You should use the Ophirofox addon to get the best experience: https://addons.mozilla.org/firefox/addon/ophirofox/

- https://addons.mozilla.org/firefox/addon/wallabagger-beta/

#wallabag #wallabagger #Europresse

Ophirofox – Get this Extension for 🦊 Firefox (en-US)

Download Ophirofox for Firefox. Lire la presse en ligne grâce à votre compte Europresse, ou via une bibliothèque universitaire disposant d'un partenariat avec Europresse.

📣 Face à l'absence flagrante de voix iraniennes dans les médias francophones (et je ne parle des héritiers des courtisans du dictateur précédent déchu, qui se voient dérouler un tapis rouge indécent), j'ai fait un petit site de traductions de textes de témoignages de personnes vivant en Iran :

https://text.tchncs.de/divegorbeh/

Du témoignage de la vie d'un enfant sous les bombes, à des analyses politiques d'anciens prisonniers politiques, il y a des choses variées. J'essaye d'en poster régulièrement, quand j'ai le temps.

Pour les francilien.ne.s, vous pouvez voir des annonces pour les prochaines manifs (y en a une a Paris vendredi notamment) ici :
https://imginn.com/roja.paris
(Roja est un collectif iranien, kurde et afghan)

Si vous souhaitez aider, étant donné l'embargo que subit l'Iran depuis des décennies, c'est compliqué/impossible d'envoyer directement de l'argent sur place.
Je recommande de faire des dons à vos assos d'exilé.e.s locales. Ou à l'association Nouvel Horizon qui aide les réfugié.e.s iranien.ne.s et afghan.e.s :
➡️ https://nouvel-horizon.org/faire-un-don/

#Iran #AideCommunautaire #NonALaGuerre
#ایران #نه_به_جنگ

Div-e Gorbeh

دیو گربه

Div-e Gorbeh

I started a new chapter of my Agentic Engineering Patterns guide about anti-patterns - things NOT to do

So far I only have one: Inflicting unreviewed code on collaborators, aka dumping a thousand line PR without even making sure it works first https://simonwillison.net/guides/agentic-engineering-patterns/anti-patterns/#inflicting-unreviewed-code-on-collaborators

Anti-patterns: things to avoid - Agentic Engineering Patterns

Anti-patterns: things to avoid - Agentic Engineering Patterns

Simon Willison’s Weblog

I needed it, so I built it: a visual json schema editor.

https://json.ophir.dev/

JSONJoy Builder - Visual JSON Schema Editor

Visual JSON Schema editor for creating and manipulating JSON Schema definitions. Open source at https://github.com/lovasoa/jsonjoy-builder

LinuxFR offre un livre pour la dépêche sur Zaibu :)
@nanawel , je pense qu'il te revient!
The $200/month GPT-4.5 is "expected to hallucinate less". But even the handpicked examples they give contain hallucinations.
🚀 Just released SQLPage v0.33... Build a JSON REST API in a single SQL query! 🔥🔗 github.com/sqlpage/SQLP...
Release v0.33.0 · sqlpage/SQLPage

SQLPage 0.33 Released ! 🚀 NoteSQLPage lets you build web applications using SQL queries. If you know SQL, you can create complete web applications without spending time on traditional web developme...

GitHub
I released a new SQLPage (SQL-to-website tool) for Christmas 🎄 In the update: new features, bugfixes, config options requested by power users. The new "article" option renders long-form text nicely. sql-page.com github.com/sqlpage/SQLP...
SQLPage: SQL websites

Build interactive websites with only SQL queries.

#AdventOfCode Day 1 with #SQL #SQLite

```sql
SELECT sum(abs(b - a)) AS sum FROM
(SELECT a, row_number() OVER (ORDER BY a) as a_idx FROM list),
(SELECT b, row_number() OVER (ORDER BY b) as b_idx FROM list)
WHERE a_idx = b_idx
```
Join the fun 👉 https://adventofcode.com/

Advent of Code 2025

I really *loathe* tutorials which say:

"Install XYZ in the normal way."

WHAT'S THE NORMAL WAY?!?!?!?!

😡😡😡😡