₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,065 members, 8,420,129 topics. Date: Thursday, 04 June 2026 at 11:50 AM

Toggle theme

Petchu's Posts

Nairaland ForumPetchu's ProfilePetchu's Posts

1 (of 1 pages)

AgricultureSale Of Juvenile And Post Fingerlings Catfish In Lagos by Petchu(op): 8:44pm On Dec 04, 2021
Hello...if you need juveniles and postfingerling catfish to buy, I sell at affordable price. Location is Lagos State.
Phone number: 07039040305
AgricultureRe: CATFISH Whatsapp Sales Portal by Petchu(m): 6:12am On Sep 25, 2021
Please add me
07039040305
AgricultureWhich Catfish Breed Would You Rather Buy And Why? Hybrid, Clairas..etc by Petchu(op): 6:08am On Sep 25, 2021
Though I've been into catfish business since my secondary school (2006). But at the same time it baffles me how the market changes with choice of specific breed of fish especially when I've not got it. For instance currently, I've got 10,000 hybrid (1 week to get to fingerlings though) for sale and Clairas fingerlings (I can't even count) and someone called to tell me he wants hetero embarassed... So nairalanders and Nigeria, I ask, which particular breed do you guys buy, when do buy it and the reason for buying it. Please help me and other young fish farmers understand your needs by just stating in this order: the breed, time of the year(when) and then the reason for buying it at that time. Honestly the fluctuation is just too much. grin grin.
AgricultureRe: Catfish Needed In Large Quantity by Petchu(m): 7:28pm On Sep 14, 2021
Well...i have 2 to 2.5 kg....are you interested??
AgricultureRe: Smoked Catfish Availability by Petchu(m): 12:06am On Sep 14, 2021
Very well my dear
AgricultureExplained In Video: Simple Things To Start A Big Fish Farm Business In 2021/2022 by Petchu(op): 11:54pm On Sep 13, 2021
Good day prospective catfish farmers. I'm one of the youngest catfish farmers making it in Lagos. To save energy and time of typing I prepared a live video in my farm.
All the things you need to start your catfish farm business, the materials, the total capital has been explained live in this video.
Watch video on the link:
https://youtu.be/980YWO46U4I

You could also take a tour with me through my farm to see how big my fish farm is on the video link:
https://youtu.be/ZVE_PerKzMo
ProgrammingRe: You Want Quick Python AI Technique For Robot Vision/face Recognition? by Petchu(op): 7:51pm On Nov 26, 2020
Some PM ask why I say it is quick...
It is simply because you may go directly to using already trained models
ProgrammingRe: You Want Quick Python AI Technique For Robot Vision/face Recognition? by Petchu(op): 7:49pm On Nov 26, 2020
The link up there work for some guys and doesn't work for some...if it doesn't work for you try thishttps://youtu.be/fL_M_lCZqiM
ProgrammingRe: What Made You Pick Interest In Programming by Petchu(m): 2:04pm On Nov 26, 2020
Probably the fact that I wanted to be a programmer wink
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by Petchu(m): 2:00pm On Nov 26, 2020
Embedded systems programming:
I'm a hardware/software engineer. Most of my work has being around embedded systems.
In short when you here embedded systems think of robotics, automated hardware machines, single board computers all those digital electronic systems probably even down to your androids phones.
The fact with embedded systems is that it needs a language that communicates at high speed with the processor.
So my dear there is no two ways about it...follow these steps if you are going into embedded systems:
1: if you wanna give your machine the topmost speed go with ASSEMBLY LANGUAGE at the detriment of large volume of code of mnemonics. It is closer to the language the machine understands(1's and 0's)
2: if you wanna give your machine the best speed together with more human readable code go with C or C++ language. C++ is the OOP of C.
3: if you wanna give ur machine workable speed together with more English like syntax go with PYTHON. It doesn't compile down to machine language directly. It is interpreted then converted to byte code after which it can be frozen or compiled to (1 and 0)
This is just it!!! Take it or leave it
I'm a programmer in C/C++ and PYTHON
ProgrammingRe: Dear Python Programmer, How Do You Implement Interfaces, Abstract Classes by Petchu(m): 1:23pm On Nov 26, 2020
Interfaces could be implemented a number of ways probably by augmented class methods
ProgrammingRe: Dear Python Programmer, How Do You Implement Interfaces, Abstract Classes by Petchu(m): 1:21pm On Nov 26, 2020
#Abstract classes:

from abc import ABCMeta, abstractmethod
class Petchu(metaclass = ABCMeta):
@abstractmethod
def petchu(pself):
pass

#so this would return an exception:
peter = Petchu ()
ProgrammingYou Want Quick Python AI Technique For Robot Vision/face Recognition? by Petchu(op): 12:00pm On Nov 26, 2020
Hi everyone...i'm hackmonk(Peter)...one stupid/careless guy like that says he is a hardware/software engineer/programmer. I graduated last year from one university like that.
Though I've being replying in some threads so just decided to create this thread of my own.
This actually is for hardware/software guys or students who wanna learn or implement a quick python AI technique for robot vision more specifically face recognition, probably for smart door locks or just about anything. I'm offering to teach you in Lagos at a very affordable price. I promise to do the following:
-teach you how to implement quick face recognition systems for any machine/robot
-show you the things you need to get started with
-I'll teach you python for chips
-I'll teach you how to make basic robots
-I'll teach the core python to its core then if you wanna specializ you'll go do it yourself with ease.
If you also want to learn c/c++ to the core I'll teach you. If you also wanna learn hardware I'll teach you.
Abeg I no sabi Ad so if I no fit convince you abeg no vex.
Just WhatsApp me on 07039040305 let's talk. I stay in Lagos. Learn from me first.
Check out the link for one of my simple face recognition system:
https://m.youtube.com/watch?feature=youtu.be&v=fL_M_lCZqiM
ProgrammingRe: The Most Financially Rewarding Areas In Programing. by Petchu(m): 11:04am On Nov 26, 2020
Hi...i'm hackmonk(peter) a hardware/software engineer. Graduated last year from university.
I make robots and AI for face recognition
If you are in Lagos and wanna learn how to implement AI(machine vision) for your robot, specifically face recognition systems whether for smart door locks or just about any system you could WhatsApp me on 07039040305
For students or those who wanna learn python to its core or if u wanna learn quick implementation of face recognition in Lagos I promise to teach at very affordable price. Advertising isn't my thing so pardon if I can't really convince you. But contact me and I'll teach you an easy way.
Check the link for one of my simple face recognition system with Python
https://m.youtube.com/watch?feature=youtu.be&v=fL_M_lCZqiM
ProgrammingRe: Chronicle Of A Data Scientist/analyst by Petchu(m): 10:46am On Nov 26, 2020
Hi...i'm hackmonk(peter) a hardware/software engineer. Graduated last year from university.
I make robots and AI for face recognition
If you are in Lagos and wanna learn how to implement AI(machine vision) for your robot, specifically face recognition systems whether for smart door locks or just about any system you could WhatsApp me on 07039040305
For students or those who wanna learn python to its core or if u wanna learn quick implementation of face recognition in Lagos I promise to teach at very affordable price. Advertising isn't my thing so pardon I can't really convince you but contact and I'll teach how stuffs work.
Check the link for one of my simple face recognition system with Python
https://m.youtube.com/watch?feature=youtu.be&v=fL_M_lCZqiM
Science/TechnologyRe: Olusola Ayoola: Nigeria Can Earn Forex From Robotics, Artificial Intelligence by Petchu(m): 10:26am On Nov 26, 2020
Hi...i'm hackmonk(peter) a hardware engineer
Graduated last year from university
I make robots and AI for face recognition
If you are in Lagos and wanna learn how to implement AI(machine vision) for your robot, specifically face recognition systems whether for smart door locks or just about any system you could WhatsApp me on 07039040305
For students or those who wanna learn python to its core or if u wanna learn quick implementation of face recognition in Lagos I promise to teach at very affordable price. Advertising is not my thing so pardon if I can't convince you. But contact me and I'll teach you how stuffs work.
Check the link for one of my simple face recognition system with Python
https://m.youtube.com/watch?feature=youtu.be&v=fL_M_lCZqiM

1 (of 1 pages)