現地/オンライン
---
Apache Iceberg Japan Meetup #2 (2025/06/18 19:00〜)
https://iceberg.connpass.com/event/354741/
#bookmarks

About
音声読み上げ(TTS)サービスで日本語も対応と書かれているが「こんにちは」を読ませたら「Japanese letter」と5回言いやがった。違うそうじゃない。
---
Kokoro TTS: Free Text to Speech Online
https://kokoroai.org/
#bookmarks
セキュリティ(Cross-protocol scripting)を考慮してブラウザからlocalhostへアクセスできないポートが定義されているらしい。へー知らなかった。Firefoxでは1024以上のポートだと2049、4045、6000にアクセスできなくなってるそうです。
---
Ports that are blocked by browsers
https://www.keenformatics.com/ports-that-are-blocked-by-browsers
#bookmarks
セルフホストが可能なCAPTCHA代替。PoW(Proof of Work)とあるからCPUを使わせるみたいな実装だろうか
---
GitHub - altcha-org/altcha: GDPR, WCAG 2.2 AA, and EAA compliant, self-hosted CAPTCHA alternative with PoW mechanism and advanced anti-spam filter.
https://github.com/altcha-org/altcha
#bookmarks
git組み込みの分散型issue tracker。issueやcommentなどがgitリポジトリ内のobjectとして作成されるのでpush/pullで同期できる。GitHubやGitLabと同期するブリッジ機能あり。わいわい
---
GitHub - git-bug/git-bug: Distributed, offline-first bug tracker embedded in git, with bridges
https://github.com/git-bug/git-bug
#bookmarks
へー。ConfluenceとJiraなるほど。
---
Atlassian公式からベータ版MCPがリリースされたのでさわってみた | DevelopersIO
https://dev.classmethod.jp/articles/atlassian-official-mcp/
#bookmarks
SQLクエリーの方言変換ができるWebサイト。サポートする方言が豊富。sqlglotというPythonライブラリで実装されてる
---
SQL Scope
https://sqlscope.netlify.app/
#bookmarks
セルフホスト可能なWebスクレイピングアプリ。ブラウザでスクレイピングの指示が可能な他、REST APIも用意されてる。生成AI連携機能もある模様。
---
GitHub - jaypyles/Scraperr: Self-hosted webscraper.
https://github.com/jaypyles/Scraperr
#bookmarks
KafkaからClickHouseへのストリーミングでdeduplicationなどの処理をおこなえるETL実装かな。メモ
---
GitHub - glassflow/clickhouse-etl: Real-time deduplication and temporal joins for streaming data
https://github.com/glassflow/clickhouse-etl
#bookmarks
先日みた勉強会でExcel+Copilotでも同様のことを実現してた。表計算とAIの相性はとてもいいはずなんだけど、Google One AI Premiumプランの契約が必要なのがちょっと敷居が高い。
---
Gemini「表計算は任せろー」。Googleスプレッドシートを自然言語で操作可能に
https://pc.watch.impress.co.jp/docs/news/2014293.html
#bookmarks