A simple and straight forward installation and execution: After accepting a few settings point the browser to: and see the dashboard: The computer hardware was described in my previous blog post. The screen capture below describes in brief the system: The measured throughput is 6.8K token/minute. Then I asked Openclaw to “write a RISC-V assembly …
Category Archives: Uncategorized
Embarrassingly Parallel Computations with Ray
Ray is an excellent framework for large-scale distributed computations in Python. In this blog post, I demonstrate a simple example of Ray’s capability to perform Embarrassingly Parallel Computation with minimal and straightforward source code. It is well known that if we randomly throw dots inside a square enclosing a circle, the ratio of the number …
Continue reading “Embarrassingly Parallel Computations with Ray”
How to convert a VirtualBox image to an AWS AMI?
Guy Tel-Zur, March 26, 2024 During the pandemic, when isolation took place, I was challenged how to keep my students practicing parallel processing programming in my “Introduction to Parallel Processing” course. The students couldn’t meet at the computer lab and so I developed a VirtualBox image with all the tools I needed for my course …
Continue reading “How to convert a VirtualBox image to an AWS AMI?”
IoT Project: Temperature measuremnts using Arduino, Raspberrypi, MQTT, Python, Influxdb and Grafana
Goal: Practice the model of IoT (Edge) data streaming and its remote analysis (Cloud). This work was inspired by works of others, in particular [1] and [2]. The system schematic diagram is as follows: Equipment: Arduino Uno. Arduino EthernetSheild. LM35 temperature sensor (datasheet). Raspberrypi-3, serving as an MQTT broker. Another computer (my laptop) for visualization. …
Protected: LMFIT
There is no excerpt because this is a protected post.
Protected: Fitting – a simple test
There is no excerpt because this is a protected post.
Protected: First code
There is no excerpt because this is a protected post.
Protected: Visit #2 at Weizmann
There is no excerpt because this is a protected post.
Protected: Day 1 @ Weizmann
There is no excerpt because this is a protected post.
Blogism
Welcome to my blog.