# effective java — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover effective java.

Page: <https://rssamplifier.com/topics/effective-java>  
Feed: <https://rssamplifier.com/topics/effective-java.md>

---

## [about BuriKaigi 2026 w/ nagise-san](https://podcasters.spotify.com/pod/show/dokanai/episodes/about-BuriKaigi-2026-w-nagise-san-e3cddob)

_2025-12-16 · PharaohKJ · Tsundokanai Radio_

2026-01-09 & 2026-01-10に行われます BuriKaigi 2026 について、nagiseさんオススメのセッションについて語りました。

[Listen](https://anchor.fm/s/bafd2a4/podcast/play/112686283/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2025-11-15%2F8aecdb35-5126-a961-fbbc-1a73c2481c76.mp3)

## [The Confusing Case of Git Signatures on GitHub](https://blog.scaledcode.com/blog/github-and-git-signatures/)

_2025-03-07 · Scaled Code_

Git has supported signing for some time (version 1.7.9 released in 2012). As git's own documentation says, git is cryptographically secure but not foolproof . By cryptographically secure it means that every commit has a hash value and all future values are built on top of previous values. This makes tampering with the history of a repository extremely difficult without detection. By not foolproof…

