Filter
Exclude
Time range
-
Near
Worked my ass off in college, got into GDM as a mentee, AI4Bharat as a backend data guy, did freelance and a few gigs at Scaler, AuthBase, Memorang. Got a $100k job offer, this was before @kirat_tw & @100xDevs made 100k USD jobs cool. Did 178 projects, and 4 research papers.
1
2
96
15 Apr 2025
Introducing bcmr.flowee.cash 💪 So, I've been thinking about the idea of what a Bitcoin Cash"registry" could entail. In the BCMR spec the idea of a registry is fluid, it can be a single json, it can be a site that hosts their friends jsons and indeed it can be a server like paytaca hosts that has a lot of registries on demand. What has been mostly missing here is figuring out what data to trust, and I think practically everyone goes on the assumption that there are no imposers, which is fine until it is no longer true. So, a registry could behave like a clearing house for wallets that want to know the trust-worthyness of the metadata they are given. Consider: 1. You go to a conference and realize they require you to have an NFT get into the place. But they stopped selling them some weeks ago. But, great, someone notices your plight and is willing to sell you his extra ticket for a "nice price". How do you check that that ticket you're about to get is not just a copy? It is trivial to create a duplicate identity and tickets, if you can sell them for the real thing, that is profitable. 2. You receive a token in your wallet. You go and figure out what it is by visiting a registry (or two). The registry states it is a token that belongs to a certain auth-chain, and you already have several tokens from that same auth-chain so they are nicely grouped together in your wallet. Turns out, the new token is from a different publisher altogether. They published a bcmr that lied about their auth-chain and in fact if you check on-chain you realize they are not the same publisher. The level of complexity needed to check all this is definitely over the heads of our users. As such this kind of scam is easy to get away with. Doing those checks is non-trivial, honestly. So I did them for you. 😃 The last week I spent on writing some code to make a new bcmr site. With obviously the bcmr jsons, but also a lot more. Let me walk through this; * A token category json. Example: @MoriaMoney. bcmr.flowee.cash/4046913cba6…. The link is simply the (lowercase) category with .json. Nothing complex. See image below. * The actual bcmr they published is stated in the sources structure, there is only one and it has the hash a230e... Which is the url you'd use if you wanted that file. Here: bcmr.flowee.cash/a230e422c10…. For the lazy; you can just use the [category]/latest.json or basically the same file, but it has whitespace removed so it is smaller. Here: bcmr.flowee.cash/4046913cba6… * In the sources you can see a field 'trust', which here is filled with the value 'ultimate'. This is because we checked that authchain links to the bcmr and the bcmr links to the auchchain. Proving the source is authorative about the authchain. * At the root level you also see a different 'trust' field. Which has value 'high'. This field comes from a manual configuration on the server. Specifically the authbase is known to actually belong to who it says it belongs to. Default value is 'marginal', but the operator can also specify that a certain category or auth-chain is known to be a scam, which would lead to a trust of 'absent'. Icon cache People that mint a coin can sent it to strangers and their wallet will then respond by downloading an image. So if you own the server this is on, you can get the IP address of a certain bitcoin address very quickly that way. The solution to that is to have an icon-cache in your registry server. If we continue to use the above moria example, the icon is cached for quick download. The URL is as follows: you take the source-bcmr it is listed in (typically you want the latest one, which is the first in the list) and in this case that is a230e422c1... You take the full url of the icon, but remove the schema (http etc). In this case that is meta.moria .money/b1.png and you append that to reach: bcmr.flowee.cash/a230e422c10… image cache So, icons are generally small and every token has one. Many nfts have one. Images, on the other hand, can get pretty big quickly. The default is set to not cache those, but per authbase or category that default can be changed. For instance this one has all data: bcmr.flowee.cash/5a4f6b25243… I'll leave it up to the reader to figure out the full paths to icons and images. DNS based bcmrs. So, the original spec also suggests that people publish their bcmr on their website under a well known path, as such giving extra evidence that the auth-chain really belongs to them. From my checks nobody really does that yet, though. Further work So the idea that an auth-chain links to a bcmr and that links back is pretty neat, but it does mean you need to download a series of transactions. Which I did for this check. What might be useful, then, is for me to publish the auth-chain as a singular file, possibly with a merkle-proof. The advantage of such a file is that a wallet doen't have to trust the server, with that data it is pretty easy to verify the bcmr is genuine and without modifications. Maybe one day. Last, the project doesn't have a full time operator, it is just me. So if you want to let me know a certain category is a scam, send me a message. If you want to tell me a certain authchain is trusted, same. And for now I don't have a server to auto-update this, but all the software to do so is available on my normal git home.
1
4
23
1,046
程式碼的封裝和再利用 作者近期在開發程式庫,封裝了各式雲端 TTS(Text to Speech)服務的 API,為的是讓使用者可以通過統一的介面來使用。在開發的過程中,作者發現各式服務的 API 都不同,設計思維和方法有很大的差異。這篇文章討論了其中一家服務的設計,並對其設計提出建議和改進。 這個服務的 SDK 使用了一些過於複雜和不必要的設計,例如多餘的 Singleton 模式和靜態方法。作者認為可以簡化這些設計,直接使用 requests 程式庫,並通過一個 AuthBase 來處理簽名。這樣可以保持原來程式庫的介面不變,減少對原有程式碼的侵入。同時還減少重載或修改的範圍,並盡可能利用程式庫本身提供的擴充方式。 總之,軟體工程師應該避免過度複雜的設計。這樣既能減少程式碼,又能提高程式碼的可讀性和維護性,對使用者來說也更方便。 frostming.com/2024/friendly-…

4
14
1,296
27 Jul 2023
I recently created a fungible #CashToken with ticker $XRBF on #BCH L1 and it took 2 txs: 1. Mint the tokens 2. Transfer the authbase Tx 1 Cost: 0.00000387 BCH Tx 2 Cost: 0.00000434 BCH TOTAL COST: 0.00000821 BCH That's USD$0.0020 or 1/5th of a cent. It's that cheap
3
4
24
1,823
The fourth edition of @StoryProduct powered by @AWSActivate on 15 December, features two products - Nukkad Shops and AuthBase! Come and hear from the people who built these unique product solutions! Register to get an invite, at theproductstory.co/
4
11
9 May 2018
Authlogin, a secure login system for your Node site in less than 50 lines of code, is now available through the Authbase App Addon Store for free. Read more: npmjs.com/package/authlogin.
2
Thanks to our Partner Authbase use Promo SWAUTH for discounts. Register now at swhyd.in

3
2
3 Apr 2018
Introducing Authbase Apps. Read more at bit.ly/2EfBkM3.

2
10 Mar 2018
@williamsthing just saw Authbase on @ProductHunt, so cool! I run a community of student makers from around the world called @feathrd, wanna join us? 😄
1
Moment of pride when 6 of the startups, assocated with, make to Top 30 out of 1100 in @THubHyd #RoadToGES, in pursuit of CoCreating Success....more so when one of them make to Top 3. Proud of #imaginate #iotrl #docturnal #bluesemi #authbase #FindFacts @iiithf
2
4
5 May 2017
T-Hub live demo by Authbase. Stop by pavilion now!! @THubHyd #tiecon #Authbase
8
12
Using Artificial Intelligence for data security: Why startups need to check out Authbase @Shilparanipeta writes thenewsminute.com/article/us…

2
8
Using Artificial Intelligence for data security: Why startups need to check out Authbase @Shilparanipeta writes thenewsminute.com/article/us…
2
4
Using Artificial Intelligence for data security: Why startups need to check out Authbase @Shilparanipeta writes thenewsminute.com/article/us…
2
4
Authbase and Gayam Motor Works battle it out at Get in the Ring at @THubHyd @thenewsminute
4
RT WeAreHyderabad "4 Telangana-based startups (Hug Innovations, Loop Reality, AuthBase and Kheyti) win accolades f… thenewsminute.com/article/fo…"

2