Skip to content
View coder-lescob's full-sized avatar
🦖
C dinosaur
🦖
C dinosaur

Block or report coder-lescob

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
coder-lescob/README.md

Hi there

I'm a young C dinosaur (the youngest there ever been with 16 years of age!). I love C and low level programming. From time to time I may do a python project or even program in rust. I like simulations, games, compilers, parsers, low level experiments in assembly, syscalls to poll keyboard without libraries... Other ideas on my idea stack, which is on the verge of overflowing, include a game using a max of pointers, a game were I use derivatives a maximum to drive a character like the dino game but in a mountain or a game where you are exploring an infinite underwater world, seeing fish, exploring, analyzing...

I'm currently programming in C on the numworks calculator and I have way too much fun (tipe: if you want to have large textures use external data instead of the stack since it is too small for the job!). see there my game!

I love math especially calculus and linear algebra. I found the formula of the orthogonal projection of a point on a line by myself as well as used the law of large number to compute the area of a circle thus also pi (I know be heart: $\pi = 3.141592658...$) and discovered infinite sums with square roots as well as soving very simple differential equations (e.g. $$\frac{d^2y}{dx^2}=c$$).

I'm not a fan of ai programming since I'm too young to hate programming, not old enough to be lazy and I love programming way too much! I'm not a fan of javascript.

Pinned Loading

  1. Forge-The-steel-compiler Forge-The-steel-compiler Public

    The version 0.2.0 of forge - the steel compiler

    C

  2. calculator-maze calculator-maze Public

    C

  3. square roots and infinite sums square roots and infinite sums
    1
    # Square roots and infinite sum
    2
    
                  
    3
    If you've studuied a bit math you know that you can define an infinit sum as a limit as the number of iterations aproaches infinity. Today I want to present how someone might discover it by asking the right question and it does not need a very high math level.
    4
    
                  
    5
    ## The idea
  4. What do I think of ai in programming What do I think of ai in programming
    1
    # What do I think of ai in programming
    2
    
                  
    3
    For me, why on earth? I think that honestly ai generated code is pointless and does not make you apraciate the beautiful math and technics used to solve a problem. However I think that it is very good to point out some implementations errors that you didn't saw (plus intead of minus) however they may be easy to spot if you know where to look. but I don't think that young devs should use it at all because they need to learn how to not end up with slope before.
    4
    
                  
    5
    ## For speed?