並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 25 件 / 25件

新着順 人気順

"virtual machine"の検索結果1 - 25 件 / 25件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"virtual machine"に関するエントリは25件あります。 githublinuxtechfeed などが関連タグです。 人気エントリには 『Building A Virtual Machine inside ChatGPT』などがあります。
  • 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で販売開始。
            • JVM (Java Virtual Machine) on Emacs - Thanks Driven Life

              メリークリスマス!本記事は Emacs Advent Calendar 2019 の25日目の記事です。 まずはこちらをご覧ください。 java コマンドと同様、Emacs でも "Hello, World!" を出力していますね。 HelloWorld.java を書き換えてコンパイルしたあとも、java コマンドの結果と同じ文字列を出力しています。 これはどういうことかというと、 純度 100% Emacs Lisp で .class ファイルを解析・実行しています。 つまり Emacs が JVM となった瞬間です。おめでとうございます 🎉 当然ながら JVM 全てをカバーできているわけではなく、基本的な部分だけを実装してあります。 今後も開発は続くかもしれないし、続かないかもしれません。 本記事の概要 開発に至った経緯 開発のおはなし 1. .class ファイルの解析 1-1.

                JVM (Java Virtual Machine) on Emacs - Thanks Driven Life
              • 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.
                • 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

                  • 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
                    • 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

                                • 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
                                    • Ragnar Locker ransomware deploys virtual machine to dodge security

                                      Products & ServicesSecurity OperationsThreat ResearchAI ResearchNaked SecuritySophos Life A new ransomware attack method takes defense evasion to a new level—deploying as a full virtual machine on each targeted device to hide the ransomware from view. In a recently detected attack, Ragnar Locker ransomware was deployed inside an Oracle VirtualBox Windows XP virtual machine. The attack payload was

                                        Ragnar Locker ransomware deploys virtual machine to dodge security
                                      • GitHub - cloud-hypervisor/cloud-hypervisor: A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint

                                        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 - cloud-hypervisor/cloud-hypervisor: A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint
                                        • 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)
                                          • Announcing extended term reservation for the Azure HBv2 Virtual Machine | Azure updates | Microsoft Azure

                                            Explore Azure Get to know Azure Discover secure, future-ready cloud solutions—on-premises, hybrid, multicloud, or at the edge Global infrastructure Learn about sustainable, trusted cloud infrastructure with more regions than any other provider Cloud economics Build your business case for the cloud with key financial and technical guidance from Azure Customer enablement Plan a clear path forward fo

                                            • 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/
                                                  • Azure Virtual Machine のサイズ A8 - A11 が 2021 年 3 月 1 日に廃止

                                                    Explore Azure Get to know Azure Discover secure, future-ready cloud solutions—on-premises, hybrid, multicloud, or at the edge Global infrastructure Learn about sustainable, trusted cloud infrastructure with more regions than any other provider Cloud economics Build your business case for the cloud with key financial and technical guidance from Azure Customer enablement Plan a clear path forward fo

                                                      Azure Virtual Machine のサイズ A8 - A11 が 2021 年 3 月 1 日に廃止
                                                    1

                                                    新着記事