@Oshi @Bitcoin Beans @The Bullish ₿itcoiner @Satoshi Coffee Co. @SoapMiner I’ve been working on a nostr tool that allows merchants to post classified listings requesting to connect with suppliers that accept btc. It works the same on the supplier side.
Example: I make sourdough bread and sell it for sats to my customers. I’d like to pay my flour suppliers in sats as well. I create a listing on this app and a supplier who’s sees my listing can contact me to set up a deal.
Is this something you all would use? Would you even want to pay for your ingredients in sats? Or have you already found your suppliers and aren’t looking for new ones?
db42
npub1jcaz...flp2
Engineer at Fold.
React native dev. Christian, sourdough.
Nostr projects:
PureSignal: https://testflight.apple.com/join/Sv9RM8vz
Bitbybit mempool app: https://apps.apple.com/us/app/bitbybit-mempool-explorer/id6479184653
Calling it now, #XXI acquires @npub1ex7m...vyt9 in the next 18 months. Maybe even a reverse merger. No big conspiracy, it just kind of makes sense. XXI wants to be more than a just a treasury company but has no products. Strike has the products and is profitable but doesn’t have the treasury and public standing to be huge fast. Same CEO.
Here’s a script for your family’s secret Santa
‘’’
const names = []
function createSecretSanta(names) {
if (names.length < 2) {
throw new Error("Need at least 2 names for Secret Santa")
}
const shuffled = [...names]
for (let i = shuffled.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[shuffled[i], shuffled[j]] = [shuffled[j], shuffled[i]]
}
const assignments = []
for (let i = 0; i < shuffled.length; i++) {
const giver = shuffled[i]
const receiver = shuffled[(i + 1) % shuffled.length]
assignments.push({ giver, receiver })
}
return assignments
}
const assignments = createSecretSanta(names)
assignments.forEach((assignment) => {
console.log(`${assignment.giver} -> ${assignment.receiver}`)
})
‘’’
A great way to quantify your degree of procrastination. Find the browser tab of the thing you’re supposed to be working on, and then count how many browser tabs there are to the right of that tab.
@Bitcoin News did you change your rss feed url or completely remove it? I was using it for @PureSignal but it stopped working about a week ago.
Would you rather solo mine 1 bitcoin block or score 1 touchdown in the NFL?
“… BlackRock increasing its exposure to its own spot Bitcoin ETF”
♻️
View article →
Kind of funny how nothing ever really changes.


Just dropped $70 on this and I cannot wait to eat it. 🤤


Technically if the government repeals daylight savings time, the sun would go down earlier in the day all year. I think what we all actually want is to have daylight savings time turned on all year. DST maximalist!!!
@Bitcoin Policy Institute does your blog have an rss feed by chance? I’d like to add your posts to the @PureSignal app feed. 🙏
Right on the heels of SnS announcing their SBR they’re also partnering with us at Fold to get sats flowing to everyday customers. Stack those sats 🙌
View article →
If china and the us stopped all trade tomorrow, which country would be worse off and why?
This episode legit got me nervous…
View article →
If pimple patch companies are subtly promoting bitcoin in their packaging, we’re winning guys.


This is why the price hasn’t ripped yet. There’s plenty of sellers. Once the sellers are exhausted… hold on!
View article →
I love pretty much all Apple products but they really dropped the ball with this UX…


Nostr web of trust is only as strong as its weakest link. It assumes people scrutinize every new follower they get, but a lot of people will see that “jack” (who is actually just a scam bot) followed them and just blindly follow back breaking the web of trust.
Nostr follows are non-fungible