[-] bronzle@lemm.ee 6 points 1 month ago

I thought it was a shutter

[-] bronzle@lemm.ee 8 points 8 months ago

Hmm, grocery store near me (USA) sells this in 16oz packages, or ~454g

[-] bronzle@lemm.ee 4 points 8 months ago

What’s updog?

[-] bronzle@lemm.ee 6 points 8 months ago

Well it’s about dinosaurs, of course it’s old news.

[-] bronzle@lemm.ee 6 points 9 months ago

Not a fan of kilopounds, klbs?

[-] bronzle@lemm.ee 5 points 10 months ago

I’m not really feeling this sex scene.

That’s ok, we have a stimulation coordinator for that.

[-] bronzle@lemm.ee 4 points 10 months ago

Let’s just go alphabetically

[-] bronzle@lemm.ee 9 points 11 months ago

Wait, why did they invent the phrase “texture healing” for literally what all mono space fonts try to do: make a monospace font that doesn’t look like cluttered shit.

They explain it as the same way cursive fonts can have variations on the letters so that they match up (the loop of the y into the e for example). I think it works by having various versions of each glyph: normal, wider to the left, wider to the right, etc) and then pick the glyph based on the surrounding ones.

[-] bronzle@lemm.ee 6 points 1 year ago

It’s ok, for a second I thought they meant Google

[-] bronzle@lemm.ee 6 points 1 year ago* (last edited 1 year ago)

Also could have takin out mains return type and used sus chief

[-] bronzle@lemm.ee 19 points 1 year ago* (last edited 1 year ago)

For those curious:

int main(int argc, char **argv) {
  if ( -- argc != ! 0 ) {
    errx ( ! 0 , "shheiiiit" ) ;
    return ! 0 ;
  }
  
  int number = atoi ( argv[! 0] ) ;

  for ( int i = ! 0 ; i <= number ; ++ i ) {
    printf ( "%3d " , i) ;
    
    if ( i % 3 == 0 ) {
      printf ( "fizz" ) ;
    }
  
    if ( i % 5 == 0 ) {
      printf ( "buzz" ) ;
    }
    printf ( "\n" ) ;
  }
  return 0 ;
}
[-] bronzle@lemm.ee 5 points 1 year ago

!0 is defined as 1, that’s how argv [ no cap ] works, that and the ridiculous argc check stood out as a bit off, but works

view more: next ›

bronzle

joined 1 year ago