
Si vous avez une liseuse Kobo et vous vous voudriez l'améliorer ou la personnaliser, j'avais fait tout un article à ce sujet il y a 3 ans : https://oniricorpe.eu/log/tech/kobo-hacks-mods/
Si vous avez une liseuse Kobo et vous vous voudriez l'améliorer ou la personnaliser, j'avais fait tout un article à ce sujet il y a 3 ans : https://oniricorpe.eu/log/tech/kobo-hacks-mods/
Si vous avez une liseuse Kobo et vous vous voudriez l'améliorer ou la personnaliser, j'avais fait tout un article à ce sujet il y a 3 ans : https://oniricorpe.eu/log/tech/kobo-hacks-mods/
Multisig Failures Dominate as $2B Is Lost in Web3 Hacks in the First Half - Crypto investors lost around $2 billion to hacks in the first half of the year, with the ... - https://www.coindesk.com/business/2025/07/24/multisig-failures-dominate-as-usd2b-is-lost-in-web3-hacks-in-the-first-half #multisig #finance #hacks #scams #web3 #news
Multisig Failures Dominate as $2B Is Lost in Web3 Hacks in the First Half - Crypto investors lost around $2 billion to hacks in the first half of the year, with the ... - https://www.coindesk.com/business/2025/07/24/multisig-failures-dominate-as-usd2b-is-lost-in-web3-hacks-in-the-first-half #multisig #finance #hacks #scams #web3 #news
Yet we still can't get decent data protection laws.
A Startup is Selling Data Hacked from Peoples’ Computers to Debt Collectors
https://www.404media.co/a-startup-is-selling-data-hacked-from-peoples-computers-to-debt-collectors/
#Startup#Hacks#DebtCollectors#DataBrokers#Privacy#Security#InfoSec#Tech
Yet we still can't get decent data protection laws.
A Startup is Selling Data Hacked from Peoples’ Computers to Debt Collectors
https://www.404media.co/a-startup-is-selling-data-hacked-from-peoples-computers-to-debt-collectors/
#Startup#Hacks#DebtCollectors#DataBrokers#Privacy#Security#InfoSec#Tech
Yesterday, for reasons best left unstated, I invented a technique for combining #bash and #Python into a single file.
The motivation was to have something a bit more powerful than the #! to decide which installed Python to use.
The magic is in line two:
#!/bin/bash
""""true"
# bash sees this, python ignores it
if [ -e /path/to/file ]; then
exec python3 "$0" "$@"
else
echo "OMG, something is missing"
exit 1
fi
"""
# begin python fun!
from thing import python_stuff
python_stuff()
Because it's link a shebang, only weird!
I've added shebonk support to my forked zipapp.py, will be using to build even more portable pagekite.py bundles than before!
I wonder if this hurts my chances of getting my enhanced #zipapp merged back into upstream #CPython? :-P
A space for Bonfire maintainers and contributors to communicate