並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 40件

新着順 人気順

manualの検索結果1 - 40 件 / 40件

  • 【教材まとめ】これ全部やったら流石に誰でもつよつよAIエンジニアになれる - Qiita

    はじめに 本記事ではAI知識ゼロから始めてAIエンジニアとして実務にチャレンジできるレベルを目指してロードマップ形式でコンテンツをまとめました。 生成AIの台頭、SakanaAIの大型資金調達やGoogleの研究者(ヒントン氏ら)のノーベル賞受賞も重なり、さらにAIへの注目が集まっている状態かと思います。 しかし初学者にとって、AIを学ぶハードルはまだまだ高いのが現状です。AIをツールとして活用するだけなら比較的障壁は高くないですが、理論的な部分まで含めると学ぶべき内容が広く、分野によっては難易度が高く、せっかく学び始めたのに挫折する人も多いです。 未経験だけどAIの知識を身につけたい 現在web開発の知識があり、AIも学びたい AIを学んでエンジニアインターンや実務で活躍したい といった方は是非読み進めていってください。 コンテンツは随時追記していきます。 構成 本記事は下記のような構成

      【教材まとめ】これ全部やったら流石に誰でもつよつよAIエンジニアになれる - Qiita
    • 今年のLinuxデスクトップ元年はひと味違う。それは、Omakubがあるからだ。 - laiso

      omakub.org DHHとApple もともと20年来のMacユーザーでTextMate原人であったDHHだが、HEYアプリが何度もAppStoreでリジェクトされた出来事を通じてか、次第にApple反転アンチ化してきた。 元々オルタネイティブな嗜好を持つDHHだったが、脱クラウド運動などの、近年の彼らのビックテックとの闘争にもつながっている。 年初あたりから自社の支給端末であったMacBookのリプレイスを検討し始め、Windows+WSL2やVSCode*1 、そしてLinuxデスクトップの利用を模索し始めていた。 最終的にUbuntuデスクトップを「安住の地」とし、そのセットアップの知見をすべてOmakubに込めたのだ。 エディタをNeovimに*2、スマホもSamsungに乗り換え*3、そしてFrameworkのラップトップを購入。 「ラップトップ買ってきましたUbuntu環境

        今年のLinuxデスクトップ元年はひと味違う。それは、Omakubがあるからだ。 - laiso
      • ブラウザで動作する地理空間データ処理ライブラリとして DuckDB-wasm を使い、 SQL を TypeScript で管理する仕組みを作る - newmo 技術ブログ

        newmo では、地図データや地理情報を扱う場面が多くあります。 たとえば、タクシーやライドシェアでは、営業区域のような営業していいエリアといった地理的な定義があります。 また、乗り入れ禁止区域のようなタクシーが乗り入れてはいけないエリアといった定義も必要になります。 これらの地理に関する定義は GeoJSON のような地理情報を扱うデータ形式で管理されることが多いです。 しかし、GeoJSONなどの定義をテキストとして手書きするのは困難です。 そのため、地図上に区域を作図するエディタやその定義した区域が正しいかをチェックするような管理ツールが必要です。 管理ツールは、ウェブアプリケーションとして作った方が利用できる環境が広がります。 このような地理情報は一度に扱うデータが多かったり、空間的な計算処理が必要になるため、専用の仕組みを使うことが多いです。 このような技術を、地理情報システム(

          ブラウザで動作する地理空間データ処理ライブラリとして DuckDB-wasm を使い、 SQL を TypeScript で管理する仕組みを作る - newmo 技術ブログ
        • トランプ当選に対するアセモグルの反応 - himaginary’s diary

          がX(ツイッター)に投稿されている(H/T タイラー・コーエン)。前回エントリでクルーグマンとブランシャールの反応と併せて紹介しようかと思ったが、かなりの長文なのでこれで一つのエントリとしてみる。 This is a repost of my original thread about Trump's election, which has since disappeared. This time I am reposting it is a single message. I feel anxious and saddened by Trump’s election. Years of turmoil and uncertainty await us. I have also come to believe that this is not Trump’s win. It is the

            トランプ当選に対するアセモグルの反応 - himaginary’s diary
          • 新Linuxカーネル解読室 - パケット受信処理 ~Ethernetドライバ 概要編~ - VA Linux エンジニアブログ

            「Linuxカーネル2.6解読室」(以降、旧版)出版後、Linuxには多くの機能が追加され、エンタープライズ領域をはじめとする様々な場所で使われるようになりました。 それに伴いコードが肥大かつ複雑化し、多くのエンジニアにとって解読不能なブラックボックスとなっています。 世界中のトップエンジニア達の傑作であるLinuxカーネルにメスを入れ、ブラックボックスをこじ開けて、時に好奇心の赴くままにカーネルの世界を解読する「新Linuxカーネル解読室」プロジェクト。 本稿では、ネットワーク機能の受信処理におけるEthernetドライバについてカーネルv6.8のコードをベースに解説します。 はじめに 前提条件 1. 概要 2. 割り込みハンドラにおける処理 3. ポーリングハンドラ(NAPI)による受信処理 3.1 前提知識: sk_buff構造体 3.2 概要 4. sk_buff構造体の生成 4.

              新Linuxカーネル解読室 - パケット受信処理 ~Ethernetドライバ 概要編~ - VA Linux エンジニアブログ
            • JavaScript Best Practices | The WebStorm Blog

              JavaScript is undoubtedly the most used programming language in the world and is hugely influential on one of the largest technologies we have all come to rely on – the internet. With this power comes great responsibility, and the JavaScript ecosystem has been rapidly evolving, making it incredibly hard to keep up with the latest JavaScript best practices. In this blog post, we will cover several

                JavaScript Best Practices | The WebStorm Blog
              • Weird Lexical Syntax

                I just learned 42 programming languages this month to build a new syntax highlighter for llamafile. I feel like I'm up to my eyeballs in programming languages right now. Now that it's halloween, I thought I'd share some of the spookiest most surprising syntax I've seen. The languages I decided to support are Ada, Assembly, BASIC, C, C#, C++, COBOL, CSS, D, FORTH, FORTRAN, Go, Haskell, HTML, Java,

                  Weird Lexical Syntax
                • Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs

                  October 29, 2024 Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs At Prisma, we believe that deploying a database should be as simple as adding a new page in Notion. Today, we are excited to share the first milestone towards this vision: Prisma Postgres® gives developers an always-on database with pay-as-you-go pricing — thanks to our unique architecture design. T

                    Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs
                  • How To Optimize Performance In Vue Apps | DebugBear

                    Vue is built to handle most typical use cases efficiently without requiring a lot of manual tweaking. But sometimes, you’ll hit situations that need a bit more fine-tuning. In this article, we’ll go over the key things to keep an eye on for optimizing performance in a Vue app. Page Load Performance vs. Update Performance​ When talking about optimizing performance in Vue apps, there are two main as

                      How To Optimize Performance In Vue Apps | DebugBear
                    • 第233回 MySQL 9.0と9.1の新機能について | gihyo.jp

                      MySQLのInnovation ReleaseとなるMySQL 9.0が2024年7月、MySQL 9.1が2024年10月にリリースされました。今回は、その中から気になる新機能をいくつかピックアップして、簡単に紹介したいと思います。 MySQL 9.0の新機能 ここでは、MySQL 9.0の新機能について紹介します。 EXPLAIN ANALYZEのJSONフォーマット結果をユーザー変数へ格納可能に EXPLAIN ANALYZEのJSONフォ−マット結果をユーザー変数に格納することができるようになりました。 EXPLAIN ANALYZEのJSONフォーマットを利用するには、システム変数explain_json_format_versionを2に変更してから実行する必要があります。デフォルトは1になっています。 INTO句後に格納するユーザー変数を指定します。 mysql> SET

                        第233回 MySQL 9.0と9.1の新機能について | gihyo.jp
                      • 公式ディレクトリからブロックされたWP Engine所有プラグインはアップデートを自前実装の方向へ – Capital P – WordPressメディア

                        先日お伝えした通り、Advanced Custom FieldsがWordPress公式ディレクトリで「乗っ取られた」のだが、その後も状況は変わらず、WP Engineの関係者は公式ディレクトリにアップデートを提供できないままだ。その結果、結構なプラグインが影響を受けることになり、有名どころとしては次のものがある。 WP Offload Media Lite WP Migrate Lite Genesis Blocks PHP Compatibility Checker(熱心にメンテナンスされている気配はないが) WP Engineは買収したプラグインも多く、作者もバラバラなので、統一された作り方をされているわけではない。が、今回にあたってはこれらのプラグインに管理画面から更新可能になるアップデーターを自前実装したようだ。 Delicious Brains is currently blo

                          公式ディレクトリからブロックされたWP Engine所有プラグインはアップデートを自前実装の方向へ – Capital P – WordPressメディア
                        • Xᴇɴᴏɴ

                          Xenon is the best way to represent information: Native support for arrays. Native support for a graph structure, elements may have multiple parents. Native support for types used in serializing program data. Unambiguous choice of data structure. Readable multiple line indented text. Terse, efficient to write by hand. Can be implemented to be blazingly fast or using a mode-less tokenizer. The xenon

                          • Fearless SSH: short-lived certificates bring Zero Trust to infrastructure

                            BastionZero joined Cloudflare in May 2024. We are thrilled to announce Access for Infrastructure as BastionZero’s native integration into our SASE platform, Cloudflare One. Access for Infrastructure will enable organizations to apply Zero Trust controls in front of their servers, databases, network devices, Kubernetes clusters, and more. Today, we’re announcing short-lived SSH access as the first

                              Fearless SSH: short-lived certificates bring Zero Trust to infrastructure
                            • 歴代開発者たちが語る「D&D」の50年。激動の時代に生まれた第3版から現在,そして未来までを辿る“50周年記念セッション”レポート(後編)

                              歴代開発者たちが語る「D&D」の50年。激動の時代に生まれた第3版から現在,そして未来までを辿る“50周年記念セッション”レポート(後編) ライター:杉浦よてん 50年にも及ぶ「ダンジョンズ&ドラゴンズ」(以下,D&D)の歴史が語られた,Gen Con 2024のセッションシリーズ「50 years of D&D」の聴講レポート,その後編をお届けする。 前回の記事ではD&Dが誕生した1970年代から,初期のパブリッシャであるTSRが終焉を迎えた1990年代までを紐解いたが,後編である本稿では,D&Dの権利がWizards of the Coast(以下,WotC)に移ってからの歴史を追いかけていく。 まずはWotC初のD&Dとなった「Dungeons & Dragons 3rd Edition」(以下,3e)のセッションの模様からお伝えしていこう。 開発者たちが当時のエピソードを語った3e

                                歴代開発者たちが語る「D&D」の50年。激動の時代に生まれた第3版から現在,そして未来までを辿る“50周年記念セッション”レポート(後編)
                              • Reverse Engineering iOS 18 Inactivity Reboot

                                Reverse Engineering iOS 18 Inactivity RebootiOS 18 introduced a new inactivity reboot security feature. What does it protect from and how does it work? This blog post covers all the details down to a kernel extension and the Secure Enclave Processor.Security Before First Unlock / After First UnlockDid you know that entering your passcode for the first time after your phone starts is something very

                                  Reverse Engineering iOS 18 Inactivity Reboot
                                • Centrally managing root access for customers using AWS Organizations | Amazon Web Services

                                  AWS News Blog Centrally managing root access for customers using AWS Organizations AWS Identity and Access Management (IAM) is launching a new capability allowing security teams to centrally manage root access for member accounts in AWS Organizations. You can now easily manage root credentials and perform highly privileged actions. Managing root user credentials at scale For a long time, Amazon We

                                    Centrally managing root access for customers using AWS Organizations | Amazon Web Services
                                  • Generative AI’s Act o1

                                    Two years into the Generative AI revolution, research is progressing the field from “thinking fast”—rapid-fire pre-trained responses—to “thinking slow”— reasoning at inference time. This evolution is unlocking a new cohort of agentic applications. On the second anniversary of our essay “Generative AI: A Creative New World,” the AI ecosystem looks very different, and we have some predictions for wh

                                      Generative AI’s Act o1
                                    • NoobAI-XL (NAI-XL) - V-Pred-0.6-Version | Stable Diffusion XL Checkpoint | Civitai

                                      Model IntroductionThis image generation model, based on Laxhar/noobai-XL_v1.0, leverages full Danbooru and e621 datasets with native tags and natural language captioning. Implemented as a v-prediction model (distinct from eps-prediction), it requires specific parameter configurations - detailed in following sections. Special thanks to my teammate euge for the coding work, and we're grateful for th

                                        NoobAI-XL (NAI-XL) - V-Pred-0.6-Version | Stable Diffusion XL Checkpoint | Civitai
                                      • A deep dive into Linux’s new mseal syscall

                                        By Alan Cao If you love exploit mitigations, you may have heard of a new system call named mseal landing into the Linux kernel’s 6.10 release, providing a protection called “memory sealing.” Beyond notes from the authors, very little information about this mitigation exists. In this blog post, we’ll explain what this syscall is, including how it’s different from prior memory protection schemes and

                                          A deep dive into Linux’s new mseal syscall
                                        • ゲームに合わせてFHD/360Hzと4K/180Hzを切り替えられ画面の一部を拡大表示もできる高性能ゲーミングディスプレイ「AW2725QF」レビュー

                                          2024年9月12日、Dellのゲーミングブランド・Alienwareから4K対応27インチディスプレイの「AW2725QF」が登場しました。FHD/360Hzの高リフレッシュレートモードと4K/180Hzの高グラフィックモードの「デュアル解像度」に対応していて、ゲームに合わせて解像度を切り替えられるのが特徴。そんなAW2725QFをDellから借りられたのでじっくり機能を確かめてみました。 Alienware 27 4K デュアル解像度 ゲーミングモニター - AW2725QF | Dell 日本 https://www.dell.com/ja-jp/shop/alienware-27-4k-デュアル解像度-ゲーミングモニター-aw2725qf/apd/210-bnql/モニター-モニター用周辺機器 Alienware AW2725QF Monitor User’s Guide - aw

                                            ゲームに合わせてFHD/360Hzと4K/180Hzを切り替えられ画面の一部を拡大表示もできる高性能ゲーミングディスプレイ「AW2725QF」レビュー
                                          • 【iOS18新機能】ライブ留守番電話とは?設定方法と使い方を徹底解説! - iPhone Mania

                                            iOS18の登場で、iPhoneの留守番電話機能が大幅に進化しました。 これまで、キャリアのサービスに頼っていた留守電機能が、ついにiPhone本体で無料で利用可能に。 さらに、録音された音声メッセージがリアルタイムでテキストに変換される新しい「ライブ留守番電話」機能が追加されました。 これにより、重要なメッセージを見逃さず、すぐに内容を把握することが可能に。 この画期的な機能を最大限に活用するための設定方法や使い方を、わかりやすく解説していきます。 iOS18ならではの新体験を、ぜひチェックしてみてください! iOS18新機能|ライブ留守番電話とは? iOS18の新機能「ライブ留守番電話」は、iPhoneに直接組み込まれた留守番電話機能です。 この機能を使うと、キャリアの留守番電話サービスを契約していなくても、iPhoneだけで簡単に留守番電話が利用できるようになります。 さらに、録音さ

                                              【iOS18新機能】ライブ留守番電話とは?設定方法と使い方を徹底解説! - iPhone Mania
                                            • Our First Generalist Policy

                                              research@physicalintelligence.companyKevin Black, Noah Brown, Danny Driess, Michael Equi, Adnan Esmail, Chelsea Finn, Nick Fusai, Lachy Groom, Karol Hausman, Brian Ichter, Szymon Jakubczak, Tim Jones, Kay Ke, Sergey Levine, Adrian Li-Bell, Mohith Mothukuri, Suraj Nair, Karl Pertsch, Lucy Shi, James Tanner, Quan Vuong, Anna Walling, Haohuan Wang, Ury Zhilinsky We are living through an AI revolution

                                              • AWS Step FunctionsとDynamoDBで、アカウントごとにTeamsでのメンション対象者を動的に変えてみた | DevelopersIO

                                                はじめに 以前、AWS Step Functionsを使ってMicrosoft Teamsに通知する方法について紹介しました。 今回は、ステートマシンにアカウントIDを渡すことで、通知先のメンション対象者を動的に変更する方法をご紹介します。 ステートマシンに加え、アカウントIDとメンション対象者をデータとして保存するため、Amazon DynamoDBを利用することで、実現可能です。 システム構成は以下の通りです。 Step Functionsを使うことで、柔軟なワークフローを組み立てながら、Teams通知を組み込めるところが利点です。 利用ケースとしては、AWS Secuirty Hub管理アカウントでアラート時、Teamsでアカウント管理者にメンションを飛ばして通知する、などが考えられます。 通知画面は以下のイメージです。メンションを飛ばしています。 TeamsのWebhookURL

                                                  AWS Step FunctionsとDynamoDBで、アカウントごとにTeamsでのメンション対象者を動的に変えてみた | DevelopersIO
                                                • 英Uncut誌/英MOJO誌/米メタル誌Decibel 「2024年の年間ベスト・アルバム」のリスト発表 - amass

                                                  「年間ベスト・アルバム」シーズン到来。英国の音楽誌Uncut、英国の音楽誌MOJO、米国のメタル雑誌Decibel Magazineが「2024年の年間ベスト・アルバム」のリストをそれぞれ発表しています。 ■MOJO's 75 Best Albums of 2024 以下はTOP50 50. Lee "Scratch" Perry - Spaceship to Mars 49. Joan As Police Woman - Lemons, Limes And Orchids 48. Nick Lowe - Indoor Safari 47. The Jesus and Mary Chain - Glasgow Eyes 46. The Last Dinner Party - Prelude to Ecstasy 45. Nubya Garcia - ODYSSEY 44. Kamasi W

                                                    英Uncut誌/英MOJO誌/米メタル誌Decibel 「2024年の年間ベスト・アルバム」のリスト発表 - amass
                                                  • Women’s techniques for pleasure from anal touch: Results from a U.S. probability sample of women ages 18–93

                                                    The study purpose was to assess, in a U.S. probability sample of women, the specific ways women have discovered to experience pleasure from anal touch. Through qualitative pilot research with women that informed the development of the survey instrument used in this study, we identified three previously unnamed, but distinct, anal touch techniques that many women find pleasurable and that expand th

                                                      Women’s techniques for pleasure from anal touch: Results from a U.S. probability sample of women ages 18–93
                                                    • Transit | No GPS required: our app can now locate underground trains

                                                      No GPS required: our app can now locate underground trains Bad service in the subway? Our offline motion detection shows where you are between stations, and reminds you when your stop’s up next October 31, 2024 In the twisting vaults of a subway, metro, or U-Bahn, there’s often no reliable cell service, wifi, or GPS. Which means you had no good way of keeping track of your stops or ETA when underg

                                                        Transit | No GPS required: our app can now locate underground trains
                                                      • Vector Databases Are the Wrong Abstraction

                                                        "Your embeddings are out of sync again." It's a message that haunts engineering teams trying to build AI applications. What starts as a simple vector search implementation inevitably evolves into a complex orchestra of monitoring, synchronization, and firefighting. We've spent the past year talking to dozens of engineering teams building AI systems with vector databases, whether semantic search, r

                                                          Vector Databases Are the Wrong Abstraction
                                                        • GitHub - joexbayer/c-web-modules: Modular and efficient approach to web development in C

                                                          Note: This project is currently a proof of concept and represents the bare minimum viable product (MVP). It is not designed for production use, and there may be bugs, limitations, or incomplete features. Use at your own discretion, and feel free to co Welcome to c-web-modules, a modular and efficient approach to web development in C. Inspired by kernel modules and AWS Lambda, this project allows y

                                                            GitHub - joexbayer/c-web-modules: Modular and efficient approach to web development in C
                                                          • ベンゾジアゼピン断薬マニュアル - In Deep

                                                            ブログ記事の引用・転載はすべて自由です。その際、ページのリンクを示していただけると嬉しいです。以下でキーワード記事検索ができます。 benzowithdrawalhelp.com ベンゾジアゼピンの話題再び 先日、多くの人たちが参集なさった、ある会合というのかパーティというのか、そういうものに参加してきました。 人が多く集まるところに赴いたのは実に久しぶりで、「大人数恐怖症」のケがある私には、やや緊張の場ではありましたが、その会場で、ある男性が私に声をかけてくださいました。 その方 「オカさんですよね」 わたし 「はい」 その方 「私はオカさんのブログを読ませていただいているのですけれど、実は私は長期のベンゾジアゼピン服用者なんです」 わたし 「ああ、そうなんですか」 その方 「それで、ブログでオカさんも長期のベンゾジアゼピン服用者で、その後、断薬された記事を読んだんです」 わたし 「ええ

                                                            • ASCII control characters in my terminal

                                                              Hello! I’ve been thinking about the terminal a lot and yesterday I got curious about all these “control codes”, like Ctrl-A, Ctrl-C, Ctrl-W, etc. What’s the deal with all of them? a table of ASCII control characters Here’s a table of all 33 ASCII control characters, and what they do on my machine (on Mac OS), more or less. There are about a million caveats, but I’ll talk about what it means and al

                                                              • Apple、Apple M4/Proチップを搭載し新デザインとなった「Mac mini (2024)」の修理マニュアルを公開。

                                                                AppleがApple M4/Proチップを搭載し新デザインとなった「Mac mini (2024)」の修理マニュアルを公開しています。詳細は以下から。 Appleは現地時間2024年11月08日、Apple M4/M4 ProチップやThunderbolt 4/5ポートを搭載し、全く新しいデザインとなった「Mac mini (2024)」の販売を開始しましたが、AppleはこのMac miniの販売合わせて公式の修理マニュアル(Repair Manual)を公開しています。

                                                                  Apple、Apple M4/Proチップを搭載し新デザインとなった「Mac mini (2024)」の修理マニュアルを公開。
                                                                • RIP to RPA: The Rise of Intelligent Automation | Andreessen Horowitz

                                                                  As AI turns labor into software, the opportunity to productize external professional services (e.g., in legal or accounting) has become a hot topic. However, we believe there is also substantial opportunity in productizing internal work within organizations. These responsibilities often fall under the umbrella term of “operations” and can range from full-time data entry and front desk roles, to ro

                                                                    RIP to RPA: The Rise of Intelligent Automation | Andreessen Horowitz
                                                                  • Ruby on (Guard)Rails

                                                                    I’ve worked on a few Ruby apps in my career at varying scales: Homebrew (2009-present): created 2009, I started working on it ~5 months in and was maintainer #3. AllTrails (2012-2013): created 2010, I was employee ~#8 and worked on their (smallish) Ruby on Rails application for ~1.5 years. GitHub (2013-2023): created 2007, I was employee ~#232 and worked on their (huge) Ruby on Rails application f

                                                                      Ruby on (Guard)Rails
                                                                    • BOSSのマルチ・エフェクター“GX-10”が新登場。小型ながら“GX-100”譲りの高い拡張性と操作性 | ギター・マガジンWEB|Guitar magazine

                                                                      BOSSより、ポータブルなサイズのマルチ・エフェクター“GX-10”が発売された。2022年発売の“GX-100”から継承したタッチ操作対応のカラー・ディスプレイと物理ノブといった、使いやすいユーザー・インターフェイスとサウンドを、さらにコンパクトな筐体に凝縮している。 本機の特徴を紹介しよう。 170種類のエフェクトと32種類のプリアンプを搭載 GX-10は、歪み系をはじめ、「スライサー」「ヒューマナイザー」といったインパクトの強い音色まで170種類のエフェクターを搭載。特にプレイヤー個々のこだわりが強い「オーバードライブ」「ディレイ」「リバーブ」といったエフェクトには豊富なバリエーションを用意して、音作りの自由度を高めた。 また、ギター23種類、ベース9種類、あわせて32種類のAIRDプリアンプも搭載した。発音状況でのギター/ベースアンプ全体のふるまいやスピーカーやキャビネットの相互作

                                                                        BOSSのマルチ・エフェクター“GX-10”が新登場。小型ながら“GX-100”譲りの高い拡張性と操作性 | ギター・マガジンWEB|Guitar magazine
                                                                      • CiNii Research自動翻訳機能 試行版の提供開始~日本語が理解できない利用者でも日本語論文の検索が可能に~ - 国立情報学研究所 / National Institute of Informatics

                                                                        2024/10/21 CiNii Research自動翻訳機能 試行版の提供開始 ~日本語が理解できない利用者でも日本語論文の検索が可能に~ 大学共同利用機関法人 情報・システム研究機構 国立情報学研究所 (NIIエヌアイアイ、所長:黒橋くろはし 禎夫さだお、東京都千代田区) は、NIIが開発し提供している学術情報検索サービスCiNii Research*1の利用拡大、特に非日本語話者への普及促進を目的とし、2024年10月21日(月)よりCiNii Research 自動翻訳機能の試行版を提供します。本機能を利用することで、英語のキーワードを用いて日本語論文を検索できるようになり、また、検索された日本語論文のタイトルや著者を英語に翻訳して表示することが可能となり、日本語が理解できない利用者の利便性が大幅に向上することが期待できます。 NIIは、この試行版の提供を通じて得られた知見を基に、

                                                                          CiNii Research自動翻訳機能 試行版の提供開始~日本語が理解できない利用者でも日本語論文の検索が可能に~ - 国立情報学研究所 / National Institute of Informatics
                                                                        • モバイルも正式対応!Unity 6 の Web プラットフォームを徹底解説!

                                                                          Unity 6 では Web プラットフォーム(Web ブラウザ)のサポートが強化されています。この動画では、注目のポイントや、オススメの設定方法などについて解説します。 リファレンスマニュアル:Web プラットフォーム https://docs.unity3d.com/Manual/webgl.html WebGPU についての公式スレッド https://discussions.unity.com/t/early-access-to-the-new-webgpu-backend-in-unity-2023-3/933493 WebGPU サンプルビルド集 https://www.keijiro.tokyo/WebGPU-Test/ 0:00 イントロ 0:14 名前の変更について 0:56 モバイル対応 1:51 WebGPU 対応 5:05 非対応機能について 6:26 最適

                                                                            モバイルも正式対応!Unity 6 の Web プラットフォームを徹底解説!
                                                                          • 業務で使用している .zshrc 大公開!!! 〜〜ちょっとした解説付き〜〜 - Adwaysエンジニアブログ

                                                                            こんにちは!!! 広告事業本部でアプリケーションエンジニアをしている森田です!! みなさん、Zsh使ってますか?? 僕は昨年、新卒で入社したタイミングでbashから乗り換えて使い始めました。 業務でMacを使用するようになり、シェルを立ち上げるたびに「デフォルトZshやから乗り換えてな」的なメッセージが出てくるのが嫌で乗り換ることになりました... きっかけとしてはこの通り受動的なものだったのですが、使ってみると意外と高機能でプラグインも豊富で以前よりよい開発体験を得ることができています。 乗り換えたてのころ、まわりの皆さんがどんな設定にしているのかなと気になり、 「ゾッシュってどんな設定にしてますか?」 と聞いたことがあり、場が一瞬???となったことがありました。 このブログではそんな僕がZshをズィーシェルと読むことを知り、業務のためにZshの設定ファイル.zshrcをいじってきた、そ

                                                                              業務で使用している .zshrc 大公開!!! 〜〜ちょっとした解説付き〜〜 - Adwaysエンジニアブログ
                                                                            • Building a game with the Real Engine

                                                                              Some people make games using the Unreal Engine. That’s nice, but I wanted something a little different. That’s why I’m using the Real Engine. (OK, I’m not really calling it “Real Engine”; Epic please don’t sue me). What’s the Real Engine? Simple: instead of modeling a space in Blender and then texturing it, I’m building a diorama and taking some pictures of it. Then I import it into the point-and-

                                                                              • How to build a terrible RAG system - jxnl.co

                                                                                How to build a terrible RAG system¶ If you've followed my work on RAG systems, you'll know I emphasize treating them as recommendation systems at their core. In this post, we'll explore the concept of inverted thinking to tackle the challenge of building an exceptional RAG system. What is inverted thinking? Inverted thinking is a problem-solving approach that flips the perspective. Instead of aski

                                                                                  How to build a terrible RAG system - jxnl.co
                                                                                • 【教材まとめ】これ全部やったら流石に誰でもつよつよAIエンジニアになれる - Qiita

                                                                                  はじめに 本記事ではAI知識ゼロから始めてAIエンジニアとして実務にチャレンジできるレベルを目指してロードマップ形式でコンテンツをまとめました。 生成AIの台頭、SakanaAIの大型資金調達やGoogleの研究者(ヒントン氏ら)のノーベル賞受賞も重なり、さらにAIへの注目が集まっている状態かと思います。 しかし初学者にとって、AIを学ぶハードルはまだまだ高いのが現状です。AIをツールとして活用するだけなら比較的障壁は高くないですが、理論的な部分まで含めると学ぶべき内容が広く、分野によっては難易度が高く、せっかく学び始めたのに挫折する人も多いです。 未経験だけどAIの知識を身につけたい 現在web開発の知識があり、AIも学びたい AIを学んでエンジニアインターンや実務で活躍したい といった方は是非読み進めていってください。 コンテンツは随時追記していきます。 構成 本記事は下記のような構成

                                                                                    【教材まとめ】これ全部やったら流石に誰でもつよつよAIエンジニアになれる - Qiita
                                                                                  1