並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 1052件

新着順 人気順

popularityの検索結果121 - 160 件 / 1052件

  • Open challenges in LLM research

    [LinkedIn discussion, Twitter thread] Never before in my life had I seen so many smart people working on the same goal: making LLMs better. After talking to many people working in both industry and academia, I noticed the 10 major research directions that emerged. The first two directions, hallucinations and context learning, are probably the most talked about today. I’m the most excited about num

      Open challenges in LLM research
    • Goodbye to the C++ Implementation of Zig ⚡ Zig Programming Language

      Goodbye to the C++ Implementation of ZigHow we used WebAssembly to annihilate 80,000 lines of legacy codeAuthor: Andrew Kelley It’s funny - I have shared this story a handful of times with friends of mine who are qualified, competent software engineers, and each time the response was confusion about why any of this would be necessary or even remotely helpful. WebAssembly?! After ten minutes of puz

      • JWM: a new standard for secure messaging

        Messaging technologies have exploded in popularity in recent years. The broad usage of messaging as a framework, especially in distributed systems, requires a dedicated and standardized approach to security. One possible solution to the problem of standards-based secure messaging is to build on top of a family of pre-existing security technologies known as JOSE. JSON Web Message (JWM) is a draft s

          JWM: a new standard for secure messaging
        • RFC 9562: Universally Unique IDentifiers (UUIDs)

           Internet Engineering Task Force (IETF) K. Davis Request for Comments: 9562 Cisco Systems Obsoletes: 4122 B. Peabody Category: Standards Track Uncloud ISSN: 2070-1721 P. Leach University of Washington May 2024 Universally Unique IDentifiers (UUIDs) Abstract This specification defines UUIDs (Universally Unique IDentifiers) -- also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform Resou

            RFC 9562: Universally Unique IDentifiers (UUIDs)
          • ISUCON10 予選敗退の記録と反省 - kosui

            はじめに 2020/09/28 に開催された ISUCON10 で予選敗退。 とても楽しい問題でしたが、無残にも敗れ去りました。 来年に向け、事前準備および当日にやったことを振り返ります。 なお、チームメイト @genya0407 の参加記は こちら になります。 記録 「ここにチーム名を入れる」というチーム名で @genya0407 と出場。 Go 実装を使用し、結果は 1300 点でした。 メンバー @ebiebievidence (私) 初参戦 デプロイ環境を整える アプリケーション @genya0407 ISUCON8, ISUCON9 に続き参戦 インフラ スロークエリを見てインデックスを張ったり アプリケーションのコード修正もしていた (全部) 事前準備 初動 ISUCON7 および ISUCON8 の予選をベースに、主に初動の練習をしました。 私は ISUCON について完全

            • Why AWS loves Rust, and how we’d like to help | Amazon Web Services

              AWS Open Source Blog Why AWS loves Rust, and how we’d like to help One of the most exciting things about the Rust programming language is that it makes infrastructure incredibly boring. That’s not a bad thing, in this case. No one wants their electrical wiring to be exciting; most of us prefer the safety that comes with being able to flip a switch and have light to see by. For similar reasons, at

                Why AWS loves Rust, and how we’d like to help | Amazon Web Services
              • ISUCON10でPerlの参考実装をしました - Mobile Factory Tech Blog

                こんにちは。id:kfly8 です。普段はヒューマンリレーションズ部でエンジニア組織開発をしています。 先日、ISUCON *1でPerlの参考実装をやらせてもらったのですが、とても楽しかったです!貴重な機会をありがとうございました。また、"あのISUCON"の運営裏側を見れて、苦労、凄さなど身近な所で感じることができました。 微力ながら協力できて嬉しかったです。 この記事では、Goの参考実装からPerlへの移植をして考えたことを書きたいと思います。今後、移植をされる方の何かの参考になれば幸いです。注意として、ここでの考えは公式の見解ではなく、あくまで個人的な見解です。 できるだけGo実装に寄せる 移植は、できるだけオリジナル実装のGoに寄せるよう心がけました。 実装の乖離が大きいと競技としてフェアでない、移植ミスの際に気づきやすくなりそう、そんなことが理由です。 具体的には、次の2つを行

                  ISUCON10でPerlの参考実装をしました - Mobile Factory Tech Blog
                • Tokyo Journal; A Wizard of Animation Has Japan Under His Spell (Published 2002)

                  ''Harree Pottah'' may be a smash box office hit in America but in Japan the current sensation is ''Sen to Chihiro no Kamikakushi,'' an animated fantasy about a sulky, pudgy-faced, 10-year-old girl trapped in a bathhouse with Japanese gods and spirits. Ultimately, the heroine rises from sulkiness to fend off dragons and sorceresses while trying to lift a curse on her parents, who were turned into p

                    Tokyo Journal; A Wizard of Animation Has Japan Under His Spell (Published 2002)
                  • Why we’re writing machine learning infrastructure in Go, not Python

                    Source: Free Gopher PackAt this point, it should be a surprise to no one that Python is the most popular language for machine learning projects. While languages like R, C++, and Julia have their proponents—and use cases—Python remains the most universally embraced language, being used in every major machine learning framework. So, naturally, our codebase at Cortex—an open source platform for deplo

                      Why we’re writing machine learning infrastructure in Go, not Python
                    • Best backend technologies to use in 2019 | Learnworthy.net

                      Choosing what the best backend technologies to use in 2019 is one of the key decisions that need to be taken. Regardless whose dilemma it is, whether a startup founder or a product owner, it's of great importance to determine which language to use in said project. A well-chosen technology will ensure your speed of operation, scalability and the ability to modernize to customer needs quickly. The q

                        Best backend technologies to use in 2019 | Learnworthy.net
                      • Which Version of JDK Should I Use?

                        You have to decide if you want to stick with the latest LTS version, or if you go with the latest feature release and upgrade every six months. Both options are okay, but if you’re uncertain, stick with the latest LTS version. The OpenJDK project itself is managed on openjdk.java.net where you can find specifications, source code, and mailing lists, but there are no builds that you can download. Y

                        • Native Rust support on Cloudflare Workers

                          You can now write Cloudflare Workers in 100% Rust, no JavaScript required. Try it out: https://github.com/cloudflare/workers-rs Cloudflare Workers has long supported the building blocks to run many languages using  WebAssembly. However, there has always been a challenging “trampoline” step required to allow languages like Rust to talk to JavaScript APIs such as fetch(). In addition to the sizable

                            Native Rust support on Cloudflare Workers
                          • Hideaki Anno on Ending ‘Evangelion,’ Using Live-Action Techniques, and Leaving Animation

                            Hideaki Anno on Ending ‘Evangelion,’ Using Live-Action Techniques, and Leaving Animation After 25 years, the story of Evangelion has finally come to an end. Evangelion: 3.0+1.0 Thrice Upon a Time premieres this week on Amazon Prime, with creator Hideaki Anno bringing to an end the Rebuild of Evangelion tetralogy, which remade the story of Neon Genesis Evangelion while slowly adding in new material

                              Hideaki Anno on Ending ‘Evangelion,’ Using Live-Action Techniques, and Leaving Animation
                            • A Picture of Java in 2020 | The IntelliJ IDEA Blog

                              IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Amper Edu

                                A Picture of Java in 2020 | The IntelliJ IDEA Blog
                              • Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes

                                Open Source Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes Co-authors: Cong Gu, Abin Shahab, Chen Qiang, and Keqiu Hu Editor's note: This blog has been updated. LinkedIn AI has been traditionally Hadoop/YARN based, and we operate one of the world’s largest Hadoop data lakes, with over 4,500 users and 500PB of data. In the last few years, Kubernetes has also become very popular at

                                  Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes
                                • Designing a Ruby Serverless Runtime

                                  Last week, Google announced the public beta of the Ruby runtime for Cloud Functions, Google’s functions-as-a-service (FaaS) hosting platform. Ruby support has lagged a bit behind other languages over the past year or so, but now that we’ve caught up, I thought I’d share some of the design process behind the product. This article is not a traditional design document. I won’t go through the design i

                                  • Announcing .NET Jupyter Notebooks

                                    Jupyter Notebooks has been the significant player in the interactive development space for many years, and Notebooks have played a vital role in the continued popularity of languages like Python, R, Julia, and Scala. Interactive experiences like this give users with a lightweight tool (I like to say "interactive paper") for learning, iterative development, and data science and data manipulation. T

                                      Announcing .NET Jupyter Notebooks
                                    • Buy Oneaid no prescription - Buy Oneaid Pharmacy Malaysia - Ask Lesko and Friends

                                      Buy Oneaid Online Now! Lowest Prices Guaranteed! Top Quality Drugs Best Online Pharmacy to Buy ONEAID 100% Confidentiality and Security No Prior Prescription Needed for Oneaid, 10% Discount for All Next Purchases => Enter Here to Buy Oneaid Online Right Now <= </a> oneaid And many of the popular pumps and pulleys are poorly constructed and are simply NOT safe to test. PE is also sometimes an early

                                      • Move Fast and Roll Your Own Crypto: A Quick Look at the Confidentiality of Zoom Meetings - The Citizen Lab

                                        Read our description of Zoom’s waiting room vulnerability, as well as frequently asked question about Zoom and encryption issues. This report examines the encryption that protects meetings in the popular Zoom teleconference app. We find that Zoom has “rolled their own” encryption scheme, which has significant weaknesses. In addition, we identify potential areas of concern in Zoom’s infrastructure,

                                          Move Fast and Roll Your Own Crypto: A Quick Look at the Confidentiality of Zoom Meetings - The Citizen Lab
                                        • The End of Silicon Valley as We Know It?

                                          Join the O'Reilly online learning platform. Get a free trial today and find answers on the fly, or master something new and useful. Learn more Consumer internet entrepreneurs lack many of the skills needed for the life sciences revolution.Internet regulation is upon us.Climate response is capital intensive, and inherently local.The end of the betting economy. Inventing the future “The best way to

                                            The End of Silicon Valley as We Know It?
                                          • Forget tikka masala - chicken katsu is the new true British national dish

                                            Forget tikka masala – chicken katsu is the new true British national dishIt's not particularly authentic, nor is it even what the Japanese call katsu - but Britons have gone wild for itKatsu Curry from ‘The Japanese Larder’ by Luiz Hara, £26 White Lion Publishing It is nearly 20 years since the late Robin Cook, then foreign secretary, declared chicken tikka masala to be a “true British national di

                                              Forget tikka masala - chicken katsu is the new true British national dish
                                            • Shinzo Abe Was ‘Trump Before Trump’—Except He Pulled It Off

                                              His authoritarian legacy will live on for decades to come, and in retaining power, he even trumped Trump. Japan’s former Prime Minister Shinzo Abe died on Thursday in a scene reminiscent of the yakuza films he loved so much, gunned down in a crowd by a lone shooter who didn’t even try to escape. The nation was shocked to learn that he had passed away when it was reported by state broadcaster NHK.

                                                Shinzo Abe Was ‘Trump Before Trump’—Except He Pulled It Off
                                              • Speedometer 3.0: The Best Way Yet to Measure Browser Performance

                                                As announced on browserbench.org today, in collaboration with other browser engine developers, Apple’s WebKit team is excited to introduce Speedometer 3.0, a major update that better reflects the Web of today. It’s built together by the developers of all major browser engines: Blink, Gecko, and WebKit with hundreds of contributions from companies like Apple, Google, Intel, Microsoft, and Mozilla.

                                                  Speedometer 3.0: The Best Way Yet to Measure Browser Performance
                                                • How to download and install Linux

                                                  Linux is an operating system, similar to Windows, but with many different versions due to the nature of being open source and fully customizable. To install Linux, you must choose an install method and choose a Linux distribution. To install Linux: Choose an install method: Windows Subsystem for Linux (WSL), Bare metal Linux; or create a Virtual Machine (VM) to run Linux locally or in the cloud. C

                                                    How to download and install Linux
                                                  • 「診療室では伝えられないこと」NATROM先生に聞く、ポピュラリティパラドクスと正しい医療情報の普及 - CancerWith Blog

                                                    前回に引き続き、「過剰診断」の問題をブログやSNSで積極的に発信されている内科医名取宏(なとろむ)先生にインタビューを実施。前回の記事では、早期発見を訴え続けること、そして過剰診断の問題を深掘りました。本記事では、さらなる問題「ポピュラリティパラドクス」についてお聞きしました。 医療者としてネットで発信し続ける理由 診療室では伝えられないこと マスコミの健康情報を信じ込んでしまう患者 主治医との信頼関係が大事 二宮みさき(以下、二宮) 前回は、過剰診断についてお聞きしました。今回はそこから派生して、名取先生のTwitterでも話題になっていました「ポピュラリティパラドクス」についてお聞きしたいと思います。 二宮みさき(@chira_rhythm55) CancerWithを運営する株式会社ZINE 取締役COO 2015年に乳がんに罹患、現在もホルモン療法を継続中名取宏(以下、名取) たと

                                                      「診療室では伝えられないこと」NATROM先生に聞く、ポピュラリティパラドクスと正しい医療情報の普及 - CancerWith Blog
                                                    • 最近のデータカタログの各種機能の有無を確認してみた(2024年4月時点) | DevelopersIO

                                                      さがらです。 ここ1~2年は新しい製品のリリースが落ち着いてきた印象ですが、Modern Data Stack界隈ではたくさんのデータカタログ製品が存在しています。 私も2年くらい前に色々触って調査したものの、この2年間での各製品のアップデートが凄まじく「どの製品がどの機能を持っているんだっけ…?」と知識が怪しくなってきてしまっている状況です。 そこで、今回改めて各製品の公式ドキュメントをベースに、最近のデータカタログの各種機能の有無を確認してみたので、本記事でまとめてみます。 ※注意事項:各製品のアップデートのスピードは本当に早いため、半年も経てば現時点で出来ていなかったことが出来ているようになっている可能性が高いです。最新の情報はご自身で確認の上、本記事は参考程度にご利用ください。 比較対象のデータカタログ 比較対象としては、以下のデータカタログを比較します。 SaaS Atlan S

                                                        最近のデータカタログの各種機能の有無を確認してみた(2024年4月時点) | DevelopersIO
                                                      • My Restaurant Was My Life for 20 Years. Does the World Need It Anymore? (Published 2020)

                                                        transcript Listen to This Article.Produced by Kelly Prime; edited by Mike Benoist; written by Gabrielle Hamilton; and narrated by January LaVoyAfter being forced to shutter the restaurant that was her life’s work, Gabrielle Hamilton asks: Will there be a place for it in the New York of the future? Recorded by Audm. gabrielle hamiltonI’m Gabrielle Hamilton, and I’m the chef and owner of Prune Resta

                                                          My Restaurant Was My Life for 20 Years. Does the World Need It Anymore? (Published 2020)
                                                        • Storybook 7.1

                                                          Storybook is the industry standard workshop for UI component development, documentation, and testing. It’s used by teams at Twitter, GitHub, the BBC, and the New York Times. After launching Storybook 7.0 back in April, we plan to ship future releases that are both more frequent and smaller in size. That will help Storybook keep in sync with changes across the frontend ecosystem while smoothing the

                                                            Storybook 7.1
                                                          • Welcome Yari: MDN Web Docs has a new platform – Mozilla Hacks - the Web developer blog

                                                            After several intense months of work on such a significant change, the day is finally upon us: MDN Web Docs’ new platform (codenamed Yari) is finally launched! Between November 2 and December 14, we ran a beta period in which a number of our fabulous community members tested out the new platform, submitted content changes, allowed us to try out the new contribution workflow, and suggested improvem

                                                              Welcome Yari: MDN Web Docs has a new platform – Mozilla Hacks - the Web developer blog
                                                            • 8 rules to help you design a better card user interface

                                                              Cards have exploded in popularity over the last decade due to the proliferation of online media and mobile apps. Unfortunately, user experience issues arise regularly from poor card design. A card is a user interface component that provides a summary and an entry point to additional information. Elements of a card component include media objects, titles, subheadings, metadata, summary text, and ac

                                                                8 rules to help you design a better card user interface
                                                              • カルト的に支持される“ローファイ・ヒップホップ”の人気の秘密を探る

                                                                近年、世界中の音楽ファンの間で密かな人気を誇る“Lo-fi Hip Hop(ローファイ・ヒップホップ)”。“ChillHop(チルホップ)”とも呼ばれるこの音楽ジャンルは、古いジャズやソウルからサンプリングされた上ネタに、レイドバック感のある“ヨレた”ドラムで構成されたヒップホップを指す(ことが多い)。故・J Dilla(J ディラ)やNujabes(ヌジャベス)といったアーティストがそのジャンルの先駆者としてとして挙げられる。1990年代から先述のような音楽性のヒップホップは存在していたものの、近年になって世界的に支持層を拡大している。きっかけとなったのは、2017年ごろに『YouTube(ユーチューブ)』の上で同時多発的に始まった“Lo-fi Hip Hop”というキーワードを含んだライブストリーミング。当時『YouTube』がライブ・ストリーミングを行うチャンネルを積極的に上位掲載さ

                                                                  カルト的に支持される“ローファイ・ヒップホップ”の人気の秘密を探る
                                                                • JavaScript Libraries Are Almost Never Updated Once Installed

                                                                  JavaScript Libraries Are Almost Never Updated Once Installed01/27/2020 Cloudflare helps run CDNJS, a very popular way of including JavaScript and other frontend resources on web pages. With the CDNJS team’s permission we collect anonymized and aggregated data from CDNJS requests which we use to understand how people build on the Internet. Our analysis today is focused on one question: once install

                                                                    JavaScript Libraries Are Almost Never Updated Once Installed
                                                                  • Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser

                                                                    Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser Ever since Microsoft Edge transitioned over to a Chromium codebase, it has enjoyed a lot of renewed popularity and some amazing new features. Now, Microsoft Edge has dethroned Mozilla Firefox from its number three spot, and it's still gaining popularity. Microsoft Edge's New Claim to Fame Statcounter has been quietly analyz

                                                                      Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser
                                                                    • Connect RPC joins CNCF: gRPC you can bet your business on

                                                                      Authored by Derek Perez Connect RPC, Buf’s family of fully protocol-conformant and battle-tested alternatives to Google’s gRPC project, has joined the Cloud Native Computing Foundation. We joined the CNCF to demonstrate our deep commitment to sustainably and responsibly growing Connect as a well-governed and community-led open source project. Today, Connect integrates seamlessly with gRPC systems

                                                                        Connect RPC joins CNCF: gRPC you can bet your business on
                                                                      • Python is eating the world: How one developer's side project became the hottest programming language on the planet

                                                                        Python is eating the world: How one developer’s side project became the hottest programming language on the planet Share with Your Friends Python is eating the world: How one developer’s side project became the hottest programming language on the planet Check out this article I found on TechRepublic. Your email has been sent Python is eating the world: How one developer’s side project became the h

                                                                          Python is eating the world: How one developer's side project became the hottest programming language on the planet
                                                                        • Let’s make WordPress officially support SQLite

                                                                          Welcome! The WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute: Found a bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are cons

                                                                            Let’s make WordPress officially support SQLite
                                                                          • A new way to bring garbage collected programming languages efficiently to WebAssembly · V8

                                                                            A recent article on WebAssembly Garbage Collection (WasmGC) explains at a high level how the Garbage Collection (GC) proposal aims to better support GC languages in Wasm, which is very important given their popularity. In this article, we will get into the technical details of how GC languages such as Java, Kotlin, Dart, Python, and C# can be ported to Wasm. There are in fact two main approaches:

                                                                            • Beyond JAMstack: Next.js creator on hybrid rendering, TypeScript and Visual Studio Code

                                                                              Guillermo Rauch: 'One of the biggest performance issues that we see today is to do with advertising' Interview Guillermo Rauch, creator of the Next.js framework for building React applications, spoke to The Register about the just-released Next.js 9.3 and its hybrid approach to web application development. Rauch has been an advocate for the JAMstack for client applications, where JAM stands for "J

                                                                              • Cache-Control in the wild | Fastly

                                                                                What is Cache Control?RFC7234 defines the syntax and semantics of Cache-Control. Since I’m one of the editors currently revising the core HTTP specifications, I wanted to know how web content creators actually use Cache-Control in the wild: Do people get the syntax right? Do they use the cache directives in a clear way? I also wanted to see how common use of Cache-Control intersected with how brow

                                                                                  Cache-Control in the wild | Fastly
                                                                                • Samsung 990 Pro SSDで寿命が急激に落ちる不具合発生中。保証交換も拒否

                                                                                  PCIe Gen 4に対応するNVMe SSDの中で最も高性能かつ信頼性の高いモデルと言うと、Samsung 990 PROが挙げられますが、このハイエンドNVMe SSDにて使用して間もないにも関わらずSSDに記録されている寿命が急激かつ大幅に落ちる不具合が発生しているようです。 たった2TBの書き込みで寿命は64%に。Samsung 990 PRO NVMe SSDにて寿命が急激に短くなる不具合発生中。 SamsungのハイエンドNVMe SSD、Samsung 990 PROは2022年12月より発売が開始されたハイエンドNVMe SSDで、最新鋭のコントローラーとNANDフラッシュメモリを採用する事で読み込み速度は7450 MB/s、書き込み速度は6900 MB/s、TBWは1TBモデル600TBW、2TBモデルが1200TBWで保証期間は5年と高いパフォーマンスと信頼性を兼ね備え

                                                                                    Samsung 990 Pro SSDで寿命が急激に落ちる不具合発生中。保証交換も拒否