Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: February 7, 2025, 7:52 am

Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programming the Human Mind:
#10
RE: Programming the Human Mind:
(November 21, 2015 at 4:41 am)Thumpalumpacus Wrote:
(November 17, 2015 at 12:58 pm)Mathilda Wrote: I program my own mind using C■■■■♤♡●■■○♡^&%"$546654:/&*£€÷×●♢■♤♡♤♢♧《《•《■○⊙☆▪○▪▪▪▪▪♤■[♡¡《•°⊙□○♤♧[《¤¿°

Segmentation fault.

I don't get it, but I still laughed.

Smile

In case you're geeky enough to be interested, when programming in C (and also C++) there is very common problem that can occur when strings of human readable characters are not terminated with a null character. When this happens the code will read the string and then continue on reading the rest of the data in memory. If you print out non terminated strings you typically get loads of weird characters at the end. When your program starts accessing the protected memory of other programs then you get a segmentation fault on Unix / Linux systems.

Many, many systems have been hacked into by exploiting this bug and inserting new code into memory that can be executed.

If you try printing out binary characters such as machine code then it comes up as many different types of weird symbols. Luckily my tablet allowed me to type out those symbols because I'm not sure how to get them on a PC with a keyboard.
Reply



Messages In This Thread
Programming the Human Mind: - by Shining_Finger - November 15, 2015 at 12:47 am
RE: Programming the Human Mind: - by dyresand - November 17, 2015 at 12:28 pm
RE: Programming the Human Mind: - by I_am_not_mafia - November 17, 2015 at 12:58 pm
RE: Programming the Human Mind: - by Thumpalumpacus - November 21, 2015 at 4:41 am
RE: Programming the Human Mind: - by I_am_not_mafia - November 21, 2015 at 6:47 am
RE: Programming the Human Mind: - by pgrimes15 - November 21, 2015 at 6:05 am
RE: Programming the Human Mind: - by bennyboy - November 20, 2015 at 9:40 pm
RE: Programming the Human Mind: - by I_am_not_mafia - November 21, 2015 at 6:34 am
RE: Programming the Human Mind: - by Darkstar - November 21, 2015 at 3:55 am
RE: Programming the Human Mind: - by I_am_not_mafia - November 21, 2015 at 6:58 am
RE: Programming the Human Mind: - by bennyboy - November 21, 2015 at 7:08 pm
RE: Programming the Human Mind: - by Longhorn - November 21, 2015 at 6:40 am
RE: Programming the Human Mind: - by I_am_not_mafia - November 21, 2015 at 7:53 pm
RE: Programming the Human Mind: - by bennyboy - November 21, 2015 at 8:04 pm
RE: Programming the Human Mind: - by I_am_not_mafia - November 24, 2015 at 5:10 am
RE: Programming the Human Mind: - by bennyboy - November 24, 2015 at 10:31 am
RE: Programming the Human Mind: - by I_am_not_mafia - November 24, 2015 at 11:45 am
RE: Programming the Human Mind: - by bennyboy - November 24, 2015 at 2:35 pm
RE: Programming the Human Mind: - by I_am_not_mafia - November 24, 2015 at 2:55 pm
RE: Programming the Human Mind: - by bennyboy - November 24, 2015 at 7:56 pm
RE: Programming the Human Mind: - by mr_j936 - November 24, 2015 at 4:16 am
RE: Programming the Human Mind: - by I_am_not_mafia - November 24, 2015 at 5:51 am

Possibly Related Threads...
Thread Author Replies Views Last Post
  Here's a simple programming problem for you to solve ErGingerbreadMandude 44 6797 April 28, 2016 at 10:02 am
Last Post: ErGingerbreadMandude
  Programming Language Swift Poll Shining_Finger 24 5228 December 2, 2015 at 7:21 pm
Last Post: bennyboy
  Programming Question Shining_Finger 8 1659 December 2, 2015 at 5:30 pm
Last Post: Tiberius
  Anyone into Android programming? emjay 97 22085 September 20, 2015 at 6:50 am
Last Post: bennyboy
  Advice Sought for Web Programming AFTT47 13 3935 April 4, 2015 at 10:41 pm
Last Post: bennyboy



Users browsing this thread: 10 Guest(s)