並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

Normalの検索結果1 - 6 件 / 6件

  • How I learned Vulkan and wrote a small game engine with it

    Comments (GitHub discussion) tl;dr: I learned some Vulkan and made a game engine with two small game demos in 3 months. The code for the engine and the games can be found here: https://github.com/eliasdaler/edbr This article documents my experience of learning Vulkan and writing a small game/engine with it. It took me around 3 months to do it without any previous knowledge of Vulkan (I had previou

    • Emil Dziewanowski - Technical Artist

      I often envy those who can accurately estimate the time their tasks will take, particularly the seemingly small ones. Experience has taught me that it’s these ‘simple’ tasks that are often the most deceptive. What appears to be a 15-minute fix can unexpectedly turn into a bizarre edge case, transforming a supposed one-line code change into a day-long hunt for answers on the Wayback Machine. And ye

        Emil Dziewanowski - Technical Artist
      • 最近(~2024年5月)公開された LLM の性能を ELYZA-tasks-100 で比較してみた - Qiita

        TL;DR 海外勢: Microsoft の Phi-3 は日本語応答性能も高い。Apple の OpenELM は日本語未対応 国内勢: Karakuri LM 8x7B は Phi-3 small とほぼ互角の性能、Fugaku LLM 13B は日本語の理解能力はありそうだが ELYZA-tasks-100 の得点は伸びず はじめに 前回の記事では、2024年4月にリリースされた LLM 3種(Llama3, Command R+, Phi-3 mini)に焦点をあてて、ELYZA-tasks-100 によるベンチマーク評価の結果をご紹介しました。 その後も国内・海外から続々とモデルがリリースされているので、今回はそれらを比較してみたいと思います。評価するのは次のモデルです。 Phi-3 small/medium OpenELM Fugaku LLM 13B Instruct Kar

          最近(~2024年5月)公開された LLM の性能を ELYZA-tasks-100 で比較してみた - Qiita
        • Writing Truly Memory Safe JIT Compilers

          Last month the V8 team published an excellent blog post on what they call the V8 Sandbox. This isn’t a sandbox for your JavaScript code — it’s intended to mitigate browser exploits caused by bugs in the JIT compiler itself. That’s important work because they report that most Chrome exploits start with a V8 memory safety bug. V8 is written in C++, so it may seem like these are the sort of bugs you’

            Writing Truly Memory Safe JIT Compilers
          • Brian Eno, Holger Czukay & J. Peter Schwalm | ele-king

            Home > Reviews > Album Reviews > Brian Eno, Holger Czukay & J. Peter Schwalm- Sushi, Roti, Reibekuchen ドナルド・トランプとの指名争いからいち早く降りたフロリダ州知事ロン・デサンティスはこの5月、州法から「気候変動」の文字をあらかた消し去った。この改定によってフロリダ州の企業は6月1日から二酸化炭素出し放題、風力発電は禁止、公用車も低燃費ではなくなるらしい。最高気温45度も5000億円の被害をもたらした暴風雨も20センチの海面上昇も左派の陰謀で、デサンティスはフロリダ州を左派や環境活動家から守ったと勝ち誇っている。トランプが再び大統領になれば同じことがアメリカ全土に広がっていくのだろうか。アメリカの消費社会は減速しない。前進あるのみ。『Climate Change(気候変動)』というタイト

              Brian Eno, Holger Czukay & J. Peter Schwalm | ele-king
            • Askar Safin

              This is why you should never use parser combinators and PEG June 2, 2024 Let me tell you why you should (nearly) never use PEG (parsing expression grammars). Nearly everything I will say applies to parser combinators (parsec in Haskell, nom in Rust), too. So, don't use PEG. Use CFGs (context-free grammars) instead. They are more natural. I feel that CFGs more naturally represent how we think. Thus

              1