並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 881件

新着順 人気順

*keywordsの検索結果121 - 160 件 / 881件

  • (How to Write a (Lisp) Interpreter (in Python))

    This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to build an interpreter for most of the Scheme dialect of Lisp using Python 3 as the implementation language. I call my language and interpreter Lispy (lis.py). Years ago, I showed how to write a semi-practical Scheme interpreter Java and in in Common Lisp). This time around the go

    • What Are CSS Container Style Queries Good For? — Smashing Magazine

      What are these CSS Container Style Queries, and why should you use them? Juan Diego Rodríguez delves deeply into style queries, and not at the syntax level, but at what exactly they are solving and what sort of use cases you would find yourselves reaching for them in your work if and when they gain browser support. We’ve relied on media queries for a long time in the responsive world of CSS but th

        What Are CSS Container Style Queries Good For? — Smashing Magazine
      • Ruby 3.3.0がリリースされました|TechRacho by BPS株式会社

        Ruby 3.3.0がリリースされました。 A Christmas gift from the Ruby team: Ruby 3.3.0 is out! https://t.co/dtHjtr2C0X — Ruby on Rails (@rails) December 25, 2023 リリース情報: Ruby 3.3.0 リリース 詳しくはリリース情報をご覧ください。 ruby-buildでは、リリース直後から3.3.0が利用可能になっています。 なお、Docker HubのRuby公式の3.3.0イメージは現時点ではまだリリースされていません(追記2023/12/27: その後Docker Hubでも3.3.0イメージが公開されました)。 参考: ruby - Official Image | Docker Hub 🔗 主な更新 Ruby 3.3.0では本体および周辺機能のパフォー

          Ruby 3.3.0がリリースされました|TechRacho by BPS株式会社
        • Build Your Standout Resume: A Step-by-Step Guide

          Writing a winning resume, which stands out, is an art form that not many people can do. Hiring managers take about 6 seconds to see whether your resume is worth reviewing. Adding too much information could be overwhelming, while too little information makes you appear inexperienced. Technology has eased some of the burdens by filtering resumes of the best candidates, but if you do not use the righ

            Build Your Standout Resume: A Step-by-Step Guide
          • What it (likely) takes to recover following a September 2023 helpful content update drop - Marie Haynes

            Updated March 21, 2024 with my most recent thoughts. The September 2023 Helpful Content has a catastrophic impact on many sites. It had an immediate impact for those given an unhelpful content classification. Most sites impacted have a large decline that starts some time between September 14, 2023 and September 18.  For most sites impacted, the declines continue. At the time of this update, writte

              What it (likely) takes to recover following a September 2023 helpful content update drop - Marie Haynes
            • 週刊Railsウォッチ: Active Storageのしくみを詳しく解説するDiscussion投稿ほか(20231017前編)|TechRacho by BPS株式会社

              週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Rails: 先週の改修(Rails公式ニュースより) 公式更新情報に追いついたので、mainブランチのコミットログから見繕いました。多くはドキュメント関

                週刊Railsウォッチ: Active Storageのしくみを詳しく解説するDiscussion投稿ほか(20231017前編)|TechRacho by BPS株式会社
              • Demystifying the Famous Buzzwords: Data Science, Artificial Intelligence and Machine Learning

                Artificial Intelligence (AI), Machine Learning (ML), and Data Science are very common keywords that we use worldwide today. Irrespective of the profession pursued, these keywords are common across all the domains. Newspapers are covered with articles related to data science or AI on a day-to-day basis. Every day, there is news talking about the advancements in these fields. Technology is revolutio

                  Demystifying the Famous Buzzwords: Data Science, Artificial Intelligence and Machine Learning
                • ついったで1年ぶりにちんちんと書き込むとどうなるか | 上田ブログ

                  ついったで1年ぶりにちんちんと書き込むとどうなるか Mon Feb 26 23:06:46 JST 2024 (modified: Tue Feb 27 06:23:33 JST 2024) views: 1005, keywords:Twitter 論文形式でお送り致します。 研究の背景 いーろんやいーろん前にいた正義感溢れる人たちによってメチャクチャにされたついったーを 1年前に捨てた私は、現在、日常の幼稚園児のようなつぶやきを misskey.ioで展開している。 しかし私は最近、ある懸念を抱き始めた。 それは 「最近ついったーで知り合った人が私をお清楚な人だと勘違いしていないか」 ということである。あるいはもっと悪いことに 「本や雑誌記事、研究の宣伝ばかりしている意識高い系のいけすかない奴」 だと思われている可能性すらある。 一方misskey.ioでは、 流れてくる絵が大変エロく

                    ついったで1年ぶりにちんちんと書き込むとどうなるか | 上田ブログ
                  • JavaScript Interview Questions

                    Here is a list of common JavaScript interview questions with detailed answers to help you prepare for the interview as a JavaScript developer. JavaScript continues to be a cornerstone of web development, powering dynamic and interactive experiences across the web. As the language evolves, so does the complexity and scope of interview questions for JavaScript developers. Whether you’re a fresher de

                      JavaScript Interview Questions
                    • How async/await works internally in Swift

                      async/await in Swift was introduced with iOS 15, and I would guess that at this point you probably already know how to use it. But have you ever wondered how async/await works internally? Or maybe why it looks and behaves the way it does, or even why was it even introduced in the first place? In typical SwiftRocks fashion, we're going deep into the Swift compiler to answer these and other question

                        How async/await works internally in Swift
                      • 031 - JSAI SIG-FIN

                        日時と会場† 日時:2023年10月14日(土) 9:00-18:00 開催形式:会場およびオンライン(Zoom使用)のハイブリッド開催 会場: 東京大学本郷キャンパス 工学部3号館2階31号講義室 本郷キャンパス https://www.u-tokyo.ac.jp/campusmap/map01_02_j.html 工学部3号館 https://www.u-tokyo.ac.jp/campusmap/cam01_04_04_j.html 31号講義室 "http://www.sys.t.u-tokyo.ac.jp/parents/img/eng3_2f.png" 31号講義室は2階にあります.安田講堂側の正面玄関は2階ですので同じ階です.弥生門側玄関は1階です.こちらの他のイベントでの案内図もご参考にしてください. 参加費:1,000円 (資料は電子配布です.) ↑ 開催主旨† 近年,こ

                        • SEO対策㊳「サジェストキーワード」から記事タイトル等の作成方法 - Nao Fifteen love

                          記事タイトルが、なかなか決まらない 刺さる記事が書けない SEOの順位がなかなか上がらない 本記事は、こんな悩みをお持ちの方へ、記事タイトルの作成などに「サジェストキーワード」を効果的に組み込む方法のご提案です。 何故ならGoogle自体が、自身のアルゴリズムで、検索キーワードの検索意図を 探るヒントを「サジェストキーワード」という形で示してくれているからです。 この仕組みを使って、記事タイトルに「サジェストキーワード」を盛り込まれたら、あなたの悩みはかなりの確率で解消されます。 ■この記事のポイント■ (1)「サジェストキーワード」抽出の仕組みが理解できな効果的な使いどころがわかります。 (2)記事タイトルなどに盛り込むとSEOに有利になります。 (3)「サジェストキーワード」の検索が無料ツールで、簡単にできます。 「サジェストキーワード」の活用方法3点 (1)記事タイトル自体に盛り込む

                            SEO対策㊳「サジェストキーワード」から記事タイトル等の作成方法 - Nao Fifteen love
                          • Maybe Everything Is a Coroutine - Adam Nelson

                            I was inspired, after reading the excellent blog post Let Futures Be Futures, by the author's thought experiment of a language in which all functions are coroutines and this is used to express asynchronicity: async functions can yield a type called Pending when awaiting some async action, while pure, synchronous functions can yield Never, indicating that they never yield at all. The more I thought

                            • Python Interview Questions

                              Here is a list of common Python interview questions with detailed answers to help you prepare for the interview as a Python developer. Python, with its versatile use cases and straightforward syntax, has seen its popularity growing continuously in software development, data science, artificial intelligence, and many other fields. As such, interviews for Python-related positions are designed not on

                                Python Interview Questions
                              • 初心者が【ブログで稼ぐ方法】を勉強 独立までの軌跡Part06 - 中年独身男のお役立ち情報局

                                初心者が【ブログで稼ぐ方法】を勉強 独立までの軌跡Part06 2023年に一番売れたブログ本「ブログで5億円稼いだ方法」を読んで勉強していきます。 ブログ初心者の私が、どこまで成果を上げられるのか、検証していきたいと思います。 今回は、第6章「アクセスを劇的に伸ばす有益コンテンツの作り方」です。 一緒に勉強していく仲間ができれば幸いです。 ブログで5億円稼いだ方法 きぐち Amazon 第6章 アクセスを劇的に伸ばす有益コンテンツの作り方 アクセスを増やすスモールキーワード攻略 キーワードの狙い方 ビッグキーワード ミドルキーワード スモールキーワード スモールキーワードとは、月間検索数が1000回以下のキーワード。 ブログを始めたばかりの場合は、月間300回以下の超スモールキーワードを狙うのもおすすめ。 超スモールキーワードの見つけ方 超スモールキーワードは、2語から4語の組み合わせで

                                  初心者が【ブログで稼ぐ方法】を勉強 独立までの軌跡Part06 - 中年独身男のお役立ち情報局
                                • Developing a hierarchical model for unraveling conspiracy theories - EPJ Data Science

                                  Research Open access Published: 16 April 2024 Developing a hierarchical model for unraveling conspiracy theories Mohsen Ghasemizade ORCID: orcid.org/0009-0008-5758-16581 & Jeremiah Onaolapo1 EPJ Data Science volume 13, Article number: 31 (2024) Cite this article A conspiracy theory (CT) suggests covert groups or powerful individuals secretly manipulate events. Not knowing about existing conspiracy

                                    Developing a hierarchical model for unraveling conspiracy theories - EPJ Data Science
                                  • Blazingly Fast Linked Lists

                                    © Tomas Castelazo, www.tomascastelazo.com / Wikimedia Commons / CC BY-SA 4.0 Linked lists are taught as fundamental data structures in programming courses, but they are more commonly encountered in tech interviews than in real-world projects. In this post, I'll demonstrate a practical use case where a linked list significantly outperforms Vec. We will build a simple data validation library that sh

                                    • Gentoo goes Binary! – Gentoo Linux

                                      Gentoo goes Binary! Dec 29, 2023 You probably all know Gentoo Linux as your favourite source-based distribution. Did you know that our package manager, Portage, already for years also has support for binary packages, and that source- and binary-based package installations can be freely mixed? To speed up working with slow hardware and for overall convenience, we’re now also offering binary package

                                        Gentoo goes Binary! – Gentoo Linux
                                      • 4つのAIが、デジタル広告のクリエイティブを無限に改善し続ける! | ウェブ電通報

                                        今回はデジタル広告のクリエイティブ領域に長年携わってきた、電通デジタルの和田純一氏と、AIを活用したマーケティングソリューションを数多く手掛けてきた山本覚氏のお2人に、クリエイティブ×AIの現在地と、電通デジタルのソリューション「∞AI(ムゲンエーアイ)」について伺いました。 <目次> ▼質、量、スピード。デジタルクリエイティブでのAI活用はもはや不可欠に! ▼ターゲットを深く知る。「訴求軸発見AI」と「クリエイティブ生成AI」 ▼改善対象を自動検知し、改善案を出力する!「効果予測AI」「改善サジェストAI」 ▼生成AIと広告クリエイティブの関係は始まったばかり! 質、量、スピード。デジタルクリエイティブでのAI活用はもはや不可欠に! ──電通グループの「∞AI」とはどんなものでしょうか? 山本:「∞AI」は、デジタル広告の運用における4つのプロセスに対応した4つのAIを活用し、広告の訴求

                                          4つのAIが、デジタル広告のクリエイティブを無限に改善し続ける! | ウェブ電通報
                                        • https://www.amazon.co.jp/%E5%A4%96%E4%BB%98%E3%81%91SSD-USB3-2-Type-C-%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC%E5%8B%95%E4%BD%9C%E7%A2%BA%E8%AA%8D%E6%B8%88-Windows/dp/B0CLRR2CLS/ref=sr_1_13_sspa?adgrpid=73415855960&gclid=CjwKCAiApuCrBhAuEiwA8VJ6JkuH4fiTIfMwYFE187ICDO2ehsgS43Z2gfGKVk7t3LnqgLDQhquEmxoC6V8QAvD_BwE&hvadid=651281859485&hvdev=c&hvlocphy=9163311&hvnetw=g&hvqmt=e&hvrand=16142864849057630520&hvtargid=kwd-760431141271&hydadcr=1183_1015117073&jp-ad-ap=0&keywords=2tb%2B%E3%81%AE%2Bssd&qid=1702421373&sr=8-13-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9tdGY&th=1

                                          • Release Notes for Safari Technology Preview 175

                                            Safari Technology Preview Release 175 is now available for download for macOS Sonoma beta and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes WebKit changes between: 265694@main…266088@main. Accessibility Fixed some content on web pages not displaying on braille displays (265957@main

                                            • WPDS - Web Performance and SEO Best Practices and Guidelines | Resources

                                              Introduction Web performance and SEO are crucial aspects of a website's success. Both contribute significantly to the overall user experience, user engagement, and the website's visibility in search engines. Web performance refers to the speed and efficiency with which a website loads and operates. A website with good performance ensures a smooth and enjoyable user experience. The importance of we

                                                WPDS - Web Performance and SEO Best Practices and Guidelines | Resources
                                              • Removing Garbage Collection From the Rust Language

                                                I've been floating ways to simplify the memory management story in Rust around the core team lately. Memory management is a contentious topic, since we've worked hard to get to the current state of things, and with the push toward stability lately, there is a (quite reasonable!) resistance to any changes at this state. Still, I think the current memory management story in Rust is worth revisiting,

                                                • De markt voor opslagsystemen voor graansilo’s zal naar verwachting groeien met USD 2,387 miljard tegen 2032 – iCrowdNewswire Dutch

                                                  Vrijwaring: de onderstaande tekst is automatisch vertaald vanuit een andere taal met behulp van een vertaaltool van derden. De markt voor opslagsystemen voor graansilo’s zal naar verwachting groeien met USD 2,387 miljard tegen 2032 Overzicht van de markt voor opslagsystemen voor graansilo’s De markt voor opslagsystemen voor graansilo’s zal naar verwachting groeien van USD 1,58 miljard in 2023 tot

                                                  • How to automate rule management for AWS Network Firewall | Amazon Web Services

                                                    AWS Security Blog How to automate rule management for AWS Network Firewall AWS Network Firewall is a stateful managed network firewall and intrusion detection and prevention service designed for the Amazon Virtual Private Cloud (Amazon VPC). This post concentrates on automating rule updates in a central Network Firewall by using distributed firewall configurations. If you’re new to Network Firewal

                                                      How to automate rule management for AWS Network Firewall | Amazon Web Services
                                                    • Le marché des systèmes de chauffage, ventilation et climatisation (CVC) atteindra 223 611,8 millions USD d’ici 2030 – iCrowdNewswire French

                                                      Avis de non-responsabilité : le texte affiché ci-dessous a été traduit automatiquement à partir d'une autre langue à l'aide d'un outil de traduction tiers. Le marché des systèmes de chauffage, ventilation et climatisation (CVC) atteindra 223 611,8 millions USD d’ici 2030 Aperçu du marché des systèmes de chauffage, ventilation et climatisation (CVC) : Le marché des systèmes H VAC devrait passer de

                                                      • Le marché des systèmes de stockage de silos à grains devrait croître de 2,387 milliards USD d’ici 2032. – iCrowdNewswire French

                                                        Avis de non-responsabilité : le texte affiché ci-dessous a été traduit automatiquement à partir d'une autre langue à l'aide d'un outil de traduction tiers. Aperçu du marché des systèmes de stockage de silos à grains Le marché des systèmes de stockage de silos à grains devrait passer de 1,58 milliard USD en 2023 à 2,387 milliards USD d'ici 2032, avec un taux de croissance annuel composé (TCAC) de 5

                                                        • Leergutautomatenmarkt profitiert von steigendem Bedarf an effektivem Abfallmanagement & Recycling – iCrowdnewswire German

                                                          Haftungsausschluss: Der unten angezeigte Text wurde mithilfe eines Drittanbieter-bersetzungstools automatisch aus einer anderen Sprache bersetzt. Leergutautomatenmarkt profitiert von steigendem Bedarf an effektivem Abfallmanagement & Recycling Marktübersicht Laut einem umfassenden Bericht von MRFR/Market Research Future (MRFR), Reverse Vending Machine Market Information by Product, Capacity, Appli

                                                          • Der Markt für Beschichtungsanlagen wird bis 2030 eine CAGR von 5,5 % verzeichnen – iCrowdnewswire German

                                                            Haftungsausschluss: Der unten angezeigte Text wurde mithilfe eines Drittanbieter-bersetzungstools automatisch aus einer anderen Sprache bersetzt. Beschichtungsanlagen Marktübersicht Die neue detaillierte Studie von Market Research Future (MRFR) zeigt, dass der globale Markt für Beschichtungsanlagen 2022 einen Wert von ca. 30 Mrd. USD bis Ende 2025 erreichen kann. Der Markt wird außerdem zwischen 2

                                                            • Der Markt für motorisierte Landwirtschaftsgeräte erwartet ein günstiges Wachstum aufgrund der weltweiten Nachfrage nach Lebensmitteln – iCrowdnewswire German

                                                              Haftungsausschluss: Der unten angezeigte Text wurde mithilfe eines Drittanbieter-bersetzungstools automatisch aus einer anderen Sprache bersetzt. Der Markt für motorisierte Landwirtschaftsgeräte erwartet ein günstiges Wachstum aufgrund der weltweiten Nachfrage nach Lebensmitteln Powered Agriculture Equipment Marktübersicht Der globale Markt für angetriebene Landmaschinen wird bis 2027 voraussichtl

                                                              • もう迷わない!アフィリエイトで稼ぐ為に必要なキーワード選定の全知識

                                                                もう迷わない!アフィリエイトで稼ぐ為に必要なキーワード選定の全知識 2020年3月11日 2020年8月30日 アフィリエイト 「アフィリエイトで売上をあげたいけどキーワード選定がよくわからない」「そもそも稼げるキーワードってなんだろう」と悩んだことはありませんか? キーワード選定ができるかどうかでアフィリエイト報酬には雲泥の差が出てきて、同じ労力と時間をかけているのに月1万円しか稼げない人、月100万円稼ぐ人に分かれてしまうくらい重要なことです。 このページでは、現役で月1,000万円をアフィリエイトで稼ぐ筆者がアフィリエイトで稼ぐ為のキーワード選定の方法を詳しく解説します。 最後まで読めば、どんなキーワードを狙ってどんな記事を書いていけば良いか理解することができるでしょう。 1. キーワード選定とは? キーワード選定とは、「検索結果で上位表示したいキーワードを選ぶこと」です。 アフィリ

                                                                  もう迷わない!アフィリエイトで稼ぐ為に必要なキーワード選定の全知識
                                                                • Announcing OverflowAI - Stack Overflow

                                                                  Today marks the beginning of a new and exciting era for Stack Overflow. We are announcing our roadmap for the integration of generative AI into our public platform, Stack Overflow for Teams, and brand new product areas, like an IDE integration that brings the vast knowledge of 58 million questions and answers from our community right into the area where developers find focus and get work done. We’

                                                                    Announcing OverflowAI - Stack Overflow
                                                                  • ロストガールズ | Netflix (ネットフリックス) 公式サイト

                                                                    '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                                      ロストガールズ | Netflix (ネットフリックス) 公式サイト
                                                                    • 【プライド月間】クィア・アートをめぐる5つのキーワード:フェミニズムの視点から

                                                                      6月は、世界各地でLGBTQ、性的マイノリティの権利を啓発する様々なイベントが行われる「プライド月間(Pride Month)」。本稿ではクィア・アートについて、「エイズ危機」「ドラァグ」「メイル・ゲイズ/フィメール・ゲイズ」「インターセクショナリティ」「同性婚」という5つのキーワードから解説する。 ロンドンには、クィア・アートを専門に扱う美術館が2館オープンしたばかり。そのうちのひとつ「Queer Britain」の展示風景より。プライドパレードの歴史やドラァグたちの肖像など、重要な資料が並ぶ © John Sturrock : Kings Cross 2017年に、イギリスを代表する美術館であるテート・ブリテンで「Queer Britain」という展覧会が開催され、話題を呼んだ。これは、英国で初めて「クィア」の名前を冠した美術展であった。いまや「LGBTQに理解のある国」のように見られ

                                                                        【プライド月間】クィア・アートをめぐる5つのキーワード:フェミニズムの視点から
                                                                      • De markt voor coatingapparatuur zal tegen 2030 een CAGR van 5,5% bereiken – iCrowdNewswire Dutch

                                                                        Vrijwaring: de onderstaande tekst is automatisch vertaald vanuit een andere taal met behulp van een vertaaltool van derden. Marktoverzicht coatingapparatuur De nieuwe gedetailleerde studie van Market Research Future (MRFR) onthult dat de wereldwijde markt voor coatingapparatuur in 2022 een waarde van ongeveer USD 30 miljard kan bereiken tegen het einde van 2025. De markt zal tussen 2022 en 2030 me

                                                                        • Kommerzieller HLK-Markt wird bis 2030 170,2 Milliarden USD erreichen – iCrowdnewswire German

                                                                          Haftungsausschluss: Der unten angezeigte Text wurde mithilfe eines Drittanbieter-bersetzungstools automatisch aus einer anderen Sprache bersetzt. Kommerzielle HVAC Industrie Überblick: Die Studiendokumente von MRFR besagen, dass der Commercial HVAC Market Research Report Information by Heating Type, Application, Ventilation Type, Implementation Type, Cooling Equipment, and Region - Forecast Till 2

                                                                          • https://www.amazon.co.jp/%E6%97%A5%E6%9C%AC%E6%B5%B7%E8%BB%8D400%E6%99%82%E9%96%93%E3%81%AE%E8%A8%BC%E8%A8%80-%E8%BB%8D%E4%BB%A4%E9%83%A8%E3%83%BB%E5%8F%82%E8%AC%80%E3%81%9F%E3%81%A1%E3%81%8C%E8%AA%9E%E3%81%A3%E3%81%9F%E6%95%97%E6%88%A6-%E6%96%B0%E6%BD%AE%E6%96%87%E5%BA%AB-NHK%E3%82%B9%E3%83%9A%E3%82%B7%E3%83%A3%E3%83%AB%E5%8F%96%E6%9D%90%E7%8F%AD/dp/4101283737?crid=391AYBK1VDRO1&keywords=%E6%B5%B7%E8%BB%8D400%E6%99%82%E9%96%93%E3%81%AE%E8%A8%BC%E8%A8%80&qid=1698301546&sprefix=%E6%B5%B7%E8%BB%8D400,aps,159&sr=8-1&linkCode=sl1&tag=dennotai-22&linkId=f2103ced8b607a48f90e014f3a489de7&language=ja_JP&ref_=as_li_ss_tl

                                                                            • BigQuery × PaLM2・Cloud Natural Language API × troccoでLLMバッチ予測パイプラインを構築した話 - Qiita

                                                                              { "documentSentiment": { "score": 0.8, "magnitude": 3.6 }, "language_code": "jp", "sentences": [ { "text": { "レジの店員さんの相性がとても良く、また来たいと思いました!", "beginOffset": 0 }, "sentiment": { "magnitude": 0.8, "score": 3.6 } } } インプットのレビュー文章に対して、文全体と各文章ごとの感情分析を行ってくれます。 実際の値として、scoreがネガポジの値で、-1 ≦ score ≦ 1の範囲で値を取り、値が大きいほどポジティブな内容になります。 また、magnitudeが文章の感情の強弱の値で、0 ≦ magnitude ≦ +∞の範囲を取り、値が大きいほど、感情が強い文章になります。 今回作った構

                                                                                BigQuery × PaLM2・Cloud Natural Language API × troccoでLLMバッチ予測パイプラインを構築した話 - Qiita
                                                                              • Theory

                                                                                Theory I also eat the straights: Male heterosexual fandoms writing LGBTQ+ media history in Japan Edmond Ernest dit Alban McGill University, Montreal, Canada [0.1] Abstract— I explore the transformative works of Inmu Fandoms, heterosexual Japanese fans of gay pornography. The aim is to understand the practices and expressions of Inmu that mobilize a wide range of gay manga, movies, and even video g

                                                                                • RFC: Biome Plugins Proposal · biomejs/biome · Discussion #1762

                                                                                  Introduction A few weeks ago, I wrote an RFC to collect ideas and preferences for Biome's upcoming plugin system. First of all, I would like to thank everyone who responded! A lot of great suggestions were received, both in the RFC itself and also in follow-up discussions we had on our Discord. In this RFC I would like to propose a more concrete direction. It will become quite the read, so feel fr

                                                                                    RFC: Biome Plugins Proposal · biomejs/biome · Discussion #1762