Skip to Content Skip to Navigation
Profile image for Álex Córcoles (coding)

Álex Córcoles (coding)

@coder@alex.femto.pub

This is the profile where I talk about coding and technology in English.

179 Posts Posts & Replies 47 Following 14 Followers Search
Pinned post
Edited 87d ago

Playing with Zulip. It's Django. The installer is Puppet, and mentions Nagios.

Did I write this accidentally in my sleep?

@aparrish Every single time I hear the sentiment "like it or not, ______ is here to stay", I like to take a moment to reflect on the overwhelming majority of "things we were told would be permanent" that now, *shockingly*, no longer exist.😮🫢🤗🙄

lobste.rs/s/ymszmx/i_blog_with

The author of the fx tool highlighting a curious trick on lobste.rs; serving a plain text version of your site to curl and other non-browser HTTP clients, while you serve HTML to browsers.

github.com/alexpdp7/aelevenymo

This is more of a proof of concept than anything practical. This is a Violentmonkey script that adds transcripts to *some* Penny Arcade strips. If it doesn't have one, it lets you add a transcript by using GitHub.

I consider it an experiment to see if this approach can be practical.

:sickos_yes:

"OpenLDK is a Just-In-Time (JIT) compiler and runtime environment for Java, implemented entirely in Common Lisp. It bridges the gap between Java and Common Lisp by incrementally translating Java bytecode into Lisp, which is then compiled into native machine code for execution. This unique approach allows Java classes to be seamlessly mapped to Common Lisp Object System (CLOS) classes, enabling effortless integration between Java and Common Lisp codebases."

github.com/atgreen/openldk

explaining.software/archive/th

incredible writeup of one of the best running jokes in programming

@cadey if the fastapi commands is a Portion script, examining it should let you replicate. Or you could edit the shebang to point at your Python...

I wish regular people thought of hand-written software as being something within their reach.

And that there would be enough of such work in the average town that the local developer could be like a blacksmith and live in a book-lined cottage at the outskirts of town, next to a stream. Living off of quality work for local people, with maybe the occasional big software job for a hotshot rascal that swoops in occasionally with a big idea to take back to the city once things cool down a bit.

I'm really mad at Jujutsu VCS.

They called their equivalent of `git blame` `jj file annotate`.

`jj accuse` was RIGHT THERE.

Cool how many companies now 'solve' user support by making people go through a maze of pre-written answers to issues they aren't having, allowing them to eventually reach a language model bot if they are lucky—which will do everything in its power to avoid escalating to an actual human being.

Hot take: "HTML is a programming language" is gatekeeping in effect, if not in intent.

That is, something need not be a programming language to be a the subject of highly useful and important technical skills — viewing all of computing through the lens of programming languages is inherently limiting.

Tech folk complaining that kids don't understand computers after spending decades building completely opaque silos for big tech is just a stunning lack of self awareness.

"Legacy code" is often code that you want to replace because you don't understand it. The problem is, before you can replace it, you need to understand it, and, once you understand it, replacing it is rarely the cheapest option any more.

Edited 1y ago

github.com/alexpdp7/alexpdp7/b

Documented how to use a RPI Zero as a "programmable" USB device that can act as an installer for multiple operating systems.

(And now, playing with ChromeOS Flex.)

@daniel and anyone can use RSS to follow it without using ActivityPub!

One of the most important things I consider when choosing a social media platform is whether people can read what I post without being nagged or forced to create an account. For many of my friends who don’t really care about , gultsch.social is just a website they can drop by occasionally to see what I’m up to.

Experiment with OpenNIC + Yggdrasil + YunoHost was successful in some sense. Managed to exchange emails between two YunoHost instances without any public IPv4 address, nor a traditional DNS domain.

However, the OpenNIC ACME server of course cannot contact a web server running on Yggdrasil, so no easy way of having TLS certificates.

Full writeup here: github.com/alexpdp7/alexpdp7/b

I didn't know about Debian packages.debian.org/bullseye/e but it's quite handy if you do infrastructure as code.

Random tidbit: when trying out Google Workspaces, Google sets up example.com.test-google-a.com. You can use this domain for testdriving GMail without switching MX records.

(Of course, my recommendation is to try to avoid strengthening the Google/Microsoft email duopoly. But you can't always get what you want.)

Despite all, the Google Testing blog is still a gem:

testing.googleblog.com/2024/10

I think many of us are a bit corrupted due to working on websites with a heavyweight database as a backend, and browsers making things harder. There, the testing pyramid fits somewhat.

But the "SMURF" perspective is IMHO something better than the testing pyramid in every way, and we would do well in adopting it or something similar.

Every morning I take my dog outside so she can 3D-print something horrible.

@cadey oh, thanks! I should have found that myself, sorry!

Very interesting material! More than I expected and explains how they address some problems that I find interesting!