Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Chris Jester-Young‭

Type On... Excerpt Status Date
Edit Post #279420 Post edited:
over 3 years ago
Edit Post #279420 Post edited:
Use implicit `int` type; thanks Sisyphus!
over 3 years ago
Comment Post #279420 @Sisyphus Thanks! I'll edit my entry.
(more)
over 3 years ago
Edit Post #279420 Initial revision over 3 years ago
Answer A: Bytes to Segfault
C, 5 bytes ```c main; ``` This exploits the fact that uninitialised globals live in the `.bss` section, and that section is not executable. So any attempt to execute code there, regardless of content, will cause a segfault.
(more)
over 3 years ago
Edit Post #279403 Post edited:
Format the code blocks nicer.
over 3 years ago
Edit Post #279403 Initial revision over 3 years ago
Answer A: 1, 2, Fizz, 4, Buzz!
goruby, 1 byte ```ruby f ``` Okay, so that's a bit unfair. 😂 The definition of `f` from `golfprelude.rb` (which is what goruby embeds) is quite golfy in itself: ```ruby def f(m = 100) 1.upto(m){|n|puts'FizzBuzz '[i=n4%-15,i+13]||n} end ``` Substituting `m` with 100 directly gives...
(more)
over 3 years ago
Edit Post #279401 Initial revision over 3 years ago
Answer A: Who should the temporary moderators be?
I also endorse the nomination for Jo King. However, they have yet to accept the nomination, leaving us with zero viable nominations as of current writing. So, with great hesitation, I put my name forward. People who were on "the other site", especially in its early days, may remember me; I was one...
(more)
over 3 years ago