HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Sayuj01

no profile record

Submissions

Smuggl – Share your localhost as an invite only link

smuggl.dev
2 points·by Sayuj01·3 miesiące temu·1 comments

[untitled]

1 points·by Sayuj01·4 miesiące temu·0 comments

[untitled]

1 points·by Sayuj01·4 miesiące temu·0 comments

[untitled]

1 points·by Sayuj01·4 miesiące temu·0 comments

I vibe coded Stripe so now I don't have to pay the fees

antisaas.org
1 points·by Sayuj01·4 miesiące temu·1 comments

I wanted to touch grass but the clouds had other plans

apps.apple.com
1 points·by Sayuj01·4 miesiące temu·0 comments

I built an an app that ruins my beach days

apps.apple.com
1 points·by Sayuj01·4 miesiące temu·1 comments

Show HN: My iPhone notifies me about cloud outages before they blow up here

apps.apple.com
1 points·by Sayuj01·4 miesiące temu·0 comments

I think WebRTC is better than SSH-ing for connecting to Mac terminal from iPhone

macky.dev
57 points·by Sayuj01·5 miesięcy temu·54 comments

Show HN: I built an iOS app to WebRTC into my Mac terminal from the toilet

macky.dev
3 points·by Sayuj01·5 miesięcy temu·4 comments

Show HN: Connect to Your Mac Terminal from iPhone

macky.dev
1 points·by Sayuj01·5 miesięcy temu·0 comments

Show HN: I built a way for my family to access my accounts in an emergency

keeplineage.com
2 points·by Sayuj01·5 miesięcy temu·2 comments

Doomscroll Human Art Created Before AI Slop

apps.apple.com
1 points·by Sayuj01·5 miesięcy temu·1 comments

Fuck subscriptions, bulk email for life using your Gmail API

godsend.email
1 points·by Sayuj01·6 miesięcy temu·0 comments

Show HN: Test in Production with AI Agents

papercuts.dev
3 points·by Sayuj01·6 miesięcy temu·1 comments

I wanted SSH access to my server from my iPhone, so I built this

rootedssh.com
2 points·by Sayuj01·7 miesięcy temu·1 comments

Sync your SSH client across every device for life

rootedssh.com
2 points·by Sayuj01·7 miesięcy temu·4 comments

[untitled]

10 points·by Sayuj01·7 miesięcy temu·0 comments

Show HN: Catch App Store rejection issues before Apple does

tryrubberduck.com
1 points·by Sayuj01·8 miesięcy temu·4 comments

Language Learning for the Streets

2 points·by Sayuj01·8 miesięcy temu·1 comments

comments

Sayuj01
·3 miesiące temu·discuss
Every time I used ngrok for quickly sharing my localhost site, I just prayed no bots finds it and start extracting.

I found a way to share localhost in a more controlled way where instead I have a invite only mechanism where I will manually approve or block the IP(s) that makes a request.

That's what Smuggl does, so you can smuggl your localhost to specific people rather than carrying it over the open world.
Sayuj01
·4 miesiące temu·discuss
A while ago I launched Macky with only terminal access to Mac. But since people were vibe coding with terminal there was need to see how the app has turned out.

So I added Remote Desktop mode to check how app looks.

It works by establishing a direct P2P WebRTC tunnel between your Mac and iPhone. It is secure by design. My server introduces the devices but never sees the data stream and allow listing so you have to manually approve your iPhone on the Mac first.

Now you can access both your terminal and full desktop from iPhone!
Sayuj01
·4 miesiące temu·discuss
I wanted a way to access my mac terminal from my iphone without setting up any vpn or weird router rules and then buying a separate ssh app in app store.

So I built macky.dev as a fun side project. When the mac app is running it makes an outbound connection to my signaling server and registers itself under the account. iPhone also connects to this same signaling server to request a connection to this mac. Once both the host and remote are verified it establishes a direct p2p webrtc connection.
Sayuj01
·4 miesiące temu·discuss
Built this as a weekend protest on SaaS fees.
Sayuj01
·4 miesiące temu·discuss
I was sick of finding out that a cloud provider was down when casually doomscrolling on X while chilling at the beach. So I built Pingy as a fun side project which sends me a push notification whenever a cloud provider is expereincing an outage or a degradation.

AWS, Cloudflare, Azure, Stripe, Vercel and 50+ more are tracked. I just pushed it to App Store yesterday. If you are paranoid like me then I think you will love "Pingy" on the App Store.
Sayuj01
·5 miesięcy temu·discuss
You are absolutely wrong on the storage claim, the server runs proper PBKDF2-SHA256 with 100k iterations and a random salt, so that part is solid.
Sayuj01
·5 miesięcy temu·discuss
Lol i thought no one would look at my project so just closed and went to watch some Kill Tony and I come back and like wtf, people are debating!
Sayuj01
·5 miesięcy temu·discuss
I wanted a way to access my mac terminal from my iphone without setting up any vpn or weird router rules and then buying a separate ssh app in app store. So I built macky.dev as a fun side project.

When the mac app is running it makes an outbound connection to my signaling server and registers itself under the account. iPhone also connects to this same signaling server to request a connection to this mac. Once both the host and remote are verified it establishes a direct p2p webrtc connection.
Sayuj01
·5 miesięcy temu·discuss
Oooo didn't know github pages allowed custom domains, thanks for sharing!
Sayuj01
·5 miesięcy temu·discuss
Cloudflare just went down for static site assets, need to migrate away
Sayuj01
·5 miesięcy temu·discuss
I have it setup to be run autonomously as much as possible, the company will never go out of business (nothing is 100% but I will make sure to fight to the very end) cause I plan to just bulk buy servers once I have enough users. Lifetime currently should be up to 100 years, because it is low maintenance, I don't think server cost will affect stuff, but in future I plan to charge by 10 year period, but for now it should be 100 years.
Sayuj01
·5 miesięcy temu·discuss
AI images pretending to be art, fake creativity, infinite noise. I realized I was scrolling constantly and seeing nothing made by an actual person.

So I made *Slop*.

It’s doomscrolling, but only with real human art like paintings, sculptures, manuscripts, weird old illustrations all created long before generative AI existed.

If you’re sick of AI aesthetics and still like to scroll: https://apps.apple.com/us/app/slop-real-human-art/id67584668...
Sayuj01
·7 miesięcy temu·discuss
I did my calculation and the cost is very low that even if you use for 20 years, I should be able to completely manage it.
Sayuj01
·7 miesięcy temu·discuss
Hey everyone!

I originally built this just so I could quickly SSH into my server from my iPhone without copying keys around and didn't want to pay for some overpriced apps. It turned into a full SSH client that keeps everything in sync across all my devices.

It’s end-to-end encrypted and intentionally not a subscription.

Curious how you’re managing SSH across devices today, and happy to chat in the comments.
Sayuj01
·7 miesięcy temu·discuss
I made Piixes because I kept needing pixel art icons and couldn’t find a large set that was actually free and consistent.

Piixes is a collection of 15,000+ pixel art icons, generated with AI and lightly curated so they all work together. You can use them for personal or commercial projects.

I’ll keep adding more icons over time. If something’s missing, let me know.
Sayuj01
·8 miesięcy temu·discuss
Thanks for the heads up, I will update it.
Sayuj01
·8 miesięcy temu·discuss
I test it by resigning the .ipa file with my account and yes also through TestFlight internal tester, so I can test people's native Apple's APIs.