#regis

Spooky Panda :progress_pride:floofpaldi@mindly.social
2025-06-14

I love everything about this post. A friend of mine sent it to me and it had me laughing. In a good way, of course.

I've always either imagined Peter Cushing or Christopher Plummer as our dear Regis. It's a toss-up between the two of them, I swear.

What's even wilder is that said friend sent me another post where one of the game developers commented and basically confirmed that they had Peter Cushing in mind for Regis. That blew my mind. And it's funny because now that's two characters I adore... Emmrich was created with him in mind as well. 🔥

#PeterCushing #TheWitcher #TheWitcher3 #Regis #EmielRegisRohellecTerzieffGodefroy #EmmrichVolkarin #DragonAge #Veilguard

This is a Reddit post. The caption says: Recently I began Blood and Wine. It may not be intentional but the likeness of Regis to Peter Cushing as Victor Frankenstein is a delight. 

There's a picture of Peter in Victorian clothing with a skull that he's resting his chin on. He's looking at the camera. 

Below that picture are these two comments. 

I would almost say that has to have been intentional. 

That's far too striking to be coincidental.
Université de Bordeauxunivbordeaux
2025-03-26

Apply now for the “REading Group in Innovation Studies” Bordeaux Summer School, taking place from 17 - 20 June and open to doctoral students and post-doctoral fellows
bss-regis.u-bordeaux.fr/en/

Grüne KV Landkreis Leipziglk_leipzig@gruene.social
2024-05-21

Christian Müller, unser Kandidat für den Kreistag im Wahlkreis 4 (#Borna, #Kitzscher, #Regis-Breitingen).
#allestimmengruen #grueneborna #gruenekitzscher #grueneregis #gruenelandkreisleipzig #gruenesachsen

World Concert HallWConcertHall@mastodon.world
2024-04-07
World Concert HallWConcertHall@mastodon.world
2024-04-07

In 20 minutes, Blue Heron performs #Regis #Barbignant #Ockeghem and #Caron in #Cambridge buff.ly/3PTRYbH #wch

World Concert HallWConcertHall@mastodon.world
2024-04-07
Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-15

@CyReVolt More (basic for now) colours + more effects in #ReGIS, start to understand a bit more the language, and discover so much predefined effects. The "rotate" text rotation is computed by degree (yes not more standard radians here), but this rotating effect are only every 45° (or Pi/4) sadly. that's already very fun, especially if it's possible to redefine fonts :).


More effects on ReGIS VT protoc…
Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-14

@CyReVolt

Tested texture based on characters, it's really too slow in current state with xterm. I need to verify, but I think current ReGIS function, push the text in VRAM and then read it again from it (that is very slow) for filling the texture. This probem does not happen with pattern register filling. Didn't tried Shaders mixer modes.

Still flickering but resolved a strange thing that I considered as a bug.

  • P[300,200]C[20] will draw a circle with center at 300,200, and the border at absolute coordinate 20 (here relative size of 300 - 20)
  • P[300,200]C[+20] will draw a circle with the same center, but with a relative position to the center (an absolute size of 20).

Found some better way to send #ReGIS commands in both #Bash and #Lua: Set the command in <code>command</code> variable, then

  • Bash:

    echo -e "\x1bP2p${command}\x1b\\"
    
  • Lua:

    io.stream(string.char(0x1b).."P2p"..command..string.char(0x1b,0x5c))
    

Don't forget to flush streams in any languages. :).


circles bugs, border extending …
here with a [+20] (absolute siz…
Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-14

@CyReVolt #ReGIS among what was already called #shaders at this time, manage simple patterns + colours or grayscale. They found an interesting way to have various pattern within this time limit. there are 10, 8bits predefined patterns registers, but that can be changed, and they can be multiplied by pairs to obtain more complex patterns. pattern register 0 is nothing, so I display only default patterns from 1 to 9 here:

Star to have an idea about at least a mean to avoid flickering... will try for next video.


Regis with simple predefined pa…
Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-13

@CyReVolt Still didn't found how to avoid flicker/vsync in the case of #xterm with #ReGIS, but start to work fine :).


Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-12

@CyReVolt #ReGis working on a standard Archlinux xterm from the #TIC80, found a way to evade a bit from the fantasy console/computer ^^.

Minimal code to have the example working:

trace(string.char(0x1b,0x50,0x30,0x70).."S(E)(C1)P[100,440]V(B),[+100,+0],[+0,-10],[-100,+0],(E)P[500,300],F(C[+100])"..string.char(0x1b,0x5c))
function TIC()
end

ReGIS Vector graphics display o…
Popolon 🇵🇸🇳🇨☮️🌳🎋 ᠫᠣᠫᠣᠯᠣᠨ🐎抱抱龙🐉 ⏚φpopolon@pleroma.popolon.org
2024-02-12

@CyReVolt by default #ArchLinux package of #xterm enable #ReGIS :).

Daniel 黄法官 CyReVolt 🐢CyReVolt
2024-02-11

Just learned about this cool thing today that is called .

github.com/feilipu/ReGIS/pull/1

The Daily Juicethedailyjuice
2024-01-15

The iconic Matrix star Laurence Fishburne will be portraying Regis in the fourth season of The Witcher TV series.

thedailyjuice.net/laurence-fis

Phantastik-News.dephantastiknews
2024-01-15

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst