並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 1452件

新着順 人気順

Future styleの検索結果321 - 360 件 / 1452件

  • diziet | MessagePack vs CBOR (RFC7049)

    tl;dr: Use MessagePack, rather than CBOR. Introduction I recently wanted to choose a binary encoding. This was for a project using Rust serde, so I looked at the list of formats there. I ended up reading about CBOR and MessagePack. Both of these are binary formats for a JSON-like data model. Both of them are "schemaless", meaning you can decode them without knowing the structure. (This also provid

    • Rome v12.1.0

      Stage 3 decorators, VCS support, new lint rules and more. Rome v12.1.0 brings support for the new Stage 3 decorators, VCS support and new lint rules! You can upgrade Rome by running the following command: npm install --save-dev --save-exact rome@12.1.0 pnpm update --save-exact rome@12.1.0 yarn upgrade --exact rome@12.1.0Or install the VS Code extension to integrate Rome into your editor. Stage 3 d

      • Do React Hooks Replace Redux?

        Since the React hooks API was introduced, a lot of questions have risen about whether or not React hooks will replace Redux. In my view, there is little overlap between hooks and Redux. Hooks didn’t give us magical new state capabilities. Instead, it enhanced the API for things we could already do with React. However, the hooks API has made the native React state API a lot more usable, and because

          Do React Hooks Replace Redux?
        • GitHub - dwmkerr/hacker-laws: 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws

          💻📖 hacker-laws Laws, Theories, Principles and Patterns that developers will find useful. Translations: 🇮🇩 🇧🇷 🇨🇳 🇩🇪 🇫🇷 🇬🇷 🇮🇹 🇱🇻 🇰🇷 🇵🇱 🇷🇺 🇪🇸 🇹🇷 🇯🇵 🇺🇦 🇻🇳 Like this project? Please considering sponsoring me and the translators. Also check out this podcast on The Changelog - Laws for Hackers to Live By to learn more about the project! You can also download the latest P

            GitHub - dwmkerr/hacker-laws: 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
          • How we built our multi-platform design system at Booking.com

            Building a design system that works is a challenge at any scale. Building a design system for 150+ product teams, used by 200+ designers and 800+ developers, and serving 4 different platforms? That’s a challenge requiring lots of special considerations. When building a design system for such a large scale, many questions come to mind: How can we make it strong and scalable to multiple themes and b

              How we built our multi-platform design system at Booking.com
            • How Threads will integrate with the Fediverse – plasticbag.org

              This is an exceptionally long post detailing pretty much everything I learned at an event shortly before Christmas at Meta’s offices in San Francisco. I’ve been delayed in writing it up because of traveling back to the UK for Christmas and other commitments – and because I wanted to capture everything. It’s roughly written, and I’ll probably edit it a bit after posting. If you have questions or co

              • Beej's Guide to Network Programming

                Wait! You also have to make a call to WSAStartup() before doing anything else with the sockets library. You pass in the Winsock version you desire to this function (e.g. version 2.2). And then you can check the result to make sure that version is available. The code to do that looks something like this: #include <winsock2.h> { WSADATA wsaData; if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) { fprin

                • Pixlr E:無料の高度な写真編集ソフト&画像編集ツール|Pixlr

                  Photo Editor - Photoshop Online by Pixlr - Free Image Editing Tools Now, there are even more compelling reasons to choose Pixlr as your go-to solution for all your online image editing requirements, particularly when you're looking for a powerful "photo editor." Whether you're inclined towards traditional desktop-style photo editing or prefer a more contemporary approach, Pixlr has you covered. Pi

                    Pixlr E:無料の高度な写真編集ソフト&画像編集ツール|Pixlr
                  • Macroprudentialism

                    COVID ECONOMICS VETTED AND REAL-TIME PAPERS FROM THE GREAT RECESSION TO THE PANDEMIC RECESSION Francis X. Diebold ELECTORAL POLITICS AND SMALL BUSINESS LOANS Ran Duchin and John Hackney GROWTH FORECASTS AT END-2020 Javier G. Gómez-Pineda STOP-AND-GO EPIDEMIC CONTROL Claudius Gros and Daniel Gros CONSUMPTION RESPONSES TO STIMULUS PAYMENTS So Kubota, Koichiro Onishi and Yuta Toyama CHILD CARE CLOSUR

                    • How to Learn Software Design and Architecture | The Full-stack Software Design & Architecture Map | Khalil Stemmler

                      This topic is taken from Solid Book - The Software Architecture & Design Handbook w/ TypeScript + Node.js. Check it out if you like this post. Translated by readers to: Japanese (日本語) You ever think about what it took for some of the world's most skilled developers to learn how to build systems within companies like Uber, YouTube, Facebook, or Github? It's crazy to me to consider the fact that Fac

                        How to Learn Software Design and Architecture | The Full-stack Software Design & Architecture Map | Khalil Stemmler
                      • Visual Studio Code November 2020

                        Version 1.89 is now available! Read about the new features and fixes from April. November 2020 (version 1.52) Update 1.52.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball Arm snap Welcome to the November 2020 release of Visual Studio Code. As announced in the November iteration plan, we continued to focus for two weeks on housekeeping GitHub

                          Visual Studio Code November 2020
                        • Why I don't use web components

                          For my first post on dev.to I thought I'd write about a nice, safe topic that's free of controversy: web components. I'm mostly writing this for my future self, so that I have something to point to next time someone asks why I'm a web component skeptic, and why Svelte doesn't compile to custom elements by default. (It can compile to CEs, and it can consume CEs as evidenced by its perfect score on

                            Why I don't use web components
                          • Game Development Post-Unity

                            My tenure in the game industry was working on game engine code, not with game engine code. As a result, I do not have any first-hand experience choosing an off-the-shelf game engine. It’s not a decision I’ve ever had to make, and I don’t keep up with the latest developments across the myriad of engine options. But I do follow game business trends to a certain extent, and for well over a year now,

                              Game Development Post-Unity
                            • Scala 2 Roadmap Update: the Road to Scala 3

                              Wednesday 18 December 2019 Lukas Rytz, Adriaan Moors, Martin Odersky Together with the Scala 3 team at EPFL (aka the Dotty team), led by Martin Odersky, we have decided that, rather than developing Scala 2.14, our efforts should go to Scala 3 instead. While we’re very excited to shift our focus to Scala 3, we will continue to maintain Scala 2.13 to ensure the community has ample time to carefully

                                Scala 2 Roadmap Update: the Road to Scala 3
                              • ロン・ワトキンス - Wikipedia

                                ロン・ワトキンス(Ronald Arthur "Ron" Watkins, 1987年4月18日 - )は、陰謀論者でアメリカ合衆国の匿名画像掲示板「8chan」元管理人[5][6]。2ちゃんねると8chanの所有者および運営者であるジム・ワトキンスの息子[7]。 ロンは2016年から2020年11月に辞任するまで8chan(現・8kun)の管理人を務めた[1][8]。また、オルタナ右翼の陰謀論であるQアノンが広まる主要な役割を果たし、2020年アメリカ合衆国大統領選挙でドナルド・トランプに対する大規模な選挙不正が行われ、ジョー・バイデンの勝利に繋がったという根拠のない陰謀論を拡散させた[9][10]。一部のジャーナリストや陰謀論研究家は、ワトキンス親子の一方または両方が、Qアノンの背後にいる個人またはグループの身元を知っているか、あるいは彼ら自身が「Q」そのものであると考えている[18]

                                  ロン・ワトキンス - Wikipedia
                                • How Ivan Zhao's Notion Is Going After Atlassian and Why It Just Might Win

                                  Admitting a mistake can be incredibly difficult for some founders. They become so invested in proving the validity of their original idea that their businesses fail. Not every founder falls into this trap but many do. Ivan Zhao, co-founder of Notion, found himself in this exact position in 2015. Having launched a no-code tool, Zhao was confident his vision of the future was the one that would come

                                    How Ivan Zhao's Notion Is Going After Atlassian and Why It Just Might Win
                                  • Why I’m still using jQuery in 2019

                                    Personal website of Martin Tournoij (“arp242”); writing about programming (CV) and various other things. Working on GoatCounter and more – GitHub Sponsors. Contact at martin@arp242.net or GitHub. Many people advocate “just use vanilla JavaScript, you don’t need jQuery”. Well, I don’t need many things that are nontheless nice to have. I don’t need jQuery, but it sure is nice! Pages like You might n

                                    • Netflix Japan - Watch TV Shows Online, Watch Movies Online

                                      '); 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

                                      • A Second Conversation with Werner Vogels – Communications of the ACM

                                        CACM Web Account Membership in ACM includes a subscription to Communications of the ACM (CACM), the computing industry's most trusted source for staying connected to the world of advanced computing. Sign In Sign Up When I joined Amazon in 1998, the company had a single U.S.-based website selling only books and running a monolithic C application on five servers, a handful of Berkeley DBs for key/va

                                        • Try out CSS Nesting today

                                          Back in December, we wrote an article detailing three different options for CSS Nesting. In it, we explained the differences between Option 3, Option 4 and Option 5, demonstrating how each would work through a series of examples. Then we asked a simple question: “Which option is best for the future of CSS?” Web developers responded to the poll with great clarity. Option 3 won in a landslide. And s

                                          • Storybook for Vite

                                            Remember Javascript fatigue? It was 2015, and every few hours a new framework/boilerplate/build tool would burst onto the scene, one-upping the previous contender and shooting to the top of Hacker News. Eventually, React and Webpack became a de facto standard and a relative peace fell across the land. Frontend devs were able to relax and get real work done rather than frantically switching tools e

                                              Storybook for Vite
                                            • 1. Techempower Rankings

                                              25 October 2020 On Javascript Performance 1. Techempower Rankings by billwhizz Why is Javascript in the top 2 of techempower? This question was recently asked on github, prompted by the arrival of a new javascript platform near the summit of the intermediate techempower rankings. This platform, Just(js), is something I have been hacking on as a side-project for some time now. Here I will attempt t

                                                1. Techempower Rankings
                                              • How to Do Great Work

                                                July 2023 If you collected lists of techniques for doing great work in a lot of different fields, what would the intersection look like? I decided to find out by making it. Partly my goal was to create a guide that could be used by someone working in any field. But I was also curious about the shape of the intersection. And one thing this exercise shows is that it does have a definite shape; it's

                                                • LINEのさらなる挑戦のために、2020年に積極採用する95の仕事(前編) | LINE HR BLOG

                                                  ※この記事で紹介されているポジションは、2019年12月時点のものです。既に募集が終了している場合、リンクが切れている可能性があります。 LINEやそのグループ会社では、さらなる事業展開やその成長のため、様々なポジションでメンバーを募集しています。 「業務内容や求める人物像をブログに載せませんか?」と社内で投げかけたところ、95もの回答が集まりました。今回は、できるだけ書いてくれた担当者の表現のまま、集まった回答をすべて列挙してみました。 部署や事業の概要と目指していること具体的な仕事内容どのような人を求めているかそのポジションならではのやりがいや面白さ とても長くなってしまっていまい、前編・後編に分けて公開させていただきます。年末年始のお時間がある際になど、関連リンクもあわせて、ぜひご覧ください。 LINEで働くということを、少しでも想像いただければうれしいです! 企画・広告事業・リサー

                                                    LINEのさらなる挑戦のために、2020年に積極採用する95の仕事(前編) | LINE HR BLOG
                                                  • Strategies for Telemetry Exfiltration (aka Beaconing In Practice)

                                                    Nic Jansma (@nicj) is a software developer at Akamai building high-performance websites, apps and open-source tools. Table of Contents Introduction What are Beacons? Beaconing Stages Sending Data at Startup Gathering Data through the Page Load Incrementally Gathering Telemetry throughout a Page’s Lifetime Gathering Data up to the End of the Page “Whenever” How Many Beacons? A Single Beacon Multipl

                                                      Strategies for Telemetry Exfiltration (aka Beaconing In Practice)
                                                    • ドント・ルック・アップ | 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 (ネットフリックス) 公式サイト
                                                      • Stanford CRFM

                                                        Alpaca: A Strong, Replicable Instruction-Following Model Authors: Rohan Taori* and Ishaan Gulrajani* and Tianyi Zhang* and Yann Dubois* and Xuechen Li* and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto We introduce Alpaca 7B, a model fine-tuned from the LLaMA 7B model on 52K instruction-following demonstrations. On our preliminary evaluation of single-turn instruction following, Alpac

                                                        • Vue.jsのslotの機能を初心者にわかるように解説してみた | フューチャー技術ブログ

                                                          はじめにはじめまして。2017年入社の永井です。 東郷さんによる「Vue.js最初の難関、「props down, event up」を初心者にわかるように解説してみた」はご覧になられましたでしょうか?おそらくVue.js最初の難関は無事乗り越えられたと思います! 今回は「Vue.js初心者にわかるように解説してみた」第二弾として、props down,event up と同様に親子関係が肝となる、「slot」について、初心者に向けて説明していきたいと思います。 slotとはslotとは親となるコンポーネント側から、子のコンポーネントのテンプレートの一部を差し込む機能 です。 スロットというと「スロットマシン」が思い浮かびますが、もともとslotの「差し込み口」という意味から派生して、コインの投入口があるスロットマシンの意味をもつようになったそうです。 以下では大きく3つ、デフォルトのsl

                                                            Vue.jsのslotの機能を初心者にわかるように解説してみた | フューチャー技術ブログ
                                                          • clamp() - CSS: カスケーディングスタイルシート | MDN

                                                            CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

                                                              clamp() - CSS: カスケーディングスタイルシート | MDN
                                                            • Xamarin official support policy | .NET

                                                              All Microsoft Global Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft Teams Windows 365 Tech & innovation Microsoft Cloud AI Azure Space Mixed reality Microsoft HoloLens Microsoft Viva Quantum computing Sustainability Industries Education Automotive Financial services Government Healthcare Manufacturing Retail All industries Partners Find a partner Become a partner Partner Network Fin

                                                                Xamarin official support policy | .NET
                                                              • The Go Programming Language and Environment – Communications of the ACM

                                                                Go is a programming language created at Google in late 2007 and released as open source in November 2009. Since then, it has operated as a public project, with contributions from thousands of individuals and dozens of companies. Go has become a popular language for building cloud infrastructure: Docker, a Linux container manager, and Kubernetes, a container deployment system, are core cloud techno

                                                                • Exclusive: The $2 Per Hour Workers Who Made ChatGPT Safer

                                                                  Content warning: this story contains descriptions of sexual abuse ChatGPT was hailed as one of 2022’s most impressive technological innovations upon its release last November. The powerful artificial intelligence (AI) chatbot can generate text on almost any topic or theme, from a Shakespearean sonnet reimagined in the style of Megan Thee Stallion, to complex mathematical theorems described in lang

                                                                  • 2019-08-13のJS: React 16.9.0正式リリース、Image lazy-loading、Web API in Node.js

                                                                    JSer.info #448 - 先週RC版が公開されたReact 16.9.0の正式版がリリースされました。 React v16.9.0 and the Roadmap Update – React Blog 次のコンポーネントのライフサイクルメソッドに警告を表示するようになりました。 これらのメソッドはReact 17.xで削除されます。 componentWillMount componentWillReceiveProps componentWillUpdate これらのライフサイクルメソッドは、react-codemodのrename-unsafe-lifecyclesを使うことでUNSAFE_* prefixのライフサイクルメソッドにリネームできます。 このUNSAFE_* prefixのライフサイクルメソッドは17.xでも動作が維持されます。 componentWillMou

                                                                      2019-08-13のJS: React 16.9.0正式リリース、Image lazy-loading、Web API in Node.js
                                                                    • Developer Agreement – Twitter Developers

                                                                      <g> <g> <defs> <rect id="SVGID_1_" x="-468" y="-1360" width="1440" height="3027" /> </defs> <clippath id="SVGID_2_"> <use xlink:href="#SVGID_1_" style="overflow:visible;" /> </clippath> </g> </g> <rect x="-468" y="-1360" class="st0" width="1440" height="3027" style="fill:rgb(0,0,0,0);stroke-width:3;stroke:rgb(0,0,0)" /> <path d="M13.4,12l5.8-5.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,10.6L6.2

                                                                        Developer Agreement – Twitter Developers
                                                                      • Sass: Sass and Native Nesting

                                                                        The stable release of Chrome 112, which is releasing today, is the first stable browser to add support for the new native CSS nesting feature. This feature—inspired by Sass's nesting—adds the ability to nest style rules in plain CSS, and even uses Sass's convention of & to refer to the parent selector. We here at Sass HQ are honored every time our language design inspires improvements in CSS itsel

                                                                        • My productivity app is a never-ending .txt file

                                                                          By Jeff Huang, updated on 2022-03-21 The biggest transition for me when I started college was learning to get organized. There was a point when I couldn't just remember everything in my head. And having to constantly keep track of things was distracting me from whatever task I was doing at the moment. So I tried various forms of todo lists, task trackers, and productivity apps. They were all disco

                                                                          • 20 ways to become a better Node.js developer in 2020

                                                                            Don’t be that ‘screwdriver guy’, enrich your toolbox, diversify yourself Short IntroI’ve compiled below 20 skills, technologies and considerations on choosing between them. Picking the right tools became one of our greatest challenges — the Node.js ecosystem has matured and present attractive options in almost every field. Vanilla or TypeScript? Ava, Mocha or Jest? Express, Fastify or Koa? or mayb

                                                                              20 ways to become a better Node.js developer in 2020
                                                                            • npm Blog Archive: npm v7 Series - Why Keep `package-lock.json`?

                                                                              The npm blog has been discontinued. Updates from the npm team are now published on the GitHub Blog and the GitHub Changelog. << Arborist Deep Dive >> Beta Release! One common question we’ve gotten a few times now, once we announce that npm v7 will include support for yarn.lock files, is “Why keep package-lock.json at all, then? Why not just use yarn.lock only?” The simple answer is: because yarn.l

                                                                                npm Blog Archive: npm v7 Series - Why Keep `package-lock.json`?
                                                                              • Announcing Rust for Windows v0.9

                                                                                Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and future) using the Rust language projection. Rust developers have access to the entire Windows API surface in a language-idiomatic way, allowing them to easily take advantage of the power a

                                                                                  Announcing Rust for Windows v0.9
                                                                                • Neat CSS

                                                                                  Rapidly build efficient sites with Neat, the minimalist css framework. Neat is about 3Kb and that's before it's minified and compressed. About Getting Started Uses Customizing Design Decisions Examples Contributing GitHub About It's tiny, opinionated, and made to last. It's created by Joel Dare and heavily inspired by other minimalist sites like Hundred Rabbits and dozens of similar blogs. "That's