Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. JosiahMaybe

    Where to learn ARM Assembly language?

    https://azeria-labs.com/writing-arm-assembly-part-1/ https://www.coranac.com/tonc/text/asm.htm https://simplifycpp.org/?id=a0431 I am finding more, not sure what to do now but finding some. X E.
  2. JosiahMaybe

    Both spinning (rotating) and moving an image from side to side

    Keyframes, transitions, and transformations probably. Would you like more documentation? X E.
  3. JosiahMaybe

    Where to learn ARM Assembly language?

    It looks like everyone does x86-x64, so I may make an OS for mobile but I am having trouble finding resources how to do it. Sure I could learn from Android-OSP or open source Linux mobile but I don't want another Android ROM or Linux. I tried developer.arm.com, UEL is ARM assembly. Just unsure...
  4. JosiahMaybe

    package not valid

    I think we need more information, can you provide a code link or anything more?
  5. JosiahMaybe

    What do you like in an operating system?

    Nice stuff, compression or simply building it to take up as little as needed to start with. Other than that, yeah, good stuff. Also, everything special or possibly hard to understand is an option and can be turned off. Like 3+ dimensional stuff, people could have trouble with 3d let alone 100d...
  6. JosiahMaybe

    What do you like in an operating system?

    Well this is amazing and I am unsure if things can be used this way but still, nice things to try. There is also Artificial Intelligence Processing Units now, any idea where those fit into that? X E.
  7. JosiahMaybe

    What do you like in an operating system?

    If you could have anything in an operating system, what would you want? I am planning for an operating system I might actually make. To start this, I might like 3+ dimensional desktop navigation or weird space desktop navigation or both, fully clonable to another computer/drive including old...
  8. JosiahMaybe

    ITS FRIDAY FRIDAY, GOT TO GET DOWN ON FRIDAY

    Sorry, mostly me. X E.
  9. JosiahMaybe

    General advice on how to make an OS?

    I am looking at how to build an operating system, probably with Rust and assembly. To make this short, all are lead by woke librals or communists except some game console systems. I just want to know about what I need to do to make this thing. I don't want a Linux or *BSD kernel and others are...
  10. JosiahMaybe

    PHP How to include PHP but not HTML?

    I found $_SERVER['PHP_SELF'] works for this, if it is /stats/hits.php then output NOINDEX tag, otherwise, just increment hit count. Solved. X E.
  11. JosiahMaybe

    PHP How to include PHP but not HTML?

    I have a PHP page views counter that I recently added a NOINDEX tag to in its head, now all files that include it by reference to file are NOINDEX according to crawlers, what should I do? Is there a way to tell if a PHP file is included or main thing so my PHP can output that tag maybe?
  12. JosiahMaybe

    ITS FRIDAY FRIDAY, GOT TO GET DOWN ON FRIDAY

    I looked at that PDF, no NDA needed but it basically has nothing anyway and original developer does not want to be contacted but I can use Defold. X E.
  13. JosiahMaybe

    Game dev, what should I use for everything?

    I think I will just use Defold for game consoles, Lua only. X E.
  14. JosiahMaybe

    Is it worth using package managers and repos for this open source?

    Hello, I have StinomXE, my website gets like 5,000 page views a month total and is not very web searchable, mostly direct traffic, I am thinking of making for package managers what I should, one for Swift, one for Rust, one for Go, and maybe some Codeberg repos. At least those 3 mentioned...
  15. JosiahMaybe

    ITS FRIDAY FRIDAY, GOT TO GET DOWN ON FRIDAY

    View: https://x.com/rustlang/status/988474536860553218 , View: https://x.com/Kane_rogers/status/1596315487113072640 , My sources, apparently that Rust paper from Chucklefish still exists and is with prev.rust-lang.org but it is almost certainly under NDAs, still unsure, not sharing until I know...
  16. JosiahMaybe

    ITS FRIDAY FRIDAY, GOT TO GET DOWN ON FRIDAY

    Me, not much, I have made plans for games, Plans, I have tracked down hackerfoo.com and just got a rejection from Chucklefish Ltd on Rust language for game consoles. Looks like hackerF00 might have a PlayStation 5 thing. Off to request from Rust foundation their official papers on it (they had...
  17. JosiahMaybe

    Ads in Rust desktop games, anything?

    Just wry and webbrowser crates and my own cookie saving stuff along with compliance, I can take at least Microsoft Ads now. X E.
  18. JosiahMaybe

    Game dev, what should I use for everything?

    Odd but true, I found something better for mobiles, SDL3 or SDL2 crates in Rust, all mobiles including Linux mobile (some has been tested before) and I can do ads on popular ones with wry and webbrowser. X E.
  19. JosiahMaybe

    Lets talk about Deepseek

    Of above I still like chatGPT. X E.
  20. JosiahMaybe

    Lets talk about Deepseek

    Honestly, this AI is mostly written in Python. I think once Rust gets working in AI it will blow this out of the water in performance. Less interpreted, more compiled please. X E.
Back
Top Bottom