Re: Mixed Languages Programming

2021-03-18 Thread Yasuaki Kudo
I have just thought about dynamic "Rosetta Code" - some software that generates simple code for the target language, compiles it and tests the result. It might be useful to learn a new language. For example, in PowerShell, there is some awkward syntax for an array of array wherein : (,(1,2))

Re: /dev/kvm missing

2021-03-18 Thread Julien Lepiller
Just thinking about it, but there's a setting in bios you need to activate for it to work. Then the kernel might pick it up only when it's activated. Have you ever tried running qemu-kvm? Le 16 mars 2021 14:16:08 GMT-04:00, Luis Felipe a écrit : >Hi, Andreas, > >‐‐‐ Original Message ‐‐

Blender freezes i3wm

2021-03-18 Thread Ekaitz Zarraga
Hi, I'm recently finding issues running blender. Trying to sculpt a simple shape and rotate the view freezes i3wm but the mouse cursor is still responsive (it even detects when it's on top of a text area or a clickable area) but the screen is frozen and I can open terminals using ctrl-alt-F[2-6

Re: Blender freezes i3wm

2021-03-18 Thread raingloom
On Thu, 18 Mar 2021 17:40:19 + Ekaitz Zarraga wrote: > Hi, > > I'm recently finding issues running blender. Trying to sculpt a > simple shape and rotate the view freezes i3wm but the mouse cursor is > still responsive (it even detects when it's on top of a text area or > a clickable area) bu

Re: Mixed Languages Programming

2021-03-18 Thread raingloom
On Thu, 18 Mar 2021 21:34:40 +0900 Yasuaki Kudo wrote: > > On Mar 14, 2021, at 10:30, raingloom wrote: > > > > On Thu, 11 Mar 2021 00:26:41 +0100 > > Léo Le Bouter wrote: > > > >>> On Thu, 2021-03-11 at 08:23 +0900, Yasuaki Kudo wrote: > >>> Hello! > >> > >> Hello! > >> > >> I think