estebanlm

@estebanlm@lemmy.ml
4 Post – 26 Comments
Joined 1 years ago

He is at Rusia because Europe denied him passage when he was traveling to south-america. And of course, he benefits the fact that Rusia and the US are not in good terms. But... how in earth that makes him accountable by the acts of the government of the country he lives in? That's just a falcious argument (ad-hominem), not a real fact. Where, in which acts, what actions he did to "collaborate" with "one of the most brutal fucked regimes currently and historically"? Is like saying you as american citizen (if you are), are directly accountable for all the "brutal and fucked up" actions your government does and supports along the world. But this is not technology, is politics... in what this article is important for this comunity is that a remarkable known specialist on security endorses what we (supporters of FOSS way of doing things, that includes Stallman, on which we could have also a lot of other difference, but not on that) have been saying during years.

3 more...

I turned on my computer and started to play mass effect 2... during 48h.
Slept a bit.
Call my family and friends to go out and not be alone.
Continue living.
Two years later I met my actual partner and we have a beautiful life with two incredible kids.
Just remember: losing someone hurts but is not the end, the heart heals.

1 more...

Well, keeping an infrastructure like github is very expensive. Other solutions like gitlab are no real solution as gitlab itself is also not completely FOSS. Codeberg is a relatively new kid in the block, and sustainability in the long term is still not proven. Gitea/Forjego requires you to selfhost your repositories and that's something not everybody can afford/take the time to do.
So, we have a situation of a standard de facto, when one company took the space and constitued a monopoly, forcing the users to use it or be invisible otherwise.
So, there you have the reason: visibility in a market dominated by just one actor.
How to fight this situation? There is no much way as individuals, a partial solution is to use a FOSS solution and then mirror on github for visibility. Of course this is limited as individual solutions wont change collective problems, but FOSS groups doing the same are no longer individuals but communities so with time we may have a way to get out...

EDIT: s/go/get

4 more...

so... just to be on point. On which part your arguments are related, to sustain or deny, this:

Because all the rest, is just not an argument.

I do not think there is a consensus. Personally, I am not moving anytime soon. IMO so far gitea has not done anything wrong yet (they just put them in a position where is easier for them to do it, eventually). It is still a good thing forgejo exists... but I can't stand the name, heh (also, I like the green theme of gitea :P).

Mind to elaborate a little bit more about the Manjaro problem? I am driving it since a couple of years without any issue but I keep hearing this… now I am afraid :)

4 more...

for another (other than Tuxedo) EU based solution: https://slimbook.es/en/
(They are at Valencia, Spain).
But I have no about idea its quality as I have never tried one.

3 more...

I have a tuxedo. I love it. But...

  1. it supports just its own version of linux (TuxedoOS, based on KDE) and Ubuntu. I use Majaro and I have to tweak it the same way as I would do it with any other non-linux computer.
  2. I had a problem with sound and needed to send the computer to germany so they were able to check at it and fix it (replacing the mother board). Client service is good, but I live at 1w distance of germany (france)... what happens with people living far away?
  3. Is certainly good... but not cheap :)
1 more...

This is what Smalltalk is all about, and it has been like that since it’s origin: you basically program in the debugger, you program running, you change something, you proceed the debugger, etc. That’s why technics like TDD, refactoring, and others were developed in Smalltalk and just later translated to other languages (and always lacking, since no one reproduces the live programming experience 100%). As the time passed, attention has moved to other languages and most people not ignores what it was to program like that. But there are still some implementations around: I work with Pharo (https://pharo.org), and I can to say is all what you ask for in this post :)

4 more...

It's a Smalltalk. I do not like to compare languages because each one has its own merits, but until now, I do not think there is an environment that matches what Smalltalk (and Pharo) provides (which is just understandable by using it, heh)

This is nice!

Still, I would like to have an equal list of non GAFAM channels, heh.
I know "The Linux Experiment" (the best of those channels IMO) has a peertube:
https://tilvids.com/c/thelinuxexperiment_channel

any other around?

I love Pharo :) All the power of a Smalltalk for the 21 century, a small but very nice community, decent library support (but not huge), and a good FFI interface when this is not enough.

I like Manjaro Gnome. I changed the maui shell for the gnome shell and everything is looking great, and as close to vanilla gnome as possible (which is what I liked from Fedora :P) is not the same package system, but is very neat ;)

I have been using Manjaro as my daily driver for years now (I work making a programming language), and I have absolutely no complains ;) ... but this thread is to talk about hardware :P

not with mlem (or I did not find how) ;)

Manjaro Gnome. It just works ;)

2 more...

well, I has been already years using Manjaro and never happened to me.
Not that it can't, but never happened to me and I hope it wont :)

lol, I was doing exactly the same, mostly because the gnome app for it (webapp-manager) does not do one thing I badly want : open all non-app links in the default browser and not on instances of itself. Also, I love the webkitgtk project and this allows me to give it an usage.
I will give a look at your project, I think is better contribute to it than have two (or more) projects doing the same 😜

Ok, I admit I do not understand why it is returning an error (link is good, however)

sorry for the confusion, I meant that I work doing Pharo, and hence the license of my work is MIT, because that's the license chosen by the Pharo project. Of course MIT license means you can license your own work with whatever license you want, including proprietary licensing :)

yes, it is.

Manjaro. I am a guy of habits, so I never really distro-hopped, I once tried to install Arch and failed to configure everything so I tried endeavour and failed too (which would mean I am not a tech guy either ;). Ultimately, I'd say that the distribution does not matters much once you are used to it, you can always get what you want from any of them. The only thing I really like in comparison with others is pacman :)

Same. I love it and I don’t know how I spent so much time not-using it :)

Oh, I agree with that (I use a selfhost solution -gitea- myself). I was just pointing to what I think is the current situation and why is like that :)

Oops… most people now ignores… I meant :)

1 more...

this is the "virus" thing explained (by chatgpt, heh, but this is exactly what I heard) : Inheritance and Derivative Works: In object-oriented programming, inheritance allows you to create new classes based on existing classes, inheriting their attributes and behaviors. When using GPL-licensed code, whether GPLv3 or LGPLv3, any derived classes or subclasses created within your project will be considered derivative works. As a result, if you choose to distribute or publicly release these derivative works, they must comply with the licensing terms of the original GPL-licensed code.

1 more...