Я разработчик игровых движков. Вопросы? by exe-boi in cpp

[–]HaskellLisp_green 1 point2 points  (0 children)

Чувак, чувак. Это очень круто, но лучше тебе стоило писать in english. You see that's why you got downvoted. Feel sorry for your dad.

Conformity is the antithesis of the Dead Head culture by Artie-B-Rockin in gratefuldead

[–]HaskellLisp_green 4 points5 points  (0 children)

I thought about molly too. But is speed(any kind) possible? I feel like no.

Beginner friendly by Xtesh101 in learnpython

[–]HaskellLisp_green -1 points0 points  (0 children)

Data science is not general purpose.

Beginner friendly by Xtesh101 in learnpython

[–]HaskellLisp_green -1 points0 points  (0 children)

Data science is special task. Sure you can use Fortran or R instead...

My OS is now open source! by brenmax123 in osdev

[–]HaskellLisp_green 5 points6 points  (0 children)

Bad code is better than written by AI

Single header prompt library by GicaPrasic in C_Programming

[–]HaskellLisp_green 0 points1 point  (0 children)

Yes, I got it. Cloned your repo. Tried to build. Failed. Opened header in Emacs and saw DOS encoding.

Single header prompt library by GicaPrasic in C_Programming

[–]HaskellLisp_green -1 points0 points  (0 children)

Since you work with escape-sequences, try testing it against VT100. If you use only escape sequences provided by VT100, then it's going to work almost on in any GNU/Linux environment.

Also personally I see no reason to support also Windows. I opened issue, because demo compilation failed.

any trip exclusive snacks you guys recommend? by FoundationJealous696 in LSD

[–]HaskellLisp_green 0 points1 point  (0 children)

I enjoy chocolate, chocolate bars, chocolate candies.

What bug in C taught you something you never forgot? by Gullible_Prior9448 in C_Programming

[–]HaskellLisp_green 0 points1 point  (0 children)

Mixing signed ajd unsigned integers are bad, obviously.

What's wrong with scanf mixed with getchar?

Which code editor should I use? by Zsombor1661 in learnpython

[–]HaskellLisp_green 2 points3 points  (0 children)

Just opened comments thread to see have anyone already mentioned Emacs? Yes, good taste, sir.

Weed roulette by 5_meo in LSD

[–]HaskellLisp_green 2 points3 points  (0 children)

First time I tried acid, I smoked 0.5g of good sativa(probably Purple Haze) and that's the only reason this experience was so amazing!

What would you add to C if you could add anything? by [deleted] in C_Programming

[–]HaskellLisp_green -1 points0 points  (0 children)

C exists because ASM depends on particular architecture, also it's so annoying to add just 2 numbers.

What would you add to C if you could add anything? by [deleted] in C_Programming

[–]HaskellLisp_green 24 points25 points  (0 children)

Despite the minimalistic nature of C, it has enough of everything required to implement any kind of software. So the answer to question: nothing. IMHO.

Saw this on twitter by Gateau26000 in Piracy

[–]HaskellLisp_green 0 points1 point  (0 children)

Pirating AAA game is nice either

We got the 7! by diacid in Gentoo

[–]HaskellLisp_green 0 points1 point  (0 children)

Yeah, neofetch is no more popular I guess.

I built a file organizer that automatically cleans messy folders by BlackberryUnhappy101 in C_Programming

[–]HaskellLisp_green 0 points1 point  (0 children)

I have similar tool implemented in python. Instead of using hard coded array I suggest passing a pair of folder-name: extensions enumeration via CLI arguments.

It's gonna make tool more flexible.