HN user

perryraskin

17 karma
Posts27
Comments43
View on HN
github.com 1mo ago

Show HN: Upfile – Open-Source File Upload CLI, for Both Agents and Humans

perryraskin
2pts0
github.com 1mo ago

Show HN: World Cup TUI with Live Updates

perryraskin
3pts3
upfile.sh 4mo ago

Show HN: Instant file upload and URL for AI agents

perryraskin
1pts1
testflight.apple.com 9mo ago

Show HN: Transit app for NJ-NY commuters (SwiftUI) – looking for feedback

perryraskin
4pts9
www.apple.com 1y ago

Apple Introduces Apple Invites, Partiful and Luma Alternative

perryraskin
3pts0
github.com 1y ago

Show HN: Braintree OAuth Shared Vault React Example

perryraskin
1pts1
news.ycombinator.com 3y ago

Ask HN: Any Apollo/Reddit app with custom widgets?

perryraskin
1pts1
techcrunch.com 3y ago

Show HN: Small Business Insurance. Broker-Free. End-to-End

perryraskin
1pts0
techcrunch.com 3y ago

Show HN: Coverdash – embedded digital insurance for small businesses

perryraskin
1pts0
techcrunch.com 3y ago

Bling Capital-backed Coverdash unveils its embedded, digital insurance

perryraskin
1pts0
www.coverdash.com 3y ago

New Insurtech Startup: Save 20% on Small Business Insurance

perryraskin
2pts1
news.ycombinator.com 4y ago

Ask HN: What does GenZ use in place of Facebook Events?

perryraskin
4pts7
www.inviteable.app 4y ago

Show HN: MVP for an Event Planner App

perryraskin
1pts0
kano.today 5y ago

Kano – a native project management platform for teams

perryraskin
2pts0
imgur.com 5y ago

Show HN: Swappa Price Alerter – Telegram Bot

perryraskin
1pts1
www.morningbrew.com 5y ago

Morning Brew Shmorning Shmew

perryraskin
1pts2
blog.pointway.app 6y ago

Apparently Chase Rounds the Points You Earn, Sorta

perryraskin
1pts0
blog.pointway.app 6y ago

Earn 1,500 Bonus Points for Utilities on Chase Sapphire Reserve for Q3

perryraskin
1pts0
pointway.app 6y ago

Show HN: Track credit card points, not only your budget

perryraskin
2pts1
pointway.app 6y ago

Show HN: Pointway, a dashboard for tracking spendings *and* points

perryraskin
1pts1
pointway.app 6y ago

Show HN: Pointway, an all-in-one dashboard for tracking spendings AND points

perryraskin
1pts1
raskin.me 6y ago

Beautify code in your Next.js blog

perryraskin
1pts0
news.ycombinator.com 6y ago

Ask HN: Custom solutions to manage your finances?

perryraskin
1pts5
docs.google.com 6y ago

Credit Card Rewards Management for Beginners

perryraskin
2pts1
medium.com 6y ago

Are Credit Card Points Worth Your Time?

perryraskin
3pts0
medium.com 6y ago

The Apple Card: Why I won't be using it

perryraskin
3pts0
docs.google.com 6y ago

The Game of Chase: Credit Card Rewards Management for Beginners

perryraskin
1pts1

Nice. Obviously this is a huge issue many are trying to solve. Providing agents with a keychain is one thing, but how does this solve the issue of using these keys in projects? Does the agent decrypt it and set it in a .env? Is the CLI required to be used in the build process?

Building upfile.sh because AI agents need a better, cleaner way to upload screenshots and files, in order to get a URL back instantly.

Supports public (permanent CDN), expiring (TTL-based), and private (auth-gated) uploads. --json flag for scripting/agents.

Built on Cloudflare Workers + R2. Currently waitlist, happy to give HN folks early access.

https://upfile.sh

Right now I’m doing it simply by inserting history into a DB and calculating it just by the amount of times in the last 60 days. I plan to do more complex statistics later on, I think there’s more to do there.

I was pleasantly surprised with how both Codex and Claude helped me with this. I’ve been meaning to learn ios dev for the longest time and I’m really glad I finally managed to give it a try while having enough help doing it! I’m a React developer for the most part.

I’ve been building an iOS app called ViaNJ, an unofficial real-time NJ Transit companion. It’s my first iOS project and I’ve been enjoying playing around with Xcode (and various AIs to help out).

It shows live departures and mobile ticket integration with Apple Wallet passes, track predictions, with plans for alerts, GPS-based train map, Live Activities… and more.

I’d love help from the community testing it, finding bugs, and suggesting improvements. It’s been a fun side project, and I’m looking for feedback on what features matter most to daily commuters.

TestFlight: https://testflight.apple.com/join/da4zcqfm Feedback & roadmap: https://feedback.vianj.app

Since I could not find any examples of this online, and had to figure it out, I wanted to share it online.

This React TypeScript project demonstrates a Braintree OAuth integration flow between two merchants. It showcases how Merchant A can obtain authorization from Merchant B to perform actions on their behalf using Braintree's OAuth and transaction APIs.

In this example, Merchant A provides this application to Merchant B, allowing them to:

Grant OAuth permissions to Merchant A

Allow access to customer payment methods

Enable facilitated transactions

The integration uses two main Braintree APIs:

Access Token API - For OAuth authentication

Transaction API - For creating Shared Vault Transactions

FEATURES

OAuth connection flow

Token management and storage

Shared vault transaction processing

Real-time transaction status updates

Error handling and user feedback

Hope this is helpful to someone!

Confused, this looks more like a tool that pulls existing HTML from other websites. Is the idea to create your component library by cloning existing components that are out there and modifying them? And then they are hosted in this cloud library of sorts?

This actually has a lot of potential I think. It reminds me of https://bit.dev (obviously without most of the main features). But the core is there - the idea that components should be organized in a way that makes them easily reusable.

If you were to add a preview functionality of each component, this would already look A LOT like the Bit platform.

Personally, I've been trying to figure out a way to create a component library where my components are easily shareable and importable, but haven't yet come to a real solution. Bit is a good one but I am not yet ready to pay per component after my 20 free components are used up.

I think this would be actually extremely useful to me personally if you added these two things:

- component live preview (perhaps with mock props/data?)

- a way to store the components in the cloud so that they can be important into any project, where the source of truth is in this cloud platform

In the future, you could add things like:

- component-level testing

- AI features

- version control and PR reviews

- CI integrations / other integrations

This is actually really interesting that you switched over to using Web Components instead. Makes total sense for performance and other reasons, of course.

But does this basically mean that you now provide the entirety of the code to users? This includes HTML and JS, since it now lives entirely on the host site, easily accessible to the developers of the host site. Is this something that was discussed and was eventually agreed upon? I would be curious to learn why it was ultimately decided that you are OK with users having the raw HTML and JS code that powers your product.

Furthermore, it also makes it more difficult for users to receive UI updates. If there is an important bug fix or enhancement, users would need to upgrade to the latest HTML/JS "package" that controls the web component, correct?

Of course with an iframe, any updates are seen immediately on the user side.

Curious to hear your thoughts!

Technically this already exists. There's Amazon Subscribe & Save (and similar) for this reason, pretty much. It may not be a subscription like you are describing, but it accomplishes the goal: set it and forget it for consistent grocery (or other) purchases, and get a nice discount.

I wonder if a legit subscription service, for perhaps a select group of items that a user consistently purchases, would work. Could be complicated when things like eggs fluctuate so much in price.