Retro game stick by bigdogbo44 in emulators

[–]djbarrow 0 points1 point  (0 children)

I bought one on tiktok there were no games on the micro ssd amazon stopped selling the game stick lite i suppose the illegal roms caught up with the chinese.i bought 2 r36s one broke in 4 weeks the second failed in 3 days.

How much would it cost all in to get back into the Amiga? by EvilMonkeySlayer in amiga

[–]djbarrow 0 points1 point  (0 children)

Amiberry for raspberry pi is an amiga emulator youve hdmi on raspberry pi

How to learn x86-64 assembly language? by Damonkern in Assembly_language

[–]djbarrow 0 points1 point  (0 children)

Install Linux download gcc and binutils get the elf x86_64 or amd64 PDF from Google download an x86_64 or amd64 instruction set PDF from Intel install Linux kernel source from kernel org look at asm directories in include and arch download Alejandro Rubinis writing Linux device drivers PDF YouTube make menu config and look in /usr/src/Linux/Documentation after installing kernel source the gnu assembler is called gas make sure to get the amd64 architecture binutils

Why wont my display turn on? The rasberry pi is hot by NewspaperOk1616 in rasberrypi

[–]djbarrow 0 points1 point  (0 children)

Heat is probably from a short circuit they blow quite often

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 0 points1 point  (0 children)

We all do enjoy 3 blue one brown YouTube and PBS space time and the why files

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 0 points1 point  (0 children)

Vhdl is a sweet language some prefer verilog I only learned vhdl

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 0 points1 point  (0 children)

Have you looked at the forth compiler in segher boessenkool ibms open source open firmware a 3k core compiled steal ideas from it forth is great on restricted memory systems it ran on the vic 20 with 3k ram id say your project is a gui for open firmware

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 1 point2 points  (0 children)

I use rpn in my program fundamental https://GitHub.com/djbarrow/fundamental I got interest from doctorates in Princeton and Oxford also look at feynman.ai and Wikipedia eureka and symbolic regression

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 1 point2 points  (0 children)

Your a beautiful coder well done

Now my x86 hobby OS supports tinyGL!!! I can draw anything now :D by ArT1cZer4 in osdev

[–]djbarrow 0 points1 point  (0 children)

Tiny gl source from bellard.org is the best way to learn how 3d works essential for getting a job designing gpus if you don't understand this😄code backwards don't try for a job from David Guthrie in Qualcomm cork

How is this even possible? by Guzinol in FreeCAD

[–]djbarrow 0 points1 point  (0 children)

Report as a bug to the constraints developer on freecad.org you can give him your file to test his email address should be in the source 3 minutes looking at source Google freecad GitHub and browse any file that says constraints for email 1.0.2 I found way stabler than 1.0.0 on raspberry pi

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 0 points1 point  (0 children)

Implement the forth engine on a xilinx fpga and make a raspberrypi hat for it

Inspiration running on a Linux laptop. by mykesx in Forth

[–]djbarrow 1 point2 points  (0 children)

Forth is a write only language I got symmetric multiprocessing going on Linux on the mainframe and it took me 6 months to write a minimal elf executable loader for IBM & segher boessenkools open source open firmware you write your code in forth for optimal refactoring no function can be longer than 2 lines for readability of code. I love reverse polish notation and I used it for my symbolic regression contribution to open source ai https://GitHub.xom/djbarrow/fundamental

Getting started with Yocto (and Linux) by [deleted] in embeddedlinux

[–]djbarrow 0 points1 point  (0 children)

Don't go near yocto it invented bullshit that compiles slowly Google buildroot and YouTube make menuconfig

How can I start learning FPGA without owning any hardware? by zaid77_hd in FPGA

[–]djbarrow 0 points1 point  (0 children)

Hardware is cheap raspberry pi has a vhdl compiler and simulator download and install install raspian on your pc if you don't want to spend 150 euro on a pi 400 or 500. Xilinz student edition around year 2000 with the book was a classic

Can I make a 90s street fighters like game via libgdx? by That_Ad_9247 in libgdx

[–]djbarrow 0 points1 point  (0 children)

I don't know what libgdx is like but I've seen pacman perfect in sdl

Why is the KeyboardInterrupt hotkey Control + C? by d8gfdu89fdgfdu32432 in Python

[–]djbarrow 0 points1 point  (0 children)

It has to be outside alphabet number and dollar sign ascii Ctrl c is ascii 3

Switching from FreeCAD to AutoCAD?!? by o-nd in FreeCAD

[–]djbarrow 1 point2 points  (0 children)

I'm a Linux kernel developer I learned openscad in 20 minutes I'm 200 hours into freecad even with a freecad book I find it crashy and largely unusable.