frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SwiftDisc – Native Swift Discord API for iOS and macOS Bots

https://github.com/M1tsumi/SwiftDisc
1•salkahfi•1m ago•0 comments

Show HN: PostIdentity, an AI that writes in your voice

https://postidentity.com
1•mutiny1907•2m ago•0 comments

When should we worry about AI being used to design pathogens?

https://www.rand.org/pubs/research_briefs/RBA4087-1.html
1•Marshferm•2m ago•0 comments

The Shift from Computation to Conversation

https://dvitsios.org/2025/11/12/the-shift-from-computation-to-conversation/
1•djif•4m ago•0 comments

The AI Bubble Is Ignoring Michael Burry's Fears

https://www.bloomberg.com/opinion/articles/2025-11-11/ai-bubble-is-ignoring-big-short-michael-bur...
1•thm•4m ago•0 comments

Solar storm risk: 12% chance in next decade of losing global grid for years

https://lightcapai.medium.com/the-night-sky-was-too-bright-what-i-discovered-about-our-civilizati...
1•kinderpingui•6m ago•0 comments

bee cute furry face, m, argentina, side (2019)

https://www.usgs.gov/media/images/bee-cute-furry-face-m-argentina-side
1•Kye•9m ago•0 comments

How to Manage Google Sheets with Too Many Tabs

https://www.sheetsorganizer.com/blog/organize-google-sheets-tabs
1•josephautomates•11m ago•0 comments

Microliths as a Microservices Alternative

https://www.ufried.com/blog/microservices_fallacy_10_microliths/
1•BinaryIgor•12m ago•0 comments

Grok believes Trump won the 2020 US Election

https://twitter.com/krassenstein/status/1988363918431973402
1•bjourne•12m ago•0 comments

United Airlines seeks to end lawsuit over windowless 'window seats'

https://www.reuters.com/sustainability/boards-policy-regulation/united-airlines-seeks-end-lawsuit...
2•woldemariam•14m ago•0 comments

J.P. Morgan calls out the absurdity of AI spend

https://www.businessinsider.com/ai-stocks-market-outlook-dot-com-bubble-prediction-jpmorgan-2025-11
4•teleforce•16m ago•1 comments

GenAI for Computing Careers: A Sunny Take – Communications of the ACM

https://cacm.acm.org/blogcacm/genai-for-computing-careers-a-sunny-take/
1•rbanffy•16m ago•0 comments

Show HN: AI Nexus – Multi-model workspace with projects and branching

https://getainexus.com
1•michaelanckaert•17m ago•0 comments

World oil and gas demand could grow until 2050, IEA says

https://www.reuters.com/sustainability/boards-policy-regulation/world-oil-gas-demand-could-grow-u...
1•geox•18m ago•0 comments

Matrix Arcade

https://yizhe-ang.github.io/matrix-explorable//
1•lackoftactics•18m ago•0 comments

600B Dollars, Failed Model, Missing Minds Can Meta Recover Its AI Edge

https://medium.com/@anwarzaid76/600-billion-dollars-failed-models-and-missing-minds-can-meta-reco...
1•MindBreaker2605•19m ago•0 comments

Innovation Doesn't Die. It Just Misses Its Moment

https://medium.com/@egorich42/innovation-doesnt-die-it-just-misses-its-moment-7c8596724645
1•Egorich42•19m ago•0 comments

Studio-quality headshots from selfies, with TRUE likeness (in 4K)

https://primeshot.ai
1•_holt•19m ago•1 comments

Google Big Sleep has found 77 Memory Corruption Issues with AI

https://issuetracker.google.com/savedsearches/7155917?s=modified_time:desc&p=1
1•rot22•21m ago•0 comments

Make It Possible, Then Make It Normal

https://danielmangum.com/posts/possible-then-normal/
1•hasheddan•24m ago•0 comments

A Brief Look at FreeBSD

https://yorickpeterse.com/articles/a-brief-look-at-freebsd/
2•todsacerdoti•26m ago•0 comments

The Pioneers of Computational Physics

https://physicsworld.com/a/the-forgotten-pioneers-of-computational-physics/
1•sohkamyung•27m ago•0 comments

97% of listeners cannot distinguish between AI and human-composed songs

https://www.reuters.com/legal/litigation/are-you-listening-bots-survey-shows-ai-music-is-virtuall...
4•giuliomagnifico•28m ago•2 comments

AI Fatigue: Reflections on the Human Side of AI's Rapid Advancement

https://cacm.acm.org/opinion/ai-fatigue-reflections-on-the-human-side-of-ais-rapid-advancement/
1•rbanffy•28m ago•0 comments

Normalize giving your children homes instead of a college education

https://twitter.com/bennyjohnson/status/1988418969045246014
2•bilsbie•28m ago•0 comments

How ‘The Disintegration Loops’ Saved William Basinski’s Life

https://www.nytimes.com/2025/11/10/arts/music/disintegration-loops-william-basinski.html
1•XzetaU8•29m ago•1 comments

Show HN: Save your Claude Code Session to Git

https://github.com/deemkeen/claude-session-management
2•deemkeen•29m ago•0 comments

Show HN: pgflow – Workflows for Supabase, no external services (Postgres-first)

https://demo.pgflow.dev/
1•jumski•30m ago•0 comments

Caffewerks

https://caffewerks.com
1•bellamoon544•34m ago•1 comments
Open in hackernews

Git Quick – fast Git workflows with AI-powered commit messages

https://medium.com/@vswaroop04/git-quick-lightning-fast-git-workflows-with-ai-powered-commit-messages-988088e89cf6
2•vswaroop04•1h ago

Comments

vswaroop04•1h ago
Git Quick is a modern CLI tool that speeds up repetitive Git commands with smart defaults and AI-powered commit messages. It combines git add, commit, and push into a single command while generating meaningful commit messages from your code changes.

Key Features:

- Single command workflow: Just run 'gq' to stage, commit with AI-generated message, and push - AI-powered commits: Uses Ollama (local, free), OpenAI, or Anthropic to generate contextual commit messages from diffs - Works immediately: Smart fallback mode requires no setup - AI is optional - Commit history visualization: 'gq story' shows compact, colorized commit summaries grouped by date, author, or type - Time tracking: Built-in development time tracking per branch with detailed reports - Branch sync: 'gq sync' safely updates all local branches with conflict detection - Cross-platform: Available via pip (Python 3.8+) and npm

The tool is designed for developers who want to maintain good commit hygiene without the friction of writing messages manually. It runs Ollama locally by default for privacy, or you can use cloud AI providers.

Installation is simple: - pip install git-quick - npm install -g git-quick-cli

First run automatically guides you through AI setup, or you can skip it entirely and use the smart fallback mode.

The project is MIT licensed and actively maintained. If you find it useful, please give it a star on GitHub!

Repository: https://github.com/vswaroop04/git-quick