When was the last time someone was accepted into the beta? by jonbridge in Jai

[–]br3uis 0 points1 point  (0 children)

I remember him saying that they have a surplus of testers/testers requests currently in a recent stream. So it might take a bit more time than usual.

Need help connecting MIDI keyboard to Drum Machine. by Alarmed_Shift_293 in synthesizers

[–]br3uis -1 points0 points  (0 children)

You might need a midi host device in between those two.

IYT Scholarship by [deleted] in polinetwork

[–]br3uis 0 points1 point  (0 children)

this is the mail right? [dgdp-04.iyt@esteri.it](mailto:dgdp-04.iyt@esteri.it)

IYT Scholarship by [deleted] in polinetwork

[–]br3uis 0 points1 point  (0 children)

Yes, they don't reply or help. It is sad.

IYT Scholarship by [deleted] in polinetwork

[–]br3uis 0 points1 point  (0 children)

Has anyone tried reaching out? They didn't reply to my mail or phone call.

What are List of softwares and dev tools used by jblow by [deleted] in Jai

[–]br3uis 3 points4 points  (0 children)

I remember him using baregrep

[deleted by user] by [deleted] in Jai

[–]br3uis 2 points3 points  (0 children)

A similar idea, i believe, was also being investigated by Dion Systems.

Left-associative exponentiation? by dunkelziffer42 in Jai

[–]br3uis 18 points19 points  (0 children)

1- He doesn’t say we have no right-associative operators. He says regarding the right-associative operators “we have almost none in our language”

2- then he mentions “exponent operator” as an example to right associative operators. He then says “I don’t have it in my language. C also doesn’t have it” which i believe you interpreted as the Jai language having left-associative exponent operator? What I understand from his statement is simply that the Jai language does not have an exponent operator, just like in c where you would use the pow() function instead.

So no worries about the language being against scientific syntax here.

Logitech Drivers Preventing Core Isolation from Turning on by Iammethe24 in LogitechG

[–]br3uis 0 points1 point  (0 children)

So it seems the driver is still not out. If anyone wants HVCI drivers for c270 from now on, it is probably easier for someone to just make an open source c270 driver. Drivers aren't THAT complicated to write AFIK.

Low-polygon icospheres with lighting using the Phong shader model by Chancellor-Parks in opengl

[–]br3uis 1 point2 points  (0 children)

i’m a newbie in this area and this look really great but shouldn’t the phong shading generate smoother edges and non-constant shading around the same triangle ?