ubuntu_touch
2025-05-28

contexto: Cálculos financieros con 3 acciones del sector de software
Con 3 estados de volatilidad: Baja, Media, Alta

objetivo: Calcular retorno promedio de acciones durante 4 años
Visualizar en 3D los promedios agrupado por volatilidad
El color amarillo indica el punto con mayor probabilidad
- Scatter de retornos se concentra alrededor de cero
- ¿Cual es tu interpretación?

#Rstats #Plotly

2025-05-28

# objetivo: Scatter 3D de Iris
# Explicar en forma didáctica en 3 pasos:
# - Grafico interactivo
# - Color y marcadores
# - Etiquetas

#Rstats #Plotly #3D #SoftwareLibre #Flisol

2025-05-27

# contexto: Cálculos financieros con 3 acciones del sector de software

# objetivo: Hacer resumen del promedio de precios durante 4 años
# Visualizar la combinación de estados de ganancia / perdida

¿Cual es tu interpretación?

#Rstats #Finance #Flisol #SoftwareLibre

ubuntu_touch boosted:
2025-05-27

Gabriela Jiménez anuncia apoyo a Chaves, tras renunciar al PUSC

Gabriela Jiménez anuncia apoyo a Chaves, tras renunciar al PUSC
Alajuela, 23 may (elmundo.cr) – En un sorpresivo giro político, la alcaldesa de San Ramón, Gabriela Jiménez Corrales, anunció su renuncia al Partido Unidad Social Cristiana (PUSC) y expresó su adhesión al presidente de la República, Rodrigo Chaves, y a su administración. El anunc [...]

#CostaRica #Elecciones2026 #GabrielaJiménez #RodrigoChaves

elmundo.cr/costa-rica/gabriela

ubuntu_touch boosted:
2025-05-27

Gabriela Jiménez a Juan Carlos Hidalgo: Mi salida del PUSC no fue un berrinche, fue un acto de coherencia

Gabriela Jiménez a Juan Carlos Hidalgo: Mi salida del PUSC no fue un berrinche, fue un acto de coherencia
Alajuela, 25 may (elmundo.cr) – La alcaldesa de San Ramón, Gabriela Jiménez, respondió con firmeza al precandidato presidencial del Partido Unidad Social Cristiana (PUSC), Juan Carlos Hi [...]

#CostaRica #Elecciones2026 #GabrielaJiménez #JuanCarlosHidalgo #PUSC

elmundo.cr/costa-rica/gabriela

2025-05-26

@b0rk_reruns
I don't know what it this for.
But it looks good
I Will try

2025-05-26

# contexto: Evitar el internet:
# - Hacer otros scripts mas cortos

# objetivo: Leer stocks y guardar en disco
# - Hacer pre procesamiento

#Rstats #Flisol #SoftwareLbre #Curso #Finanzas

2025-05-24

# proceso : Leer iris:
# - Convertir en tibble
# - Traducir al Español los headers
# Mostrar diferentes formas de hacer resúmenes:
# - Por columna o por variable categorica
# - Con varias funciones

#Rstats #Flisol #SoftwareLibre #Resumir #Spanglish

2025-05-23

# objetivo: Simulación de 100 agentes durante 30 días
# - Cada agente puede estar en 3 estados
# - Cada estado tiene diferentes atributos

# salidas : Tablas de frecuencia de frecuencias de 3 vias:
# - Combinación de estados de 100 agentes cada dia

#Rstats #janitor #dplyr #Flisol #SoftwareLibre

2025-05-22

hey #Rstats guys, Do you think this is bad ?

I confused the Janitor package with the broom package.

ubuntu_touch boosted:
Information Is Beautifulinfobeautiful@vis.social
2025-05-22

Evolution of the Alphabet via usefulcharts.com/

Infographic showing the "Evolution of the Alphabet" from Proto-Sinaitic (c. 1750 BCE) to Modern Latin Script. Colorful arrows trace the development of each letter through Phoenician, Archaic Greek, Archaic Latin, and Roman scripts, culminating in the modern 26-letter alphabet. The image demonstrates how letter shapes transformed over time.
ubuntu_touch boosted:
2025-05-22

***** How Google Supports Dangerous Phishing Email Attacks *****

#Google #Gmail has become one of the largest sources of dangerous phishing attacks: Emails claiming fake charges, relating to PayPal, Norton, Bitcoin, and many other products and services. They are flooding non-Gmail email services and coming directly from Google email servers.

The whole point of these is to get the recipient to call a provided phone number to have the "charge" removed. Of course for these phishes there was no actual charge -- but the "customer service" folks will ask for financial information and/or try convince busy, nontechie users to download software that gives the phishers control of their systems for even more pervasive attacks.

GOOGLE COULD EASILY STOP THESE, BUT THEY REFUSE TO DO SO!

These phishes have characteristics that Google could easily use to identify them and block them from being sent, especially to non-Gmail destinations. But Google refuses to act, putting vast numbers of email recipients at risk every day.

When all they seem to care about anymore is their misinformation-spewing generative AI, I suppose it's not surprising that Google seems to be just letting Gmail turn into a dangerous nightmare for the rest of the Net.

Google's old motto, "Don't Be Evil", is just a memory.

L

ubuntu_touch boosted:
nixCraft 🐧nixCraft
2025-05-22

The visudo command is the only safe way to edit the /etc/sudoers file, as it performs syntax checks before saving config options. By default, it uses vi. If you prefer another editor like vim, nvim, or nano, you can temporarily set the EDITOR environment variable:

sudo EDITOR=nano visudo
sudo EDITOR=vim visudo

Of course, set EDITOR and VISUAL in your shell config to avoid typing EDITOR. See bash.cyberciti.biz/guide/$VISU for more.

2025-05-22

Ejecución de regresiones lineales múltiples

entrada : Tibble de 4 columnas con variables para plano de regresión

salida : Escribir las ecuaciones de los 3 planos de regresión

#rstats #regresion #3D #planos #Multiple #flisol #softwareLibre

ubuntu_touch boosted:
2025-05-20

A lot of people talking about "hallucinations", and how often LLMs are right or wrong today. I wish you'd stop.

LLMs can't be right or wrong. They don't hallucinate, because they don't experience any reality whatsoever. There's no understanding, or intent, or knowledge, or learning, or truth in there. The best mental model to understand what it's doing is something like mad-libs. It's a mad-lib solver. If the end result is factual, that's a coincidence, and it happened on accident.

2025-05-19

# contexto: Crear plano de regresión (superficie)
# predichos por el modelo lineal

# objetivo: Graficar plano de regresión
# y los puntos observados

# entrada : Data real: Iris
# Unidades del plano tallo.largo y tallo.ancho
# Las alturas es petalo.ancho

#Rstats #3D #Regresion #Matematica #flisol #SoftwareLibre

2025-05-18

objetivo: Scatter dentro de 3 planos paralelos a planos Cartesianos
- Los planos pueden moverse dentro del scatter

#Python #Plotly #Flisol #SoftwareLibre #3D #Planos

2025-05-18

objetivo: Dibujar los 3 planos Cartesianos
- En matplotlib

proceso : El orden de los planos es:
- z, x, y (xy, yz, xz)
- amarillo, azul, rojo

#Python #Matplotlib #Matematica #Flisol #SoftwareLibre #Dirac

2025-05-15

# contexto: Ecosistema de paquetes 3D en R es confuso

# objetivo: Simular plano 3D como 2D
# - Para tercera dimensión es el color

# proceso : Construir la grilla 3D
# Conectar N puntos sobre el plano

#Rstats #Flisol #SoftwareLibre #Abierto #Matematica #MonteDeOca #SanPedro #UCR

2025-05-14

@excursionista
- Las IDE significa un esfuerzo adicional que se dedica para aprender

- Linux tiene las 3 cosas que se necesita:
- línea shebang (La primera linea del script R o python)
- El comando para hacer ejecutable el script: chmod +x script
- El directorio bin/ que tiene que aparecer el $PATH

Client Info

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