@taxorubio@fosstodon.org
@taxorubio@fosstodon.org avatar

taxorubio

@taxorubio@fosstodon.org

He/him. Free Software advocate. I spend more time thinking about cool projects than working on them,.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

nixCraft, to debian
@nixCraft@mastodon.social avatar
taxorubio,
@taxorubio@fosstodon.org avatar

@nixCraft To be fair, Arch my itself only crashes if you continuously miss-maintain it

tuneintodetuned, (edited ) to AdobePhotoshop Spanish
@tuneintodetuned@mastodon.social avatar

Para quien lo necesite, algunas a gratis o de un solo pago:

👉 GIMP o Affinity Photo
👉 Darktable
👉 Inkscape o Affinity Designer
👉 Scribus o Affinity Publisher
👉 Blackmagic Resolve
👉 Blackmagic Fusion
👉 Un DAW o Izotope RX
👉 Pinegrow
👉 Armory3D
👉 Foxit
👉 Blender
👉 Krita
👉 DeviantArt
👉 Penpot

Edit: cambio Xodo por Foxit

taxorubio,
@taxorubio@fosstodon.org avatar

@tuneintodetuned #Indesign 👉 #LaTeX si no eres un cobarde xD

dansup, to Pixelfed
@dansup@mastodon.social avatar

This is news to me #pixelfed

(ps: this isn't true)

taxorubio,
@taxorubio@fosstodon.org avatar

@dansup > to guarantee that users are awarded for their contributions to the network

That's some insanely capitalist way of reducing users to content creators whoe sole purpose is to generate ad revenue

kev, to random
@kev@fosstodon.org avatar

This is your fault, @joel 😂

taxorubio,
@taxorubio@fosstodon.org avatar

@joel @kev How does it perform? I have the Anbernic RG-351v and it lags with gba games that use Mode 7 like FF1, which is a bummer. It also doesn't support OpenGL Core :s

Have you tried any of those two?

taxorubio,
@taxorubio@fosstodon.org avatar

@joel And how's the hardware? I just went to pick up mine and had forgotten that the included battery is borked and need to buy a new one :') Is manual intervention required? XD

taxorubio,
@taxorubio@fosstodon.org avatar

@joel Aaaaah I shouldn't be even thinking to buy one when I already have the Anbernic, but the temptation is too big!

I'll add it to the wishlist for now and see what happens >:)

drewdevault, to random
@drewdevault@fosstodon.org avatar

I have a redict mirror on SourceHut, in case of availability issues during Codeberg's maintenance window:

https://git.sr.ht/~sircmpwn/redict/

taxorubio,
@taxorubio@fosstodon.org avatar

@drewdevault Why did you choose Codeberg as the main forge for the project? I'm genuinely interested given that you're the creator of Sourcehut :o

taxorubio, to linuxmint Catalan
@taxorubio@fosstodon.org avatar

#MyFirstDistro was #LinuxMint . I installed it briefly before starting computer science in my computer and in a cousin of mine's because she was driving a 32bit W7 netbook with 2GB of RAM in 2014. I then switched to #Ubuntu because it was the distro specified in the curriculum, I played a bit with #Antergos and five years ago now I made the jump to #ArchLinux, the best distro I've ever used!

taxorubio, to random
@taxorubio@fosstodon.org avatar

We already have UNO at home

foonathan, to random
@foonathan@fosstodon.org avatar

Programming languages should have an "implies" operator.

Yes, I can do !A || B, but that's less readable than A => B.

I keep needing it in C++20 requires clauses.

taxorubio,
@taxorubio@fosstodon.org avatar

@foonathan @artificialmind It's my first time reading that idiom and I like how it make the branching clearer. !A || B makes it harder for my brain to think about A && B || !A because the negation operator, but A ? B : true makes the branching explicit and much easier to analyse. Still, A => B would be the bomb!

scy, to vim
@scy@chaos.social avatar

There are days when I'd like to throw Vim at the wall.

:set stl=%f%{&modified?'\ •':''}

will have a status line like

README.md •

with the bullet point (•) if the file is modified.

:set stl=%{fnamemodify(expand('%%:p'),':~:.')}%{&modified?'\ •':''}

will eat the space before the bullet point for some reason.

All I did is replace %f with the %{…} expression.

This happens both in #Vim 9.0.1378 and #Neovim 0.7.2, and also if I replace • with any other character.

Ideas, anyone?

taxorubio,
@taxorubio@fosstodon.org avatar

@scy It looks like a bug. Using two spaces (\ \ ) makes it work. What's more, adding a space before the &modified block (}\ %{&modified) adds two spaces instead of one. I think that you should report it upstream.

joel, to random
@joel@fosstodon.org avatar

Spanish thread!

taxorubio,
@taxorubio@fosstodon.org avatar

@joel A lo mejor soy yo, pero no me defederaría de una instancia por una norma de idioma. Lo de no banear a algunos usuarios cabrones también me gustaría conocer vuestra versión, pero de primeras no creo que sea como lo pintan. Me cuesta creer que en esta instancia se vea bien que la gente acose libremente a otros usuarios.

En fin. Personalmente creo que mucha gente impone a los desarrolladores y moderadores de proyectos libres las mismas responsabilidades que a empresas multimillonarias...

taxorubio, to random
@taxorubio@fosstodon.org avatar

I'm seriously considering starting my own instance. I love @fosstodon with all my heart, but I'd also like to experiment with my own space for me and my friends :ablobcatheartsqueeze:

drewdevault, to random
@drewdevault@fosstodon.org avatar

deleted_by_author

  • Loading...
  • taxorubio,
    @taxorubio@fosstodon.org avatar

    @drewdevault IIRC you cannot copyright them but you can copyright the way you present them right? For example, I think you can copyright a cross-stitch pattern stored in an OXS file

    taxorubio, to programming
    @taxorubio@fosstodon.org avatar

    It's one of those Mondays...

    taxorubio,
    @taxorubio@fosstodon.org avatar

    I hereby declare war on int.

    taxorubio,
    @taxorubio@fosstodon.org avatar

    So it turns out that every time you don't use fixed-width numbers you effectively make your software a platform compatiblity nightmare due to the differences between number sizes in different data models: https://en.wikipedia.org/wiki/64-bit_computing#64-bit_data_models

    Once you don't agree with the size of long, you're bound to either perform thousands of runtime casts with possible loss of data or change all your code to use fixed-width numbers.

    Fun times!

    joel, to books
    @joel@fosstodon.org avatar

    Finished Book 1 (a third) of by Frank Herbert and it is really good so far, I actually feel that watching the movie helps quite a bit to understand some things, they compliment each other well so far.

    taxorubio,
    @taxorubio@fosstodon.org avatar

    @joel LISSAN AL GAIB!!!!

    taxorubio, to random Catalan
    @taxorubio@fosstodon.org avatar

    The soul @bagder lives in my car now >:)

    outofcontrol, to cpp
    @outofcontrol@phpc.social avatar

    Looking for recommendations for a mastodon server for C++ devs #cpp #developers #mastodon

    taxorubio,
    @taxorubio@fosstodon.org avatar

    @rmerriam @outofcontrol @CppDiscuss I've follewed it too, thanks!

    taxorubio, to random
    @taxorubio@fosstodon.org avatar

    No I don't have an obsession what do you mean? #spotifywrapped

    massivelyop, to runescape
    @massivelyop@mastodon.social avatar

    RuneScape begins beta testing combat changes, opens an autumn survey, and shares cookbook recipes
    🔗 https://massivelyop.com/2023/10/30/runescape-begins-beta-testing-combat-changes-opens-an-autumn-survey-and-shares-cookbook-recipes
    #RuneScape

    taxorubio,
    @taxorubio@fosstodon.org avatar

    @massivelyop Combat changes? Are we getting osrs3?

    taxorubio, to random
    @taxorubio@fosstodon.org avatar

    The last months I've been struggling to keep up with maintaining AUR packages, to the point that I have left many packages unattended for more than half a year and have basically neglected them to the point of receiving an orphan request.

    Part of the issue has been my personal situation I've been working full time while finishing my degree and going through a surprise home change. love the landlord! On top of it, I stopped using GitHub in protest against Copilot and other policies.

    taxorubio,
    @taxorubio@fosstodon.org avatar

    Until now, I used to test my pkgbuilds with GitHub actions and a custom script I wrote a couple of years ago to automatically install dependencies. After leaving GitHub in protest (see https://github.com/groctel/), it would have been extremely hypocritical to still use their compute time to test my packages.

    I have struggled all these months to find a solution because, honestly, it takes a lot of work to set up a generic environment to test AUR installers. Today I have done just that!

    taxorubio,
    @taxorubio@fosstodon.org avatar

    I have finally re-written my script in maintainable Python and started re-testing and updating all my packages. You can find the new repository here: https://git.sr.ht/~groctel/pkgbuilds

    Now, what I need to do is to set up a system to automate this process as much as I can. Still, this is a great step towards improving my mental health. It's brutal the toll overdue tasks like this can take on your mind.

    Quick edit: The repo should be public now :p

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • cisconetworking
  • Leos
  • normalnudes
  • cubers
  • modclub
  • ngwrru68w68
  • tacticalgear
  • megavids
  • anitta
  • tester
  • lostlight
  • All magazines