HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jhunter1016

no profile record

Submissions

HelpSpot Turns 20

ianlandsman.com
3 points·by jhunter1016·hace 9 meses·0 comments

Coinbase in hot water over $12M 'content coin'

fortune.com
4 points·by jhunter1016·el año pasado·0 comments

As 'Bot' Students Continue to Flood In, Community Colleges Struggle to Respond

voiceofsandiego.org
77 points·by jhunter1016·el año pasado·144 comments

UK creating 'murder prediction' tool to identify people most likely to kill

theguardian.com
18 points·by jhunter1016·el año pasado·8 comments

Product and Engineering in the Age of AI

polluterofminds.com
3 points·by jhunter1016·el año pasado·0 comments

Vibe Coding and Kodak Cameras

stevedylan.dev
3 points·by jhunter1016·el año pasado·0 comments

JPMorgan Says Quantum Experiment Generated Random Numbers

bloomberg.com
3 points·by jhunter1016·el año pasado·2 comments

Simple System for Now

dannorth.net
3 points·by jhunter1016·el año pasado·0 comments

Repealing the CHIPS Act risks US national security

ft.com
43 points·by jhunter1016·el año pasado·61 comments

Apple's iPhone 17 'Air' Is a Step Toward a Slimmer, Port-Free Era

bloomberg.com
2 points·by jhunter1016·el año pasado·0 comments

China's Autonomous Agent, Manus, Changes Everything

forbes.com
2 points·by jhunter1016·el año pasado·0 comments

Show HN: Open-source alternative to Netlify/Vercel for static sites

orbiter.host
7 points·by jhunter1016·el año pasado·6 comments

Generating Agency Through Blogging

tomcritchlow.com
1 points·by jhunter1016·el año pasado·0 comments

SEC says memecoins are not securities

cnbc.com
17 points·by jhunter1016·el año pasado·7 comments

Bybit, Gnosis, and Cold Storage

twitter.com
1 points·by jhunter1016·el año pasado·0 comments

The Web Was Made for Surfing Not Scrolling

orbiter.host
2 points·by jhunter1016·el año pasado·0 comments

Why Am I the Way I Am, or Bare Metal Analytics on a Homelab

orbiter.host
2 points·by jhunter1016·el año pasado·0 comments

Chase will soon block Zelle payments to sellers on social media

bleepingcomputer.com
2 points·by jhunter1016·el año pasado·0 comments

The GDP of IPFS

pinata.cloud
1 points·by jhunter1016·el año pasado·0 comments

Bullshit Jobs (2013)

strikemag.org
2 points·by jhunter1016·el año pasado·0 comments

comments

jhunter1016
·hace 12 meses·discuss
Still working on Orbiter[0], and open source web hosting solution focused on keeping things simple and helping developers avoid vendor lock-in.

We recently added serverless functions for backend support, specifically for the bhvr[1] stack though they work with just about anything.

[0] https://orbiter.host [1] https://bhvr.dev
jhunter1016
·el año pasado·discuss
Still working on Orbiter[1] but with some big changes.

Orbiter started as static website and web app hosting, but we recently added what we call server functions (what you call serverless functions). So now you can build full stack apps. Our preferred development stack to support is the new bhvr[2] stack.

1. https://orbiter.host 2. https://bhvr.dev
jhunter1016
·el año pasado·discuss
I’m working on Orbiter, simple static web hosting that allows anyone to upload a directory of files, use a CLI tool, or use a GitHub action to host their sites and apps in seconds.

My co-worker and I started this as a side project because we were building so many sample apps, proofs of concept, and engineering as marketing apps and we were feeling more and more locked into Vercel every day. So we wanted to go back to client and server separation and when we did that, we realized most hosting providers have moved toward server-side rendering as the default.

Client-side rendering isn’t for everyone, but plenty of people still make simple websites or even complex CSR web apps and don’t want to deal with fully integrated solutions like Vercel (and Netlify now to a lesser extent). Plus they want the flexibility of choosing different tools for their frontend and backend.

This remains a fully bootstrapped side project for us, but it’s gotten the most traction of any side project either of us has worked on.

https://orbiter.host
jhunter1016
·el año pasado·discuss
https://x402.org
jhunter1016
·el año pasado·discuss
Working on static website hosting. Thinking about how I can build backend functionality for customers as well while maintaining the openness that the static hosting has offered.

https://orbiter.host
jhunter1016
·el año pasado·discuss
I’ve thought about this a lot before in my personal and professional life. If you combine JSON with a SQLite database, you can get the best of both worlds.

Disclaimer, I wrote this for work but it is based on ideas I developed outside of work. https://pinata.cloud/blog/will-json-work-as-a-database/
jhunter1016
·el año pasado·discuss
Thank you! And thanks for the support!
jhunter1016
·el año pasado·discuss
Every site is hosted on IPFS. This creates a built-in version system and prevents vendor lock-out. Because we want this to be as open as possible (like the web should be), anyone can see a mapping of the history of the sites. We wrote more about it here: https://orbiter.host/blog/how-we-use-blockchain-behind-the-s...
jhunter1016
·el año pasado·discuss
Hey HN!

My co-founder and I launched Orbiter in January to solve an issue we were having with all the mini sites and apps we were launching for our day job. We had gotten frustrated with complicated deployment pipelines and wanted to return to launching simple static sites and launching them quickly.

So, we built Orbiter. We focused initially on making uploads of your static build folder simple and fast. We then layered in a CLI, an API, and a Github action. So Orbiter can fit into just about any workflow.

From the beginning, we wanted it to be open source, and after about 2 months of work, we have just open sourced the entire stack[1].

I hope you'll give it a try and please drop any feedback here.

1. https://github.com/orbiterhost
jhunter1016
·el año pasado·discuss
I made Orbiter. I did not make orbz.fun. That was done independently and I didn’t learn about it until the customer shared it.
jhunter1016
·el año pasado·discuss
I’m building an open source static website hosting platform. The idea was to get back to less complexity. There are so many static sites and apps out there that jump through crazy deployment hoops just for something that should just be a simple file upload.

Recently open sourced everything.

https://github.com/orbiterhost/.github
jhunter1016
·el año pasado·discuss
Someone built this which is similar but it grabs websites from blockchain pointers. https://orbz.fun
jhunter1016
·el año pasado·discuss
We had to call our DNS provider who told us there was nothing they could do because it was blocked by the tld owner which was an Italian company. So we called anyone and everyone we could and tried to communicate in broken Italian until they finally agreed to lift the block. It was the worst day we ever had as a company.
jhunter1016
·el año pasado·discuss
Definitely considering LLMs. At the day job, we had a team fine tune a model built to detect phishing content and it worked surprisingly well.
jhunter1016
·el año pasado·discuss
Oh man, this is smart! I’ll have to try this.
jhunter1016
·el año pasado·discuss
Interesting, this seems to be designed for end user protection but if I’m understanding it correctly it could be used by us for proactive detection.
jhunter1016
·el año pasado·discuss
Especially for phishing content, the requirement isn’t so much a legal one (though that’s important to watch for) as it is a practical one. People flagging phishing content on your domain can get your domain wiped from the internet. Trust me, we had a terrifying 8 hours at my day job a couple of years ago because of this.
jhunter1016
·el año pasado·discuss
We’ve removed the file size limits! Thanks for the feedback!
jhunter1016
·el año pasado·discuss
One of the co-creators here! The file size limits are actually old and we need to update them.

Though on the 1GB total storage I have a question: with a maximum of 2 sites on the free plan, what scenarios do you see your sites being larger than 1GB? I’m genuinely curious if we’re overlooking something.
jhunter1016
·hace 2 años·discuss
Hey HN, the other day I had the urge to build something retro. I almost built an old Windows file system in the browser, but decided to go with Macintosh because somehow it felt MORE nostalgic to me.

The app is built with only two dependencies: Clerk for authentication (but there's a guest mode specifically for the HN crowd to play around with) and Pinata for file storage and retrieval. I kind of thought I could speed run this in a day, and I was mostly right. I ended up getting the first version done in 2 days. I've polished it up a bit, and now it's ready to play with.

Would love to hear any feedback!

Edit - this is designed for desktop only because the old Macintosh operating systems were not mobile.