サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
参議院選挙2025
gist.github.com/skanehira
あなたのタスクは、コンテキストを分析し、リクエストを理解し、必要に応じて有用な応答を提供し、コードの変更を実装することです。 重要な説明: 「レビュー」を求められた場合、コードを読んでレビューフィードバックを提供します(明示的に要求されない限り変更は実装しません) PRレビューの場合:コメントを更新すると、あなたのレビューが投稿されます。包括的なレビューフィードバックの提供に集中してください。 コンソール出力とツールの結果はユーザーには見えません すべてのコミュニケーションはGitHubコメントを通じて行われます - これがユーザーがあなたのフィードバック、回答、進捗を見る方法です。通常の応答は見られません。 以下の手順に従ってください: Todoリストを作成する: GitHubコメントを使用して、リクエストに基づいた詳細なタスクリストを維持します。 Todoをチェックリスト形式でフォーマ
gist.github.com/burkeholland
beastmode-install.md Beast Mode Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model. Below you will find the Beast Mode prompt in various versions - starting with the mos
gist.github.com/masuidrive
claude-sandbox.sb �j�� �ˢ� ; このファイルを `~/.claude/claude-sandbox.sb` に設定したあと、 ; alias c="sandbox-exec -f ~/.claude/claude-sandbox.sb -D PWD="`pwd`" -D HOME="$HOME" claude " ; このaliasを~/.zshrcに書き込んで、`. ~/.zshrc`で読み直します。 ; dangerousな人は下記のように。 ; alias c="sandbox-exec -f ~/.claude/claude-sandbox.sb -D PWD="`pwd`" -D HOME="$HOME" claude --dangerously-skip-permissions " ; これで `c`だけで安全にClaude Code CLIが実行でき
gist.github.com/shyouhei
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
gist.github.com/mizchi
gemini-cli-usages-from-gemini-cli.md Gemini CLI に Gemini CLI 自体のソースコードを読ませつつ、高度な使い方を分析させたもの Gemini CLI 実践ガイド: 基本から応用まで Gemini CLIは、単なる対話ツールではありません。その設計の核心を理解することで、私たちはGemini CLIを、自らの開発ワークフローに最適化された、強力な自動化エンジンへと変貌させることができます。このガイドでは、基本的な使い方から、コードリーディングによって明らかになった高度な実践テクニックまでを解説します。 基本的な使い方: まずはここから これからGemini CLIを使い始める方は、以下の基本的なコマンドとコンセプトを覚えましょう。 対話を開始する: ターミナルで、操作したいプロジェクトのルートディレクトリに移動し、geminiと入力しま
gist.github.com/falfal0722
gist.github.com/samhenrigold
typescript-project-setup-guide.md This is typescript environment setup guide for LLM and humans Baseline Always setup baseline settings pnpm typescript vitest pnpm init --init-type module pnpm add typescript vitest @vitest/coverage-v8 @types/node -D echo "node_modules\ntmp\ncoverage" > .gitignore mkdir -p src # git git init git add . git commit -m "init" package.json { "private": true, "type": "mo
gist.github.com/nwiizo
gist.github.com/tak-dcxi
README.md 「@scope入門」という記事を読んで改めて @scope の設計方法を考える ICS MEDIAで新しく掲載された以下の記事を読みました。 https://ics.media/entry/250520/ 大前提として、私は ICS MEDIA の記事を愛読していますし、池田さんをはじめとして ICS で働くエンジニアの方々とはリアルで親交もあり、尊敬しています。 上述した「@scope入門」という記事に関しても @scope の基礎的な使い方が纏まっており、黎明期ゆえに文献の少ない @scope にフィーチャーした参考記事としては質の高い記事であることは間違いありません。 それを踏まえた上で、こちらの記事には同意できない点が複数見受けられ、同時にこの先 @scope を利用することになった場合、メンバーに記事内で触れられている記述を真似してほしくないと感じたので、私な
font-size-rem.md font-size には rem を使うべきかどうかについての見解 結論 可能であれば Chrome の文字拡大機能をサポートするためにremを使用する。 ただし、実際に Chrome の文字拡大機能を「極大」にして検証することが必須条件。これに時間的・労働的なコストを割けないのならpxを使用したほうがいい。 結論に至った背景 「font-size には rem を使いましょう」という教えが独り歩きしており、実際に Chrome の文字拡大機能を「極大」にして検証していない人が多いため。 font-size だけ rem を指定すればいいという訳ではなく、文字拡大に伴ったレイアウトの変更に耐えうる設計とする必要がある。つまり、font-size だけでなく文字の拡大に依存する余白やサイズなどもフォントサイズを基準とした相対値(remやemなど)で指定する必
plan-text-win.md 草稿。あとで書く Markdown の表現力は十分である Markdown は(リッチテキストに比べると)表現が貧弱だとよく言われれる。自分もそこは同意する。 しかし、それがデメリットではない。Markdown の貧弱さは、意思伝達上の明確なメリットであると考える。Markdown の枠組みの中でテキストを組み立てることが、書き手・読み手に低負荷なまま意思伝達を可能にする。 制約は力である markdown は元々はメール文面の慣習的なテキスト装飾が元になって発展した記法だ。プレーンテキストでも読める、という点に最も大きな価値があり、プログラミングエディタによる装飾や、GitHub上で閲覧するときの HTML 変換は補助ツールでしかない。 プログラマと非プログラマの一番の思考の違いは何か考えた時に、「制約」に対する認識の違いがあると考える。 プログラミング
post-cline-world.md After Cline - あるいは語りえぬ者について語ろうとする時代について この資料は以下のイベントの登壇用の殴り書きです https://hack-at-delta.connpass.com/event/350588/ 今までの資料を引用して話すので、この資料はアウトラインです。 最初に: 自分の技術選定の基準 ハイプサイクルにおけるアーリーアダプター相当で手を動かす ハイプ・サイクル https://mba.globis.ac.jp/about_mba/glossary/detail-20659.html https://www.thoughtworks.com/radar を読む イノベーターっぽい人達をSNSで監視してる 一定の熱量を感じたら自分でも動かして評価する 破壊的イノベーションを逃すな 破壊的イノベーション - クリスチャン・ク
gist.github.com/snoozer05
gist.github.com/Akkiesoft
home_services.md 自宅サーバー サービス一覧 メインサーバー(自作機) 構成 8世代 Core i5 32GB RAM 1TB SSD Ubuntu Server 24.04 ESXi6.7から最近移行完了 KVMとDockerのホスト Docker Containers Minecraft 甥接待サーバー Mastodon h.kokuda.org 5コンテナー構成 streaming web sidekiq db(PostgreSQL) redis KVM CockpitでWebUI管理 VMはVMware上でUbuntu20.04→24.04で再構築してからV2V ルーター・VPN用VM PPPoEルーター HGWがIPoEとPPPoE接続を同時にしてくれないので、VMを立ててiptablesでマスカレードとかを WireGuard VPN OpenVPNは一旦卒業し
gist.github.com/jwbee
jq.md Make Ubuntu packages 90% faster by rebuilding them TL;DR You can take the same source code package that Ubuntu uses to build jq, compile it again, and realize 90% better performance. Setting I use jq for processing GeoJSON files and other open data offered in JSON format. Today I am working with a 500MB GeoJSON file that contains the Alameda County Assessor's parcel map. I want to run a quer
gist.github.com/jlia0
agent loop )@᪪ �7vપ You are Manus, an AI agent created by the Manus team. You excel at the following tasks: 1. Information gathering, fact-checking, and documentation 2. Data processing, analysis, and visualization 3. Writing multi-chapter articles and in-depth research reports 4. Creating websites, applications, and tools 5. Using programming to solve various problems beyond development 6. Variou
gist.github.com/KOBA789
gist.github.com/rtfeldman
gist.github.com/blu3mo
gistfile1.md (下にスクロールして本文へ) 宣伝: 今年は未踏ジュニアに事前応募するとプロトタイプ開発にChatGPT APIが無料で使えるみたいです! https://jr.mitou.org/pre 以下本文 了解しました!未踏ジュニアに『採択されるために役立つ』実践的な知見を重点的に調査します。 書類選考のコツ(提案書の具体的な書き方、採択された書類と落選した書類の違い) 面接対策(よく聞かれる質問、面接時の評価ポイント、受け答えのコツ) プロジェクトの作り込み(どの程度の完成度が求められるか、プロトタイプの重要性) 落選者と採択者の違い(過去の事例から、どんな応募が落とされやすいのか) 選考委員の発言分析(メンターや運営側が重視するポイント、選考基準) 過去の採択者の体験記・ブログ・インタビューから得られる実践的な知見 徹底的に調査し、実際に採択されるために役立つ実践的
gist.github.com/voluntas
duckdb_202501.md DuckDB 座談会 v2025.1 発表者向け資料 これはDuckDB 座談会 (2025-01) の発表者向けの資料です。 著者: @voluntas DuckDB とは こちらの資料がとてもお勧めです。 DuckDB雑紹介(1.1対応版)@DuckDB座談会 - Speaker Deck DuckDB 関連のニュース Release Calendar – DuckDB DuckDB 1.2 は 2025-01-27 DuckDB Node Neo Client – DuckDB 注意 S3 という呼び方は S3 互換オブジェクトストレージも含んだ総称として利用しています。 本日の発表内容 DuckDB と S3 DuckDB と Go DuckDB-Wasm と S3 DuckDB-Wasm と OPFS DuckDB と PostgreSQL Du
gist.github.com/zachlatta
almost_pwned.md g.co, Google's official URL shortcut (update: or Google Workspace's domain verification, see bottom), is compromised. People are actively having their Google accounts stolen. Someone just tried the most sophisticated phishing attack I've ever seen. I almost fell for it. My mind is a little blown. Someone named "Chloe" called me from 650-203-0000 with Caller ID saying "Google". She
gist.github.com/hackermondev
research.md hi, i'm daniel. i'm a 15-year-old high school junior. in my free time, i hack billion dollar companies and build cool stuff. 3 months ago, I discovered a unique 0-click deanonymization attack that allows an attacker to grab the location of any target within a 250 mile radius. With a vulnerable app installed on a target's phone (or as a background application on their laptop), an attack
gist.github.com/mala
aycabta.md aycabtaあるいは糸柳茶蔵のこと 文章: mala 2025-01-20 初稿 2025-01-23 いくつかの補足と自分の過去のprivateでの言及のおまけ 気が向いたら、追記するかもしれない 1 aycabta、あるいは糸柳茶蔵は古い友人だ。彼は冒険家で、Rubyコミッターであった。aycabtaは all your code are belong to ass の頭文字だ。有名なネットミームのもじりだが、まあ、ひどい名前である。違うハンドルネームや名前で認識している人も多いかもしれないが、自分がいま認識する糸柳というのは彼のことである。 既にXにいくつかの短い文章を書いた。 https://x.com/bulkneets/status/1876270860518166711 https://x.com/bulkneets/status/1876272207
gist.github.com/fumiya-kume
.cursorrules ��� �� �0H �� # .cursorrules # Development Steps for CLI Application in Go ## 1. Overall Design - Define the purpose and scope of the CLI application. - Identify the target audience and their needs. - Outline the main features and functionalities. - Create a high-level architecture diagram. - **Improve Specifications/Features:** - Enhance the design from a UX and beauty perspective. -
gist.github.com/yoavg
multi-llm-agents.md Are multi-LLM-agent systems a thing? Yes they are. But. Yoav Goldberg, Nov 24, 2024 This piece started with a pair of twitter and bluesky posts: let's talk about "agents" (in the LLM sense). there's a lot of buzz around "multi-agent" systems where agents collaborate but... i don't really get how it differs from a thinking of a single agent with multiple modes of operation. what
gist.github.com/lestrrat
lestrrat looking for work2024.md I unexpectedly had to quit my previous job and am now in search of a new one. If you are interested in hiring me or have leads, I would very much appreciate it if you could contact me at my ID + gmail. Past experiences https://lestrrat.github.io/ During 2000-2019, I worked as a backend software engineer, writing anything from small tools to servers handling billion
次のページ
このページを最初にブックマークしてみませんか?
『Discover gists』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く