frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

λλ: A Programming Language for Silicon Photonics

https://dl.acm.org/doi/10.1145/3789240.3829151
1•matt_d•1m ago•0 comments

C++26: Std:Polymorphic

https://www.sandordargo.com/blog/2026/08/19/cpp26-polymorphic
1•jandeboevrie•2m ago•0 comments

Codex: Changes to reduce risk of destructive actions

https://twitter.com/thsottiaux/status/2089891927659585918
1•tosh•5m ago•0 comments

Smartphone-Free Childhood

https://www.smartphonefreechildhood.org
2•simonebrunozzi•7m ago•0 comments

The Making of Cursor's Icons

https://www.minoradventures.co/blog/the-making-of-cursors-icons
1•kaizenb•10m ago•0 comments

One writer, twelve workers, zero rows

https://dev.profullstack.com/~anthony/blog/019-post.html
1•buffer_overlord•14m ago•0 comments

Thoughts About Scaling Law

https://twitter.com/jietang/status/2089941544581403107
1•tosh•19m ago•0 comments

Bezier Curves from the Ground Up (2016)

https://jamie-wong.com/post/bezier-curves/
1•vismit2000•19m ago•0 comments

Bun 1.4 Rust rewrite is not looking good

https://tipiirai.com/writing/bun-rust-rewrite-worries
23•tipiirai•19m ago•6 comments

Lattice: An isometric game kit designed to be written by agents

https://lattice.aniruddh.tech/
1•achandratre•20m ago•0 comments

ChatGPT for Teens

https://help.openai.com/en/articles/20001421-chatgpt-for-teens
1•Bluestein•24m ago•0 comments

Teen Culture Has Always Been Co-Opted. In 2026, It's Reached New Heights

https://www.teenvogue.com/story/teen-culture-has-always-been-marketable-in-2026-its-reached-new-h...
1•Tomte•24m ago•0 comments

The Pentagon Wars

https://en.wikipedia.org/wiki/The_Pentagon_Wars
1•Bluestein•27m ago•0 comments

Ask HN: How to Share Tools with Coworkers

1•lordlaw•28m ago•0 comments

China orders state agencies to uninstall Windows as it cuts dependence on US

https://www.indiatoday.in/technology/news/story/china-orders-state-agencies-to-uninstall-windows-...
5•roflcopter69•29m ago•0 comments

Time Travel on Professional Profiles

https://www.nber.org/papers/w35546
2•helsinkiandrew•30m ago•0 comments

Tough days at GitHub, a continuing series

https://surfingcomplexity.blog/2026/08/18/tough-days-at-github-a-continuing-series/
1•azhenley•32m ago•0 comments

Curvature Beziers – Improving on a timeless recipe

https://acko.net/blog/curvature-beziers/
1•boxed•34m ago•0 comments

Susan Kare:Designing Icons and Graphics for the Original Mac [video]

https://www.youtube.com/watch?v=YEvLKzsEwMw
1•dhruv3006•36m ago•0 comments

Data inaccessible on Microsoft 365 for nonprofits

https://www.reddit.com/r/nonprofit/comments/1ub52pt/data_inaccessible_on_microsoft_365_for_nonpro...
2•petethomas•37m ago•0 comments

Ask HN: Software Design resources on the lower/class/module level

1•needfish•39m ago•0 comments

ZEON – A token-efficient data format for LLMs

https://zeon-eight.vercel.app/
1•Schicksal•42m ago•0 comments

Our summer fastest-growing vendors list just dropped

https://twitter.com/brexHQ/status/2089412872094773735
1•porridgeraisin•44m ago•0 comments

Designing AI with character: what we learned building Berd

https://block.xyz/inside/designing-ai-with-character-what-we-learned-building-berd
1•thm•44m ago•0 comments

"Hill-climbing" is Silicon Valley's latest bit of shit jargon

https://nudged.himynamesdave.com/musings/hill-climbing-is-silicon-valleys-latest-bit-of-shit-jargon/
1•panoramas4good•45m ago•0 comments

Get feedback on your AI slop. no accounts

https://slopornot.simplicated.dev
1•karenimnotkaren•46m ago•0 comments

Show HN: AnswerRank – AEO Tool for online businesses

https://answerrank.so/
1•not_wowinter14•47m ago•0 comments

Show HN: Online Bubble Level

https://abubblelevel.com/
1•artiomyak•50m ago•0 comments

Ask HN: Cloudflare Smart Placement

1•bansalvip•52m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•53m ago•1 comments
Open in hackernews

Rork – Build any cross-platform mobile app, fast

https://rork.com
15•colesantiago•1y ago

Comments

colesantiago•1y ago
I was looking for a tool for building a cross platform app for my established business, I was quoted £100K+ for an app + needing a full time senior mobile software engineer.

Seems over excessive, so I found Rork which basically is all I need at close to zero cost of a senior.

Not affiliated, but just thought I'd share if Rork will help others.

afro88•1y ago
What's the app you created and published with Rork?
joshstrange•1y ago
I don’t want to burst your bubble but be careful how much money you decide to set on fire with Rork. In vibe coding, the solution is always 1 prompt away, it can feel like “one more and everything will slot into place”, unless you are actively coding and steering you will not be able to produce and iterate on an app with AI alone.

If your app is simple enough (1-10 prompts) you might be able to pull it off but only as an MVP (maybe that’s all you need), you won’t be able to actually launch, or rather you might launch but the app will collapse under its own weight after more prompt iterations.

And yes, if you want a good app, £100K with a full time senior dev seems completely reasonable (knowing nothing more about your app). That number doesn’t shock me. If your app is very simple then that’s high but that number is not out of them question for an app (and backend?).

sherdil2022•1y ago
Looks like they packaged Expo into VSCode-based web editor.

I just signed up, clicked the preexisting prompt "Create an Airbnb-style home screen with a search bar at the top, filters for dates and guests, and a scrollable grid of property listings. Each listing should show an image carousel, price, rating, and basic details." and was able to preview a tab in the app on my iPhone within 5 minutes.

Pretty impressive.

But here is where the work / fun starts! You would still need a developer to revise the code, push to source control, add tests, run tests, understand how to deploy to appstore.

Vibe coding is a bit like coding 'hello world'. The actual work starts now! And that can't be vide coded away.

c-hendricks•1y ago
I agree in that code is only a part of a whole product, but AI can absolutely revise the code, add tests, run tests, and push to source control.
akmarinov•1y ago
But why? If you’re not a dev, it’s not like you understand or care about that.
santa_boy•1y ago
I just tried this and it seems pretty cool. I somehow had a bad opinion of mobile apps generation, but this one actually worked.
tluyben2•1y ago
Similar to others, the unevenness of prompt results makes pricing per message quite tricky; it generated a nice looking app for me in the first go, I asked for an enhancement and it spent the rest of my free messages on trying, and failing, to fix 1 TS error that came from that enhancement. As this is using one or more of the openai/anthropic/google models, I also know that it probably won't be able to actually fix that error without my (either in code or specifically telling it what to do, which is coding) explicit help and just loop until I burn through whatever plan I have that way.

I got a cheap 1 year account on replit and it suffers from this of course; first few prompts yield amazing results and then it gets stuck. This is fine for me as I can fix it myself and by now I have good feeling of which type of error the current llms will just loop forever on, but it is hard to justify the pricing model of per message because for people who cannot fix it themselves and need to vibe on it; spend 50 bucks/mo for looping over one error for a day and that's that; pay more or wait or eject and go to another; I see non devs (vibe-only devs?) doing the latter so you never retain clients; they pick the good deals every month and move from one to the other.

So far only cursor is reasonable (that I know off) because it continues after the paid messages run out with the slower requests; you can go on forever.

MrRoarke•1y ago
I’m assuming this was named after Mr. Roarke from Fantasy Island.

All of the fantasies had a dark side.

If my prediction is correct, one of you will build your app, make billions, and then lose everything dear to you in the process.

You will then go back to Rork begging to undo what has been done, and it will tell you that it’s too late.

Then you will decide to give all of it away to charity, and then win back your previous life, but now you are quiet, scarred, and humble from your experience, thanking Rork as you leave its site in fear.

Now we just need AI to simulate Charlie’s Angels.