並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 21 件 / 21件

新着順 人気順

virtual machineの検索結果1 - 21 件 / 21件

  • Building A Virtual Machine inside ChatGPT

    Unless you have been living under a rock, you have heard of this new ChatGPT assistant made by OpenAI. You might be aware of its capabilities for solving IQ tests, tackling leetcode problems or to helping people write LateX. It is an amazing resource for people to retrieve all kinds of information and solve tedious tasks, like copy-writing! Today, Frederic Besse told me that he managed to do somet

      Building A Virtual Machine inside ChatGPT
    • GitHub - LekKit/RVVM: The RISC-V Virtual Machine

      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 - LekKit/RVVM: The RISC-V Virtual Machine
      • GitHub - hyperlight-dev/hyperlight: Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead

        Hyperlight is a library for creating micro virtual machines — or sandboxes — specifically optimized for securely running untrusted code with minimal impact. It supports both Windows and Linux, utilizing Windows Hypervisor Platform on Windows, and either Microsoft Hypervisor (mshv) or KVM on Linux. These micro VMs operate without a kernel or operating system, keeping overhead low. Instead, guests a

          GitHub - hyperlight-dev/hyperlight: Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead
        • Writing a minimal Lua implementation with a virtual machine from scratch in Rust | notes.eatonphil.com

          Writing a minimal Lua implementation with a virtual machine from scratch in Rust By the end of this guide we'll have a minimal, working implementation of a small part of Lua from scratch. It will be able to run the following program (among others): function fib(n) if n < 2 then return n; end local n1 = fib(n-1); local n2 = fib(n-2); return n1 + n2; end print(fib(30)); This is my second project in

          • Apple Silicon Mac上でARM版Windows 10やUbuntu仮想マシンを作成できる「UTM Virtual Machine‪s‬」がMac App Storeで販売開始。

              Apple Silicon Mac上でARM版Windows 10やUbuntu仮想マシンを作成できる「UTM Virtual Machine‪s‬」がMac App Storeで販売開始。
            • GitHub - ptrsr/pi-ci: Prepare Raspberry Pi 3, 4 & 5 configurations using a virtual machine.

              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 - ptrsr/pi-ci: Prepare Raspberry Pi 3, 4 & 5 configurations using a virtual machine.
              • GitHub - leaningtech/webvm: Virtual Machine for the Web

                This repository hosts the source code for https://webvm.io, a Linux virtual machine that runs in your browser. Try out the new Alpine / Xorg / i3 graphical environment: https://webvm.io/alpine.html WebVM is a server-less virtual environment running fully client-side in HTML5/WebAssembly. It's designed to be Linux ABI-compatible. It runs an unmodified Debian distribution including many native devel

                  GitHub - leaningtech/webvm: Virtual Machine for the Web
                • Running the Steam Deck’s OS in a virtual machine using QEMU | The world won't listen

                  Introduction The Steam Deck is a handheld gaming computer that runs a Linux-based operating system called SteamOS. The machine comes with SteamOS 3 (code name “holo”), which is in turn based on Arch Linux. Although there is no SteamOS 3 installer for a generic PC (yet), it is very easy to install on a virtual machine using QEMU. This post explains how to do it. The goal of this VM is not to play g

                  • HotSpot Virtual Machineガベージ・コレクション・チューニング・ガイド

                    Java Platform, Standard Edition HotSpot仮想マシンのガベージ・コレクション・チューニング・ガイドでは、Java HotSpot仮想マシン(Java HotSpot VM)に含まれる各種ガベージ・コレクション方式について説明しているので、ユーザーのニーズに応じた最適な方式の選定に役立ちます。 このドキュメントは、Java HotSpot VMガベージ・コレクタについての理解を深める必要がある、Java HotSpot VMのユーザー、アプリケーション開発者およびシステム管理者を対象としています。さらに、このドキュメントは、アプリケーションがユーザーの要件を満たすように、ガベージ・コレクションとの共通の問題の分析とソリューションに関する支援を提供しています。

                    • GitHub - insidegui/VirtualBuddy: Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3

                      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 - insidegui/VirtualBuddy: Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3
                      • Fe - A next generation, statically typed, future-proof smart contract language for the Ethereum Virtual Machine

                        The next generation smart contract language for Ethereum Create decentralized applications in a powerful, future-proof and statically typed language that is easy to learn. Beautiful and elegant The syntax of Fe is largely inspired by Rust. It is easy to learn, even for those who have never dealt with the EVM before. Fe is designed to be safe and equipped with the tooling needed to validate contrac

                        • How the SQLite Virtual Machine Works

                          How the SQLite Virtual Machine Works Author Name Ben Johnson @benbjohnson @benbjohnson Image by Annie Ruygt Fly.io runs apps close to users around the world, by taking containers and upgrading them to full-fledged virtual machines running on our own hardware around the world. Sometimes those containers run SQLite and we make that easy too. Give us a whirl and get up and running quickly. SQL is a w

                            How the SQLite Virtual Machine Works
                          • DS220+ セットアップ-5 Virtual Machine Manager - IwaoDev

                            今度は Virtual Machine Manager . Win10 の iso を NAS にコピーして,次の様な設定. 仮想マシンを選択して「電源オン」,「接続」.しばらくすると, コピー後,再起動しての「準備しています」がすごくかかる.そして,また「再起動」. あまり速度は期待できないかもしれない. 2022/03/18 NAS のシャットダウンや再起動時の動作の指定. ホストのシャットダウン時の指定を「シャットダウン」または「停止」に. NAS が起動した時の仮想マシンの動作の指定. Synology DS720+ Virtual Machine Managerで仮想マシンを作成してみる

                            • Using VRChat in a Virtual Machine

                              • GitHub - hadashiA/MRubyCS: A new mruby virtual machine implemented in C#.

                                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 - hadashiA/MRubyCS: A new mruby virtual machine implemented in C#.
                                • Field Notes: Monitoring the Java Virtual Machine Garbage Collection on AWS Lambda | Amazon Web Services

                                  AWS Architecture Blog Field Notes: Monitoring the Java Virtual Machine Garbage Collection on AWS Lambda September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. When you want to optimize your Java application on AWS Lambda for performance and cost the general steps are: Build, measure, then optimize! To accomplish this, you need a solid monitoring

                                    Field Notes: Monitoring the Java Virtual Machine Garbage Collection on AWS Lambda | Amazon Web Services
                                  • Building a Minimalistic Virtual Machine

                                    Just over a year ago, I wrote a blog post about a topic that’s very important to me, which is the problem of code rot, of software constantly breaking because of shifting foundations, and the toll it takes on programmers, and on society at large. We’re no doubt collectively wasting billions of dollars and millions of human hours every year because of broken software that should never have been bro

                                      Building a Minimalistic Virtual Machine
                                    • GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office)

                                      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.

                                        GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office)
                                      • Introducing Cheetah: A Lightweight Virtual Machine Manager for macOS | Cheetah

                                        Introducing Cheetah: A Lightweight Virtual Machine Manager for macOS ​Cheetah harnesses the power of Virtualization.framework, the latest technology in virtualization, to provide an unparalleled experience in creating and managing virtual machines. With its sleek and intuitive interface, Cheetah simplifies the process of setting up and running virtual environments, empowering you to accomplish mor

                                        • Announcing the Saber Virtual Machine - Ryan Brewer

                                          In this post I'm excited to announce the Saber Virtual Machine, or SaberVM. It's a project I've been working hard on for the past month, with fascinating properties and an in-progress MVP implementation that's coming along well. If you like writing functional languages and want a portable backend to target that's fast and/or safe, you may be very interested in SaberVM, especially in its upcoming A

                                          • GitHub - google/crosvm: The Chrome OS Virtual Machine Monitor - Mirror of https://chromium.googlesource.com/crosvm/crosvm/

                                            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/crosvm: The Chrome OS Virtual Machine Monitor - Mirror of https://chromium.googlesource.com/crosvm/crosvm/
                                            1