🚨SCAM ALERT🚨 Only holds ONE SEED 🚩 -> SeedSigner can hold 3+ ✅ Uses gimmick marketing "QR scanning done right" 🚩 Uses NFC & then tells you how to perform surgery to remove NFC, which you paid (extra) for 🚩 CEO said QR scanning is insecure & is now offering a QR scanning product 🚩 Not Open Source 🚩 VC funded 🚩 https://image.nostr.build/a4f42724af85783a50b873b3cf693298dfb21486559306ee7ece7f1d241cd08e.jpg https://image.nostr.build/bf2381f050e33ed8dfc5c932e382b4aa9f4c9a4dca41b557ab37370d3a8fbe3b.jpg
You can build a @SeedSigner for ~30$ without a case - 60$ with a 3D printed case customized to your liking. You don't even need to do anything special if you buy the raspberry pi pre soldered. You're welcome 🫡🫂🤙✅. https://www.adafruit.com/product/3708 nostr:nevent1qqsguw29pyez9fx37jcq04zrnepmj57pp5ln3wq29uktvme8l52txtgpzamhxue69uhkummnw3ezuendwsh8w6t69e3xj7szyr3zvzn67vanhgcqwsg3c3t8j080trf2ks79jedahdj4ly8ewwv6cqcyqqqqqqgersvqy
Can you point a newb to where to get a raspberry pi pre soldered?
Just remember to remove the Bluetooth/Wifi component. https://image.nostr.build/0ce4403f841172d068d45a8595e0dfac4629fcce0ffe55ca92e54fc84d41ff4b.jpg https://www.adafruit.com/product/3708
https://image.nostr.build/0e5fc7ff84d78a388f03366f82c15cd2c15871e92b3f8d12148c8be134e32519.jpg nostr:nevent1qqsguw29pyez9fx37jcq04zrnepmj57pp5ln3wq29uktvme8l52txtgpzemhxue69uhhxetpwf3kstnwdaejuar0v3shjq3qugnq57hn8va6xqr5zywy2eunem6c624583vkt0dmv40ep7tnnxkqxpqqqqqqzh5qarv
Just looked at their source code and it still seems to be available even at the firmware level! https://github.com/Coldcard Also why is it a red flag that something is VC funded? 🤔
You're either open source or you're not. You're welcome to view the source but you can't build on top of it.
I don't want to build on top of it. I just want to be able to verify the code and that it does what it supposed and claims to do.
It's counterintuitive to think this way. You want code to progress as well as possible with something as sensitive as self custody. Their code not being open source deters developers from finding vulnerabilities...moreover they have a history of not paying bounties either. You're looking at this from a stupid way IMHO, and you're not alone in this view so you feel comfortable....doesn't mean you/y'all aren't sipping dumbfuckjuice.
In Eric Raymond’s ‘The Cathedral and the Bazaar’ he puts forth the original and concise arguments in favor of open source code. One of the key principles for why open source would win was that “many eyes make all bugs shallow” this is illustrated if you have ever written a paper or letter and asked someone to proof read it. Immediately they find a number of obvious things you missed in your revisions (Spelling, grammar, punctuation, awkward word choices etc.) And if you were to bring the paper to a third they would find more issues. An error or mistake will be obvious to someone that wasn’t obvious to you. The game then is to get as many eyes on the code as possible so that the most bugs possible are obvious to the largest number of people. So while making code available for review means you can technically see the code and what it is doing, it doesn’t mean there isn’t a non obvious bug lurking. And while you state you want to review the code, very few people actually will. However if people were building on top of a code base because they were extending it or forking it for their own purposes, people would be reading the code deeply to understand how to actually apply changes and not break things. Or after breaking them, they would be trying to fix things. The second principle for why open source would win was the human need to “scratch an itch”. Presuming a bug is found by only reviewing code what is the incentive mechanism by which they would report it. In open source a valuable fix to an unseen bug creates reputation among peers, and the observants of a noticed bug being fixed only because you spotted it and brought it to attention or provided a fix yourself being adopted by the project and adding your name to a list of contributors is satisfying. Thus there is an ecosystem which incentivizes remedies for issues. These are two reasons why in practice simply making code available for review will not have the same impact on quality as making the code available as an open source license.