@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.

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 9.0.1378 and 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.

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

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

    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!!!!

    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 random Catalan
    @taxorubio@fosstodon.org avatar

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

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

    was . 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 because it was the distro specified in the curriculum, I played a bit with and five years ago now I made the jump to , the best distro I've ever used!

    taxorubio, to random
    @taxorubio@fosstodon.org avatar

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

    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

    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

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

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

    #Photoshop 👉 GIMP o Affinity Photo
    #Lightroom 👉 Darktable
    #Illustrator 👉 Inkscape o Affinity Designer
    #Indesign 👉 Scribus o Affinity Publisher
    #Premiere 👉 Blackmagic Resolve
    #AfterEffects 👉 Blackmagic Fusion
    #Audition 👉 Un DAW o Izotope RX
    #DreamWeaver 👉 Pinegrow
    #Substance3D 👉 Armory3D
    #FillAndSign 👉 Foxit
    #Dimension 👉 Blender
    #Fresco 👉 Krita
    #Behance 👉 DeviantArt
    #Figma 👉 Penpot

    Edit: cambio Xodo por Foxit

    taxorubio,
    @taxorubio@fosstodon.org avatar

    @tuneintodetuned 👉 si no eres un cobarde xD

    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!

    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:

    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

    dansup, to Pixelfed
    @dansup@mastodon.social avatar

    This is news to me

    (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

    taxorubio, to random
    @taxorubio@fosstodon.org avatar

    We already have UNO at home

    outofcontrol, to cpp
    @outofcontrol@phpc.social avatar

    Looking for recommendations for a mastodon server for C++ devs

    taxorubio,
    @taxorubio@fosstodon.org avatar

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

    benjaminhollon, to random
    @benjaminhollon@fosstodon.org avatar

    Guess which new colemak user is up to the 70-80 wpm range? :)

    Still a ways to go to get back up to my previous 115-125 range, but hey this is great progress and it no longer feels excruciatingly slow!

    taxorubio,
    @taxorubio@fosstodon.org avatar

    @zbecker @benjaminhollon I have considered having two different layouts for normal/insert modes. I dan't know if it's doable, but it's an option if you want to keep your muscle memory

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