Obijuan's Avatar

Obijuan

@obijuan.mstdn.social.ap.brid.gy

Hola! Soy Obijuan! I'm a researcher on robotics. I really believe on the opensource spirit of sharing information. Work at URJC University, Madrid […] [bridged from https://mstdn.social/@Obijuan on the fediverse by https://fed.brid.gy/ ]

3 Followers  |  0 Following  |  171 Posts  |  Joined: 25.11.2024  |  1.7155

Latest posts by obijuan.mstdn.social.ap.brid.gy on Bluesky

Post image Post image Post image Post image

Fotos del stand de Robotech durante las Jornadas de Carrera Profesional en la @eif_urjc

(Robotech: https://robotech-urjc.github.io/mainweb/)

09.10.2025 08:40 — 👍 0    🔁 0    💬 0    📌 0
Post image

Foto con el robot R2-KT de la fundación https://www.thepinkforce.org/ durante las Jornadas de Carrera profesional en la @eif_urjc

09.10.2025 08:29 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

He añadido color. Los atributos funcionan igual que en el zx-spectrum. Todos los píxeles del mismo carácter comparten el mismo atributo

05.10.2025 19:28 — 👍 0    🔁 0    💬 0    📌 0

@Obijuan que buena pinta!

05.10.2025 12:23 — 👍 0    🔁 1    💬 0    📌 0
Video thumbnail

¡Manic miner en modo texto! En esta prueba se mueve el personaje en un escenario inspirado en la pantalla 1 del juego
Lo veo interesante para enseñar programación con python de forma divertida, sin tener que utilizar bibliotecas gráficas […]

[Original post on mstdn.social]

05.10.2025 12:00 — 👍 1    🔁 2    💬 2    📌 0
Video thumbnail

Y aquí están animados 😎
El programa en python lo puedes encontrar aquí:
https://github.com/Obijuan/unicode_pixel_screen/blob/main/wiki/Log/Examples/Ej-15-sprite-manic-miner.py

04.10.2025 06:23 — 👍 0    🔁 0    💬 0    📌 0
Post image

Ya tengo los sprites del Manic miner en unicode para hacer pruebas

04.10.2025 06:22 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Probando con una pantalla de 78x22 caracteres (156x88 píxeles)
La pantalla es genérica, y se puede adaptar a cualquier resolución de caracteres, para hacer pruebas

03.10.2025 18:33 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

@eif_urjc

02.10.2025 08:11 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

@eif_urjc
El Robot en acción...

02.10.2025 08:10 — 👍 0    🔁 0    💬 1    📌 0
Post image

@eif_urjc
Me he quedado muy impactado con la presentación de la fundación thepinkforce.org
Y su "R2D2" rosa para niños y niñas en los hospitales

02.10.2025 08:09 — 👍 0    🔁 0    💬 1    📌 0
Post image

En las Jornadas de Carrera profesiona en la Escuela de Ingeniería de Fuenlabrada de la URJC @eif_urjc
https://gregoriorobles.github.io/2025-jornada-carrera-profesional/

02.10.2025 07:49 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Más pruebas con los píxeles en pantalla de texto. Pantalla de 8x4 caracteres (16x16 píxeles)

29.09.2025 20:06 — 👍 0    🔁 0    💬 1    📌 0
your TTY driver has configuration

you can see how it’s configured by running:

stty -a

for example it print out the current window size!
Ctrl+S

by default, pressing Ctrl+S wi(( freeze your terminal (and Ctrl+Q wi(( unfreeze) I have never wanted this in my life, you can turn it off with stty -ixon (fish turns it off by default)

###fun fact: changing Ctrl+C technically you can use stty to set a different keyboard shortcut for Ctrl+C, (ike “u”

stty intr u

this is extremely chaotic and I can’t imagine a reason that I would ever do this though
programs have to configure the TTY driver to get friendly features

developer: I want arrow keys to work in my program!

other person: better tell the TTY driver to turn off canonical mode! (more on the next page)
the TTY driver’s settings are called “termios settings”

for the gnarly details:

man termios

but if you’re writing a terminal program libraries like readline or ncurses will handle setting up the TTY driver
panel 6

smiling stick figure with short curly hair: I’ve only needed to use stty once in the last 20 years and I mostly don’t understand its output but I think it’s a fun view into terminal internals!

your TTY driver has configuration you can see how it’s configured by running: stty -a for example it print out the current window size! Ctrl+S by default, pressing Ctrl+S wi(( freeze your terminal (and Ctrl+Q wi(( unfreeze) I have never wanted this in my life, you can turn it off with stty -ixon (fish turns it off by default) ###fun fact: changing Ctrl+C technically you can use stty to set a different keyboard shortcut for Ctrl+C, (ike “u” stty intr u this is extremely chaotic and I can’t imagine a reason that I would ever do this though programs have to configure the TTY driver to get friendly features developer: I want arrow keys to work in my program! other person: better tell the TTY driver to turn off canonical mode! (more on the next page) the TTY driver’s settings are called “termios settings” for the gnarly details: man termios but if you’re writing a terminal program libraries like readline or ncurses will handle setting up the TTY driver panel 6 smiling stick figure with short curly hair: I’ve only needed to use stty once in the last 20 years and I mostly don’t understand its output but I think it’s a fun view into terminal internals!

stty

https://wizardzines.com/comics/stty/

(from The Secret Rules of the Terminal, out now! https://wizardzines.com/zines/terminal/)

24.09.2025 15:21 — 👍 2    🔁 8    💬 1    📌 0

Looking forward to #FreeCAD 1.1

Lots of good new user friendly tweaks are on our way

https://www.youtube.com/watch?v=az2Yegw6ojE

#3DPrinting

18.09.2025 02:30 — 👍 0    🔁 6    💬 0    📌 0
Video thumbnail

Prueba con área de 8x8 píxeles (4x2 caracteres)
Entre carácter y carácter hay una separación por lo que las líneas horizontales de pixeles 3 y 4 están más separadas que el resto

15.09.2025 19:48 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

Pruebas con un área de 8x4 píxeles (4 caracteres). ¡Esto marcha!

14.09.2025 19:12 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Rellenando un área de 4x4 pixeles (2 caracteres), para comprobar el funcionamiento

14.09.2025 16:10 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Ya tengo una funcion para pintar pixeles individuales dentro de un carácter. En esta animación se activan todos, uno a uno, para comprobar que la función plot() es correcta

14.09.2025 11:02 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Ahora el pixel recorre el perímetro del carácter, en sentido horario. Pasa por las 8 posiciones posibles

14.09.2025 08:47 — 👍 1    🔁 0    💬 1    📌 0
Video thumbnail

En esta animación seguimos dentro del primer carácter de la pantalla, pero ahora moviéndo el pixel verticalmente por las dos columnas

14.09.2025 08:17 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Jugando con los caracteres unicode de braile... En cada carácter del bloque braile hay 8 pixeles, estructurados en 4 filas y 2 columnas

En esta animacion se mueve el pixel horizontalmente, dentro del carácter, en cada una de las 4 líneas

14.09.2025 07:52 — 👍 1    🔁 0    💬 1    📌 0
Video thumbnail

Los dibujos ASCII creados con caracteres unicode de Braile son impresionantes. Los he conocido a través de este pull-request en el kernel de linux: https://github.com/torvalds/linux/pull/1290

Para estudiarlos, los he sacado y metido en un programa python para […]

[Original post on mstdn.social]

13.09.2025 20:59 — 👍 1    🔁 0    💬 0    📌 0
Post image

Ya he terminado la segunda sesión del tutorial de programación en python: L2: Salida por consola

https://github.com/Obijuan/Learn-python/wiki/L2:-Salida-por-consola

13.09.2025 09:43 — 👍 1    🔁 0    💬 0    📌 0
Post image

Ya tengo mi tarjeta de embarque virtual para Artemis-II 😀

https://www3.nasa.gov/envia-tu-nombre-con-artemis/#user-information

¡Partimos en Abril como muy tarde!

#Artemis2

12.09.2025 06:18 — 👍 1    🔁 0    💬 0    📌 0
Post image

@eif_urjc

Están haciendo demos en vivo de los robots

09.09.2025 11:46 — 👍 0    🔁 0    💬 0    📌 0
Post image

@eif_urjc

Claudia y Adrian están hablando sobre los proyectos de la asociación Robotech

09.09.2025 11:44 — 👍 0    🔁 0    💬 1    📌 0
Post image

@eif_urjc @rocapal Pasamos a ver los Laboratorios Linux

09.09.2025 10:38 — 👍 0    🔁 0    💬 1    📌 0
Post image

@eif_urjc
Es el turno del coordinador del Grado @rocapal

09.09.2025 10:13 — 👍 0    🔁 0    💬 1    📌 0
Post image

@eif_urjc
Recibiendo a los estudiantes del grado de Robótica Software

09.09.2025 10:08 — 👍 0    🔁 0    💬 1    📌 0