並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 22 件 / 22件

新着順 人気順

"Virtual machine"の検索結果1 - 22 件 / 22件

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

"Virtual machine"に関するエントリは22件あります。 linuxtechfeedjava などが関連タグです。 人気エントリには 『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
      • JavaScript で JVM (Java Virtual Machine) を実装する (Hello World 出力編) - Qiita

        背景 先日、Builderscon tokyo 2019 で PHP で JVM を実装して Hello World を出力するまで という内容で登壇しました。 PHP で JVM を実装して Hello World を出力するまで プロポーザル 仕組み上、 PHP 以外の言語でももちろん実装できるというお話をさせていただいて、じゃぁ本当にできるのか?ということで JavaScript でも実装してみました。一発ネタです。 PHPerKaigi 2019 では PHP でクラスファイルの読み方についてというトークをしています。 PHP で JVM に入門する 実装していく 実装は至ってシンプルで中間コードのクラスファイル (例: Test.class) を FileReader で読み込んで 1 文字ずつ処理をしていくだけです。 PHP に標準で備わってる StreamWrapper や

          JavaScript で JVM (Java Virtual Machine) を実装する (Hello World 出力編) - Qiita
        • 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で販売開始。ます。詳細は以下から。 UTMシリーズは元々JailbreakしたiOSデバイス上で仮想マシンを作成するために開発されたアプリで、CPUエミュレータQEMUを利用してx86_64やARM64、RISC-Vなど様々なアーキテクチャの仮想マシン実行することが可能で、最近ではApple Silicon Macに対応し、Apple Silicon Mac上でARM版Windows 10やUbuntuを動かすことが可能になっていますが、このUTMがMac App Storeで販売を開始したそうです。 UTM uses the popular QEMU system emulator securely in a s

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

                • 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
                    • 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
                      • 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 - leaningtech/webvm: Virtual Machine for the Web

                            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 - leaningtech/webvm: Virtual Machine for the Web
                            • 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
                                  • Announcing extended term reservation for the Azure HBv2 Virtual Machine | Azure の更新情報 | Microsoft Azure

                                    Azure を探索 Azure について 安全かつ将来を見据えた、オンプレミス、ハイブリッド、マルチクラウド、エッジのクラウド ソリューションについて調べる グローバル インフラストラクチャ 他のどのプロバイダーよりも多くのリージョンを備える持続可能で信頼できるクラウド インフラストラクチャについての詳細情報 クラウドの経済性 Azure の財務上および技術的に重要なガイダンスを利用して、クラウドのビジネス ケースを作成する 顧客イネーブルメント 実績のあるツール、ガイダンス、リソースを使用して、クラウド移行の明確なパスを計画する お客様事例 成功を収めたあらゆる規模と業界の企業によるイノベーションの例を参照する

                                      Announcing extended term reservation for the Azure HBv2 Virtual Machine | Azure の更新情報 | Microsoft Azure
                                    • 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 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

                                          • 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

                                            • 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

                                              新着記事