frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is anyone using the A2A protocol?

42•asim•12h ago•21 comments

Ask HN: What tools are you using for AI-assisted code review?

10•agos•5h ago•2 comments

Ask HN: I'm lost. How can I define ICP (Ideal Customer Profile)?

3•snowhy•3h ago•1 comments

Ask HN: Conflicted about founding engineer role

4•gondolin1683•3h ago•11 comments

Ask HN: How do you effectively communicate or present?

6•hnthrow10282910•2h ago•4 comments

Ask HN: Is there a way to stop the animated Google Doodles?

8•arnejenssen•5h ago•9 comments

Anthropic confident of re-enabling Mythos, Fable 5 access 'in coming days'

3•getbowtied•3h ago•0 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

1295•cloudking•3d ago•550 comments

Ask HN: Do you find vibe coding / agentic engineering to be fulfilling?

4•uejfiweun•3h ago•5 comments

Ask HN: Opus and regression with patterns not included in trainng data

2•dleech•4h ago•4 comments

Ask HN: Do we even need code anymore?

3•lasky•5h ago•6 comments

Ask HN: Best resources for learning how to build a forum back end?

3•jupr•7h ago•2 comments

Ask HN: Whats the best and small open source model?

3•hairymouse•7h ago•1 comments

Ask HN: How are thinking efforts implemented?

103•simianwords•1w ago•31 comments

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

435•iliashad•4d ago•114 comments

Ask HN: What's a prompt you've written that you're genuinely proud of?

10•akashwadhwani35•16h ago•5 comments

Ask HN: What is the job market like?

47•gardnr•3h ago•44 comments

Ask HN: Looking for a CI/CD project for my local lab

4•q8zd3•10h ago•9 comments

AI Tokenmaxxing and Hypomania

6•karthikeyankc•11h ago•5 comments

Ask HN: Has anyone had success with SBIR grants and what is the process like?

10•lyfeninja•20h ago•8 comments

Ask HN: What are you working on? (June 2026)

310•david927•4d ago•1130 comments

Ask HN: Are other people seeing a spike in IT problems with businesses?

14•PaulHoule•1d ago•11 comments

Ask HN: Why hasn't there been a real competitor to Ticketmaster yet?

264•mdni007•1w ago•240 comments

Ask HN: Favorite text heavy blogs that are a joy to read?

119•joshmarinacci•1w ago•30 comments

AWS Bedrock to require sharing data with Anthropic for Mythos and future models

427•TomAnthony•1w ago•255 comments

Reviews have become expensive, rewrites have become cheap

82•_z6bq•2d ago•73 comments

Ask HN: Want to build something open source on nights and weekends together?

39•vira28•1w ago•18 comments

Notes on DeepSeek

211•vinhnx•1w ago•141 comments

Anthropic pauses credit change for Claude Code

35•fabianlindfors•3d ago•12 comments

Ask HN: Would it be useful to have a slop button in addition to flag?

41•BugsJustFindMe•1w ago•23 comments
Open in hackernews

Ask HN: Best resources for learning how to build a forum back end?

3•jupr•7h ago
I think it would be useful to be able to spin up a forum on a device like an old phone. Are their any available resources out there or similar projects that already exist?

Comments

roserugco•7h ago
I believe you are asking to use phone as backend? If its ios, its over because you cant.

But if its Android, I recommend Termux which gives a Linux based terminal emulator and you can install Ubuntu in it for further support.

You will also be needing a reverse tunnel to make it connect to your remote frontend application.

i recommend to only learn only as running heavy resources already heats up phone, and yours old too.

and for your existing projects, try FlashBB, its python based.

good luck.

jupr•7h ago
Yes, android, but I would also like it to work on any terminal ideally. Thanks for the pointers. I really like the HN simplicity and I want a way to have all that it is in a tiny form factor on a as needed bases.

I recently learned about onion services and for my use case it seems perfect. My use case would be setting it up for a few friends so I don't see a reason to not use it as speed isn't really that important and ideally I can still keep it somewhat private. Also, I just don't really know of a way to setup clearnet access very easily im still new to all this and don't have a great grasp of all the ins and outs of networking.