Luggage rack to fold out quadcopter How many good ideas lost because of bad money and bad people in production lines? How many good ideas because someone different wasn’t allowed a voice at the table? A gay man, a middle eastern woman, the guy nobody paid attention to in Russia, the enuich, the list goes on andContinue reading “Engine that turns a car into a helicopter”
Author Archives: techinfodebug
Fair++ PA
자비도 예외도 없는 제도는 억압으로 이어진다. 억압적인 시스템은 공정하지 않습니다. 너무 많은 예외가 있는 시스템은 무너지고 모두에 대한 자비가 줄어듭니다. 예외가 있는 시스템이 공정하다는 생각은 모순됩니다. 시스템은 대중을 달래기 위해 공정하다고 주장합니다. “진정으로 정의로운 사람보다 무서운 것은 없습니다.” 잔액이 있는 시스템은 이를 설명해야 합니다. 한 무리의 사람들은 예외가 소수에게 주어진다는 것을 깨닫게 될 것입니다. 시스템이Continue reading “Fair++ PA”
Daily Prayer List
매일의 기도 목록 Daily prayer list 세계 지도자 World leaders 경찰과 최초 대응자 Police and first responders 군대 Military 설교자와 사제 Preachers and Priests 의사들 Doctors 법률 시스템 Legal system 교사 Teachers 선교사 Missionaries 고아 Orphans 연세가 드신 Elderly 과부 Widows 잊혀진 Forgotten 모든 사람들 All people 신이 독재자와 폭군에게 평화와 사랑을 주기를 May GodContinue reading “Daily Prayer List”
UDP Client and Server
This will hopefully be the first post of several on different network connections. User Datagram Protocol (UDP) is defined by a Request for Comments (RFC) RFC 768. The purpose of this protocol is sending data across a network. Sending data across a network is like sending a letter in the mail. It requires an addressContinue reading “UDP Client and Server”
Red Tape in Programming
This is a bit of a tangent from my previous posts. I would like to note red tape, political processes, excessive concern with details, and reinventing processes to prevent others from being tricked into wasting time. In programming and development people can be very particular. Like artists developers sometimes think in the abstract and findContinue reading “Red Tape in Programming”
Symmetric Encryption
Encryption allows us to change information from a readable form to an undecipherable form. The reason we change the data is so that those that listen in on the information will not be able to understand or use its contents unless they have a key. Think if it like a safe with documents inside, withoutContinue reading “Symmetric Encryption”
A Primer on Programming Languages
There are many different programming languages that are built for many different systems. Some programming languages are low level meaning they don’t have a high level of abstraction between the hardware and the language. Assembly Language An example of this assembly language. Assembly language uses basic operations that the hardware knows how to compute. TheContinue reading “A Primer on Programming Languages”
Introduction to Encoding and Decoding
What is a code? A code is a way to represent information in a different way than its original presentation. The different representation can be used to make it so only those that know how to decode the message can understand the information. A code also can be changing the way information is presented toContinue reading “Introduction to Encoding and Decoding”
Introduction to Computer Programming
Many articles have been provided for me to read over the years that have helped me learn more about development. This will be an attempt to help the community learn more about computers and how to program. This is not an attempt to replace any other articles already written on how to program. I haveContinue reading “Introduction to Computer Programming”
Portfolio and Useful Information
I would like to provide a portfolio of projects to showcase my work to potential employers and help others that might be interested in working on technology learn more as well. This will hopefully be a site where others can learn about technology without being offended. I say hopefully because like all human beings IContinue reading “Portfolio and Useful Information”