セキュリティ(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
About
セルフホストが可能な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
「利用規約の文面からは、将来的に以下のような形でユーザーデータが収集・利用される可能性が否定できません」なるほど
---
Cline利用におけるデータの取り扱いについて - サーバーワークスエンジニアブログ
https://blog.serverworks.co.jp/cline-data-collection-alert
#bookmarks
「TTLによるデータの自動削除はWCUを消費しない」おーなるほどー。
---
DynamoDBコスト削減のための基本的な施策4点 | フューチャー技術ブログ
https://future-architect.github.io/articles/20250512a/
#bookmarks