並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 13990件

新着順 人気順

Onesの検索結果201 - 240 件 / 13990件

  • ポケットモンスター ソード・シールドで「3Dモデルの使い回し」が発覚、「#ゲームフリークはウソをついた」がTwitterでトレンド入り

    2019年11月15日(金)に発売されるポケットモンスターシリーズ最新作「ポケットモンスター ソード・シールド」について、リークされた情報から「過去作のデータを使い回している」という疑惑が浮上。制作元のGAME FREAK(ゲームフリーク)に対する抗議の声が多数あがり、「#GameFreakLied(#ゲームフリークはウソをついた)」がTwitterでトレンド入りしました。 LEAK - Confirmed Models Are Re-Used : pokemon https://www.reddit.com/r/pokemon/comments/dvimmr/leak_confirmed_models_are_reused/ #GameFreakLied : pokemon https://www.reddit.com/r/pokemon/comments/dvkfnd/gamefrea

      ポケットモンスター ソード・シールドで「3Dモデルの使い回し」が発覚、「#ゲームフリークはウソをついた」がTwitterでトレンド入り
    • A search engine in 80 lines of Python

      February 05, 2024 · 26 mins · 4728 words Discussion on HackerNews. Last September I hopped on board with Wallapop as a Search Data Scientist and since then part of my work has been working with Solr, an open source search engine based on Lucene. I’ve got the basics of how a search engine works, but I had this itch to understand it even better. So, I rolled up my sleeves and decided to build one fr

      • The 100 Best, Worst, and Strangest Sherlock Holmes Portrayals of All-Time, Ranked

        The 100 Best, Worst, and Strangest Sherlock Holmes Portrayals of All-Time, Ranked Once you eliminate the least compelling Sherlock Holmes performances, whatever remains, no matter how improbable, must be the best. We’re ranking Sherlock Holmes performances. One hundred of them. Not Sherlock Holmes adaptations, but the representations within them of Sherlock Holmes himself. Now, you might think tha

          The 100 Best, Worst, and Strangest Sherlock Holmes Portrayals of All-Time, Ranked
        • The 7 Biggest Excel Mistakes of All Time

          Excel has dominated the spreadsheet market since the 1990s, and it remains a powerful tool for data analysis. Unfortunately, its very power makes it incredibly dangerous even in the hands of experienced users — and how many employees can truly claim to have mastered the program’s complexities? If you use Excel expense-report templates in your business, it’s fatally easy for user error to creep int

            The 7 Biggest Excel Mistakes of All Time
          • A database for 2022

            Hi, it’s us again, the ones who used to store our database in a single JSON file on disk, and then moved to etcd. Time for another change! We’re going to put everything in a single file on disk again. As you might expect from our previous choice (and as many on the internet already predicted), we ran into some limits with etcd. Database size, write transaction frequency, of particular note: genera

              A database for 2022
            • メモリプロファイラ「Memray」の解説 | gihyo.jp

              Memray公式サイトのキャプチャ インストール方法は以下のとおりです。 $ pip install memray Memrayの基本的な使い方 Memrayがインストールされていると、memrayコマンドが使えるようになります。 プロファイリング対象のスクリプトをmemrayから実行すると、スクリプトを実行した同じフォルダに実行時のプロファイリング結果がバイナリ形式でファイルに保存されます。 プロファイルの実行 サンプルのPythonスクリプトとしてsample.pyを準備します。以下のコードでは、状態表示をわかりやすくするために1秒間の待ちを入れています。実行内容は、リスト内包表記で要素数が約1億個のリストを生成しています。 sample.py - リスト内包表記でリストを作る import time time.sleep(1) # 状態表示をわかりやすくするために1秒待つ resul

                メモリプロファイラ「Memray」の解説 | gihyo.jp
              • Python standard library changes in recent years

                With each major Python release, all the attention goes to the new language features: the walrus operator, dictionary merging, pattern matching. There is also a lot of writing about asyncio and typing modules — they are developing rapidly and are obviously important for the core team. The rest of the standard library modules receive undeservedly little attention. I want to fix this and tell you abo

                  Python standard library changes in recent years
                • [速報]機械学習でコードレビュー!? Amazon CodeGuru がついに GA されました! | DevelopersIO

                  re:Invent2019 で発表されていた機械学習でコードレビューをしてくれるサービス、Amazon CodeGuru がついに GA されました! Amazon CodeGuru とは Amazon CodeGuru は、自動化されたコードレビューとアプリケーションパフォーマンスの推奨事項を提供する機械学習サービスです。アプリケーションのパフォーマンスを損なう最もコストがかかるコード行を見つけ、一晩中トラブルシューティングを続けるのに役立ちます。さらにコードを修正または改善するための具体的な推奨事項を示してくれます。 CodeGuru によるコードレビューはルールマイニングと、ロジスティック回帰とニューラルネットワークの組み合わせを活用した教師あり機械学習モデルを使用して行われます。CodeGuru の機械学習モデルには、Amazon 内部での数十万のプロジェクトと 10000 を超え

                    [速報]機械学習でコードレビュー!? Amazon CodeGuru がついに GA されました! | DevelopersIO
                  • How we scaled the GitHub API with a sharded, replicated rate limiter in Redis

                    In that case, since the second boundary happened between the call to TTL and Time.now, the resulting timestamp was one second bigger than the previous ones. We could have tried increasing the precision of this operation (eg, Redis PTTL), but there would still have been some wobble, even if it was greatly reduced. Another possibility was to calculate the time using only Redis, instead of mixing Rub

                      How we scaled the GitHub API with a sharded, replicated rate limiter in Redis
                    • Speeding up Linux disk encryption

                      Data encryption at rest is a must-have for any modern Internet company. Many companies, however, don't encrypt their disks, because they fear the potential performance penalty caused by encryption overhead. Encrypting data at rest is vital for Cloudflare with more than 200 data centres across the world. In this post, we will investigate the performance of disk encryption on Linux and explain how w

                        Speeding up Linux disk encryption
                      • Web Scraping with Python: Everything you need to know (2022)

                        Introduction: In this post, which can be read as a follow-up to our guide about web scraping without getting blocked, we will cover almost all of the tools to do web scraping in Python. We will go from the basic to advanced ones, covering the pros and cons of each. Of course, we won't be able to cover every aspect of every tool we discuss, but this post should give you a good idea of what each too

                          Web Scraping with Python: Everything you need to know (2022)
                        • Async Python is not faster

                          50th and 99th percentile response times are in milliseconds, throughput is in requests per second. The table is ordered by P99, which I think is perhaps the most important real world statistic. Note that: The best performers are sync frameworks but Flask has lower throughput than others The worst performers are all async frameworks Async frameworks have far worse latency variation Uvloop-based opt

                          • Why stdout is faster than stderr? - Orhun's Blog

                            I recently realized stdout is much faster than stderr for Rust. Here are my findings after diving deep into this rabbit hole. I have been using the terminal (i.e. command-line) for most of my day-to-day things for a while now. I was always fascinated by the fact that how quick and convenient the command-line might be and that's why I'm a proponent of using CLI (command-line) or TUI (terminal user

                              Why stdout is faster than stderr? - Orhun's Blog
                            • Next.js vs. Remix - A Developer's Dilemma

                              The React ecosystem is a bustling landscape, brimming with frameworks promising to revolutionize web development. Today, we’ll be diving into two popular contenders: Next.js and Remix. Next.js is one of the most popular React frameworks used for server-side rendering. It’s been there for a significant time, and it provides an exceptional developer experience with all the features developers need.

                                Next.js vs. Remix - A Developer's Dilemma
                              • Stack Overflow Developer Survey 2022

                                In May 2022 over 70,000 developers told us how they learn and level up, which tools they’re using, and what they want. Read the overview → Methodology → The questions we ask in our annual survey help us improve the Stack Overflow community and the platform that serves them. The challenge and opportunity for us is to continue expanding and improving our ability to help all developers and to make th

                                • M1RACLES: An Apple M1 Vulnerability

                                  M1RACLES (CVE-2021-30747) is a covert channel vulnerability in the Apple Silicon “M1” chip. Executive Summary A flaw in the design of the Apple Silicon “M1” chip allows any two applications running under an OS to covertly exchange data between them, without using memory, sockets, files, or any other normal operating system features. This works between processes running as different users and under

                                    M1RACLES: An Apple M1 Vulnerability
                                  • 【旅行記】エペルネーのモエ・エ・シャンドンを見学する - Ippo-san’s diary

                                    はじめに シャンパーニュ地方には約5,000軒ものシャンパンメーカーがあるが、前日は、その一軒のランス郊外ヴァンダイユのワイン農家に民泊。今日は、ぶどう畑に囲まれた県道D386を通りながらシャンパンの首都、エペルネーへ向かう。 そしてこの街に本社を置く世界有数の規模を誇るシャンパン製造会社、モエ・エ・シャンドンを訪ねる。シャンパンに興味があるわけではないし知識もないが、カーヴ見学とシャンパン試飲は楽しみだ。 それではモエ・エ・シャンドン見学日記をお届けしますのでごゆっくりお楽しみ下さい。 エペルネー Epernay モエ・エ・シャンドン Moet & Chandon カーヴ見学 シャンパン テイスティング タイム 展示室へ ランス・エペルネーへの行き方 フランス・スイス ドライブ旅行記など エペルネー Epernay エペルネーは周囲をブドウ畑で囲まれた人口22,000人ほどの小さな街。パ

                                      【旅行記】エペルネーのモエ・エ・シャンドンを見学する - Ippo-san’s diary
                                    • 【和訳あり】Peppa Pigの「Polly Parrot」で字幕なし英語動画に挑戦!無料英語多観講座4~効果抜群の英語学習法~ - 塾の先生が英語で子育て

                                      海外アニメを使って楽しく英語学習ができれば最高ですね。 「Peppa Pig」は日本で手軽に見られる英語アニメの中でも、もっとも簡単な番組のひとつです。 そして日本のアンパンマンのように、イギリスで親しまれているキャラクターです。 「Peppa Pig」については、こちらで詳しく解説しています。 www.jukupapa.com この記事では「Peppa Pig」の実際の動画を使って、英語多観の練習ができるように構成されています。 この記事に沿って英語多観をして頂ければ、聞き取れる、理解できる英語表現が多くなっていることを実感できるはずです。 練習の流れ 第4話「Polly Parrot」 動画の原稿、スクリプト(script) もう一度見る 「Peppa Pig」の英語レベル 第5話「Hide and Seek」 最後に 練習の流れ 英語多観の練習の流れをご説明します。 ①字幕なし英語動

                                        【和訳あり】Peppa Pigの「Polly Parrot」で字幕なし英語動画に挑戦!無料英語多観講座4~効果抜群の英語学習法~ - 塾の先生が英語で子育て
                                      • content-visibility: the new CSS property that boosts your rendering performance  |  Articles  |  web.dev

                                        The content-visibility property, launching in Chromium 85, might be one of the most impactful new CSS properties for improving page load performance. content-visibility enables the user agent to skip an element's rendering work, including layout and painting, until it is needed. Because rendering is skipped, if a large portion of your content is off-screen, leveraging the content-visibility proper

                                        • 音楽プレイヤー「Winamp」のiOS&Android向けアプリが公開されたので使ってみた

                                          2000年代に人気を博した音楽プレイヤーソフト「Winamp」が、2024年になってiOS&Androidアプリ化されたので、実際にどんな感じなのか使ってみました。 Good news: the Winamp Mobile App is here. Available on iOS and Android, this mobile version of the new Winamp player is packed with new features while retaining the same ones that have made Winamp such a success. iOS: https://t.co/rKeNo4RsIS Android: https://t.co/lmquzQe2pm pic.twitter.com/QJxbPamord— Winamp (@winam

                                            音楽プレイヤー「Winamp」のiOS&Android向けアプリが公開されたので使ってみた
                                          • Webpack 5 release (2020-10-10) | webpack

                                            Webpack 4 was released in February 2018. Since then we shipped a lot of features without breaking changes. We know that people dislike major changes with breaking changes. Especially with webpack, which people usually only touch twice a year, and the remaining time it "just works". But shipping features without breaking changes also has a cost: We can't do major API or architectural improvements.

                                              Webpack 5 release (2020-10-10) | webpack
                                            • 多分世界で最初のとんかつ評論家 元木一朗のブログ:誰が壁で、誰が卵で、そして自分は

                                              「壁と卵」(原文は英語):村上春樹 今日、僕は小説家としてエルサレムに来た。小説家とは、うそをつくプロだ。 もちろん、小説家だけが嘘をつくわけではない。政治家が嘘をつくのは誰でも知っている。外交官や軍の人も、中古車のセールスマンや肉屋、そして建築業者のように、場合によっては嘘の一種を述べる。しかし、小説家の嘘は他の人たちの嘘とは違う。小説家は嘘をついても不道徳だと批判されることがない。実際、大きくて、上手で、巧妙な嘘であればあるほど、小説家は公衆や批評家たちに賞賛される。なぜだろうか? 僕の答えはこうだ。つまり、上手な嘘をつくことによって、言い換えれば、真実が浮き彫りになるような虚構を作り上げることによって、小説家は真実を新しい場所に持ち出し、新しい光で照らすことができる。大抵の場合、元の形から、そこに含まれる真実を把握したり、それを正しく表現したりするのはほぼ不可能である。そういうわけで

                                              • 【和訳あり】Peppa Pigの「New Shoes」で字幕なし英語動画に挑戦!無料英語多観講座19~効果抜群の英語学習法~ - 塾の先生が英語で子育て

                                                海外アニメを使って楽しく英語学習ができれば最高ですね。 「Peppa Pig」は日本で手軽に見られる英語アニメの中でも、もっとも簡単な番組のひとつです。 そして日本のアンパンマンのように、イギリスで親しまれているキャラクターです。 「Peppa Pig」については、こちらで詳しく解説しています。 www.jukupapa.com この記事では「Peppa Pig」の実際の動画を使って、英語多観の練習ができるように構成されています。 この記事に沿って英語多観をして頂ければ、聞き取れる、理解できる英語表現が多くなっていることを実感できるはずです。 練習の流れ 第19話「New Shoes」 動画の原稿、スクリプト(script) もう一度見る 「Peppa Pig」の英語レベル 第20話「The School Fete」 最後に 練習の流れ 英語多観の練習の流れをご説明します。 ①字幕なし英語

                                                  【和訳あり】Peppa Pigの「New Shoes」で字幕なし英語動画に挑戦!無料英語多観講座19~効果抜群の英語学習法~ - 塾の先生が英語で子育て
                                                • 裕福な地域と貧しい地域の違いが「下水に含まれる物質」から判明

                                                  by Antranias 裕福な人々が多く住む地域と貧しい人々が多く住む地域では、住環境や治安、教育環境などさまざまな点に違いがあります。オーストラリアの研究チームは、「排水処理施設から集めた下水のサンプル」を分析した結果、裕福な地域と貧しい地域には大きな違いがみられたと報告しました。 Social, demographic, and economic correlates of food and chemical consumption measured by wastewater-based epidemiology | PNAS https://www.pnas.org/content/116/43/21864 There's a Depressing Difference Between The Sewage of Wealthy Areas And Poorer Ones htt

                                                    裕福な地域と貧しい地域の違いが「下水に含まれる物質」から判明
                                                  • Easily run Windows software on Linux with Bottles! ⋅ Bottles

                                                    Run Windows in a Bottle Easily run Windows software on Linux with Bottles! Download Download from Flathub Gaming ready Bottles' Gaming Environment comes preconfigured to support a large set of Windows video games on Linux. Thanks to our installers you can have immediate access to the most famous game stores (e.g. Epic Games Store, EA Launcher, Battle.net etc.) and then play your favorite games, ju

                                                    • 米Pitchfork 「2010年代のベスト・アルバム TOP200」発表 - amass

                                                      200: Ratking: So It Goes (2014) 199: Wu Lyf: Go Tell Fire to the Mountain (2011) 198: Jean Grae / Quelle Chris: Everything’s Fine (2018) 197: Fatima Al Qadiri: Genre-Specific Xperience (2011) 196: Portal: Vexovoid (2013) 195: Downtown Boys: Full Communism (2015) 194: Titus Andronicus: The Monitor (2010) 193: Lil Peep: Hellboy (2016) 192: Kelela: Cut 4 Me (2013) 191: Kate Bush: 50 Words for Snow (2

                                                        米Pitchfork 「2010年代のベスト・アルバム TOP200」発表 - amass
                                                      • Best Practices for AWS Organizations Service Control Policies in a Multi-Account Environment | Amazon Web Services

                                                        AWS for Industries Best Practices for AWS Organizations Service Control Policies in a Multi-Account Environment AWS financial services industry (FSI) customers often seek guidance on how to set up their AWS environment and accounts for best results. AWS has created a unified set of recommendations, called the multi-account strategy, to help customers like you make the best use of your AWS resource

                                                          Best Practices for AWS Organizations Service Control Policies in a Multi-Account Environment | Amazon Web Services
                                                        • GoogleがGmail・Googleドライブ・Hangouts Chatを統合したメッセージアプリを開発中

                                                          By Mitchell Luo GoogleのG suite開発チームが、GmailやGoogle ドライブなどのGoogle製既存アプリを「統合」した新たなメッセージアプリを開発しているとニュースメディアThe Informationが報じました。このアプリケーションは、SlackやMicrosoft Teamsのようなビジネス向けのものだと想定されています。 Google Developing New ‘Unified’ Communications App for Businesses — The Information https://www.theinformation.com/articles/google-developing-new-unified-communications-app-for-businesses Google’s tenth messaging serv

                                                            GoogleがGmail・Googleドライブ・Hangouts Chatを統合したメッセージアプリを開発中
                                                          • Automate an isolated browser instance with just a few lines of code

                                                            Automate an isolated browser instance with just a few lines of code11/16/2022 If you’ve ever created a website that shows any kind of analytics, you’ve probably also thought about adding a “Save Image” or “Save as PDF” button to store and share results. This isn’t as easy as it seems (I can attest to this firsthand) and it’s not long before you go down a rabbit hole of trying 10 different librarie

                                                              Automate an isolated browser instance with just a few lines of code
                                                            • GitHub - nicoespeon/abracadabra: Automated refactorings for VS Code (JS & TS) ✨ It's magic ✨

                                                              Refactoring (noun): a change made to the internal structure of software to make it easier to understand and cheaper to modify without changing its observable behavior. — "Refactoring: Improving the Design of Existing Code" by Martin Fowler With Abracadabra, you can quickly and safely refactor existing code in VS Code. VS Code ships with a few basic refactorings. Abracadabra supercharges your edito

                                                                GitHub - nicoespeon/abracadabra: Automated refactorings for VS Code (JS & TS) ✨ It's magic ✨
                                                              • 【和訳あり】Peppa Pigの「Treasure Hunt」で字幕なし英語動画に挑戦!無料英語多観講座24~効果抜群の英語学習法~ - 塾の先生が英語で子育て

                                                                海外アニメを使って楽しく英語学習ができれば最高ですね。 「Peppa Pig」は日本で手軽に見られる英語アニメの中でも、もっとも簡単な番組のひとつです。 そして日本のアンパンマンのように、イギリスで親しまれているキャラクターです。 「Peppa Pig」については、こちらで詳しく解説しています。 www.jukupapa.com この記事では「Peppa Pig」の実際の動画を使って、英語多観の練習ができるように構成されています。 この記事に沿って英語多観をして頂ければ、聞き取れる、理解できる英語表現が多くなっていることを実感できるはずです。 練習の流れ 第24話「Treasure Hunt」 動画の原稿、スクリプト(script) もう一度見る 「Peppa Pig」の英語レベル 第25話「Snow」 最後に 練習の流れ 英語多観の練習の流れをご説明します。 ①字幕なし英語動画を観る ②

                                                                  【和訳あり】Peppa Pigの「Treasure Hunt」で字幕なし英語動画に挑戦!無料英語多観講座24~効果抜群の英語学習法~ - 塾の先生が英語で子育て
                                                                • AWS Lambda Under the Hood

                                                                  Transcript Danilov: We'll talk about AWS Lambda, how it's built, how it works, and why it's so cool. My name is Mike Danilov. I'm a Senior Principal Engineer at AWS Serverless. A decade ago, I joined EC2 networking team, and it was a fantastic ride. Then, five years back, I heard about Lambda. I really liked the simplicity of the idea. We run your code in the cloud, no servers needed, so I joined

                                                                    AWS Lambda Under the Hood
                                                                  • 🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

                                                                    This is part of my "Memory Management" series 🚀 Demystifying memory management in modern programming languages🚀 Visualizing memory management in JVM(Java, Kotlin, Scala, Groovy, Clojure)🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)🚀 Visualizing memory management in Golang🚀 Visualizing memory management in RustAvoiding Memory Leaks in NodeJS: Best Practic

                                                                      🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)
                                                                    • HTTP/3 From A To Z: Core Concepts — Smashing Magazine

                                                                      After almost five years in development, the new HTTP/3 protocol is nearing its final form. Earlier iterations were already available as an experimental feature, but you can expect the availability and use of HTTP/3 proper to ramp up over in 2021. So what exactly is HTTP/3? Why was it needed so soon after HTTP/2? How can or should you use it? And especially, how does it improve web performance? Let

                                                                        HTTP/3 From A To Z: Core Concepts — Smashing Magazine
                                                                      • Hello IPv6: a minimal tutorial for IPv4 users

                                                                        This website uses cookies to analyze the website traffic (Google Analytics). By clicking the accept button below to see the content on this site, you consent to the use of cookies. Your choice will be remembered for 365 days or until this cookie policy considerably changes. (2023-07-12) Accept IntroductionIt might be a bit funny to call this post “Hello IPv6”, since the first draft of IPv6 was pub

                                                                          Hello IPv6: a minimal tutorial for IPv4 users
                                                                        • How does Google Authenticator work? (Part 1)

                                                                          When you’re accessing services over the WEB – let’s pick GMail as an example – couple of things have to happen upfront: The server you’re connecting to (GMail in our example) has to get to know who you are. Only after getting to know who you are it’s able to decide what resources you are allowed to access (e.g. your own email inbox, your Calendar, Drive etc.). Step 1 above is called authentication

                                                                          • Buy Yelp Reviews | 100% safe and permanently stick Guaranteed

                                                                            You can’t simply sit and watch your Yelp record endure an absence of reviews, you should do your conceivable best to make your yelp substance reviews increment. Yelp is additionally an internet-based life stage; it is presently an open spot for you and me to acquire money without stress. That is in the event that you utilize it in the correct manner. You can buy positive yelp reviews for your subs

                                                                              Buy Yelp Reviews | 100% safe and permanently stick Guaranteed
                                                                            • Sign in with Apple を本番でやらかしをしないために考えてみた - Reckless Engineering

                                                                              認証認可を趣味でやっている@nerocruxです。この記事は 認証認可技術 Advent Calendar 2019 第11日目の記事です。 本番でやらかした人のAdvent Calendarではありませんのでご注意ください。 ...しかしこんなのやったら本番でもやらかしちゃうぞとの指摘があるかもしれませんので予めお詫びをしときます (´;ω;`)ウッ そろそろ Sign In With Apple (以降、SIWA) を実装する時期がやってきました。本番で SIWA を実装したサービスも増えてきました。最近 pocket 以外に、vivinoも実装しており、さらにadobe creative cloudも実装しています(なぜかweb版のみだが)。 またAppleのCEOであるTime Cookさんもわざわざ日本に来てSIWAを実装したTimeTree社をtwitterで褒めたりしていて、

                                                                              • Highlights from Git 2.38

                                                                                EngineeringOpen SourceHighlights from Git 2.38Another new release of Git is here! Take a look at some of our highlights on what's new in Git 2.38. The open source Git project just released Git 2.38, with features and bug fixes from over 92 contributors, 24 of them new. We last caught up with you on the latest in Git back when 2.37 was released. To celebrate this most recent release, here’s GitHub’

                                                                                  Highlights from Git 2.38
                                                                                • Extreme Explorations of TypeScript's Type System | Learning TypeScript

                                                                                  TypeScript's type system is Turing Complete: meaning it has conditional branching (conditional types) and works with an arbitrary huge amount of memory. As a result, you can use the type system as its own programming language complete with variables, functions, and recursion. Developers have pushed the bounds of type operations possible in the type system to write some pretty incredible things! Th

                                                                                    Extreme Explorations of TypeScript's Type System | Learning TypeScript