Satoshi chose DOUBLE Sha256 hash, as it offers some extra security over simple Sha256.
In my simple, XOR-based encryption project I chose DOUBLE XOR-ing for extra security :D
optout
optout@nostrplebs.com
npub1kxgp...lecx
freedom tech ⚡ freedom money
All Lightning wallets could have ecash support.
All Lightning node implementations could have a Cashu mint add-on option.
This bitcoin mining difficulty increase is BRUTAL


Hey Nostr,
Please help me with this issue and I can pay sats for your time:
## Refactor website to pre-rendering,
The task is described in this GitHub issue:
I also copy the description here:
This is the website of https://huszonegy.world -- Hungarian bitcoin-only community. This is a relatively small, static-content website, with no dynamic content, database, or login.
Technically, it is built with vite and vue, and it is dynamically generated, in the sense that the delivered HTML page contains only scripts, and the content is filled only inside the client browser.
The problem is that this setup is not very search-engine (SE) friendly, as many SE's don't handle such dynamic context.
The goal is to refactor the website, with as minimal changes as possible, such that the full HTML content can be generated pre-deployment time.
Expectations:
- deployed HTML files contain the actual content (not just placeholders to be filled in dynamically by javascript code)
- minimal change, preferably still based on vite/vue
- friendly with GitHub Pages hosting, ideally deployable by simple copy (but minimal hooks are acceptable).
Make an offer on this URL:
https://satshoot.com/naddr1qvzqqqrllupzpvvszaww7srutyl30s24fq8d5x3wulmvssmcamcwju6nlplwtycqqy88wumn8ghj7mn0wvhxcmmv9uqsuamnwvaz7tmwdaejumr0dshsz9mhwden5te0wfjkccte9ec8y6tdv9kzumn9wshsz9mhwden5te0wfjkccte9ec8y6tdv9kzumn9wshsz9mhwden5te0vf5hgcm0d9hx2u3wwdhkx6tpdshsq46jv4nxzcm5daez6am9vfekjar9946x7ttswfjj6un9dejx2unfdenj66r5w3c8xtt8d96xsatz943k7mfddp6hx7n0dejkw7fddp6hx7n0dejkw7fdva5hg6r4vgkkjmedxf4856rrdgrwqx4n
#satshoot #asknostr #vite #web #vike #vue #seo
GitHub
GitHub - huszonegy/huszonegy.github.io: HUSZONEGY weboldal, https://huszonegy.world
HUSZONEGY weboldal, https://huszonegy.world. Contribute to huszonegy/huszonegy.github.io development by creating an account on GitHub.
GitHub
Refactor to SEO-friendly server-side pre-rendering · Issue #221 · huszonegy/huszonegy.github.io
This is the website of https://huszonegy.world -- Hungarian bitcoin-only community. This is a relatively small, static-content website, with no dyn...
An EMOJI picker without a text search is just useless
We have the great projects of #BDK, #LDK, #NDK, #CDK -- shoutout to all the contributors!
We only need a few more:
ADK, DDK, EDK, FDK, GDK, HDK, IDK, JDK, KDK, MDK, ODK, PDK, QDK, RDK, SDK, TDK, UDK, VDK, WDK, XDK, YDK and ZDK.
Onwards!
On Blind vs. Validating Signers:
If you have access to a signer that blindly signs everything, it's as good as if you had access to the private key itself, even though the private key never leaves the signer!
That's why a signer needs to validate -- either by the user, or by algorithm.
Cypherpunks use and write open source code. But cypherpunks don't much care about licenses or copyright.
GPL is a neat idea, but not a cypherpunk idea, as it based on copyright and court system to enforce it.
#asknostr Best relay transfer tool? Scrape specific events from relays and copy then to a destination relay (e.g. for backup of own events)
I was impressed by AI again, how it can write and execute a program to factorize a number, all on its own.
I had a presentation on bitcoin mining, and to illustrate asymmetric cost of some arithmetical operations, I used the below example. I offered a bounty on the factorization of 9508762877, to better engage the audiance:
I picked a number large enough so that it's unfeasible to solve by trying with a calculator (5-digit primes).
To my surprise, in about 10 seconds, I got the right answer!
The winner (l0rinc) used AI, with this minimal prompt:
```
factorize 9508762877
```
which gave the correct result quickly.
How? Internally, it created this Python script, and executed it:
```python
import sympy
# Number to factor
number = 9508762877
# Factorize the number
factors = sympy.factorint(number)
factors
```
Really cool! (Note: not all AI's are capable of this)
I picked a number large enough so that it's unfeasible to solve by trying with a calculator (5-digit primes).
To my surprise, in about 10 seconds, I got the right answer!
The winner (l0rinc) used AI, with this minimal prompt:
```
factorize 9508762877
```
which gave the correct result quickly.
How? Internally, it created this Python script, and executed it:
```python
import sympy
# Number to factor
number = 9508762877
# Factorize the number
factors = sympy.factorint(number)
factors
```
Really cool! (Note: not all AI's are capable of this)Bitcoin-to-bitcoin atomic swap (onchain) -- is it possible?
I know bitcoin-lightning (submarine swap), lightning-lightning, bitcoin-smartcontractaltcoin are all possible, but I've never seen bitcoin-to-bitcoin
About 1.5 yrs ago I started a little Nostr-key-store #Keystr project, which I quickly abandoned due to lack of time. In the meantime other great solutions emerged for this problem, like nsecBunker or Amber, so there's no point in reviving this project.
Despite this, yesterday I got a 2100 sats zap out of the blue with the message:
Thanks for #KEYSTR!
Feels so great!
NOT EVERYTHING IN LIFE IS CARELESS FUN. AND THAT'S HOW IT SHOULD BE.