• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. Raus

    Comment by 'Raus' in media '36th avatar'

    Lookin' spiffy!
  2. Raus

    Haha, I myself often push off games for long periods of times just for that blind LP. ^_^; I...

    Haha, I myself often push off games for long periods of times just for that blind LP. ^_^; I should really get into making a proper one though; I've often been gratuitously commented as being a very interesting player, so who knows.
  3. Raus

    @Bionicobot - I will materialize that. ;3

    @Bionicobot - I will materialize that. ;3
  4. Raus

    @Miccs - Oh, just a really cool peripheral because reasons because Surgeon Simulator. I've seen...

    @Miccs - Oh, just a really cool peripheral because reasons because Surgeon Simulator. I've seen someone do a sign language typer with a similar project, so there's quite a bit of great ideas to do with it!
  5. Raus

    The Nintendo Power Glove hack for one, remember?

    The Nintendo Power Glove hack for one, remember?
  6. Raus

    I received my two Arduino Micro's after a couple weeks. Had some fun setting up LED circuit and...

    I received my two Arduino Micro's after a couple weeks. Had some fun setting up LED circuit and other stuff, but I need to get a bunch of resistors so that I don't fry them. Still waiting for the IMU.
  7. Raus

    That's about right @Miccs.

    That's about right @Miccs.
  8. Raus

    ...You do realize Windows 10 is the last major version, right? That's why they skipped 9 to stop...

    ...You do realize Windows 10 is the last major version, right? That's why they skipped 9 to stop at 10. They're going to just apply indefinite updates to it.
  9. Raus

    When did Microsoft's attempts at being convinient ever didn't go wrong? :b

    When did Microsoft's attempts at being convinient ever didn't go wrong? :b
  10. Raus

    It is still possible, albiet with registry hacks.

    It is still possible, albiet with registry hacks.
  11. Raus

    Happy 3rd anniversary Polaris! May you, ah, lurk long and flourish...?

    Happy 3rd anniversary Polaris! May you, ah, lurk long and flourish...?
  12. Raus

    OS Development Log

    Please, Hiino, at this point none of us are getting anywhere if one or the other is missing the point of the other or one.
  13. Raus

    OS Development Log

    Take note: "...heavily based off of recursiveness." I never said that it was unique to Clojure. I can assure you that I don't throw around buzzwords for any personal gain. Words that I use are words I understand and are part of my usual vocabulary.
  14. Raus

    OS Development Log

    I am fully aware Clojure is based off of Lisp, and that it is a functional language and isn't ultimately recursive, but you can not dismiss that it is heavily based off of recursiveness. (Recursive- based for loops, lazy sequences, etc.) I am a competent developer, I understand basic concepts...
  15. Raus

    What's Your Favourite Programming Language?

    Dart for the web isn't fully dead...they just decided to make it compile to Javascript. >_> (because also screw fixing fundamental problems) That said, there isn't anything stopping from replacing JavaScript with Dart. Dart apps will still compile into its native code alongside JS. EDIT~ I...
  16. Raus

    OS Development Log

    Don't shoot the messenger! I wasn't telling you what to do, just bringing up things you should be aware of.
  17. Raus

    What's Your Favourite Programming Language?

    No worries, I was being serious about it. I discovered it when I was reading up on why Android apps are limited to 60 FPS. Dart on Android is called 'Sky' (because screw sensible naming schemes) by the way.
  18. Raus

    OS Development Log

    It is, and it isn't a joke or a though lt experimemt but a fully working language. I may be wrong, but I think it was called Clojure.
  19. Raus

    What's Your Favourite Programming Language?

    Highly unlikely; Google is going to move over to using Dart. In fact, it's going to replace Java and JavaScript in a two-pronged attack, ridding us of those abominations in a single package!
  20. Raus

    OS Development Log

    There's also recursive languages, but I forgot the name of one a friend had used..
  21. Raus

    What's Your Favourite Programming Language?

    I enjoy using GML, it works fantastically for my (current) needs and ports incredibly well. I have had tried to use other languages (C++), but finding references is convoluted and a messed up jumble; even after I learn how to use a function, the information often/sometimes barely matches up...
  22. Raus

    OS Development Log

    To be frank, it's irrelevent whether it was or wasn't oversimplified. It's still extremely hard. I must've missed where that was mentioned. With that in mind, he should learn the logicality of programming first before doing things of grand proportion. I realize that, it's still not a good idea...
  23. Raus

    The contrasting black-and-white is what was meant, from Undertale's battle-scenes.

    The contrasting black-and-white is what was meant, from Undertale's battle-scenes.
  24. Raus

    OS Development Log

    Web browsers is just about interpreting HTML efficiently and correctly. And compilers is simply interpreting your custom language into Assembly. While neither are easier tasks (In a gist), they are child's play to an OS. Of course there are lower steps that can be taken, I just didn't cover them.
  25. Raus

    OS Development Log

    It's going to be a heck of a lot of work. It's more than just knowing C++ and Assembly. (You need to know C, not C++) You need to know the computer at a /very/ low level. Which board, hardware, and architecture? 32 bit or 64 bit? How will you map the memory? How will you manage the memory...
Back
Top