Replies

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

taxorubio, to programming
@taxorubio@fosstodon.org avatar

It's one of those Mondays...

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!

taxorubio,
@taxorubio@fosstodon.org avatar

I hereby declare war on int.

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.

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

    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

    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 just learned that O_RDONLY is a lie on Linux because you can just open /proc/self/fd/whatever with O_RDWR to change the mode

    That's fucking gross man

    taxorubio,
    @taxorubio@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • 18+ drewdevault, to random
    @drewdevault@fosstodon.org avatar

    It's entirely appropriate to give a woman a nice compliment. It's not creepy. What's creepy is when it's weaponized because the speaker wants sex from the recipient.

    "Nice dress!" is something many women would love to hear. What they don't want to hear is "Nice dress!" with the subtext being "I hope this compliment starts a conversation which ends with you removing it!"

    And, yes, it's incredibly obvious when men's compliments have this subtext.

    18+ taxorubio,
    @taxorubio@fosstodon.org avatar

    deleted_by_author

    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

    foonathan, to cpp
    @foonathan@fosstodon.org avatar

    The "fun" thing about C++ is that

    static_cast<decltype((x))>(x)

    is a no-op, but

    static_cast<decltype(x)>(x)

    isn't.

    #cpp #cplusplus

    taxorubio,
    @taxorubio@fosstodon.org avatar

    deleted_by_author

  • Loading...
  • 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

    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