₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,630 members, 8,446,352 topics. Date: Thursday, 16 July 2026 at 12:36 PM

Toggle theme

Alphabyte3's Posts

Nairaland ForumAlphabyte3's ProfileAlphabyte3's Posts

1 2 3 4 5 6 7 8 ... 24 25 26 27 28 29 30 31 32 (of 32 pages)

ProgrammingRe: OpenAI ChatGPT Conversation AI Shocked The World by Alphabyte3: 8:52pm On Jul 15, 2024
Shomek:
Nice write up
Thanks bro , I was the first to write about chatgpt in Nigeria and among the top author that post 2 days after lunched I literally promoted openAI everywhere including X .
ProgrammingRe: OpenAI ChatGPT Conversation AI Shocked The World by Alphabyte3: 6:11pm On Jul 15, 2024
AGI can fine tune browser agents through self learning giving amazing results.it would be able to connect to operating system (OS agents)open-ended embodied agent.AGI has the potential to revolutionize the way we interact with technology and make our digital experiences even more seamless .

Embodied agents concept goes beyond the web browser. It suggests agents that can interact with the entire operating system, potentially controlling software applications, managing files, and interacting with hardware like cameras and microphones.

Open-ended signifies that these agents are not limited to pre-programmed tasks. They can learn to perform new tasks based on the user's needs and the environment's context.




The concepts outlined represent the cutting edge of AI research. It's an exciting time to see how advancements in AGI, combined with advancements in web technologies and operating systems, could shape the future of computing.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3:
Link and dot has similar scaling. These indicate a neutral market sentiment. Interpret this as a time to be cautious and wait for a clearer signal before making trading decisions for the next wave of entry .
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 9:29am On Jul 14, 2024
Nigeria’s SEC urged to regulate Bitcoin, Ether as commodities . We need NGX for premium BTC , yfi , SOL and ETH spot ETF for some financial institution.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 6:31pm On Jul 13, 2024
If many developed country accept yfi as means of spot ETF and security in less than two months the market capitalization would become 3.4 billion dollars market capitalization with price over $100k+ . It will be low cap but outperformed BTC . Market sentiment and political ideologies has factors to play.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3:
Alphabyte3:
There are 4 types of coin according to growth

1. Geometric progression coin gp coin (very fast)

2. Arithmetics progression coin Ap coin (fast)

3. Micro coin (slow)

4. Retrogressive coin (stable or stagnant coin)

Examples

GP coin (BTC ,BNB,ICP SOL, TRB BCH,ETH,YFI,LTC,BTCST )

AP coin (XRP ,TRX,ADA ,NKN)

Micrcoin (hot ,dent ,win)

Retrogressive coin (USDT ,BUSD)
Any of the first hundred coin on coinmarketcap or more classifying them accordingly with precision then you will understand the strategy.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 5:09pm On Jul 13, 2024
Jerry59:
No be ICP i sight so? shocked

Abi na my eye 😂
What's your opinion?
ProgrammingRe: Simple Steps To Create Full Fledge MAUI Apps In C# by Alphabyte3:
You could use blazor or razor (ASP.NET core ) as the views and little XAML and C# for the code or hybridWebview to embed js libraries and framework.

Or you choose C# for the views using Maui reactors .


You could use webserver like Amazon aws , Microsoft Azure, smarterasp, ,monsterasp and hostinger.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 3:11pm On Jul 13, 2024
ayomidan:
This same Grey made me loose my £198 since April by claiming they reversed my money which they didn't,The company is scam
Report to SEC
ProgrammingRe: Solve this problem by Alphabyte3: 2:21pm On Jul 13, 2024
banky200:
Solve this problem
2x+1=3 mod 4
Ask chatgpt this is not education section
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 2:14pm On Jul 13, 2024
OgogoroFreak:
people are now gradually realizing this. I do see people talking about losing so much money in crypto, I have never lost a penny. I do only bitcoin.
There are 4 types of coin according to growth

1. Geometric progression coin gp coin (very fast)

2. Arithmetics progression coin Ap coin (fast)

3. Micro coin (slow)

4. Retrogressive coin (stable or stagnant coin)

Examples

GP coin (BTC ,BNB,ICP SOL, TRB BCH,ETH,YFI,LTC,BTCST )

AP coin (XRP ,TRX,ADA ,NKN)

Micrcoin (hot ,dent ,win)

Retrogressive coin (USDT ,BUSD)
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 9:56am On Jul 13, 2024
sweetveek:
hope you know it'll be delisted on bina.nace soon
I just saw KU .Coin delisted it some days ago
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 8:48pm On Jul 12, 2024
The next target for render (RNDR ) I think $7+
ProgrammingRe: I Need A Flight Booking Website Like Wakanow Or Travelstart by Alphabyte3:
Angular js and nodejs was used Travelstart while Wakanow was built with ASP.NET technology . You will need a payment gateway and flight booking API (Amadeus API, Duffel flight API ,Travelport API, flight API, Skyscanner Travel API and Sabre API ) to integrate in the website.
InvestmentRe: Crypto Currency Investors Thread by Alphabyte3: 3:01pm On Jul 12, 2024
If you get tired and want fast money SOL and TRB is there for you always buy low . The market is risky invest what your are willing to lose .

Note:

Not a financial advice
ProgrammingRe: Simple Steps To Create Full Fledge MAUI Apps In C# by Alphabyte3:
Alphabyte2:
To build a Maui app with C# ASP.NET and Entity Core, you can follow the recommended architectural pattern, which is the Model-View-ViewModel (MVVM) pattern or MVC.

Here's a step-by-step guide on how to structure your Maui app using this architecture:

1. Create a new Maui project in Visual Studio or Visual Studio for Mac.

2. Separate the different layers of your app by creating folders for Models, Views, ViewModels, and Services.

3. Models: This is where you define the data structure and properties used in your app. Create separate model classes for each entity using Entity Framework Core, and define the necessary properties and relationships.

4. Services: Create a Services folder and add service classes that will handle the data operations, such as fetching data from a database using Entity Framework Core. These services should interact with the entity models and provide methods for retrieving, updating, and deleting data.

5. Views: Your Maui app will have different views for displaying data and interacting with the user. Create separate view classes for each of these views, and define the UI components and layout using XAML.

6. ViewModels: ViewModels act as the intermediaries between the views and the services. Create separate ViewModel classes for each view, and define properties and commands that will be bound to the UI controls in the view. These ViewModels will interact with the services to retrieve and manipulate data.

7. IoC Container: In addition to the above folders, you can also create a separate folder for an IoC (Inversion of Control) container like Castle Windsor or Unity. This can help with dependency injection and managing dependencies between different classes.

8. Wiring everything together: In your app's entry point (e.g., `App.xaml.cs` or `Program.cs`), configure your IoC container if you're using one, and set up the necessary dependencies between the views, view models, and services. This may involve registering the necessary services with the IoC container and ensuring that the views are bound to their corresponding view models.

9. Build and run your Maui app to see the architecture in action.

By following the above steps, you should have a solid architectural foundation for your Maui app using C# ASP.NET and Entity Core. Remember to keep the responsibilities of each layer separate and make use of the MVVM pattern to handle data and UI interactions effectively. Note the WebAPI is hosted in platform like Azure or Hostinger (an endpoint) and the JSON Data binding in c# using MAUI for the app.
.

In a Dotnet MAUI project using the MVVM or MVC design pattern, you can create a service class that interacts with a local database or communicates with a server using ASP.NET core And WebAPI code.

If you can't download visual studio u can use vscode and C# dev kit with Maui extension .
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op): 6:07pm On Jul 10, 2024
airsaylongcome:
Radar, sonar and lidar hardware cost no go be here o. Good stuff though. Maybe I will plan some personal project around this for Q4
Lockheed Martin and Raytheon like such ideas integrated to their devices .
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op):
I want generative AI to do the reconstruction in 3d by beaming the wave in any any medium and SLAM used in Lidar , radar and sonar systems to simultaneously map an environment and determine the location of a moving object.
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op):
airsaylongcome:
Break that 2.5mili down. What and what makes the cost of learning get to that figure? I have a small robot vehicle chassis and some RPis laying about. Wanted to get into Computer Vision for robotic vehicles but got distracted and abandoned it. Maybe 2.5m will be enough motivation to get back in
I have these idea using radar ,sonar and lidar with 3d real time reconstruction of the object using Opencv and tensor flow with enhanced HDR camera that can zoom in and out .

Some potential applications of this technology could include autonomous vehicle navigation, search and rescue operations, environmental monitoring and industrial inspections. Overall, this project has the potential to push the boundaries of object detection and analysis technology.


I advice you to invest on other projects robotics is still in growing slowly except training institute .


Terabytes data+ other cost - 500k
Components /tools + 500k
Tuition 1.5m
ProgrammingRe: What Is Coming In MAUI Donet 9 by Alphabyte3(op): 1:46pm On Jul 10, 2024
Lontorlooka:
Microsoft playing catchup with modern UI frameworks. However, just like its predecessors, it is dead on arrival.
Xamarin was terminated by Microsoft to create MAUI .
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op): 1:38pm On Jul 10, 2024
airsaylongcome:
So Linux basically. Yeah true.

Not easy to learn robotics in Naija sha. Hardware costs dey put people off

Edit: While Pis are the behomoth in that space, there are loads of other Single Board computers (Banana Pi, Odroid etc) that can also play the role.
It is possible to build a robot on any os depending on the microprocessor like Mac , Linux and windows based on the chipset.
It cost about 2.5M to learn the basics of robotics In Nigeria and isn't the international standard knowledge to work for big tech .The main reason I said 5million naira and above .
The only way to make money in robotics In Nigeria is to open a training center for adults and kids with cutting edge technology .


The main reason robotics Startups in China and US partner with themselves , university, companies ,research institute and government (military) to cut cost .
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op): 7:53pm On Jul 09, 2024
airsaylongcome:
You need to learn Raspberry pi? What's up with that?
Raspberry pi is an essential component in robotics. I meant you need to learn how to use it .
Science/TechnologyRe: How To Become A Robotic Engineer Fast by Alphabyte3(op): 5:50pm On Jul 09, 2024
The are tons of GitHub repositories to learn robotics and become good just browse them and understand the logic behind the code . Tools like copilot and Chatgpt can help.https://www.google.com/search?q=awesome+robotics+github
ProgrammingRe: Please I Need HELP On Google Search Console Issue by Alphabyte3: 5:35pm On Jul 09, 2024
nounloaded:
Wordpress. It's already verified
It takes time to index pages on search engines especially when it is new.

https://aioseo.com/crawled-currently-not-indexed/
ProgrammingRe: Please I Need HELP On Google Search Console Issue by Alphabyte3: 4:44pm On Jul 09, 2024
What did you use to build your website you could search YouTube on the steps on how how to verify claim of of website by embed the codes .
InvestmentRe: Nigerian Stock Exchange Market Pick Alerts by Alphabyte3: 10:03am On Jul 08, 2024
Nigeria has a long way to go mainly banks , oil , and some industries are gaining . The stock market need to diversify.


https://www.tradingview.com/markets/stocks-nigeria/market-movers-large-cap/
ProgrammingRe: OpenAI ChatGPT Conversation AI Shocked The World by Alphabyte3: 5:05pm On Jul 05, 2024
Image to pixel images
Videos to to pixel
Image to 3d Pixel

Generative AI sounds great for creating these types of content. The use of generative AI can help in transforming images and videos into pixel art, giving them a unique and retro look. Additionally, generative AI can be used to create pixel art animations, adding an extra level of creativity to the process. With the advancements in AI technology, the possibilities for generating pixel art are endless, making it an exciting tool for artists and creators.
ProgrammingRe: OpenAI ChatGPT Conversation AI Shocked The World by Alphabyte3: 4:45pm On Jul 05, 2024
New science and technology will be the goal of the next generation of generative AI. The next foundational AI would have PHD capabilities in all fields using vectors reasoning.
ProgrammingRe: OpenAI ChatGPT Conversation AI Shocked The World by Alphabyte3: 4:34pm On Jul 04, 2024
Imagine creating text or images to animate into realistic video with voice over . The AI tool will render with both CPU and GPU. The ability to create text or images that can be animated into realistic videos and paired with voice over, the possibilities for creative storytelling are endless. And with the help of both CPU and GPU rendering, the final product will be of high quality and professional standard. This tool could be a game-changer for content creators looking to elevate their videos and engage their audiences in new and innovative ways. I can definitely see the potential for this AI tool to be a valuable resource for marketers, filmmakers, and other creatives looking to bring their ideas to life in a visually stunning and captivating way.
ProgrammingRe: Clean Architecture Spring Boot by Alphabyte3(op): 8:57pm On Jul 01, 2024
Feel free to learn for beginners from YouTube ,udemy and get some ebooks. Look at my beginners guide here I hope you are now able to create a real project using clean architecture in spring boot . Understand the class and file structure with architecture.

https://www.nairaland.com/7385642/spring-boot-tutorial-beginners
ProgrammingClean Architecture Spring Boot by Alphabyte3(op): 8:47pm On Jul 01, 2024
It the same as building MVC just more structured architecture In clean architecture in spring boot the web UI is in MVC .In Clean Architecture, the layers are more clearly separated and defined compared to traditional MVC architecture. The core of the application is the Domain layer, which contains the business logic and rules. Services layer contains application-specific functionality and use cases. Infrastructure layer deals with external dependencies such as databases, external services, etc. WebUI layer is for handling the web presentation and user interface.

The main idea behind Clean Architecture is to enforce separation of concerns and make the codebase more maintainable, scalable, and testable. It helps to keep the core business logic independent of external frameworks and technologies, making it easier to make changes and updates without affecting other parts of the application.

In Spring Boot, you can implement Clean Architecture by organizing your codebase into separate modules or packages for each layer (Domain, Services, Infrastructure, WebUI). This way, each layer is isolated and can be developed and tested independently. Spring Boot provides features like controllers, services, repositories, etc. that can be used to implement the different layers of Clean Architecture.

Domain
Services/Application
Infrastructure
WebUI (MVC)

1 2 3 4 5 6 7 8 ... 24 25 26 27 28 29 30 31 32 (of 32 pages)