@sundogplanets snow is still better than mirrors in space! heard you on #cbc #quirks&quarks
@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
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.
#personality #authenticitywins #beyourself #uniquebrand #embraceimperfections #standout #quirks #personalstrategy
Quirks of Common Lisp Types
https://www.fosskers.ca/en/blog/cl-type-quirks
#HackerNews #CommonLisp #Quirks #LispTypes #Programming #Languages #SoftwareDevelopment
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)#!/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.binI run the whole thing with... wait for it... #nodemon!nodemon -e "s sh" --exec ./run.sh🚨 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 #quirks are...quirky. 🧐 Spoiler alert: Repetition is key in this epic saga of "Why won't Go change for me?"
https://blog.habets.se/2025/07/Go-is-still-not-good.html #BreakingNews #GoProgramming #Blogging #TechDrama #HackerNews #ngated
🦀✨ #Rust has a "powerful" #type #system, with #quirks that could make Schrödinger's cat blush. Let's tour the #funhouse of #linguistic #oddities, where expressions contort into #cursed #yoga poses. Remember, folks, these aren't bugs—just Rust's way of saying "look what I can do!" 🙃🔧
https://www.wakunguma.com/blog/rust-weird-expr #Rust #HackerNews #ngated
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.
20 shocking #CelebritySecrets revealed by their inner #circles https://zorz.it/gjDrx | #SaumyaRatan #celebrities #ShockingSecrets #quirks #demands #HiddenBehaviors #FascinatingSecrets #pictures
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.
🎩 BREAKING NEWS: #JavaScript is weird! 🧙♂️ Who would've thought? 🤔 An article reveals the shocking truth that #eval is a #nightmare, #loops are #sneaky, and #ASI is quirkier than your uncle's dance moves at a wedding. 😱 But hey, don't worry, just slap a #linter on it and pretend everything's fine. 🙄
https://stack-auth.com/blog/on-javascripts-weirdness #Weirdness #Quirks #Solutions #HackerNews #ngated
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?
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.
🤷
🌟 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! 🚀💥
https://cosplayersdreams.blogspot.com/2025/01/la-aventura-comienza-estreno-de-my-hero.html
#MyHeroAcademia #Vigilantes #Anime #Estreno #Quirks #Knuckleduster #KouichiHaimawari
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... 🌶️ […]https://cynnisblog.wordpress.com/2025/01/20/autistic-tidbits/
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
https://www.cbc.ca/radio/quirks/drone-saturn-moon-titan-1.7396764?cmp=rss
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
https://www.cbc.ca/radio/quirks/echolocation-study-blind-and-sighted-1.7384384?cmp=rss