frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Old Stockholm Telephone Tower

https://en.wikipedia.org/wiki/Old_Stockholm_telephone_tower
1•ZeljkoS•2m ago•1 comments

Windows XP Designs

http://www.marcuskwan.me/microsoft
1•davidbarker•3m ago•0 comments

Is AI expertise enough, or do you need to understand human behavior first?

1•emreozsazn•3m ago•1 comments

Israeli naval forces board pro-Palestinian flotilla 75 miles from Gaza

https://www.theguardian.com/world/2025/oct/01/israeli-military-vessels-pro-palestinian-flotilla-gaza
1•NomDePlum•3m ago•1 comments

Dubai Apartment Hunting Tips for Virtual Work

https://rozumem.xyz/posts/6
1•rozumem•7m ago•0 comments

Building Dot and the Autonomous Delivery Platform

https://careersatdoordash.com/blog/doordash-engineering-autonomy-for-local-commerce-dot-and-auton...
1•doppp•12m ago•0 comments

Show HN: Silobase – Firebase/Supabase alternative as NPM package

https://iamsimi.medium.com/how-to-deploy-a-backend-api-in-minutes-with-silobase-f6f7cf79e33e
3•fathersimi•12m ago•0 comments

Show HN: Bookmark GPT Pro – Full-content search and AI chat for Chrome bookmarks

https://chromewebstore.google.com/detail/bookmark-gpt-pro/denedgfcamlbiodkmbmdaifoaijgdimn
1•g-savitha•14m ago•0 comments

OpenAI researcher posts fake CCTV footage of a real person shoplifting

https://twitter.com/GabrielPeterss4/status/1973120058907041902
2•laktak•18m ago•0 comments

SEO vs. Paid Traffic: What Helps You Rank Better?

https://ross-oneill.com/blog/seo-vs-marketed-traffic/
1•rosswebdev•19m ago•0 comments

Show HN: Photo AI Editor – Edit, Transform and Enhance Photos with Text Prompt

https://photoaieditor.app/
2•qwikhost•24m ago•0 comments

From breadwinners to bystanders: The death spiral of the American working man

https://thehill.com/opinion/finance/5528062-gender-flip-job-crisis/
2•ryan_j_naughton•26m ago•1 comments

Broken Koans

http://www.davidchess.com/words/BrokenKoans.html
1•lukebechtel•30m ago•0 comments

Vasty Houses

http://www.davidchess.com/words/vh_bib.html
1•lukebechtel•30m ago•0 comments

Empirical Study of Pull Requests on GitHub

https://arxiv.org/abs/2509.14745
1•nkko•32m ago•0 comments

When asking for new AI features I ask like this

1•framearchitech•36m ago•0 comments

Banned Books List 2025

https://pen.org/banned-books-list-2025/
1•rendx•40m ago•0 comments

What Is NSPM-7? Over 3k Nonprofits Sound Alarm on New Trump Directive

https://www.newsweek.com/what-is-nspm-7-over-3000-nonprofits-sound-alarm-on-new-trump-directive-1...
1•stopbulying•42m ago•3 comments

Easy Way to Use Sora2

https://aisora2.video
1•vitozhuang•42m ago•0 comments

Ask HN: Deploying Services with an LLM Interface?

1•sigalor•45m ago•0 comments

The Missing Middle: Who is funding Series C and later rounds in India?

https://www.dealflowiq.com/p/the-missing-middle
1•koolhead17•47m ago•0 comments

Immich v2.0.0 – First stable release

https://github.com/immich-app/immich/discussions/22546
2•Alexvb•48m ago•0 comments

Two Amazon delivery drones crash into crane in commercial area of Tolleson

https://www.abc15.com/news/region-west-valley/tolleson/two-amazon-delivery-drones-crash-into-cran...
1•gscott•50m ago•0 comments

It Is Bad (Exploitation of Fortra GoAnywhere MFT CVE-2025-10035) – Part 2

https://labs.watchtowr.com/it-is-bad-exploitation-of-fortra-goanywhere-mft-cve-2025-10035-part-2/
2•xn--yt9h•58m ago•0 comments

Xbox Game Pass page crashing as subscribers rush to cancel after 50% price hike

https://www.thegamer.com/xbox-game-pass-price-increase-cancel-subscription-page-crash/
4•kelseydh•58m ago•0 comments

"We Have No Idea How Models Will Behave in Production Until Production": ML Ops

https://arxiv.org/abs/2403.16795
3•todsacerdoti•59m ago•0 comments

Why Next.js Falls Short on Software Engineering

https://blog.webf.zone/why-next-js-falls-short-on-software-engineering-d3575614bd08
1•thunderbong•1h ago•0 comments

Ask HN: Resources at the Intersection of NLP and Philosophy

1•SonOfZion•1h ago•0 comments

LLVM AI tool policy: start small, no slop

https://discourse.llvm.org/t/rfc-llvm-ai-tool-policy-start-small-no-slop/88476
2•todsacerdoti•1h ago•0 comments

At&Df: Side-Channel Data Encoding Through Virtual MouseMvm(CursorHoppingEncoder)

https://zenodo.org/records/17248248
1•thevieart•1h ago•1 comments
Open in hackernews

Show HN: Project2txt – Export your codebase to a single text file for LLMs

https://project2txt.com
1•regsvr32•1h ago
Hi HN,

I use ChatGPT a lot for my code. But it's very annoying to give it my whole project context. Copying files one by one is slow, and zip files don't work.

So I made a small tool for myself: project2txt.

You just drag your project folder into the browser. It reads all the files and puts them into one big .txt file.

The most important thing for me: it's 100% private. All the work happens inside your browser. Your code is never uploaded anywhere. No server, no data collected.

It automatically ignores junk folders like node_modules and .git.

You can select which folders and file types you want.

The output text has file paths, so the AI knows your project structure. No signup needed. Just use it.

I built this with Next.js. It's my first time trying something like this, so maybe there are bugs.

Here is the link: https://project2txt.com

Let me know what you think. Is it useful? Any feedback is welcome.

Thanks.