mynv

2.4K posts

mynv banner
mynv

mynv

@_mynv

@velapayio

가입일 Şubat 2013
975 팔로잉232 팔로워
mynv
mynv@_mynv·
@GuiBibeau Would appreciate if you could check out @velapayio A programmable payment authority for every business powered by Arcium so the billing data is encrypted - our main focus is on private recurring payments velapay.io
English
0
0
0
71
Gui Bibeau e/acc
Gui Bibeau e/acc@GuiBibeau·
Time for a last round of landing page reviews: Reply here if I have not covered you yet! I’ll do 20 from the list here
English
65
3
83
6.8K
mynv
mynv@_mynv·
looks cool ngl
mynv tweet media
English
0
0
0
15
mynv
mynv@_mynv·
running @FactoryAI droid missions to build demo app for @velapayio using GLM-5.1 will share the results here
mynv tweet media
English
1
0
0
48
mynv
mynv@_mynv·
@defi_isaac @sahanamantha7 yep the less the better ppl should spend doing real thing instead of wasting time to create "well designed" personal website albeit with the rise of good LLMs this can be more justified over time
English
0
0
0
21
‎Isaac
‎Isaac@isaacbuildss·
@sahanamantha7 The best personal website is always less about the design and more about the accolades A top-tier AI researcher that has a Google Docs looking personal website > well designed personal website with 1-2 internships
English
1
0
6
877
sahana
sahana@sahanamantha7·
what is the best personal website you have seen?
English
107
15
526
99.2K
mynv
mynv@_mynv·
but other than technical things - there was one thing i was (and am) really inexperienced in: designing the brand for the velapay decided to search for designers that could work on velapay branding - found one on local communities. can say i am satisfied with the work esp at this early stage
English
0
0
0
22
mynv
mynv@_mynv·
there was roughly 2 weeks gap between the frontier announcement and commencement so here's what I've done between those time frames: - deciding the name of the project - refining the scope of the app - brainstorming the targeted market and the app stack - start building the base of the app when the hackathon commenced, I've already got early start since the development protocol is like ~30-40% done
English
1
0
0
26
mynv
mynv@_mynv·
aight, will try to share the beginning of @velapayio from the very start before velapay, i am building a trustless omnichain escrow p2p platform on another chain but decided to stop since it's hard to cold start then the @colosseum announced their next hackathon; frontier
mynv@_mynv

it has been 2 weeks since @colosseum frontier started introducing @velapayio — encrypted financial infra powered by @Arcium as my entry into the hackathon went radio silent for the first 2 weeks but it's time to post more often and doing #BuildInPublic for VelaPay let's build

English
1
0
1
51
Geet Khosla
Geet Khosla@geetkhosla·
I'm looking for a course/tool that can teach me the core foundations of software engineering: how to build great software, specifically with the purpose of building with agentic engineering tooling. The goal isn't to learn how to write in Rust, Python, Ruby, or TypeScript, but to: 1. Understand systems architecture. 2. Understand what great software should look like, under the hood. 3. Learn how to set up a good codebase so we can nudge our agents and harnesses to do that. Also, when we eventually hit our skill level and bring in a senior technical person, they can help us in a much easier manner because it's not a total mess. Is anyone doing this? Does anyone know anyone who's doing this? cc @mitsuhiko @badlogicgames @mattpocockuk @rauchg @_lopopolo @ryancarson
English
15
3
50
7.5K
mynv
mynv@_mynv·
back then before AI wasn't so good at coding these are few books that would help you pass senior level SWE technical interview: - the gold standard is Designing Data Intensive Application -> talks about databases, replication, partitioning, transactions, consistency - next one is Domain Driven Design -> rather than talk about the difficulties of software engineering, it discuss about understanding the problems you want to solve using software and helps you model the software to reflect the issue you want to solve - A Philosophy on Software Design -> talks about managing complexity in big software and how to obfuscate complexity through proper design - Clean Code / Code Complete the first rec is must read tho, can't recommend enough if you want to be better engineer; not a mere developer
English
2
1
4
233
mynv
mynv@_mynv·
specific for the pull payments — it's a direct pull model it transfers directly from the subscriber's personal Token-2022 ATA -> merchant's ATA. hence the velapay mandate is the authority in this case rough flow: keeper init - pull approval validation - mandate PDA sign - transfer hook validates again. it's a belt-and-suspenders model to make sure it's more secure will create a specific post to explain more in detail, great question on the other side, do you mind checking my DM? i have gap i want to close but currently it's hard due to technological constraints, would really love to hear your opinion :)
English
1
0
0
35
Arihant
Arihant@arihantbansal·
somehow ended up judging colosseum’s frontier hackathon keen to see what people are building — go forth and shill me
Arihant tweet media
English
78
6
273
10K
mynv
mynv@_mynv·
@AzFlin alternatively you can just tell claude on the other session to make the changes on the worktree i think on some cases claude automatically creates the worktree for you
English
0
0
1
66
AzFlin 🌎
AzFlin 🌎@AzFlin·
claude code tip #5 Work on the same repo simultaneously with 2 claude codes using "git worktrees" # From your main repo: git worktree add ../myrepo-feature-x feature-x cd ../myrepo-feature-x claude Now you have: - Terminal A → main repo, branch master - Terminal B → sibling folder, branch feature-x Two separate folders, each on different branches. This is the clean & proper way to have 2 claudes working on a single repo
AzFlin 🌎 tweet media
AzFlin 🌎@AzFlin

claude code tip #4 claude can can run processes for you (ie long-running scripts, `npm run server`, `npm run dev` for frontends) in the background. just ask him to this saves you from having to open new tabs in your terminal hit down arrow key to view them and their outputs

English
6
0
34
3.2K