hardkorebob

@hardkorebob@programming.dev

This profile is from a federated server and may be incomplete. View on remote instance

hardkorebob ,

No to Python, Go, Lisp and C to begin. In fact at this level you just need to get a feel for process. You need to start where u feel attracted to. You need to learn principles and not languages nor frameworks. Im surprised not one of the replies gives an accurate picture of what it entails to think like a computer. Computation is not an efficient brain like a humans. It was made to work with the hardware we invented long ago. You have to learn the rudimentary and boring repetition the machine HAS to do so it can appear as a real memorable entity. A practical suggestion is to go install Linux From Scratch. When you complete that journey you will have a taste of some principles. Then I also suggest to simply rewrite character for character kilo.c. Why? So you learn how much a pain and a workout it is to crunch at the keyboard. Learn by doing. Learn by breaking and briking. Go find a game u love with all ur being and reverse engineer it. Who cares what u know at the moment, the goal is the process not the result and besides nothing is ever finished, just get it done. One baby step at a time. Oh and dont ask any more questions. All of those have been asked, its our jobs to find the answer. Please take all this as a simple nudges. None is written with any ill will, trolling nor negativity. Take away the knowledge not the pressumed attitude behind my words. Forget the internet and just dive into it. Another way is to pay some pro to mentor you. Good luck with that since most persons are too busy and are elite. Whatever u want to learn has to be done in the spirit of neglect. You cant care too much about computation. It is just a process for making fragmented business. No one NEEDS software nor money. We all agree to play these nonsensical games. Have fun and be grateful for the process itself. Good journey to you friend! Its a weird one. Ive been at it for 35 years and Im still a newbie.

PS The internet is filled with info. Its your job to determine the knowledge and not the judgement on the worth of the person who posted it. Too much drama and toxicity because everyone at the top of the food chain is pushing that vibe. Everyone everywhere is complaining about our violent ways, how we write to each other online and how we are all being subhuman. Peace to all!

-ape

hardkorebob OP ,
Meta [
	Title:   {Fizz Buzz math "game"}
	Author:  "Kaj de Vos"
	Rights:  "Copyright (c) 2021,2022 Kaj de Vos"
	License: {
		PD/CC0
		http://creativecommons.org/publicdomain/zero/1.0/
	}
	Notes: {
		https://en.wikipedia.org/wiki/Fizz_buzz
		https://wiki.c2.com/?FizzBuzzTest
		https://www.rosettacode.org/wiki/FizzBuzz
	}
]

For counter 100 [                                   ; Count to 100
    Third?: unless modulo counter 3 [write "Fizz"]  ; Display "Fizz" every third count; remember whether we did

    Any [
        unless modulo counter 5 [write "Buzz"]      ; Display "Buzz" every fifth count
        third?                                      ; Remember earlier result
        write counter                               ; Display the number if not third or fifth
    ]
    Write " "                                       ; Separate the displayed items
]
Write new-line
hardkorebob OP ,

Yes my point doesnt need to be made. I deleted that.

hardkorebob , (edited )

Woeks well on:

OS: Fedora Linux 40 (Forty) x86_64 :: i3 Edition

Host: OptiPlex 9010

Kernel: 6.8.5-301.fc40.x86_64

CPU: Intel i7-3770S (8) @ 3.900GHz

GPU: AMD ATI Radeon RX 470/480/570/570X/580/580X/590

Memory: 1955MiB / 19862MiB

Runs Ghostrunner on Steam very well for old hardware.

Shimky: Shell/Python IDE made in pnk.lang ( youtu.be )

This code is a highly abstracted and unconventional script that appears to be for generating Python code using Bash shell script constructs within a shell scripting context, translating them into Python code generation. Here's a breakdown of what different parts of the script do:...

hardkorebob OP ,

I wanna make some cool stuff. I just need some other hackers like me. LOL

AllocPPx.pl -> A Perl script that preprocesses C with garbage collection! ( gist.github.com )

Automatic garbage collection in C is possible with libraries like libgc, but with allocppx.pl, you can just preprocess your file into generating heaps, and these heaps can be used for memory allocation. The type of GC is used, mark and sweep + reference counting. Every memory allocation MAY have a trace, and this trace can be...

hardkorebob ,

Man I C this Perl is so awesome! Thanks for this cool tool!

hardkorebob ,

Check out my DSL I made for Python in Shell. https://github.com/dislux-hapfyl/shimky
I checked out all your projects on GitHub. You are a Super Programmer for sure.

hardkorebob ,

I am a n00b so I really dont have fandom. I just learning and sharing. No offense taken.

hardkorebob ,

I learned so much from this! Its funny I have been working on shell stuff.

https://github.com/dislux-hapfyl/pynksh

hardkorebob , (edited )

Yes a DSL. And almost all of Python is hidden inside shell functions. I can make anything Python just writing in shell. I did make some high order functions for Tkinter so I can code faster and I used colors for quicker visual parsing and also removed worrying about indentation by classifying the function using capital letters and a tag for making the color block. Its simply me trying to write code more effectively. Abstracted away the boilerplate in a sense. Its dead simple really. I would love to tell you more.

hardkorebob ,

Key in anything. Faulty language is faulty everything from there on out.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines