dagoose

Discord ID: 182115887464185856


31 total messages. Viewing 100 per page.
Page 1/1

2018-10-15 00:39:11 UTC [Subverse #new-member-alert]  

2018-10-15 00:40:47 UTC [Subverse #bot-commands]  

!agree

2018-10-15 00:40:54 UTC [Subverse #bot-commands]  

!gamer

2018-10-25 02:17:53 UTC [Subverse #dank-memes-only]  

I know this is late, but the syntax highlighting is three ticks \`\`\` and then the language you want to highlight

2018-10-25 02:18:15 UTC [Subverse #dank-memes-only]  

So for example, if I wanted to do C, I'd do \`\`\`C

2018-10-25 02:18:29 UTC [Subverse #dank-memes-only]  

Then put the code on lines below, then close it off with three ticks

2018-10-25 02:18:53 UTC [Subverse #dank-memes-only]  

```C
for(int i = 0; i < 100; ++i){}
```

2018-10-25 02:18:59 UTC [Subverse #dank-memes-only]  

You're welcome noobs

2018-10-25 02:20:28 UTC [Subverse #dank-memes-only]  

The only languages I use it for are C/Java/Rust

2018-10-25 02:20:34 UTC [Subverse #dank-memes-only]  

I know it also does CSS

2018-10-25 02:20:48 UTC [Subverse #dank-memes-only]  

They might have a list of supported languages somewhere

2018-10-25 02:21:57 UTC [Subverse #dank-memes-only]  

Brainfuck is about as useful as assembly for making anything other than pet programs

2018-10-25 02:22:20 UTC [Subverse #dank-memes-only]  

If you want a challenging or low-level language, use a macro assembler or C

2018-10-25 02:23:22 UTC [Subverse #dank-memes-only]  

I'm almost certain most brainfuck interpreters/compilers don't have SIMD or Vector optimizations

2018-10-25 02:24:03 UTC [Subverse #dank-memes-only]  

I suppose you could, but when it comes down to it, it's all assembly anyways

2018-10-25 02:24:24 UTC [Subverse #dank-memes-only]  

So you might as well just cut out the middle man and just program in x86 or x86_64 assembly

2018-10-25 02:25:13 UTC [Subverse #dank-memes-only]  

Is that a hello world?

2018-10-25 02:25:38 UTC [Subverse #dank-memes-only]  

I think it is

2018-10-25 02:25:55 UTC [Subverse #dank-memes-only]  

I'm not too into it, but I know enough to do a hello world

2018-10-25 02:26:23 UTC [Subverse #dank-memes-only]  

Ok this is epic

2018-10-25 02:27:40 UTC [Subverse #dank-memes-only]  

Maybe when the apocalypse comes and I have literally all the time in the world to program something

2018-10-25 02:27:58 UTC [Subverse #dank-memes-only]  

I'll stick to Rust for everything for now, and assembly as needed

2018-10-25 02:30:06 UTC [Subverse #dank-memes-only]  

uwu no thanks, too long of a hello world

2018-10-25 02:30:35 UTC [Subverse #dank-memes-only]  

```Rust
fn main() {
println!("Hello, world!");
}
```

2018-10-25 02:30:48 UTC [Subverse #dank-memes-only]  

Rust's hello world is pretty small in comparison

2018-11-04 00:19:30 UTC [Subverse #general]  

The way I see it is that you can only take off so many layers of clothing when it's hot

2018-11-04 00:20:02 UTC [Subverse #general]  

Lived in Minnesota my whole life, and I suppose it can get a bit hot here, but the winters are worth it

2018-11-12 04:32:51 UTC [Subverse #dank-memes-only]  

https://cdn.discordapp.com/attachments/463059337162653716/511397944860082206/TRIGGERED.mp4

2018-11-15 16:33:18 UTC [Subverse #general]  

<:NPC:500042527231967262>

31 total messages. Viewing 100 per page.
Page 1/1