@c0dec0dec0de@hachyderm.io
@c0dec0dec0de@hachyderm.io avatar

c0dec0dec0de

@c0dec0dec0de@hachyderm.io

“Incredibly mediocre” dude. Programmer. Bad with words. Enthusiastic cat-botherer.
:debian_logo: :git_logo: :iterm2_logo: :vim:

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

c0dec0dec0de, to random
@c0dec0dec0de@hachyderm.io avatar

Keanu Reeves - yes, that Keanu Reeves- cowrote a book with China Miéville?!
https://thebookofelsewhere.com/

c0dec0dec0de, to random
@c0dec0dec0de@hachyderm.io avatar

Today’s bad assumption about distributed systems:
The endpoints of mv reside on the same host machine.

c0dec0dec0de, to Blog
@c0dec0dec0de@hachyderm.io avatar

I posted a web log thing!
It's niche and stupid. If you use JFrog Artifactory and a Red Hat-based Linux and want user-specific credentials for use with dnf, I know how to do that and you can too:

#dnf #artifactory #blog

https://0xc0dec0dec0de.github.io/2024/04/16/using-user-specific-credentials-with-dnf.html

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

Oh, it also includes the worst thing I think I’ve ever written for #ansible

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

Also, super proud of myself for actually pushing out “content” before getting the site look-and-feel sorted - that’s a yak for another day.

ebassi, to random
@ebassi@mastodon.social avatar

In retrospect, we should have figured out that Jia Tan was a plant from the fact that they showed up to do releases. In 20+ years of contributions to FLOSS projects I haven't found anybody willing to do the same.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar
fasterthanlime, to random
@fasterthanlime@hachyderm.io avatar

I still have hope that one day, macOS dictation will recognize that I say "cache" and not "cash"

One day...

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@fasterthanlime qu’est-ce que tu caches?

bagder, (edited ) to cisco
@bagder@mastodon.social avatar

I was reminded of the great security fix of 2019

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@colin_mcmillen @bagder wait, you can dump the config without authentication of any kind, which includes the devices password hashes, and somehow you can just pass those hashes back to authenticate to the device?
No, that all tracks with the sophistication of this “fix”.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@colin_mcmillen @bagder
✅ don’t store passwords in plaintext
❓ don’t transmit credentials in the clear
❌ prevent replay attacks

gvy_dvpont, to random
@gvy_dvpont@mastodon.social avatar
c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@bornach @gvy_dvpont @Edent oh my god is there a captcha shooter yet?

dpiponi, to random
@dpiponi@mathstodon.xyz avatar

For rainy days we have a treadmill but it's locked into the vendor's subscription service if you want to watch videos.

Except...tap the bottom left 10 times, wait 7 seconds, tap 10 more times, up pops a number, use that as a seed to generate a number with lrand48, reduce modulo 999999 (not 1000000!) and type that number back in, and now you have an Android tablet with web browser and access to YouTube.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@tsrono @dpiponi absolutely loathe that style, reject modernity give me backup and down arrows!

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@dpiponi @tsrono moving safety-relevant car controls from physical things in their expected places to a touch screen is evil and should be outlawed. I learned how to drive a fairly generic car. That’s what I’m qualified on. It can be manual or automatic. It cannot have the fucking wipers controlled by a submenu on a touchscreen.

MLE_online, to random
@MLE_online@social.afront.org avatar

Dreamt that Adidas's first product was a tractor called the Adidas Robust Muscle and that they still sold them in Europe. I'm my dream, I saw one in a museum. Adidas got into the footwear business after designing a shoe for farmers.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@MLE_online Adidas: the Lamborghini of sneakers

futurebird, to random
@futurebird@sauropods.win avatar

The least enjoyable part of coding is getting the IDE setup, the folders named, the correct libraries installed and trimmed down so they have what you think you will need.

If the language is java then the least enjoyable part is deciding if you want to store a number as a float or an int (formatted if you need decimals) ... then always changing your mind and having to go through and fix the numbers so they work.

I know python is lazy, but strict typing still feels like a drag to me.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@futurebird @phryk reminds me of some Python code that has flummoxed the C++ devs I was working with at the time.
“It doesn’t round consistently! Sometimes it goes up and other times it rounds down [on .5]”
Me: “so, statistical rounding? It does that to prevent systematically biasing your data away from zero. Use this other round function instead of the one built for stats and data.”

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@phryk integers and fixed point are faster generally and some hardware lacks native support for floating point types — yes, even now. Some ARM chips have a full barrel-shifter letting you bitshift (divide or multiply by a power of two) for free at the end of another operation, but only for integer types.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@dr2chase @futurebird @phryk “For values exactly halfway between rounded decimal values, NumPy rounds to the nearest even value. Thus 1.5 and 2.5 round to 2.0, -0.5 and 0.5 round to 0.0, etc.”
https://numpy.org/doc/stable//reference/generated/numpy.round.html

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@dr2chase @futurebird @phryk actually, we may have just done lambda x: floor(x + 0.5)

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@futurebird @dr2chase @phryk software engineers: we know better. Yes, particularly when you show us that we don’t know shit.

eniko, (edited ) to random
@eniko@peoplemaking.games avatar

i sure hope nobody figures out that kitsune tails save files are just a proprietary binary version of json thats fairly human readable and so easy to reverse engineer and hacks them for their own purposes 🥺

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@eniko @ouro @carbonacat Leave Me Alone Object-notation

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@eniko @ouro @carbonacat you may have questions about why I made certain decisions in the standard for this encoding. For all inquiries, I refer you to the first three words of the name.

olafurw, to random
@olafurw@mastodon.social avatar

My Doom in Space project was written about in a Norwegian Tech Magazine. If you have access to it and wanna practice your Norwegian you can read it here (subscription or login paywall)

https://www.digi.no/artikler/trodde-forst-det-var-spam-jeg-har-en-satellitt-vil-du-kjore-doom-pa-den/545567

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@olafurw this won’t surprise @foone but they should see it

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@olafurw @foone there is something of a discovery problem here. Trade off with safety and mobbing I suppose.

MissPixiePancake, (edited ) to Humor
@MissPixiePancake@mstdn.social avatar

Rational me:
Sphere cat. What a ridiculous notion!

Emotional me: Eyes basketball suspiciously.

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@MissPixiePancake we have nothing to sphere, but sphere cat

MLE_online, to random
@MLE_online@social.afront.org avatar

Trying to git clone in the terminal and github asks for my username and password and then tells me support for password authentication was removed in 2021. What the hell man

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@wez @MLE_online you can clone public repos over HTTPS without any auth still, if you’re getting prompted for credentials on a public repo you probably have a typo.
This advice doesn’t apply to your case where you authenticated successfully though.

stargirl, to random
@stargirl@hachyderm.io avatar

What's up, peeps? I've been so bad at keeping up with mastodon- what cool stuff have y'all been up to?

c0dec0dec0de,
@c0dec0dec0de@hachyderm.io avatar

@MLE_online @stargirl Emily is the friend talking about repairing their bike in the story about why Mastodon is doomed because we all say she did a good job and it’s cool instead of buying things.

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