phentz.bsky.social
@phentz.bsky.social
Excellent for collaborative session. We also use the boards with layouts to organize a bunch of screenshot
September 15, 2025 at 7:28 AM
Le site armysos.com.ua n'est pas sécurisé (pas de certificat) et semble "cassé"
armysos.com.ua
August 27, 2025 at 11:20 AM
E
April 9, 2025 at 8:54 PM
Cette nuit j'ai mal dormi, j'ai regardé les actualités et entendu un "crack"

c'était les marchés financiers
...
April 7, 2025 at 11:12 AM
404 error on your github link !
March 19, 2025 at 12:18 PM
So why there is no alternative app that use them ?
January 9, 2025 at 12:05 AM
Are they standard BLE devices ?
Are they visible as such when you scan for BLE devices ?
January 8, 2025 at 1:54 PM
Nice !
Next step .... jupyter.org/try-jupyter/...
JupyterLite
jupyter.org
December 5, 2024 at 8:42 AM
Add the headers X-Forwarded-From and BlueSky-Forwarded-To
December 2, 2024 at 10:37 PM
Good choice to forget it and focus on your business
December 1, 2024 at 10:08 PM
My second PC after a Dragon 32 and before a Macintosh SE
December 1, 2024 at 4:39 PM
Joke aside, I tend to have 'bunx' installed once and then use 'bunx pnpm ...
'
November 29, 2024 at 7:34 PM
npx pnpm ...

But you need to have npx installed 🤗
November 29, 2024 at 7:31 PM
SQLite is embedded in python as a standard lib. Any python interpreter can handle SQLite database.
November 29, 2024 at 7:34 AM
it's fine but Duckdb would be better at that. Since your data looks like time series you could also use arrow/parquet/hdf5 files.
November 29, 2024 at 7:32 AM
Duckdb is great too for OLAP cases
November 29, 2024 at 7:27 AM
SQLite has views. And since SQLite is fully embedded in the hosting language, you can declare triggers that will call the hosting language. What else do you expect from a stored procedure ?
November 29, 2024 at 7:25 AM