Jump to content

khaled

Senior Members
  • Posts

    594
  • Joined

  • Last visited

Everything posted by khaled

  1. This might be interesting, someone was doing a long research in quantum theory, he modeled reality, which is 4-dim, as a complex 3-dim manifold .. he removed the "time" dimension, but in a confusing way, he made "time" quantum, a super-position in the field, considering a time-clock unit, a uniform fractal to model time state, and considering time in more than one direction .. I couldn't understand how "time" will be interpreted anyway ...
  2. There are 3 main approaches to this: 1. The software limit any plug-in from the inside using it constrained regulations of use, this depends on how you program the plug-in manager ... 2. The software has a plug-in container thread, which is programmed, contain any plug-in, and limits it use, and it has low priority inside the system ! 3. you sand-box the whole OS, including all ports, ..etc
  3. There are nothing called .Net languages, there are server dynamic pages programming languages, which are the current web development use, those languages are ASP.NET (Microsoft), JSP (Java\Oracle), PHP (Open-Source) ... There are programming languages for Logic (AI), such as Lisp and Prolog See: Wikipedia: List of Programming Languages for AI
  4. So, basically .. you are making the "time" probabilistic\quantum, but there are some issues about your paper: - your paper is too long (44 pages), that it's only for explaining one idea - your paper explains everything you based your work over, by all details, you don't have to explain Fibonacci Series, just show the formulas and explain the relevance - try neural\astral\subjective projection to explain to other people your idea What I think is that to make time quantum, you have to model time as a probabilistic manifold, which is not an easy thing to think about .. now to model this using fractals, that assumes that you have to find a uniform fractal for time, the idea of using clock-wise & counter-clock-wise was not defined precisely, they remind me of Sine & Cosine anyway ... good luck,
  5. im not good in physics, but what I this is that in classical physics we imagine reality as space of forces, but in quantum physics, every point of potential, has probabilistic forces ...
  6. Let me give you a clear example: You are sitting inside a room, now .. you are looking at the room, What you see is an image of what is in the room The room, including all objects within, including you too, is a 3D\4D Graphics, So, the difference between Graphics and Images, are like difference between Reality and Snapshot.
  7. I meant that they interpret observations we observed, but did we observe the big bang for example ...
  8. The theoretical physicist dr. Kaku have mentioned 4 things that travel faster than light, check this: Link
  9. [math]Mode \; = \; L + ( \frac{ (f_m - f_1) }{ (f_m - f_1) + (f_m - f_2) } \times h )[/math] See: Wikipedia: Derivative
  10. Simple .. you ask one to ask his friend About the wrong answer .. in any order, it'll be a lie .. it's most similar to Logic Gates. Trying to identify the liar among them is also easy, after knowing the "truth", you simply ask one of them.
  11. I'm not good at physics anyway, but, I think that the theories about the universe and its expanding, those kind of theories were not made because we saw the expand, ..etc. Because all of that is impossible for us to notice in the general form .. so instead of going from observations, they went from astrology basics, observations around the earth ...
  12. you can then call it "Random Genetic Programming", since the genetic evolution process is fully random
  13. first .. the expansion is the step of moving from one solution to another, one program to another second, are you aware that you are not really doing genetic programming, you only do "random mutation optimization", because genetic programming is not random walks, or just mutations also, you have to be aware that all methods, including this, are used to find an approximated solution .. because N != NP
  14. 1. WOT is not a certification good enough for security, based its rating system can be manipulated by threats, unlike Certification Authorities such as enTrust, ..etc 2. a browser will no longer become safe, if you install an add-on/toolbar which is neither made by the browser dev team, nor certified by a formal authority 3. proxy application/services will make you anonymous to others, but not secured, because all of your data are migrated through a specific server, thus if you put critical data on that connection, you are exposed to danger ... -- you know that hackers can steal data from your system, without even reading it ...
  15. .. are there any more advanced topic ?
  16. I'm currently only a bachelor in computer science .. but, just like great scientists, I'm a scientist in more than one field, Logic, Computer Science, Artificial Intelligence, Psychology, Philosophy, Theoretical Computer Science, Theoretical Physics, and Mathematics -- and that's why I want to learn everything .. I've my whole life to this, I believe if I become good at all mathematics, I will be able to do researches in all of my fields in high level, knowing all kind of models I can utilize to solve a problem, or work a model ..etc ps. thanks uncool for the list, but I will need to see the complete list, of everything in math .. even complex topics such as super-manifolds, supersymmetry, ..etc
  17. I'm afraid it's not, you have to show your algorithms: - the algorithm to obtain an initial solution - the algorithm of the expansion - the algorithm of the mutation process - the algorithm for f(P): evaluating how optimal is program P
  18. I'm not really good at neural networks, but you have to specify, since there are many types of neural networks ... I'll draw you my idea, and you can think of it, good luck,
  19. I agree with StringJunky, and add .. Chrome is not good for safe browsing, given it's developed by Google itself ... I suggest using Firefox, under Linux ...
  20. You can ask -- Who are programmers that had huge impact on computer systems ? To me, I think of Linus (Linux inventor)
  21. using XML files is to use structural informations offline, but online use require that you put all those data on the database, and do SQL queries to do search ... in HTML 5, there is <video> tag that allow you to stream a video .. for something more advanced, you have to program that using Flash, ..etc
  22. Unix-based Systems are secure by default .. I suggest Ubuntu for a regular use, and Fedora (Red Hat) for server development use In Ubuntu, you will find in the menu, Ubuntu Software Center .. which is where you can find an application you need, and if you choose one it will download & install automatically, sometimes you are asked for configurations, or authorization ... Important tips for secure system: - make a non-readable password, 8+ characters, mixed (at least 1 number, 1 lower-case, 1 upper-case) - don't write down your password on a paper or on your system (this is worse) - when making backup or sending a critical data online, or even through any medium, use encryption - don't leave your computer open, and leave .. close your computer, and when you return open it good luck,
  23. Globalization is the use of shared data among several units at some level .. while Localization means using private data locally, C++ int X = 1 ; // global void function () { int X = 2 ; // local ::X = X ; // export data to global variable } void f2 () { printf("%d", X); // this will print ' 2 ' }
  24. If you work on a Unix-based OS, they need the root privileges, nothing less ... and If you are working on Windows, make sure you have a Security System, not just an anti-virus !
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.