frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Mirror of Trumps Posts

https://fakenews.social/
1•calypso•2m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
1•vcfgdev•2m ago•0 comments

Building an LLM Agent to Play Dwarf Fortress

https://blog.trine.dev/posts/2026-02-28-df-ai-exp/
1•totetsu•4m ago•0 comments

Regex is (almost) all you need (2025)

https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need
1•aleda145•5m ago•0 comments

Blaise v0.14.0 is here: macOS, BlaiseGuard, math and more

https://github.com/graemeg/blaise/discussions/211
1•mariuz•5m ago•0 comments

Anthropic AI Mandatory Employee Stock Trading Plans for IPO – This Will Not Go W [video]

https://www.youtube.com/watch?v=zi9LsoKISEc
1•xbmcuser•6m ago•0 comments

LLM intelligence vs. cost per task, Dec 2024–Aug 2026

https://www.reddit.com/r/dataisbeautiful/comments/1vhw02h/oc_llm_intelligence_vs_cost_per_task_de...
1•theanonymousone•6m ago•0 comments

I built a free, instant technical and on-page SEO tool and keyword checker

https://www.sitealyser.com
1•johnnyfwk•7m ago•0 comments

Show HN: Benchmark local LLMs fit for your device specs

https://github.com/SupermodularAI/local_bench
1•andrelago•7m ago•0 comments

Informing HTTP Extension Design with Data

https://mnot.net/blog/2026/linting_the_web
1•jiehong•8m ago•0 comments

Show HN: ToolHoard – Compare power tool prices across major US retailers

https://toolhoard.com/
1•wesman5060•13m ago•0 comments

New Mexico Court Orders Meta to Pay $567M

https://www.techpolicy.press/new-mexico-court-orders-meta-to-establish-567-million-fund-to-abate-...
1•DeepLogin•16m ago•0 comments

I wonder if you could make a useful DOS executable with just emoji

https://oldbytes.space/@gloriouscow/117044736309312697
1•birdculture•18m ago•0 comments

Render of the Ford Fathom: Ford's affordable electric pickup truck at $28,350

https://evwire.com/p/ford-fathom-electric-truck-name-price-28350
1•juurikas•21m ago•0 comments

CrossPoint 1.5 has officially been released

https://www.reddit.com/r/xteinkereader/s/AZbairiJzJ
3•kokada•22m ago•0 comments

Show HN: I built a local multi-agent AI for Android on my phone

https://molfar.nova-hata.com/
1•Gucul_Molfar•22m ago•1 comments

Runtime instances: persistent compute for production AI agents

https://aws.amazon.com/blogs/aws/runtime-instances-persistent-compute-for-production-ai-agents-on...
1•bzooka•25m ago•0 comments

The Trump factor in India's proposed new UPI transaction levy

https://indianexpress.com/article/explained/explained-economics/upi-transaction-levy-trump-us-dea...
2•thisislife2•27m ago•0 comments

How Cursor Router chooses the right model for the task

https://cursor.com/blog/how-cursor-router-works
1•alexhandru•28m ago•0 comments

Peko vs. Competitors: Which All-in-One Business Platform Suits Your Needs?

https://adilrashidlone.substack.com/p/peko-vs-competitors-which-all-in
1•digitaldaddyme•31m ago•0 comments

Ukrainian attacks on Wildberries strike at heart of Russia Inc

https://www.reuters.com/world/ukrainian-attacks-wildberries-strike-heart-russia-inc-2026-08-07/
3•TechTechTech•35m ago•0 comments

Microdot Tattoos

https://cipherx.tech/
2•geox•36m ago•0 comments

Show HN: Recipe Jar, a local-first recipe keeper with no account or ads

https://recipejar.app/
2•sbmagar13•37m ago•0 comments

Show HN: File-based HTTP endpoints for Python with its own isolated dependencies

https://github.com/tanrax/bitpoint
1•andros•37m ago•0 comments

From Open Source Software to Open Source Strategy

https://p3institute.substack.com/p/from-open-source-software-to-open
1•theanonymousone•41m ago•0 comments

Python string literals are kinda funny

https://sebsite.pw/w/20260806-pystrings.html
1•theanonymousone•42m ago•0 comments

Moment earthquake shakes hospital operating room in Japan

https://www.bbc.com/news/videos/c1j1eg31y6no
1•NalNezumi•43m ago•0 comments

About Ads in Notifications on Facebook in Meta Ads Manager

https://www.facebook.com/business/help/1193428725816425?_fb_noscript=1
1•cebert•44m ago•1 comments

Markov 1913 and the Missing Piece

https://deepnull.bearblog.dev/markov-1913-and-the-missing-piece/
1•hackboyfly•49m ago•0 comments

Agent Reach: An open-source CLI that gives AI agents access to the internet

https://github.com/Panniantong/Agent-Reach
2•Nina_antalpha•51m ago•1 comments
Open in hackernews

Git GPT Commit

https://github.com/laststance/git-gpt-commit
1•ryotamurakami•1y ago

Comments

ryotamurakami•1y ago
I found it annoying to come up with commit messages every time, so I looked for a solution that naturally integrates a commit message generation feature—like the ones built into VSCode or Cursor—directly into the git commit command. Since I couldn’t find one, I built it myself. I managed to at least add basic prefixes like fix: and add:, but I'm not prompt master, so if anyone who's familiar with instructing LLMs is interested, I’d love to get some feedback. That said, it’s totally fine as-is for a side project, lol.