English translation(5)
-
SpaceX renames its under-development rocket 'BFR' to 'Starship'
On November 21, the CEO of Space X, Elon Musk, announced that they are going to change the name of 'BFR' to 'Starship' on his Twitter. And also, he added that they don't have any plan to upgrade Falcon 9 second stage, but they will accelerating 'BFR' instead.In that process, SpaceX's most powerful rocket, 'Big Falcon Rocket (BFR)', has a big change and it is related to renaming. The 'BFB', propu..
2018.11.23 -
Intel is giving up to develop on its smart glasses called Vaunt.
Intel has confirmed to shut down the 'New Devices Group (NDG)' which includes the Vaunt smart glasses project that I already posted on my blog earlier this year.Reference (kor) : [정보\뉴스\이슈] - 더이상 창피해 하지 않아도 된다! 진짜 안경같은 스마트 안경, 인텔의 '반트' "Intel is continuously working on new technologies and experiences. Not all of these develop into a product we choose to take to market. The Superlight [the coden..
2018.10.30 -
[Unity] Declaring multidimensional arrays in Unity C#
When developing with Unity, you may have to use multidimensional arrays.Unity uses the C# language when coding some script, so you can use [, ] like a regular multidimensional array, but we can't use this way in the Inspector window. This is typically a one-dimensional array that can be represented in Inspector window. If you declare a variable with the same array as above,One-dimensional array ..
2018.08.29 -
How to make solar cellular cell phone charger
Hello everyone, I am Nitro and welcome to the tutorial of make solar cellular cell phone charger. In this tutorial, we are going to learn how to solar panel works, and make a cell phone charger with solar panels.If you want to see the Korean post, please visits here.Here is the final resultIt just looks like this, about A4 paper size.It supports 5V and 600mA. Although it has a low output, maybe ..
2018.08.19 -
[Python]Live object detection with webcam using Tensorflow API
Hello everyone, my name is Nitro and welcome to Tensorflow object detection tutorial.In this tutorial, we are going to make live object detection through webcam with Tensorflow API. And it is my first time to translate my post into English, so I hope you guys can understand and follow well. If you want to see Korean post, then please visit here. Actually, all of the source code is already on Git..
2018.07.13