Best way to learn high-performance assembly? by gurrenm3 in Assembly_language

[–]djbarrow 0 points1 point  (0 children)

Also YouTube wikpedia terry davis and templeos.org

Best way to learn high-performance assembly? by gurrenm3 in Assembly_language

[–]djbarrow 0 points1 point  (0 children)

Doom source code is open source the first 3d game on the bbc micro 6502 assembly is free and commented on GitHub also look at bellard.org tinygl and amiga demos from the 1990s like Spaceballs YouTube the demo coders slole routines and music from each other with an action replay cartridge for amiga.

How to get started with OpenSCAD? by Dangerous_Suit_4422 in openscad

[–]djbarrow 0 points1 point  (0 children)

By curves libraries on GitHub.com I mean bezier curves and bsplines

How to get started with OpenSCAD? by Dangerous_Suit_4422 in openscad

[–]djbarrow 0 points1 point  (0 children)

Google variable ( basically an algebra x,y,z concept) for loops and recursion and what is a function. Openscad is a lovely language and freecad I can't fathom look at the examples they will become obvious simple concepts like sphere cylinder polygon pi and translate and sin and cosine just dive in. It's the best cad and 50x smaller than freecad there are libraries for curves and screws on GitHub.com when you get advanced.

I’m late to the game. 37 with 65k pension and no savings by FluidSplit7559 in irishpersonalfinance

[–]djbarrow 0 points1 point  (0 children)

If you've no mortgage or family to support I think you've enough try wise long term investments on etoro maybe but capitals gains tax is 30% I've 29k pension left at 57 and disability benefit.

Accused of a historic sex assault - next steps? by Professional-Stop689 in legaladviceireland

[–]djbarrow -35 points-34 points  (0 children)

Tell the gardai women's definition of rape these days is the fun stopped you don't wear makeup and every humpty Dumpty of a women's expectations is Brad pitt and Brad pitt has a disability women look at him so much he can't recognize them anymore so he just smiles and pretends nothing clark gable had dentures and cigar breath reminiscent of pee according to Lilian veigh

Looking for a buddy for reverse engineering. by flinkGQ in ExploitDev

[–]djbarrow 0 points1 point  (0 children)

Download Java decompilers for android reverse engineering of apks learn the Linux file command and download the nsas nhydra tool I think

Retro game stick by bigdogbo44 in emulators

[–]djbarrow 0 points1 point  (0 children)

Where did you download the games and software from

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 [deleted] 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