タグ

Statsに関するYassLabのブックマーク (29)

  • Which Programming Language Is Best for Claude Code?

    YassLab
    YassLab 2026/03/05
    “Doesn't lack of types mean more bugs? -- Possibly... type errors are among the easiest bugs to detect and fix. If an agent frequently introduced type errors without a type checker, it would likely introduce logic bugs at a similar rate — at which point the problem goes beyond type checking.”
  • Claude Code に向いているプログラミング言語

    ターン数とは、1 回のプロンプト実行中に Claude が何回 API ラウンドトリップ(ツール呼び出し → 結果受け取り → 次の応答)を繰り返したかの回数です。 v1(新規作成)の所要時間 v1 では言語間の差が大きく出ています。Python(32.9 秒)と Ruby(33.2 秒)が僅差でトップ、JavaScript(36.0 秒)が続きます。一方、Ruby/Steep は 105.0 秒と Ruby の約 3.2 倍。Lua(96.4 秒)や OCaml(80.9 秒)も遅め。 v1 は空のディレクトリからスタートするので、Cargo.toml や package.json などのプロジェクト設定ファイルを生成するコストが含まれます。Python/Ruby/JavaScript などは minigit ファイル 1 つを生成するだけで済むので、差が大きくなっている可能性があります

    Claude Code に向いているプログラミング言語
    YassLab
    YassLab 2026/03/05
    “はじめに -- 「AIのバグを防ぐため、型システムは重要!」「いや、型注釈がないほうがトークン数が少なくて済む!」定性的な議論は見かけるんですが、定量的な話を見ないので、実験してみました。”
  • Rosetta Code

    Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another. Rosetta Code currently has 1,349 tasks, 406 draft tasks, and is aware of 995 languages, though we do not (and cann

    Rosetta Code
    YassLab
    YassLab 2026/01/15
    “The idea is to present solutions to the same task in as many different languages as possible, ... and to aid a person with a grounding in one approach to a problem in learning another. Rosetta Code currently has 1,339 tasks, 397 draft tasks, and is aware of 984 languages”
  • CoderDojoのオープンデータがデジタル庁Well-Being指標のデジタル生活指数に採用

    CoderDojo Japanは24日、同法人によって集計・公開されている、全国に200以上ある子どものためのプログラミング道場「CoderDojo」のオープンデータが、デジタル庁から公開されている地域幸福度(Well-Being)指標の1つ「デジタル生活指数」として採用されたことを発表した。 地域幸福度(Well-Being)指標の公式サイトでは、全国 Well-Being 調査に基づく主観データと暮らしやすさの客観データが閲覧でき、主観と客観の両方から地域の特徴を捉えることができる。 今回、同指標を構成する暮らしやすさの客観データの一部として、CoderDojo Japan が集計・公開しているオープンデータが採用された。 また、今回の CoderDojo オープンデータの採用・利活用に際し、CoderDojo の過去データも遡って参照・確認できるようになった。これまでは最新データのみ

    CoderDojoのオープンデータがデジタル庁Well-Being指標のデジタル生活指数に採用
    YassLab
    YassLab 2025/10/28
    “「CoderDojo」のオープンデータが、デジタル庁から公開されている地域幸福度(Well-Being)指標の1つ「デジタル生活指数」として採用 / サイトから過去データも機械可読なデータ形式で参照・確認可能になった”
  • システムコンポーネント(CPU、メモリ、ディスク、ネットワーク等)のレイテンシとタイムスケールなどなど - CLOVER🍀

    これは、なにをしたくて書いたもの? CPUサイクルに対してメモリアクセスのレイテンシ比とか、メモリアクセスとディスクアクセスのレイテンシ比がどこかに まとまっていたな、と時々思いながら、どこにあるか忘れて探すことになるので。 各リソースアクセスへのスケール感を把握するのに役に立つと思うので、メモしておくことにしました。 出典は、「詳解 システム・パフォーマンス」です。 O'Reilly Japan - 詳解 システム・パフォーマンス ディスクやネットワークに関しても、まとまっていました。 あと、JCacheでもメモリ、ネットワークに関しては参考になりそうな図があったので、こちらもメモとして。 システムコンポーネント(CPU、メモリ、ディスク、ネットワーク等)のレイテンシとタイムスケール 3.3GHzのCPUのレジスタアクセスから、メモリ、ディスク等のおよそのレイテンシと、CPUのレジスタア

    システムコンポーネント(CPU、メモリ、ディスク、ネットワーク等)のレイテンシとタイムスケールなどなど - CLOVER🍀
    YassLab
    YassLab 2025/08/25
    “各リソースアクセスへのスケール感を把握するのに役に立つと思うので、メモしておくことにしました。出典は、「詳解 システム・パフォーマンス」です。”
  • 67 Companies You Didn't Know Were Using Rails in 2025

    For twenty-two years, thoughtbot has helped companies and organizations of all sizes build maintainable, scalable, and useful software. While Ruby on Rails is often associated with startups and MVPs, it’s also been quietly powering major systems inside some of the world’s largest companies. From financial institutions to global retailers and healthcare companies, Rails is still being chosen in 202

    67 Companies You Didn't Know Were Using Rails in 2025
    YassLab
    YassLab 2025/08/09
    “From financial institutions to global retailers and healthcare companies, Rails is still being chosen in 2025 for the same reasons it always has, speed, clarity, and scalability. Here are 70 companies, many of these our clients, who you might not expect to be using Rails”
  • The Pragmatic Engineer 2025 Survey: What’s in your tech stack? Part 1

    Hi – this is Gergely with the monthly, free issue of the Pragmatic Engineer Newsletter. In every issue, I cover challenges at Big Tech and startups through the lens of senior engineers and engineering leaders. If you’ve been forwarded this email, you can subscribe here. Many subscribers expense this newsletter to their learning and development budget. If you have such a budget, here’san email you

    The Pragmatic Engineer 2025 Survey: What’s in your tech stack? Part 1
    YassLab
    YassLab 2025/08/03
    “2,997 from tech professionals and others. It is this first-hand, primary source information from across the tech industry .. This table is pretty predictable, except perhaps for how much love there is for Ruby on Rails. The language is the 5th most popular in usage, and the 3rd most loved one.”
  • 内閣府におけるEBPMへの取組 - 内閣府

    最終更新日:令和7年9月 EBPM(エビデンス・ベースト・ポリシー・メイキング。証拠に基づく政策立案)とは、政策の企画をその場限りのエピソードに頼るのではなく、政策目的を明確化したうえで合理的根拠(エビデンス)に基づくものとすることです。 政策効果の測定に重要な関連を持つ情報や統計等のデータを活用したEBPMの推進は、政策の有効性を高め、国民の行政への信頼確保に資するものです。 内閣府では、EBPMを推進するべく、様々な取組を進めています。 推進体制 大臣官房政策立案総括審議官をチーム長とする内閣府府EBPM推進チームが、内閣府においてEBPMを推進するべく、基的な方針を定めています。 内閣府府合理的根拠政策立案(EBPM)推進チームについて(PDF形式:100KB) 令和7年度内閣府府におけるEBPMの取組方針(PDF形式:164KB) 令和7年度の取組 令和6年度の取組 令和5

    内閣府におけるEBPMへの取組 - 内閣府
    YassLab
    YassLab 2025/07/09
    "EBPM (エビデンス・ベースト・ポリシー・メイキング。証拠に基づく政策立案) とは、政策の企画をその場限りのエピソードに頼るのではなく、政策目的を明確化したうえで合理的根拠 (エビデンス) に基づくものとすること"
  • Y Combinator - Top 50 Software Startups

    This article contains a list of the top 50 YC software startups (sourced from the October 2019 YC Top Companies page). It also contains aggregated statistics for valuations and back-end programming languages used. Values in this article are sourced, but I cannot guarantee their accuracy. Find me on Twitter @charlieinthe6. View article comments on HackerNews. Table of Contents: Top 50 Software Star

    YassLab
    YassLab 2025/06/11
    “Aggregated Stats -- Startups with one (initial) primary back-end language -- Ruby: 13 startups (26%), 92.4 $BN (52%), Python: 11 startups (22%), 29.9 $BN (17%)”
  • Usage Statistics and Market Share of Server-side Programming Languages for Websites, March 2026

    Top Site Usage Market Position PerformancePage Speed BreakdownRanking Content Management Client-side Languages JavaScript Libraries CSS Frameworks Web Servers Web Panels Operating Systems Web Hosting Data Centers Reverse Proxies DNS Servers Email Servers SSL Certificate Authorities Content Delivery Traffic Analysis Tools Advertising Networks Tag Managers Social Widgets Site Elements Structured Dat

    YassLab
    YassLab 2025/05/25
    “How to read the diagram: PHP is used by 74.2% of all the websites whose server-side programming language we know. PHP: 74.2%, Ruby: 6.3%, Java: 5.2%, ASP.NET: 5.1%, JavaScript: 4.5%, Scala: 4.4%, static files: 1.7%, Python: 1.2%, ColdFusion: 0.2%, Perl: 0.1%, Erlang: 0.1% (25 May 2025)”
  • Usage Statistics and Market Share of jQuery for Websites, January 2026

    YassLab
    YassLab 2025/04/28
    "Usage statistics and market share of jQuery for websites - jQuery is used by 90.8% of all the websites whose JavaScript library we know. These diagrams show the usage statistics of jQuery as JavaScript library on the web. ... This is 74.1% of all websites."
  • 全国の野宿者、過去最少の3448人 | ビッグイシュー基金

    2022年6月14日 - 活動の近況 厚労省は「ホームレスの実態に関する全国調査」(21年11月)を行い、毎年実施の概数調査と5年に1度の実態調査の結果を4月に公表しました。最新の概数調査では、全国の野宿者数は過去最少の3448人。都市別順位は大阪市が923人、東京都23区703人、横浜市285人でした。 実態調査では、回答者1169人の約半数(48.9%)が収入のある仕事をし、8割が公園・河川などに居住。平均年齢は前回調査から2.1歳上がって63.6歳になり、70歳以上が34.4%を占めました。また路上歴10年以上の人は5.4%増えて4割になり、高齢化・長期化が進んでいます。 一方で、従前の住居形態が「持家」の人は2.3%増(11.3%)、「民間賃貸住宅」の人も6.2%増(45.7%)となり、安定した住まいを失い新たに路上化する人の割合が増えています。コロナの影響では、「収入が減った」(

    全国の野宿者、過去最少の3448人 | ビッグイシュー基金
    YassLab
    YassLab 2024/06/03
    "厚労省は「ホームレスの実態に関する全国調査」 / 毎年実施の概数調査と5年に1度の実態調査の結果を4月に公表 / 全国の野宿者数は過去最少の3448人/ 平均年齢は前回調査から2.1歳上がって63.6歳になり、70歳以上が34.4%"
  • https://x.com/hasimoto1009/status/1783514808576528802

    YassLab
    YassLab 2024/05/25
    “上位11社のうち7社がRails採用しているように見える”
  • https://x.com/yasulab/status/1793270156296409586

    YassLab
    YassLab 2024/05/23
    “おー! 日本Rubyの会の公式Cosense (旧: Scrapbox) に RubyKaigi 開催規模の推移データがある...!! ”
  • RubyKaigi - ruby-no-kai

    Ruby会議は、オブジェクト指向スクリプト言語Rubyに関するカンファレンスとしては世界でも最大級のもので、2006年から2011年までは毎年開催されていました。2012年は開催されませんでしたが、2013年には「シーズン2」として再び開催されるようになりました。このページはシーズン2について扱います。日Ruby会議時代(シーズン1)については、RubyKaigi Season1 を参照してください。

    RubyKaigi - ruby-no-kai
    YassLab
    YassLab 2024/05/22
    "開催規模の推移" グラフ化して見ました https://x.com/yasulab/status/1793270156296409586
  • The PLDB Rankings Algorithm

    YassLab
    YassLab 2024/05/22
    “PLDB ranks languages by combining scores in 5 broad categories / The Ranking Algorithm: PLDBScore(x) = 5 ∗ ConceptCount − UserEstRank(x) − FoundationScoreRank(x) − JobsEstRank(x) − LinkRank(x) − MeasurementsRank(x) / You can verify this yourself by reading the source code.”
  • Ruby - Programming language

    YassLab
    YassLab 2024/05/22
    "#9 on PLDB - Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. Read more on Wikipedia.."
  • 世界の個人金融資産 国別ランキング・推移 - GLOBAL NOTE

    統計の解説 2024年の世界主要国の個人金融資産国際比較統計・ランキングです。 各国の個人金融資産と国別順位を掲載しています。 1位は米国の130,383,191百万US$、2位は日の23,837,051百万US$となっています。 時系列データは1995-2024年まで収録しています。 【統計の内容】 単位は百万米ドル。 個人金融資産は国民経済計算(SNA)ベースでの家計部門の総金融資産残高で負債控除前のグロス値。 金融資産は現金、預金、株、有価証券、保険など(不動産などの非金融資産は含まない)。 対家計非営利団体(NPISH)の金融資産残高を含む。 各年末の残高。 原則SNA2008ベース・内部取引を消去した連結ベース(一部の国を除く)。 米ドルへはOECDの各年の購買力平価(PPP)で換算している(弊サイトで算出)。 ランキング表示では当年のデータが無い場合、過去のデータで補完して

    世界の個人金融資産 国別ランキング・推移 - GLOBAL NOTE
    YassLab
    YassLab 2024/04/24
    “世界主要国の個人金融資産国際比較統計・ランキングです。各国の個人金融資産と国別順位を掲載しています。1位は米国の107,930,340百万US$、2位は日本の21,754,232百万US$となっています。時系列データは1995-2022年まで収録”
  • BestGems -- Ruby Gems Download Ranking

    BestGems.org Ruby gems download ranking. Find the best gem package for you!

    YassLab
    YassLab 2023/11/13
    “Ruby gems download ranking. Find the best gem package for you! BestGems.org is open source. See our GitHub repository.”
  • 2023年版「世界最高の国」ランキングで日本がトップ10入り

    🙌 Awesome, you're subscribed! Thanks for subscribing! Look out for your first newsletter in your inbox soon! Get us in your inbox Sign up to our newsletter for the latest and greatest from your city and beyond

    2023年版「世界最高の国」ランキングで日本がトップ10入り
    YassLab
    YassLab 2023/10/01
    "調査対象となったのは世界87カ国。約1万7000人の回答者 / カテゴリーは「旅」「先進性」「文化的影響力」「起業」「伝統」「柔軟性」「ビジネス」「国力」「生活の質」「社会的目的」 / 日本は95.1点を獲得し6位となった"