並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 17 件 / 17件

新着順 人気順

finally rich zipの検索結果1 - 17 件 / 17件

  • Emulating Nintendo Switch Games on Linux

    Some people lament the fact that, even though the Steam Deck is the Switch Pro we’ve been waiting for, they can’t play the Nintendo exclusives on it, such as the Mario, Zelda, and Metroid series. Well, ever heard of emulation? It is actually possible to play your favorite Nintendo games on PC, or your Steam Deck. Switch emulation is possible thanks to Yuzu and Ryujinx. Both emulators are open-sour

      Emulating Nintendo Switch Games on Linux
    • `zig cc`: a Powerful Drop-In Replacement for GCC/Clang - Andrew Kelley

      `zig cc`: a Powerful Drop-In Replacement for GCC/Clang If you have heard of Zig before, you may know it as a promising new programming language which is ambitiously trying to overthrow C as the de-facto systems language. But did you know that it also can straight up compile C code? This has been possible for a while, and you can see some examples of this on the home page. What's new is that the zi

      • 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

        • GitHub - Blackjacx/WWDC: You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳

          WWDC 2020 Session Notes Thank You 🎉 Last years WWDC Session Notes was so successful that I decided to continue this form of WWDC session summary. I would like to take the moment to thank all of you for contribution, feedback, support and reading my session notes 🙏 Intro Usually it is much faster to read through some bullet points instead of watching a 50 min session video. Then if you find somet

            GitHub - Blackjacx/WWDC: You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
          • Node.js — Node v15.2.0 (Current)

            Notable changes events: getEventListeners static (Benjamin Gruenbaum) #35991 fs: support abortsignal in writeFile (Benjamin Gruenbaum) #35993 add support for AbortSignal in readFile (Benjamin Gruenbaum) #35911 stream: fix thrown object reference (Gil Pedersen) #36065 Commits [9d9a044c1b] - benchmark: ignore build artifacts for napi addons (Richard Lau) #35970 [4c6de854be] - benchmark: remove modul

              Node.js — Node v15.2.0 (Current)
            • Opinion | It’s 2059, and the Rich Kids Are Still Winning (Published 2019)

              Editors’ note: This is the first installment in a new series, “Op-Eds From the Future,” in which science fiction authors, futurists, philosophers and scientists write op-eds that they imagine we might read 10, 20 or even 100 years in the future. The challenges they predict are imaginary — for now — but their arguments illuminate the urgent questions of today and prepare us for tomorrow. The opinio

                Opinion | It’s 2059, and the Rich Kids Are Still Winning (Published 2019)
              • What's New in Emacs 28.1?

                What’s New in Emacs 28.1? Learn what's new in Emacs 28.1 It’s that time again: there’s a new major version of Emacs and, with it, a treasure trove of new features and changes. Notable features include the formal inclusion of native compilation, a technique that will greatly speed up your Emacs experience. A critical issue surrounding the use of ligatures also fixed; without it, you couldn’t use li

                • Node.js — Node v15.1.0 (Current)

                  Notable Changes Diagnostics channel (experimental module) diagnostics_channel is a new experimental module that provides an API to create named channels to report arbitrary message data for diagnostics purposes. With diagnostics_channel, Node.js core and module authors can publish contextual data about what they are doing at a given time. This could be the hostname and query string of a mysql quer

                    Node.js — Node v15.1.0 (Current)
                  • dbs-002.dvi

                    Foundations and Trends R � in Databases Vol. 1, No. 2 (2007) 141–259 c � 2007 J. M. Hellerstein, M. Stonebraker and J. Hamilton DOI: 10.1561/1900000002 Architecture of a Database System Joseph M. Hellerstein1 , Michael Stonebraker2 and James Hamilton3 1 University of California, Berkeley, USA, hellerstein@cs.berkeley.edu 2 Massachusetts Institute of Technology, USA 3 Microsoft Research, USA Abstra

                    • Towards a unified theory of reactive UI

                      Update 26 Sep 2020: A followup to this post is Towards principled reactive UI. Update 7 May 2022: A followup to this post containing significant conceptual advance is Xilem: an architecture for UI in Rust. In trying to figure out the best reactive structure for druid, as well as how to communicate that to the world, I’ve been studying a wide range of reactive UI systems. I’ve found an incredible d

                      • A from-scratch tour of Bitcoin in Python

                        I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyone anywhere can use it in an open and permissionless manner. The seeds of this revolution arguably began with Bitcoin, so I became curious to dril

                        • Integrating Amazon EventBridge and Amazon ECS | Amazon Web Services

                          AWS Compute Blog Integrating Amazon EventBridge and Amazon ECS This post is courtesy of Jakub Narloch, Senior Software Development Engineer. Today, AWS announced the support for Amazon API Gateway as an event target in Amazon EventBridge. This feature enables new integration scenarios for web applications and services. It allows customers to seamlessly connect their infrastructure, SaaS services,

                            Integrating Amazon EventBridge and Amazon ECS | Amazon Web Services
                          • Lakehouse: A New Generation of Open Platforms that Unify Data Warehousing and Advanced Analytics

                            Lakehouse: A New Generation of Open Platforms that Unify Data Warehousing and Advanced Analytics Michael Armbrust1, Ali Ghodsi1,2, Reynold Xin1, Matei Zaharia1,3 1Databricks, 2UC Berkeley, 3Stanford University Abstract This paper argues that the data warehouse architecture as we know it today will wither in the coming years and be replaced by a new architectural pattern, the Lakehouse, which will

                            • Using Landlock to Sandbox GNU Make

                              I've modified GNU Make to support strict dependency checking. This is all thanks to the Landlock LSM system calls which were introduced in Linux Kernel 5.13 twelve months ago. What it means is that Make can now solve the cache invalidation problem similar to Bazel except with 5x better performance. Background I blogged last month about our work porting OpenBSD pledge() and unveil() to Linux as par

                                Using Landlock to Sandbox GNU Make
                              • Using AWS Lambda Function URL to build a Serverless backend for Slack

                                A combination of AWS Lambda and Amazon API Gateway is a widely-used architecture for serverless microservices and API based solutions. They enable developers to focus on their applications, instead of spending time provisioning and managing servers. API Gateway is a feature rich offering that includes with support for different API types (HTTP, REST, WebSocket), multiple authentication schemes, AP

                                  Using AWS Lambda Function URL to build a Serverless backend for Slack
                                • 19_3.eps

                                  The Haskell School of Music — From Signals to Symphonies — Paul Hudak Yale University Department of Computer Science Version 2.4 (February 22, 2012) i The Haskell School of Music — From Signals to Symphonies — Paul Hudak Yale University Department of Computer Science New Haven, CT, USA Version 2.4 (February 22, 2012) Copyright c � Paul Hudak January 2011 All rights reserved. No part of this public

                                  • Free API - 90+ Public APIs For Testing [No Key] - Apipheny

                                    Free APIs You Can Use for Testing At Apipheny, we use APIs a lot. But we find that a lot of APIs are locked behind a paywall, which can make API testing a bit difficult to do — luckily, free APIs do exist. With the help of a free API, you can do testing and create flexible, powerful apps in record time. With a quick Google search, you’ll discover tens of thousands of free and open APIs — all well-

                                      Free API - 90+ Public APIs For Testing [No Key] - Apipheny
                                    1