frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Short sellers notch $15.5B profit as SpaceX shares slip -Ortex

https://www.reuters.com/business/media-telecom/short-sellers-notch-155-bln-profit-spacex-shares-s...
1•1vuio0pswjnm7•33s ago•0 comments

Securing Services with Rootless Containers

https://blog.coderspirit.xyz/blog/2026/07/06/securing-services-with-rootless-containers/
1•speckx•47s ago•0 comments

Google hit with $1B EU fine, in 'constructive' talks to avoid more penalties

https://www.reuters.com/world/google-hit-with-1-billion-eu-fine-first-under-landmark-rules-2026-0...
1•1vuio0pswjnm7•1m ago•0 comments

Water exposed to air plasma increases plant biomass by 75% [video]

https://www.youtube.com/watch?v=brfSLxoHUps
1•simonjgreen•1m ago•0 comments

Buying an ETL Tool? Here's the Ultimate Guide to Making the Right Choice

https://hevodata.com/data-builders-newsletter/buying-an-etl-tool/
1•MetricHub•2m ago•0 comments

Ray tracing massive amounts of animated geometry using tetrahedral cages

https://gpuopen.com/learn/ray-tracing-massive-amounts-animated-geometry/
1•LorenDB•2m ago•0 comments

Alphabet's cash burn raises alarm for Big Tech as AI spending climbs

https://www.reuters.com/business/retail-consumer/alphabets-cash-burn-raises-alarm-big-tech-ai-spe...
4•1vuio0pswjnm7•2m ago•0 comments

I asked 6 LLMs to design 100 software systems

https://opinion-radar.com/o/the-llm-stack-census-9f02ee?lang=en
1•mat6661•2m ago•0 comments

Glue bonds to nonstick surfaces and wipes clean with ethanol

https://cen.acs.org/materials/adhesives/glue-bonds-nonstick-surfaces-wipes-clean/104/web/2026/07
2•gmays•3m ago•0 comments

The AI Con

https://www.penguin.co.uk/books/468070/the-ai-con-by-hanna-emily-m-bender-and-alex/9781529949902
1•BodyCulture•5m ago•0 comments

Proxying inference requests in 6ms with Pingora, Envoy, and Spanner

https://modal.com/blog/serverless-servers
1•birdculture•5m ago•0 comments

Invoice PDFs in the browser, and the CJK font rabbit hole it took

https://invoices-generator.net/
1•xty_hello•6m ago•0 comments

Industrialism and the Slippery Slope

https://seths.blog/2026/07/authenticity-vs-the-slippery-slope/
1•herbertl•7m ago•0 comments

Codey – A multi-agent workbench for Claude Code, Codex and OpenCode

https://github.com/its-ahoh/codey
1•ahoh_tech•7m ago•0 comments

DeepSeek Liang Wenfeng Investor Meeting – Audio to Text Transcript [pdf]

https://github.com/demo-zexuan/liang-wenfeng-investor-meeting-2026-7-22/blob/master/%E6%A2%81%E6%...
1•chewz•7m ago•0 comments

The case of the slow-to-get-going Ethernet port

https://blog.yuo.be/2026/02/22/the-case-of-the-slow-to-get-going-ethernet-port/
1•speckx•10m ago•0 comments

AMD to launch next generation of AI infrastructure to challenge Nvidia

https://www.reuters.com/business/amd-expected-launch-next-generation-ai-infrastructure-challenge-...
1•VWWHFSfQ•11m ago•0 comments

But what is cross-entropy? – Compression is Intelligence Part 2 [video]

https://www.youtube.com/watch?v=GlYgs6v2YfU
1•surprisetalk•11m ago•0 comments

OpenAI and Anthropic unite against open-weight AI risks to their bottom line

https://www.axios.com/2026/07/22/openai-anthropic-open-models-trump-china
4•yogthos•12m ago•2 comments

Orcas filmed ramming one of the heaviest fish so hard it explodes

https://phys.org/news/2026-07-orcas-ramming-world-heaviest-fish.html
1•pseudolus•13m ago•0 comments

The Usefulness of Useless Knowledge (1939) [pdf]

https://faculty.lsu.edu/kharms/files/flexner_1939.pdf
2•jxmorris12•14m ago•0 comments

When Security Means Asking Permission

https://kryptprivacy.com/articles/when-security-means-asking-permission.html
1•clausemint•14m ago•0 comments

OpenAI Model Hacks into HuggingFace During Cybersecurity Evaluation

https://thezvi.substack.com/p/openai-model-hacks-into-huggingface
1•pseudolus•14m ago•1 comments

A Simple Website Blocker

https://orgnizedmess.net/simple-website-blocker.html
1•speckx•15m ago•0 comments

SharedRoot; Escaping the Claude Cowork Sandbox

https://accomplish.ai/blog/sharedroot-escaping-claude-cowork-sandbox/
5•aviramha•18m ago•0 comments

Spotify Desktop app includes a command line tool

https://blogarc.millionpieces.nl/2026/07/spotify-cli/
1•gvenk•18m ago•0 comments

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

https://drillflow.de/de/
2•capydev42•21m ago•0 comments

Qwen-Audio-3.0-TTS

https://funaudiollm.github.io/qwen-audio-3.0-tts/
1•ai2027•22m ago•0 comments

Self-host your mail server

https://blog.haschek.at/2026/you-should-selfhost-your-mail.html
4•geek_at•23m ago•2 comments

TeamAPI: Org as Code

https://github.com/JGalego/TeamAPI
1•jgalego•25m ago•0 comments
Open in hackernews

Git Commands That Cover 90% of a Developer's Daily Workflow

https://jsdev.space/15-git-commands/
29•javatuts•1y ago

Comments

epmatsw•1y ago
restore and maybe switch are the two missing ones I think. Rebase for me, but that’s preference. Cherry-pick too.
rentonl•1y ago
my co-workers used to think I was an expert in git. In reality, they memorized 7 commands while I memorized 15
hbogert•1y ago
i memorized that a commit tree is a ordered set of patches. Everything goes from there.
Areibman•1y ago
In similar fashion, this site has saved me countless hours fixing common git issues https://ohshitgit.com
the__alchemist•1y ago
I need to alias:

  git add .
  git commit -am "descriptive name"
  git push

to:

  git sync "descriptive name"
horsawlarway•1y ago
personally - skip the 'git add .'

It's a pretty terrible habit to get into, and will (not can - will) cause all sorts of headaches. From minor ones like personal editor configs getting dumped into the projects, all the way up to major ones like secrets ending up in your git history.

If you want something close, but much better, do something like:

    if [[ -n $(git ls-files --others --exclude-standard) ]]; then
        echo "There are untracked files.  Please add, remove, or ignore them."
    else
        git commit -am "descriptive name"
        git push
    fi
the__alchemist•1y ago
I see your point, but find it worth it for convenience. Ultimately git is a tool I use to get the job done, and I want it out of the way. 99% of the time, I just want to sync my project, which doesn't only mean edits to existing files.
open-paren•1y ago
How about `git add --patch -all` to make it interactive? I have that aliased to `gap` and it is probably my most used git command.
cholantesh•1y ago
That sounds better but I like the granularity I get from scrutinizing specific files or the patch takes too long to review.
speff•1y ago
I'd like to suggest also mentioning `git add -p` (--prompt). It's very helpful for just adding changes relevant to the commit
nickcw•1y ago
No `git rebase`?

Here are my stats for my last 300 or so git commands from my history

    $ history | grep git | awk '{print $3}' | sort | uniq -c | sort -rn

     71 log
     44 show
     34 diff
     26 co # alias for checkout
     24 cherry-pick
     23 status
     18 brs # alias for branch -v --sort=-committerdate
     13 rebase
     11 commit
     11 add
      8 push
      4 archive
      3 reset
      2 pull
      1 grep
      1 checkout
      1 br
Been doing lots of tricky merges recently hence all the cherry-picks! Not normally such a large part of my workflow.
mercer•1y ago
For me, I generally don't go far beyond the commands in the article, but I /do/ make a lot of use of git rebase -i in my branches.
karmakaze•1y ago
Maybe not essential, but reflog is invaluable.

I also like to separate fetch from pull (fetch + merge).

foobarkey•1y ago
Remove merge and add rebase and we agree :)

Oh and maybe cherry-pick

seba_dos1•1y ago
Both are essential.
realaleris149•1y ago
There are other commands?
incomplete•1y ago
also gonna echo the same sentiment: where's rebase? :)

two other git log commands i find to be insanely useful are:

alias hlog='git log --date-order --graph --date=short --format="%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ad%Creset %C(red bold)%d%Creset%s"'

and:

alias alog='git log --date-order --all --graph --date=short --format="%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ad%Creset %C(red bold)%d%Creset%s"'

this is great when working in a repo w/a main "prod" branch that you don't commit to directly, but instead commit to "staging" or "dev". alog shows you the entire repo's history for all branches, and hlog is just the graph of the non-pushable branches (plus all feature branches).

hbogert•1y ago
i can't take this seriously if there's no mention of the '--amend' option and 'rebase' command
OutOfHere•1y ago
It missed "git switch" and "git restore".