並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 116件

新着順 人気順

Semanticsの検索結果1 - 40 件 / 116件

  • HTTPが全てを飲み込む(前編)~HTTPの2層構造と、HTTP Semanticsとは何か?

    Webを構成する重要な要素の1つであるHTTPは、その最新仕様で2層構造となり、バージョンに関係なく使えるSemanticsと、特徴の異なる通信仕様を定めたHTTP/1.1、2、3に分割されました。 さらに現在では、HTTPの上にあらためてUDPやIP、イーサネットなどのプロトコルを実装する提案が行われており、まさにHTTPは通信の全てを飲み込む勢いで進化しつつあります。 こうしたHTTPの最新動向の解説が、大手CDNベンダでエッジクラウドなども展開するFastlyが2023年11月8日開催したイベント「Yamagoya 2023」で同社シニアプリンシパルエンジニアの奥一穂氏が行ったセッション「HTTPが全てを飲み込む」にて行われました。 本記事ではこのセッションをダイジェストで紹介していきます。記事は以下の3つに分かれています。 HTTPが全てを飲み込む(前編)~HTTPの2層構造と、H

      HTTPが全てを飲み込む(前編)~HTTPの2層構造と、HTTP Semanticsとは何か?
    • Statistical Semantics入門の発表をしました

      先週のPFIセミナーで、Statistical Semantics入門という発表をしました。 主に分布仮説をベースにした、単語の意味を文脈の分布で表現する研究を纏めました。 LSIから始まって、PLSI、LDAと続く言語モデル系、NMFなどの行列分解系、そしてNNLM、RNNLMと来て昨年流行したニューラルネット系の3つでまとめるという形をとっています。 あまり専門的になりすぎず、過去からの歴史や流れを踏まえ、一方で実用面や研究テーマのココロ、問題意識を重視するような内容になるように心がけたつもりではあります。 当初、他の「いわゆる意味論」との比較みたいなスライドもあったのですが、変なコト言うと刺されると思ったので消しましたw ところで、応用の観点でこれらの話をどう考えているか、というような点について触れるのを忘れたな、と思ったのでこちらに書いてみます。 基本的に私見ですが。 私自身は、単

      • strict mode - motivation and semantics - Constellation Scorpius

        経過報告 1 iv / lv5がES5 Conformance Suiteでpassすべきtestを全てpassしましたFAILしてるものはtestが間違ってたり, RegExp.prototype.compileのようにES5にはいらなかったり

          strict mode - motivation and semantics - Constellation Scorpius
        • RDF Semantics (RDF意味論) 入門

          RDF関連の W3C 文書群の中でも重要度が高い、にもかかわらず日本語訳がなくて苦労していた RDF Semantics の日本語訳を小出誠二氏が公開し、さらにこの小難しい文書を読むにあたって非常に役立つ、「「RDF意味論」を読むために」という連載記事を公開されていますのでご紹介します。 RDF (Resource Description Framework) とか言ってもあまりピンとこない人の方が多いと思うのですが、これを基礎とした 「セマンティックウェブ」 は個人的にとっても興味のある分野で、色々と書籍だの、Web 上のドキュメントだのを読んだりしてるわけです。その中でも基本となる W3C の文書群は重要なんですが難しい…… そんな文書群の中でも重要度高い、にもかかわらず日本語訳がなくて苦労していた RDF Semantics の日本語訳を小出誠二氏が公開し、さらにこの小難しい文書を読

            RDF Semantics (RDF意味論) 入門
          • About HTML semantics and front-end architecture – Nicolas Gallagher

            A collection of thoughts, experiences, ideas that I like, and ideas that I have been experimenting with over the last year. It covers HTML semantics, components and approaches to front-end architecture, class naming patterns, and HTTP compression. About semanticsSemantics is the study of the relationships between signs and symbols and what they represent. In linguistics, this is primarily the stud

            • Exactly-once Semantics is Possible: Here's How Apache Kafka Does it

              I’m thrilled that we have hit an exciting milestone the Apache Kafka® community has long been waiting for: we have  introduced exactly-once semantics in Kafka in the 0.11 release and Confluent Platform 3.3. In this post, I’d like to tell you what Kafka’s exactly-once semantics mean, why it is a hard problem, and how the new idempotence and transactions features in Kafka enable correct exactly-once

                Exactly-once Semantics is Possible: Here's How Apache Kafka Does it
              • Fluentd v0.12のAt-least-once Semanticsを試す - Tech Notes

                Fluentd v0.12のin/out_forwardでAt-least-once semanticsがサポートされるようになった. 今まではアプリケーションレイヤでの到達確認がなかったので、一部のネットワーク障害などのケースでは、送信されたように見えて実は送信されていない、という事象が発生し得た. v0.12から導入されたrequire_ack_responseオプションを使うと、このような事象を避けることができる. この機能が導入されたpull requestはこちら. https://github.com/fluent/fluentd/pull/428 ということで試してみた. require_ack_responseがない場合 fluentd 0.10.56で試す. (0.12で試しても良かったのだけど..) 送信側は以下の設定. 相手先fluentdが早々にdetachされてし

                • rvalue reference、move semanticsに挫折した人のための再入門解説 - Ideals and Reality

                  この記事は C++11 Advent Calendar 14日目の記事です。 何がわかりにくいのか C++11から正式に導入される新機能である、move semanticsとrvalue referenceですが、なかなかこれを理解出来ないという人が多いようです。 ちょっと考えればなるほど、と思いますが私が思うにこのわかりにくい最大要因はやはりその名前のせいかと思います。 特にrvalue referenceですが、日本語に訳すと右辺値参照という呼ばれ方をしています。 そもそも右辺値や左辺値という名称はC言語時代の流れでそのまま引き継いでいるものであり、右辺値参照という名称は言わば後付けで名称されたものです。 実際に使用する際に右辺値なのか左辺値なのかを意識している人は殆どおらず、これが余計な混乱を招いているのではないかと思います。 ではコードを書いてみて理解しましょう。 lvalueとr

                    rvalue reference、move semanticsに挫折した人のための再入門解説 - Ideals and Reality
                  • Apache Kafka 0.11 の Exactly Once Semantics

                    This document discusses exactly once semantics in Apache Kafka 0.11. It provides an overview of how Kafka achieved exactly once delivery between producers and consumers. Key points include: - Kafka 0.11 introduced exactly once semantics with changes to support transactions and deduplication. - Producers can write in a transactional fashion and receive acknowledgments of committed writes from broke

                      Apache Kafka 0.11 の Exactly Once Semantics
                    • Haskell/Denotational semantics - Wikibooks

                      導入[編集] この章ではHaskellプログラムの意味がどのように形式化されるかという表示的意味論(denotational semantics)を説明します。「square x = x*x というプログラムの意味は、数をその平方数に写す数学の平方関数だ」ということを形式的に規定することはつまらないことにみえるかもしれませんが、それでは f x = f (x+1) のような無限ループするプログラムの意味はどうでしょうか? 以下ではまずこの疑問に対するScottとStracheyのアプローチを例示し、概して関数プログラムの、特に再帰的な定義の正しさについて論じる基盤を得ることにしましょう。もちろん、これらのトピックではHaskellプログラムを理解するために必要なものに集中します。[1] この章の他の狙いは、ある関数がその引数を評価する必要があるかどうかというアイディアを捉えた正格と遅延の概

                      • Classes in ECMAScript 6 (final semantics)

                        Warning: This blog post is outdated. Instead, read chapter “Classes” in “JavaScript for impatient programmers”. Recently, TC39 decided on the final semantics of classes in ECMAScript 6 [1]. This blog post explains how their final incarnation works. The most significant recent changes were related to how subclassing is handled. Overview  # class Point { constructor(x, y) { this.x = x; this.y = y; }

                        • C++のmove semantics完全に理解した - stefafafan の fa は3つです

                          C++11といったらmove semanticsといっても過言ではない[要出典]ので調べてみた。 皆さんのご家庭にも置いてあるThe C++ Programming Language Fourth EditionとEffective Modern C++ を参考にした。 The C++ Programming Language (4th Edition) 作者: Bjarne Stroustrup出版社/メーカー: Addison-Wesley Professional発売日: 2013/05/19メディア: ペーパーバック クリック: 1回この商品を含むブログを見る Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 作者: Scott Meyers出版社/メーカー: Oreilly

                            C++のmove semantics完全に理解した - stefafafan の fa は3つです
                          • Semantics - Dive Into HTML5

                            You are here: Home Dive Into HTML5 What Does It All Mean? Diving In This chapter will take an HTML page that has absolutely nothing wrong with it, and improve it. Parts of it will become shorter. Parts will become longer. All of it will become more semantic. It’ll be awesome. Here is the page in question. Learn it. Live it. Love it. Open it in a new tab and don’t come back until you’ve hit “View S

                            • RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

                              Internet Engineering Task Force (IETF) R. Fielding, Ed. Request for Comments: 7231 Adobe Obsoletes: 2616 J. Reschke, Ed. Updates: 2817 greenbytes Category: Standards Track June 2014 ISSN: 2070-1721 Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content Abstract The Hypertext Transfer Protocol (HTTP) is a stateless application- level protocol for distributed, collaborative, hypertext informa

                                RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
                              • Semantics derived automatically from language corpora contain human-like biases | Science

                                Semantics derived automatically from language corpora contain human-like biases View ORCID ProfileAylin Caliskan1,*, View ORCID ProfileJoanna J. Bryson1,2,*, View ORCID ProfileArvind Narayanan1,*1Center for Information Technology Policy, Princeton University, Princeton, NJ, USA.2Department of Computer Science, University of Bath, Bath BA2 7AY, UK.↵*Corresponding author. Email: aylinc{at}princeton.

                                  Semantics derived automatically from language corpora contain human-like biases | Science
                                • redefining for loop variable semantics · golang/go · Discussion #56010

                                  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

                                    redefining for loop variable semantics · golang/go · Discussion #56010
                                  • Ontologies are us: A unified model of social networks and semantics

                                    mobile mobile Search query Sign in Mail Sign in to view your mail Menu People A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Help About our ads

                                    • C++0x - 右辺値参照(Rvalue reference) / ムーブ・セマンティクス(Move semantics) - Faith and Brave - C で遊ぼう

                                      コピー(一時オブジェクト)を作成せず、ポインタの移動しようというもの 移動されたオブジェクトは破壊される(関数の戻り値等の右辺値は破壊しても全く問題ないでしょ) 一時オブジェクトを作らないので、より高速で無駄のないプログラミングができるようになる struct string { // copy semantics string(const string& s) : data_(new char[s.size_]), size_(s.size_) { memcpy(data_, s.data_, size_); } string& operator=(const string& s) { if (this != &s) { if (size_ < s.size_) // get sufficient data buffer size_ = s.size_; memcpy(data_, s.d

                                        C++0x - 右辺値参照(Rvalue reference) / ムーブ・セマンティクス(Move semantics) - Faith and Brave - C で遊ぼう
                                      • GitHub - square/sqlbrite: A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.

                                        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

                                          GitHub - square/sqlbrite: A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
                                        • Computational Semantics with Functional Programming

                                          Software Functional Programming with Haskell: FPH.hs Formal Syntax for Fragments: FSynF.hs Formal Semantics for Fragments: FSemF.hs Natural Language Inference Engine: InfEngine.hs Main module for (compiled version of) Natural Language Inference Engine: Main.hs Example knowledge base, in NL text: kb.txt Model Checking with Predicate Logic: MCWPL.hs An example model: Model.hs The Composition of Mean

                                          • Rust's ownership and move semantics

                                            An introduction to Rust: the modern programming language to develop safe and ...Claudio Capobianco

                                              Rust's ownership and move semantics
                                            • HTML(5) and text-level semantics – CSS Wizardry

                                              23 January, 2011 HTML(5) and text-level semantics Written by Harry Roberts on CSS Wizardry. Table of Contents The <del> element The <s> element The <ins> element The <strong> element The <small> element The <b> element The <cite> element The <i> element The <q> element The <em> element The <code> element The <mark> element As an absolute type nut and militant web standards advocate, one of the mos

                                                HTML(5) and text-level semantics – CSS Wizardry
                                              • Semantics3: The Data + AI Platform for Ecommerce & Logistics

                                                The Data & AI Platform for Ecommerce and LogisticsCatalog and competitive intelligence for ecommerce marketplaces. Customs risk assessment and revenue management for logistics. LEARN MORE

                                                • RFC 7231 — HTTP/1.1: Semantics and Content (日本語訳)

                                                  【 この~RFCは、 今や,`現在の~HTTP中核~仕様@~HTTPcommon#core-specifications$( ~RFC 9110 )により廃用にされた。 】 ◎要約 ~HTTP( Hypertext Transfer Protocol )は、分散型の協調的な~hypertext情報~system用の,`~stateless$な~app~levelの~protocolである。 この文書は、`~HTTP11$~messageの意味論を定義する — それは:[ `要請~method$, `要請~header$, `応答~状態s~code$, `応答~header$ ]により,[ ~messageの~payload(~metadata, および本体~内容), および `内容~折衝$の仕組み ]と伴に表出される。 ◎ The Hypertext Transfer Protocol (

                                                  • Semantics in HTML 5

                                                    I’m going to make a bold prediction. Long after you and I are gone, HTML will still be around. Not just in billions of archived pages from our era, but as a living, breathing entity. Too much effort, energy, and investment has gone into developing the web’s tools, protocols, and platforms for it to be abandoned lightly, if indeed at all. Let’s stop to consider our responsibility. By an accident of

                                                      Semantics in HTML 5
                                                    • ACL読み会@PFI �“How to make words with vectors: Phrase generation in distributional semantics”

                                                      The document summarizes two papers on language modeling techniques. [Zhang+ ACL2014] proposes applying Kneser-Ney smoothing to expected counts when training data has fractional weights, outperforming other methods on a domain adaptation task. [Pickhardt+ ACL2014] presents a generalized language model combining skipped n-grams and modified Kneser-Ney smoothing, reducing perplexity by 25.7% on small

                                                        ACL読み会@PFI �“How to make words with vectors: Phrase generation in distributional semantics”
                                                      • Algorithms for Recovery and Isolation Exploiting Semantics - Wikipedia

                                                        In computer science, Algorithms for Recovery and Isolation Exploiting Semantics, or ARIES, is a recovery algorithm designed to work with a no-force, steal database approach; it is used by IBM Db2, Microsoft SQL Server and many other database systems.[1] IBM Fellow Dr. C. Mohan is the primary inventor of the ARIES family of algorithms.[2] Three main principles lie behind ARIES: Write-ahead logging:

                                                        • Visual Semantics in HTML and CSS – Nicole Sullivan

                                                          The web stack (simplified) between you and your users On the last day of TXJS, a developer asked me: Doesn’t Object Oriented CSS leave you with a pile of presentation based class names? Each layer in the web stack has its own architecture. You wouldn’t expect the DB schema to be used to architect the PHP middleware, and yet people expect that of the HTML and CSS. HTML needs to be written with a

                                                          • Promise &amp; Deferred objects in JavaScript Pt.1: Theory and Semantics. • Chris Webb

                                                            April 5, 2013 Promise & Deferred objects in JavaScript Pt.1: Theory and Semantics. Introduction # In the not too distant past the primary tool available to JavaScript programmers for handling asynchronous events was the callback. A callback is a piece of executable code that is passed as an argument to other code, which is expected to call back ( execute ) the argument at some convenient time — Wi

                                                              Promise &amp; Deferred objects in JavaScript Pt.1: Theory and Semantics. • Chris Webb
                                                            • 4.6.10 Text-level semantics - The data element — HTML Standard

                                                              Firefox1+Safari1+Chrome1+Opera12.1+Edge79+Edge (Legacy)12+Internet Explorer5.5+Firefox Android?Safari iOS?Chrome Android?WebView Android37+Samsung Internet?Opera Android12.1+ Categories:Flow content.Phrasing content.If the element has an href attribute: Interactive content.Palpable content.Contexts in which this element can be used:Where phrasing content is expected.Content model:Transparent, but

                                                              • The Ruby Object Model - Structure and Semantics

                                                                As part of my compiler project, one of my imminent decisions is what object model to use, and sine I like Ruby it seemed a good time to go through Ruby and look at the guts of the Ruby object model. If you've dabbled in meta-programming etc. for Ruby this post probably doesn't contain much new stuff for you. If you're a beginner you may want to look at a tutorial instead. If you're somewhere in be

                                                                • select の semantics - 兼雑記

                                                                  なんか要は select で write 待ちしてる時に、帰ってきた file descriptor に何バイトまで書けるか、という話。 http://shinh.skr.jp/m/?date=20081008#p01 のへんに適当にはったりしたリンクによると、ポータビリティ考えるなら非同期使え、ってのが明らかに正しいぽい。 POSIX なんかを見てみると、 http://www.opengroup.org/onlinepubs/009695399/functions/select.html If a descriptor refers to a socket, the implied output function is the sendmsg() function supplying an amount of normal data equal to the current value

                                                                    select の semantics - 兼雑記
                                                                  • Semantics with Applications

                                                                    Hanne Riis Nielson, Flemming Nielson: Semantics with Applications: A Formal Introduction. Wiley Professional Computing, (240 pages, ISBN 0 471 92980 8), Wiley, 1992. In July 1999, a revised edition has been made available for download, in gzip'ed postscript, postcript (recommended), or pdf formats. Supplementary material for the instructor: A copy of the book (postscript recommended): as a pdf doc

                                                                    • HTML5 Semantics and Good Coding Practices — Aniket Pant

                                                                      HTML5 Semantics and Good Coding Practices Posted Nov 28th, 2011 by Aniket & filed under Article. Introduction Evil people put ids to nearly every element on their pages and make everything rigid and ugly. Moroever there was hardly any semantic structure around the front-end code. Thankfully HTML5 puts and end to much of this evilery. Well at least it tries to. Let’s talk about what’s new with HTML

                                                                      • GitHub - google/sling: SLING - A natural language frame semantics parser

                                                                        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

                                                                          GitHub - google/sling: SLING - A natural language frame semantics parser
                                                                        • Meaningless ― Web semanticsの観測 - fragmentary

                                                                          W3CのTAGメンバーにもなったGoogleのAlex Russelが、Webサイトで使われている要素、ARIA roles/states, microformats, schema.orgの型などを調べてまとめるためのChrome拡張をつくった。 Meaningless: towards a real-world web semantics observatory Chrome Web Store - Home HTMLの議論などで、要素の意味などに関する議論は絶えない。「〇〇が足りない」とかね。ただ、だれも充分なデータを持っていない。というわけで作ったそう。 集まったデータは http://meaningless-stats.appspot.com/global で見られる。上位の要素にcode, varがあったりと、まだだいぶ偏っている感じだけど……(たぶん仕様書にアクセスしまくって

                                                                            Meaningless ― Web semanticsの観測 - fragmentary
                                                                          • GitHub - Semantics3/2048-as-a-service: DEPRECATED Announcing our next product - 2048 As A Service. Read more about it here

                                                                            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

                                                                              GitHub - Semantics3/2048-as-a-service: DEPRECATED Announcing our next product - 2048 As A Service. Read more about it here
                                                                            • RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

                                                                              [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Errata] [Info page] Obsoleted by: 9110 PROPOSED STANDARD Errata ExistInternet Engineering Task Force (IETF) R. Fielding, Ed. Request for Comments: 7231 Adobe Obsoletes: 2616 J. Reschke, Ed. Updates: 2817 greenbytes Category: Standards Track June 2014 ISSN: 2070-1721 Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content Abstract The Hypertext Tran

                                                                              • Formal Semantics

                                                                                 MGU: Formal Semantics and Current Issues in Semantics Barbara H. Partee, University of Massachusetts, Amherst Visiting Fulbright Professor, RGGU and MGU, Jan - June 2005 Tuesdays, 15 Feb – 31 May (Lecture 4:55-6:15pm, Seminar 6:30-7:50pm) Объявление по-русски Plans for May 31 lecture here. APRIL 23, 2005: First Annual Workshop: Formal Semantics in Moscow.  Look for information about the workshop

                                                                                • Structural Semantics: The Importance Of HTML5 Sectioning Elements — Smashing Magazine

                                                                                  Now that HTML5 has finally made sectioning elements available, many of us greet them with great reluctance. Make no mistake: Sectioning elements help you improve document structure, and they’re in the spec’ to stay. Once and for all, Heydon Pickering will be exploring the problems these elements solve, the opportunities they offer and their important but misunderstood contribution to the semantic

                                                                                    Structural Semantics: The Importance Of HTML5 Sectioning Elements — Smashing Magazine