frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Nobody hires software developers anymore, so I guess I'm a blogger now

https://mongoosestudios.github.io/posts/bad-at-writing/
3•MongooseStudios•1m ago•1 comments

If Emacs is not a text editor, then what is it really?

2•hushangazar•2m ago•0 comments

"Ian Knot" detailed tutorial – Professor Shoelace [video]

https://www.youtube.com/watch?v=_O-xaJrao1w
1•kamaraju•4m ago•0 comments

Candid Photos of How People Used Technology in the 1980s

https://rarehistoricalphotos.com/people-and-technology-1980s/
1•Brajeshwar•5m ago•0 comments

List of Countries by Coffee Production

https://en.wikipedia.org/wiki/List_of_countries_by_coffee_production
1•kamaraju•6m ago•0 comments

Local AI Journaling App

https://github.com/BarsatKhadka/Vinaya-Journal
1•barsat•6m ago•1 comments

Playing games with robots makes people see them as more humanlike

https://techxplore.com/news/2025-07-playing-games-robots-people-humanlike.html
1•Bluestein•8m ago•0 comments

LoRA Image Generator

https://loraai.io
1•xbaicai•12m ago•0 comments

ASMR Videos Generator

https://asmrvideos.io
1•xbaicai•13m ago•0 comments

Wanna see some real cowboy coding?

https://gitgud.io/stephenlynx/vatikan
1•StephenLynx•13m ago•0 comments

Google inks its first fusion power deal with Commonwealth Fusion Systems

https://techcrunch.com/2025/06/30/google-inks-its-first-fusion-power-deal-with-commonwealth-fusion-systems/
1•mpweiher•14m ago•0 comments

Open Source Security work isn't "Special"

https://sethmlarson.dev/security-work-isnt-special
1•Tomte•14m ago•0 comments

First Human Servant Hired by AI

https://twitter.com/nocap_so/status/1941181807728488707
2•profdumpster•15m ago•2 comments

Ask HN: What codebase would you like to see rewritten, updated, or modernized?

1•globnomulous•15m ago•0 comments

AI Job

https://work.mercor.com/jobs/list_AAABl9D1yGSu5jR9BrtP-5nX?referralCode=35d084dc-8a89-4237-8562-9797f845044a&utm_source=referral&utm_medium=share&utm_campaign=job_referral
1•rhttrhtrq•15m ago•0 comments

Xbox has reportedly downsized Turn 10 and cancelled Forza Motorsport

https://www.kitguru.net/gaming/matthew-wilson/xbox-has-reportedly-downsized-turn-10-and-cancelled-forza-motorsport/
1•nixass•16m ago•0 comments

Show HN: NarrateIt – Listen to Articles by Converting Any URL to Audio

https://narrateit.fly.dev/
1•Igor_Wiwi•18m ago•0 comments

A tale of two states: 96 added 6 is 96 and 99 added 9 is 966. What's 96 added 9?

1•victor871129•18m ago•0 comments

Self-healing electronic material uses graphene and polymer blend to mimic skin

https://techxplore.com/news/2025-06-electronic-material-graphene-polymer-blend.html
1•PaulHoule•19m ago•0 comments

A supposedly worthwhile contract I'll never do again

https://ahelwer.ca/post/2025-07-04-tla-contracts/
3•Bogdanp•20m ago•0 comments

Hiring US-based software devs just got 20% cheaper (due to Section 174A changes)

https://gregkedzierski.com/essays/hiring-us-developer-got-20-percent-cheaper-section-174a/
2•gkedzierski•21m ago•0 comments

Who to be on next UK banknotes?

https://www.theguardian.com/money/2025/jul/04/bank-of-england-new-banknotes-guardian-readers-ideas
1•zabzonk•25m ago•1 comments

First human genome from ancient Egypt sequenced from 4,800-year-old teeth

https://www.nature.com/articles/d41586-025-02102-y
2•rntn•27m ago•0 comments

Charles Babbage and deciphering codes (1864)

https://mathshistory.st-andrews.ac.uk/Extras/Babbage_deciphering/
1•pncnmnp•28m ago•0 comments

Tessera – A glass-box UI for LLMs instead of a black-box agent

https://www.youtube.com/watch?v=2YiWLU3ntBc
1•HarveyBernie•29m ago•0 comments

Show HN: ClassroomFeed – Weekly AI Summaries of Your Google Classroom

https://www.classroomfeed.com/
1•xvpdev•30m ago•0 comments

Gel: Replacing SQL and Improving on the Relational Database Model [video]

https://www.youtube.com/watch?v=RzLo-pdUJ7I
1•sbdchd•31m ago•0 comments

Cellist turned away from Air Canada flight after instrument wasn't allowed

https://nationalpost.com/news/canada/cellist-turned-away-from-air-canada-flight-after-his-instrument-wasnt-allowed-to-board
3•andy99•32m ago•0 comments

GPT-2.gif

https://storage.googleapis.com/miguelsolano_com_public/images/gpt-2.gif
1•gone35•33m ago•2 comments

Systematic profiling reveals betaine as an exercise mimetic for geroprotection

https://www.cell.com/cell/abstract/S0092-8674(25)00635-X
1•Anon84•34m ago•0 comments
Open in hackernews

Tell HN: My Experience with Gemini CLI (Vs Claude Code)

4•prmph•3h ago
To make a comparison here with Claude Code, I was initially impressed with Geminis ability to keep a long conversation on track, but now routinely encounter pretty dumb and infuriating behavior from it:

- Gemini rarely gets the hint when I express annoyance with its output. Claude has an uncanny ability to guess what I find wrong with its output (even when I just respond with WTF!) and will try to fix it, often in actually useful ways; Gemini just keeps repeating its last output after acknowledging my annoyance.

- Gemini CLI once kept using an old version of a file I had updated by hand, despite me asking it several times to re-read the file. It also sometimes proposes empty changes.

- Gemini CLI's format for proposing changes in the terminal is such that you often can't make out what's actually changing. I have to keep choosing the option to view the changes in VSCode, and yet you cannot even accept the changes in VSCode, you have to close the VSCode window and then go back to the terminal to accept. Claude on the other shows changes clearly even right in the terminal, and if you prefer always viewing changes in VSCode, you can configure that once.

- Gemini CLI's permission systems is not as usable as Claude Code's. When Claude Code offers to permit it to do some actions without asking for further permission, it is always clear what class of action is being allowed. With Gemini this is sometimes very vague, making me hesitant to grant it that permission.

- Claude can be started with an initial prompt and still retain interactive mode. This option is useful for priming the session with instructions in a more direct way that CLAUDE.md. For example:

    claude "Please carefully read the CLAUDE.md and README.md files"
As far I can tell, Gemini CLI does not offer anything similar.

I guess the thing going for it is that it has a free tier of use, and the core intelligence is probably about on par with Claude. But it's slow too.

Comments

incomingpain•3h ago
I havent tried claude code before, im not a paying customer.

>Gemini rarely gets the hint when I express annoyance with its output.

Ive noticed this, but you close out gemini, immediately go back in and suddenly it works great.

>- Gemini once kept using an old version of a file I had updated by hand, despite me asking it several times to re-read the file. It also sometimes proposes empty changes.

Ive had this happen several times now. Kept reverting my changes. Close out gemini, reopen fixes.

>Gemini's format for proposing changes in the terminal is such that you often can't make you out what's actually changing

For python i havent experienced this. it gives me it well every time.

>Gemini's permission systems is not as usable as Claude Code's.

I never trusted it with any permission. Im not sure id do any different with claude.

>Claude can be started with an initial prompt and still retain interactive mode. This option is useful for priming the session with instructions in a more direct way that CLAUDE.md. As far I can tell, Gemini can't anything similar.

No, i havent seen anythinglike this. Im not sure what you mean.

>I guess the thing going for it is that it has a free tier of use, and the core intelligence is probably about on par with Claude. But it's slow too.

Free for the win. Main reason I havent tried claude code. Even the claude pro, their limits are 45 queries per 5 hours? Like wow ill blow through that in minutes.

Copenjin•3h ago
I just want to point out that restarting the session is not a good workaround considering how much context the current session could have (and storing the current state+recovering optimally in a new session (compacting) is not that easy, I consider it an open problem with Claude too).
prmph•3h ago
> I never trusted it with any permission. Im not sure id do any different with claude.

Certain permissions can be safe and speed up your work significantly. For example, you can allow Claude Code to run ls, grep, find, etc without stopping to seek your permission each time. You can also allow it to autonomously run specific custom commands like tsc, build, and test. You control what is in these commands, to they can be as safe as you want them to be.

> No, i havent seen anythinglike this. Im not sure what you mean.

I mean something like this:

    claude "Please carefully read the CLAUDE.md and README.md files"

I notice that all agents easily forget what is in the main instruction file, so I use this as an alias to start Claude with a suitable priming instruction