Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

q66@gts.q66.moeQ

q66@gts.q66.moe

@q66@gts.q66.moe
About
Posts
24
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • children , dont make me tap the sign again !!!!!!
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore this is a serious matter

    Uncategorized

  • @q66@gts.q66.moe thanks 😭
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore you have to live with this now

    Uncategorized

  • anyone got an unused raspberry pi 3 (specifically 3 of any variant, can't be newer), a free sd card, and willing to do a 5 minute test (boot and log in if it gets far enough) for me with an image that's to be provided by me
    q66@gts.q66.moeQ q66@gts.q66.moe

    anyone got an unused raspberry pi 3 (specifically 3 of any variant, can't be newer), a free sd card, and willing to do a 5 minute test (boot and log in if it gets far enough) for me with an image that's to be provided by me

    Uncategorized

  • bruh shut up
    q66@gts.q66.moeQ q66@gts.q66.moe

    @aeweyrose @fiore @coolbean dhh probably uses zed or something

    it's probably preinstalled on his shitty "distro"

    Uncategorized

  • bruh shut up
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore @coolbean @aeweyrose tbf i'll still take bjarne over rob pike

    i want a keith plushy

    Uncategorized

  • bruh shut up
    q66@gts.q66.moeQ q66@gts.q66.moe

    @aeweyrose @fiore @coolbean i refuse to believe bjarne stroustrup's favored text editor can be good

    Uncategorized

  • bruh shut up
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore @coolbean and no good software either

    Uncategorized

  • just got completely and totally brvtally obliterated.
    q66@gts.q66.moeQ q66@gts.q66.moe

    @patchuun just hit them with old style cringe that'll show them

    *holds up spork*

    Uncategorized

  • the humble gay Wayland :
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore >not defederating suiseiseki

    Uncategorized

  • @TheOneDoc@tech.lgbt @q66@gts.q66.moe my friend was sick once so i tried to open her up and check on her but when i put her back together she didnt speak anymore .... i think shes mad at me now or smth ...
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore @TheOneDoc certified ❄️​

    Uncategorized

  • @TheOneDoc@tech.lgbt @q66@gts.q66.moe my friend was sick once so i tried to open her up and check on her but when i put her back together she didnt speak anymore .... i think shes mad at me now or smth ...
    q66@gts.q66.moeQ q66@gts.q66.moe

    @TheOneDoc @fiore that's what the boomers said right

    Uncategorized

  • @TheOneDoc@tech.lgbt @q66@gts.q66.moe my friend was sick once so i tried to open her up and check on her but when i put her back together she didnt speak anymore .... i think shes mad at me now or smth ...
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore @TheOneDoc i'm a millennial we invented that

    Uncategorized

  • @TheOneDoc@tech.lgbt @q66@gts.q66.moe my friend was sick once so i tried to open her up and check on her but when i put her back together she didnt speak anymore .... i think shes mad at me now or smth ...
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore @TheOneDoc i'd be mad if someone opened me up too

    Uncategorized

  • "multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
    q66@gts.q66.moeQ q66@gts.q66.moe

    @kirtai @SRAZKVT @hypha well if you read an article about it that was definitely misinfo

    neither of the major compilers enable it for any normal opt levels

    Uncategorized

  • "multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
    q66@gts.q66.moeQ q66@gts.q66.moe

    @kirtai @SRAZKVT @hypha there is -Ofast which is basically -O3 plus non-compliant fp

    Uncategorized

  • "multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
    q66@gts.q66.moeQ q66@gts.q66.moe

    @kirtai @SRAZKVT @hypha uh, no it won't? -ffast-math is never enabled unless explicitly, since it's not ieee754 compliant

    under clang -O3 is identical to -O2 plus some optimizations with high compile time costs and low runtime benefits, under gcc -O3 is closer to clang -O2 but definitely no ffast-math either

    Uncategorized

  • i will not become a mean person
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore is that like acting median

    Uncategorized

  • i will not become a mean person
    q66@gts.q66.moeQ q66@gts.q66.moe

    @fiore but it's so fun

    Uncategorized

  • "multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
    q66@gts.q66.moeQ q66@gts.q66.moe

    @SRAZKVT @hypha you can probably make even those work with gcc/clang using -O0 and/or other shenanigans anyway ig

    Uncategorized

  • "multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
    q66@gts.q66.moeQ q66@gts.q66.moe

    @hypha @SRAZKVT stuff containing UB that doesn't get wrecked by having a too advanced optimizer? 😛

    Uncategorized
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups