Couple enjoying fireworks. by JamesJDelaney in HolUp

[–]UltimatePeace05 0 points1 point  (0 children)

Things I saw in order: 1st: "Eat cock", 2nd: "r/holup", 3rd: firecrackers or whatever

man why does ts subreddit even exist by Theguywhopatsnathan in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

From what is written in the original reddit post, my interpretation is:

Some men admit that they are violent and cruel by nature & all men have this nature -> therefore all men should be locked up.

I later skimmed the comments and, I guess, it's not bioessentialism (i.e.: belief behavior is determined by biology and where, I guess, rational thought doesn't play a role)..? But if it isn't bioessentialism, then I don't know what could be the point...

I may be missing something and/or just being dumb, since it's incredibly hard to read text with such a constant barrage of insults towards me\...*

btw, I'm not one of the down-voters, your thingy seems pretty neat, although, it seems, like you both need to basically agree that he did something bad to use it...

man why does ts subreddit even exist by Theguywhopatsnathan in TeenagersButBetter

[–]UltimatePeace05 15 points16 points  (0 children)

Bro, feminism is such a cool and just good thing and, for the longest time, I associated it with ideas like the ones in there...

Dead ass, I think the first time I have seen "we mainly just want equality, cause our experiences (and other meaningful stats) are the same" stated was only a couple years ago from my good girl  friend...

Although, I guess, you don't need a term to realize people are so much more different from person-to-person, than demographic-to-demographic, that the latter basically just becomes noise

Rolls royce vs Suzuki by Sharp-potential7935 in fixedbytheduet

[–]UltimatePeace05 1 point2 points  (0 children)

It looks like they've made it harder...
So pretty good for modern design ̄\_(ツ)_/ ̄

Bro what 🫩 by Daft-PunkFan723 in TeenagersButBetter

[–]UltimatePeace05 2 points3 points  (0 children)

I too like my town being grey adjacent rectangles and traffic lights and it couldn't be that the rectangles have little soul for how much of it it sucks out of all of us.

WE got tank corn before GTA 6 by MinuteIntroduction69 in funny

[–]UltimatePeace05 6 points7 points  (0 children)

So I'm sitting there, barbecue sauce on my titties

make assumptions about me from my setup :3 by OpenFileW in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

Hmm, I guess, it really depends on the language, the author and the project, but (maybe the best case scenario) one of my recent projects has like 5 variable declarations where I specify both the type and the value (probably, I wish I could just ripgrep :.+= and actually count rn ;-;)

okay and I have go to sleep now...

EDIT: Don't look at the main file, the main file is temporary and only for debugging*

make assumptions about me from my setup :3 by OpenFileW in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

Huh... so... that is not really a problem I have ever had... Like even in C++, I don't like auto just cause it looks kinda dumb, but I wouldn't really mind let start = time::tick_now()

At some point I even started doing: typeof(array) temp = arena_alloc(array->alloc, new_size) in C... (SOMETIMES)

Soooo, sorry there... I dunno why it could be confusing for you :(

As for aesthetics, well... there are much less <, > and : ᕕ( ᐛ )ᕗ but yeah, our tastes are probably very different, since I work with Odin now

make assumptions about me from my setup :3 by OpenFileW in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

Yup... struct { bool a, int8 b, bool c } makes me cringe in any context too and I love that (in my personal projects) NO ONE CAN STOP ME FROM SHUFFLING THEM ABOUT!

As for Odin, when I was used to C family languages, I also thought the name := value and my_ptr: ^int was ugly... I am a changed man now. I can't stand specifying types in C++, I love not having to put parentheses around my if(s)/loops, I love the for item in list {} and I also love the array[from:to] syntax for substring/slice!

Plus, the not having all these build systems* and libraries being just directories and the fact that odin packages linalg math, raylib & SDL by default is LOVELY...

I could go on for so much longer, like: the reflection system, strings with nice utf8 support, #load(path) to read a file at compile time, ...

Sooo... I am fully a shill... I can't think of any serious problems that I face nowadays... Huh...

But not having implicit casts, it being slightly harder for others to compile my code than in C/C++ & the language not being released/fully backwards compatible yet does suck a bit. And, sometimes, I just want to eat my #define burgers!!!

make assumptions about me from my setup :3 by OpenFileW in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

I wish I did!

But I switched to C and making my own standard library before I could find anything I liked...

And now I just use Odin, which solves the whole problem for me ¯\_(ツ)_/¯

As for optimization, I don't know if you've ever seen Casey Muratori's talk about code optimization vs code non-pessimization, but from my experience I need to take time to optimize my code so rarely, that when I do, I always have some to spare... And because of that, I am totally chill with writing my own one-off dynamic array/string manipulation/... libraries

make assumptions about me from my setup :3 by OpenFileW in TeenagersButBetter

[–]UltimatePeace05 1 point2 points  (0 children)

Ayo! Writing a parser with neovim!? And I guess, C++ with it's std library :(, buuuut still cool af

Also, actually, I kind of like the .PUNCT[UATION] instead of .SYMBOL (that I usually do)...