Search results

0
0
1

Acerca de mí:
¡Hola! Soy Mónica Gómez, también conocida como Autumn64. Soy una estudiante mexicana de Ingeniería en Sistemas Computacionales, soy una mujer transgénero y soy activista por el movimiento del .

También soy y de . Programo activamente en , y , aunque conozco algunos otros lenguajes más (por ejemplo BASIC, , C#, y ). Puedes ver todos mis proyectos en : codeberg.org/Autumn64

En redes me dedico a la promoción y difusión del Software Libre, así como de sus ventajas técnicas y éticas desde el punto de vista latinoamericano e hispanohablante. Soy miembro del y del . También autohosteo una instancia de en search.autumn64.xyz, y estoy comenzando a incursionar en el activismo en favor del cuidado del medio ambiente.

También hago independiente: linktr.ee/autumn64_music . Todos mis servicios están hosteados en una Raspberry Pi 4B, que mantiene un consumo bajo de energía y es amigable con el medio ambiente.

De igual modo, mi amigazo @LuxiaoLuka aka Luxiao y yo tenemos una estación de radio en línea que transmite música asiática 24/7, y que además sirve como portal de noticias del mundo del entretenimiento asiático, en yazhouradio.autumn64.xyz

Esta es mi cuenta principal, y además tengo otras cuentas en el . Si quieres verificar que realmente soy quien digo ser, por favor revisa mi clave pública: autumn64.xyz/key.html

Más acerca de mí: codeberg.org/Autumn64/AboutMe/

¡Cómprame un café! (de forma totalmente voluntaria ;)): liberapay.com/autumn64/

Visita mi página web: autumn64.xyz

Y mi LinkTree (en donde hago más cosas que ya no tienen que ver con SL): linktr.ee/autumn64

0
0
0

By way of : I’m the Chief Architect of the Java Platform Group at Oracle. I’ve worked on every / release since version 1.1, in 1997. You can blame me for character-stream readers/writers, reference objects, shutdown hooks, the NIO high-performance I/O APIs, service loaders, and modules. I currently lead the and JDK Projects in the Community, where I also serve on the Governing Board.

I’m also a Twitter refugee, now exploring the Fediverse via @ivoryIvory by Tapbots :emoji_wink:.

0
0
0

OOP misuse

*sigh* Why do so many / programmers do this?
new ThingDoer().doThing(stuff)
The ThingDoer is really just used as an additional variable scope, so instead of having clean mostly-pure functions where it's obvious what parameters they get, everything passes data through self/this, so whoever reads the code has to do extra detective work to figure out what fields were assigned before a function call. If you are lucky, fields are mostly used as inputs and not instead of returns. Sometimes you aren't lucky.
This is also fucked up because it necessitates much laxer types. Because you can't guarantee to the type checker that a field has been initialized, you have to mark everything as nullable, so now the reader of your code has to worry about null safety too. And of course you can't mark things as const/final.

This is not a rhetorical question, I want to know where fucked up. And this is certainly not an issue exclusive to Python, I've also seen it in code, but I don't read as much Java on a daily basis.

How do we prevent this mess?

0

Hi, I'm Sam! I taught myself in the '80s on a Commodore 64 and an IBM PC XT with QBasic. Now I'm a software developer at IRCCloud, building and apps in and . Previously I worked on streaming apps at Last.fm.

Here are a few topics I'm interested in:


especially in
on
using , , and

GitHub: github.com/c99koder

0
0
2
0

After 3 years at Shopify, I was just told they’re letting me go, so I'm now looking for my next role. Remote preferred but also open to hybrid/in-person roles (Boulder/Denver metro). If you know anyone who’s hiring, I’d love to connect! Boosts much appreciated 🙏

A bit about me: 8+ years of experience, primarily in backend. Most recently worked on Shopify’s checkout platform, focusing on Shop Pay, used by millions of shoppers and handles billions in transactions annually.

0
0
0
0

Hi I'm Aron (or Sten if you know me mainly from IRL 😅). During the day I'm a 39 years old (younger by heart and appearance) with focus on & (10+yrs). During the night I'm doing on about and .

I like & (, everything that starts with "star..." + a lot more), and plays as well as .

Hope this works as a first

If you want to know more, just ask. 😊

0
0

Java’s Not Gone, It’s Just Hiding in Plain Sight

From powering Minecraft on the PlayStation to driving high-performance financial systems, Java remains a quiet force behind technologies we use every day.
Our latest blog takes a thoughtful look at how this long-standing language continues to make an impact, sometimes where you’d least expect it.

👉 Read more:
freebsdfoundation.org/blog/fro

0