#quirks

2025-11-07

@sundogplanets snow is still better than mirrors in space! heard you on #cbc #quirks&quarks

I'm not one to repost my own content. Better catch it the first time. I hate repeating myself.
#quirks

HC Claudiushcclaudius
2025-10-28

Your quirks, your weird sense of humor, your unique way of seeing the world, you've been taught to sand those edges down to be more "professional." This is a huge mistake. In a crowded world, those quirks are your features, not your bugs.

Stop trying to fit in. Be aggressively, strategically yourself.

Dethronatus Sapiens sp.dsilverz@calckey.world
2025-09-02

Using #GNU as Assembler (not Assembly, but the Assembler) and ld Linker to spit out a working BMP gradient image.

Yeah, you read it right. I'm not using
#Assembly to produce an image. I'm, instead, using Assembler directives and macros during compile-time to generate a binary file that happens to be a valid image (BMP) file.

File: tonishing.s (GNU Assembly file)

width = 320
height = 240
area = width * height
_begin:
    .ascii "BM"
    .int fileSize
    .int 0
    .int (_rasterdata - .)

_infoheader:
    .int infoheaderSize
    .int width     # width
    .int height    # height
    .short 1       # planes
    .short 24      # bitcount
    .int 0         # compression
    .int 0         # imagesize
    .int 11811     # xpixperm
    .int 11811     # ypixperm
    .int 0         # colorsused
    .int 0         # colorsimp

infoheaderSize = (. - _infoheader)

_rasterdata:
    n=area+1
    .rept height
        .rept width
            byten=((n*255)/area)&0xFF
            rn=(192*byten)/255
            gn=(64*byten)/255
            bn=(128*byten)/255
            .byte rn,gn,bn
            n=(n-1)
        .endr
    .endr

fileSize = (. - _begin)

File: run.sh (Shellscript)
#!/bin/sh
clear
rm astonishing.bin
rm tonishing.o
as tonishing.s --64 -o tonishing.o
# The pun is _astonishingly_ intended.
strip -R .comment -R .note.gnu.property tonishing.o
ld -n -x -s -N --oformat binary --unique=.note.gnu.property -o astonishing.bin tonishing.o
magick identify -verbose astonishing.bin
I run the whole thing with... wait for it... #nodemon!

That's right: the tool intended for
#Nodejs hot-reloading, is being leveraged for GNU Assembly, which is itself being leveraged for compile-time instructions to produce a whole BMP image.
nodemon -e "s sh" --exec ./run.sh

While I have a
#Codeberg account, it's under my personal name where I published old projects from #GitHub, so I should do a second account for this pseudonym... but I'm not sure if this is against the Codeberg rules... So I'm posting the whole thing through a Calckey post instead.

#programming #devlog #dev #devhacks #quirks #codegolf #experiments #surreal #absurd

Screenshot of KDE Dolphin preview popup, showing information about the image that was just generated through GNU Assembler.

astonishing.bin
Type: Windows BMP image
Size: 225.1 KiB
Width: 320
Height: 240

The image is a purpleish gradient that goes from pure black, at the top, all the way to a purple tone at the bottom.Screenshot of KDE Dolphin showing a list of four files:

- tonishing.o: 225.5KiB, object code
- astonishing.bin: 225.1KiB, Windows BMP image
- tonishing.s: 790 B, plain text document (actually, it's GNU Assembly)
- run.sh:  368 B, shell scriptScreenshot of a terminal showing the following truncated output:

tonishing.s: Assembler messages:
tonishing.s: Warning: end of file not at end of a line; newline inserted
ld: warning: cannot find entry symbol _start; defaulting to 0000000000400000
Image:
  Filename: astonishing.bin
  Format: BMP3 (Microsoft Windows bitmap image (V3))
  Class: DirectClass
  Geometry: 320x240+0+0
  Resolution: 118.11x118.11
  Print size: 2.70934x2.032
  Units: PixelsPerCentimeter
  Colorspace: sRGB
  Type: TrueColor
  Base type: Undefined
  Endianness: Undefined
  Depth: 8-bit
  Channel depth:
    Red: 8-bit
    Green: 8-bit
    Blue: 8-bit
  Channel statistics:
    Pixels: 76800
    Red:
      min: 0  (0)
      max: 64 (0.25098)
      mean: 31.3777 (0.12305)
      median: 31 (0.121569)
      standard deviation: 18.4035 (0.0721705)
      kurtosis: -1.19998
      skewness: 0.000474742
      entropy: 0.996205
    Green:
N-gated Hacker Newsngate
2025-08-22

🚨 Breaking News: Someone with a blog still hasn't made peace with Go, the programming language equivalent of a cardboard cutout. 🎉 After a decade-long battle, they're still heroically tilting at windmills, valiantly pointing out that Go's are...quirky. 🧐 Spoiler alert: Repetition is key in this epic saga of "Why won't Go change for me?"
blog.habets.se/2025/07/Go-is-s

2025-08-22

Lesser known tricks, #quirks and features of #C

jorenar.com/blog/less-known-c

N-gated Hacker Newsngate
2025-06-27

🦀✨ has a "powerful" , with that could make Schrödinger's cat blush. Let's tour the of , where expressions contort into poses. Remember, folks, these aren't bugs—just Rust's way of saying "look what I can do!" 🙃🔧
wakunguma.com/blog/rust-weird-

@NorCalWineLady

While I'm aware of the various de-googled versions of Android, and various other Linux-based non-Android platforms, I'm afraid I can't offer any recommendations, because I have no experience with any of them - or of Android or IOS, either. I don't have a smartphone. Or a dumbphone.

The others contributing in this thread have mentioned some I wasn't familiar with. Anecdotally, running any non-mainstream phone OS means putting up with a lot of quirks, but perhaps they have had better experiences.

#quirks #landline #phone #DumbPhone #SmartPhone

penpencilbrush🇨🇦penpencilbrush@mstdn.social
2025-04-26

No matter what's going on in a video or movie - drama, comedy, suspense - if someone is wearing shoes indoors, I am instantly distracted. 😆
No outdoor shoes in the house.
I don't make a fuss, but inwardly I spend a lot of energy biting my tongue, zipping my lip.
Unless it's some kind of emergency professional situation.

Maybe I should move to Japan.

#Quirks

N-gated Hacker Newsngate
2025-04-04

🎩 BREAKING NEWS: is weird! 🧙‍♂️ Who would've thought? 🤔 An article reveals the shocking truth that is a , are , and is quirkier than your uncle's dance moves at a wedding. 😱 But hey, don't worry, just slap a on it and pretend everything's fine. 🙄
stack-auth.com/blog/on-javascr

Does anyone else sometimes read odd fictional names and try reversing them to see if it's a word/ clue from the author? I cannot be the only one. Anyone?

#Reading #Quirks #wordGames

Love #Mastodon's #quirks...

It regularly shows me posts in English, even very short ones with no non-dictionary words (jargon etc), with a "translate this" link.

But also regularly gives me posts in German and several other languages... and there's never a translation link on them.

🤷

#translate

Cosplay DreamsArtChain
2025-01-22

🌟 Gran Noticia para los Fans de My Hero Academia! 🎉

¡El emocionante spin-off My Hero Academia: Vigilantes

¡No te pierdas el avance y prepárate para un viaje lleno de acción y aventuras! 🚀💥

cosplayersdreams.blogspot.com/

Autistic tidbits…

Disclaimer: this post reflects my experiences with "my" autism. I use phrases like that, "my autism" as it defines me and my way of thinking and doing things. I do not wish to offend anyone with my language and choice of words. Also, English isn't my native language, so I am sometimes a bit limited when I try to find the right words to describe a feeling or exeperience. I am no expert, I write solely about me and my life in this post. If you find any of this offensive, then I am sorry. But we all experience our "NeuroSpicy-ness" in different ways, and this is how I experience mine. Thanks for understanding. Living as an autistic person, or "with autism", is different for every one of us. Sure, we have overlapping bits and bops, we understand things about each other that Neurodivergent people don't get as easily as we do. But our spicy-ness is on a spectrum, or so they say, and it had many different tastes and flavors. And sometimes, something happens that I don't realize at the time, which will later turn out to be a "fine example" of my kind of spicy... 🌶️ […]

cynnisblog.wordpress.com/2025/

Sifasevensifaseven
2024-12-04

are part of life:
they are not character flaws
and they make you, YOU.

@kiwa

"kworkgroups" describes approximately half of the places I've worked over the years.

#quirks #quirk

2024-12-02

SpaceX's Falcon Heavy rocket will launch NASA probe to Saturn's largest moon
NASA's sending an octocopter-lander to Saturn's cloud-covered moon, Titan, with SpaceX's Falcon Heavy rocket with a launch scheduled for 2028.
#cbc #news #Radio #Quirks&Quarks
cbc.ca/radio/quirks/drone-satu

2024-11-21

Blind and sighted people alike can learn to 'see' with echolocation, study finds
Some people who are blind have been able to forego a walking cane by using echolocation instead to visually sense their world. Now in a new study, scientists discovered that sighted individuals can also gain this ability through training.
#cbc #news #Radio #Quirks&Quarks
cbc.ca/radio/quirks/echolocati

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst