Programming › Re: So What Exactly Happened To All This Banks by silento(m): 8:18am On Apr 07, 2023 |
studyless123: It's very easy to blame the bank for all these, but the bank may not be the culprit. There are different layer of institutions and processes involved in financial transactions and the bank is part of the cycle. It can be a complex web depending on the transaction.
There are switching companies like Interswitch, Chams, Unified Payments and ETranzact and NIBSS that are involved but many are not aware of these companies. The telcos play their role as well as payment networks.
These issues reminds me of the battle between programmers and Engineers many years ago when programmers would blame the systems and network while the Engineers would blame the applications for failure. We've passed that stage now.
Every system or app have a limit and in distress they all failed. Apple have over 200 billion USD in the bank but their website often crash during preorders. Same with Samsung. If you don't understand how these things work, it's easy to throw blames.
I would blame the CBN in all of this and I guess you know why. Their policy lacked technical analysis. Biko don't waste comparison , apple is global when Nigeria interbank is mainly for Nigerians and they failed |
Programming › Re: Why's Linux Like This by silento(m): 8:57am On Apr 04, 2023 |
Failure2019: No
Linux sucks on DE
I'm gonna stick to bsd & windows Linux is os for people that know what they want |
Programming › Re: Why's Linux Like This by silento(m): 4:41am On Apr 04, 2023 |
It is only you know what low end PC u are force over weight os on download Lubuntu |
Programming › Re: My Opinion Jobs That Ai Will Replace by silento(op): 9:03pm On Mar 28, 2023 |
squash47: Wity time, it will improve to the point where it becomes a risk to programmers. As for video editors and graphic designers, forget it. It will even make their jobs easier. AI cannot read people's mind to know exactly what they want when editing is concerned. It can only get close to what they want. Read my post again incase you missed where I said if only you know what programming is |
Programming › Re: My Opinion Jobs That Ai Will Replace by silento(op): 9:02pm On Mar 28, 2023 |
1Alex: It has been evaluated and found out that AI will not replace any job but those with the knowledge of AI will replace those without the knowledge. You are on point |
Programming › My Opinion Jobs That Ai Will Replace by silento(op): 7:15pm On Mar 28, 2023 |
I normally laugh when I see people say that Ai will replace programming jobs or programmers
I have tested the two main Ai now bing and chatgpt
In fact this tools required that u know what you are doing to be able to make code they generate work
For example I searched how to use web3modal with vanilla Js
Every code this step produce did not work until I followed one of the links that Bing listed then I was able to find a code that almost closer to work then I have to come back and query what every functions and classes do
Before I was able to put up together code that actually works
I think those tools will help programmers but not replace them
The people their work is at risk is video creators and photo designers , Content creators , mock up designers and few of them programmers are not affected unless you don't know what programming is all about |
Programming › Re: x by silento(m): 1:51am On Mar 26, 2023 |
U don't tell a programmer how many minutes or amount it will cost , if u are not in contact with who build the script then it means it will take more time to fix |
Foreign Affairs › Re: China’s President Xi Calls Putin "Dear Friend" As They Meet In Moscow (Photos) by silento(m): 8:52pm On Mar 21, 2023 |
God1000: Axis of evil
Xi jinping should not even think of supplying Russia with weapons.
He should talk sense to Putin Knack u |
Phones › Re: See Why “Aunty Esther” Is Trending by silento(m): 3:20pm On Mar 15, 2023 |
Internet |
Family › Re: Is This Not Enough Reason To Divorce Him? by silento(m): 8:40pm On Mar 11, 2023 |
No u should have discussion with him , I have been in such situation and women will always abuse u in the name of advising him
Stop abusing him and talk to him as a wife |
Programming › Re: Web Developers In The House Please Help Me by silento(m): 12:34pm On Mar 08, 2023 |
There is nothing like standard
Let it have nice and easy ui And easy for you to manage that's all |
Politics › Re: “Juju No Dey Work For Bank” Man Says As Native Doctor Storms Access Bank by silento(m): 3:55pm On Mar 07, 2023 |
hopefulLandlord: Even with all the JuJu he still has to wait for the mechanics of the door to work for him to access the bank
JuJu doesn't work in a bank, it doesn't work anywhere. https://en.m.wikipedia.org/wiki/One_Million_Dollar_Paranormal_Challenge
James Randi put down 1 million dollars for anyone that can prove a spiritual power. from 1964 to 2015 no one was able to win
it's all make believe and autosuggestion using chemical warfare to make it look like it works Stop arguing rubbish go back and read the wiki well |
Programming › Re: Must INEC Server Be Reconfigured Before Next Election? by silento(m): 9:12am On Mar 07, 2023 |
System design for failure of bvqs and irev
And bad ui/ux implemention for staff been unable to use it device like this is always super simple to operate |
Programming › Re: Must INEC Server Be Reconfigured Before Next Election? by silento(m): 8:21pm On Mar 06, 2023 |
truthCoder: I am not privy to the any of the process design for the BVAS so my comments would strictly be my opinions as a programmer.
First, it is clear that there was either a shoddy design process or an intentional fraud or a mix of both.
There are 100k+ BVAS systems all connected to servers to fetch biometrics, validate data and upload images of a potential 93 million voters all within the space of 10 hours with pick demand at the image upload and results submission window which starts from 4pm.
At a potential 781 voters per machine, this approximates to 78 voters per hour or one voter per minute ON ALL MACHINES at the same time.
A redundancy design of 100 users per hour is fair. If each user requires say 1mb download of validation data and another 1mb of upload, this implies a bandwidth demand of at least 100mb/100mb per machine per hour or 1gib per machine.
Each machine would also require at least 5mb to upload the result page and results at the end of the day. 5mb from 100k machines is 500Gib of data hitting the servers at peak time in the evening, separate from the 100,000 Gib overall on election day.
This is a whole lot of data demand.
Now to my first assumption as regards incompetence, it would be absurd if the developers did not envisage such a demand and designed for a lower scale. This assumption falls flat because the bulk of the data transmission (the 100k) went ahead without reported hitches across the country. People were able to validate and vote. So lack of capacity should be ruled out, despite the volume of data.
Could there have been an inefficient code that slowed down process after hitting a load when then timed out other processes? If this was the case, then the incompetence of the CTO comes to bear. A load test on the servers would have revealed such prior to the D-day.
My second assumption is that there was an intentional fraud. The main problem on election day was the inability to upload the presidential results. The other elections uploaded successfully.
As a programmer, following the DRY principle, i would not code upload codes separately for the presidential and senate elections. I would only provide different endpoints for the same factory. So it is safe to assume that the presidential election upload endpoints caused the whole drama.
So, a suspension of the presidential election upload endpoint permissions by a root access user (or another privileged user) could have sabotaged the elections.
In a well designed system, this fraud could be discovered via a review of the stream logs. If LP and other aggrieved parties in the election could get their hands on the codes, they should be able to see who and when this was done. However, i am doubtful if the assumed criminal would be dumb enough to leave footprints.
Now as regards INEC’s recent claim that they need to wipe systems. I am bold to declare that the statement is an attempt to cover up the fraud.
In the 12- Factor App design methodology, every good developer should know that a server should have no state. You store nothing on a server. A server simply collects inputs from the users, fetches data from the database and returns data to the user or store inputs or processes into databases.
Except they want to wipe their databases or caches which is absurd and suspicious, there is nothing to hide. There should be enough storage to hold all our election data. Afterall, INEC had an open cheque from the national budget.
One thing i would like to add is that all the transaction logs for the election must be provided for review. Let forensic experts go through the logs to understand what happened.
For future elections, i would suggest a blockchain based transaction model.
Cheers Which validation cost 1mb to process , inec is corrupted simple With amount spent on the useless technology The creator speculated all this scenarios na inec just rigged and planing to clear evidence A programmer with sense will always solve and even solve unseen problems Like this Nothing like failure on this technology inec just have back door Even programmers on this forum will come up with a better technology that will cost less and will not fail , it is high time we stop using foreign technology on a national matters Imagine a bvas that determines who rules that no single person can give details or how it how's and then kind of encryption and how hackproof it is Shame to inec and the people that want to run this country down God bless nigeria |
Romance › Re: Do You Think "BREAK UP" Is The Best Solution For Relationships? by silento(m): 5:41am On Mar 05, 2023 |
yes best thing to do |
Programming › Re: How Much Will It Cost To Build A Website Like Jiji? by silento(m): 9:31am On Mar 04, 2023 |
something around 1.5 to 5m depending on location , experts and features and techology u plan to use |
Programming › Re: Between Tailwind And Other CSS Frameworks. by silento(m): 10:54am On Feb 28, 2023 |
Omor for years now I stick with my vanilla css and w3.css
I love lightweight stuff maybe it was because of my c language background but |
Programming › Re: Who Can Replicate A Website For Me? by silento(m): 6:46pm On Feb 21, 2023 |
Bloomsbury: I think your best bet is to go to freelance services like upwork or Fiverr and search for Nigeria developers with track record of building for client that gave them good reviews and have done lots of similar projects.
Using this method, you will get a good developer who is trust worthy to deliver and you are safe with your funds in case anything goes wrong cos those freelance plaforms have escrow services to protect people hiring developers.
But all the best looking for a competent developer here. competent programmers dey here just the people that are hiring are just wicked with pricing imagine asking a programmer to do marketplace website for 30k and some screenshot of other three promised to do it for 25k or less |
Programming › Re: Php Code Iginter4 Users Come In by silento(op): 11:40am On Feb 17, 2023 |
DMCA: People still the use codeigniter ?  yes web development is not about framework when u know what u are doing u can go with any tools that makes it easier and fast for u to deliver the final product |
Programming › Re: Web Developer Needed - Crypto Investment And Mining Web Developer Needed by silento(m): 6:40pm On Feb 13, 2023 |
i can clone the interface for u and port it to any script u might be using |
Programming › Php Code Iginter4 Users Come In by silento(op): 8:54am On Feb 13, 2023*. Modified: 7:06pm On Feb 13, 2023 |
hello everyone make i just go straight to the point nodejs , reactjs and etc there is this one feature that i cant remember which framework normally have it sha i saw it in a website posted on this forum last year this feature was pwa but on another level the website was dynamic and yet the only time the browser load new page is after registration and login apart from that , post anything ,or do anything on the website it stays on the one page , i know some of you will come to shout blah blah i know how to do regular pwa and e get some limitations to kind of stuff u can do with it now i took the challenge to replicate that with php CI4 omor it wasnt easy sha but at last i had something nice and working security level i cant really give assurance on that but be able to replicate with php framework was fun https://citester.chickenkiller.comhttps://citester.chickenkiller.com/citerster.zip source file feel free to ask me any question once i enter online i will answer |
Programming › Re: Nodejs Is A Language Not A Runtime. by silento(m): 11:05pm On Feb 10, 2023 |
chukwuebuka65: Anaconda is a runtime for python, right? And people don’t learn anaconda but python, right? But why then do people learn nodejs ? They should just learn javascript and be able to write nodejs applications. see brother , brother wey mumu stop smoking kpai before u open nairaland nodejs is not a language if u know ur onions well everything that claim to be node js blah blah u can run it in a vanilla js python is languages but nodejs and php are not |
Programming › Re: Pls I Need This Script by silento(m): 6:50am On Feb 10, 2023 |
the template or the script which one
the script is Gold coders |
Programming › Re: I Need Explanation On This Code?? Php Programmers by silento(m): 10:47am On Jan 26, 2023 |
fhranchez: Why would anyone want to validate emails from the backend? Unless for educational purposes, all data are being validated at the frontend to save time First rule of web development never trust an input from a user Unless you are coding for yourself , always validate every input at backend else ...., |
Programming › Re: I'm Happy, I Got My First Laptop With My Money At 17yrs(photos) by silento(m): 11:45pm On Jan 23, 2023 |
When u posted MacBook I know will seriously have a hard time picking up with any language
Obviously na yahoo boys motivates you to start programming |
Programming › Re: Why Will NL Take The Food Cooked By Chefs To Front Page, But Never Tech Projects by silento(m): 3:12am On Jan 23, 2023 |
tech and food are not same
anybody can do food but tech is not for everybody all seun should do for us in programming sevtion is the ability for us to paste code thats all
what happens in programming section stays in programming section |
Politics › Re: Ifeanyi Ubah Calls For Police Exit From Contributory Pension Scheme by silento(m): 12:20pm On Jan 21, 2023 |
Omor corn3 hard ooh if a whole ifeanyi ubah can slim down , abi my eyes dey see another stuff |
Romance › Re: My Uncle Has Taken The Role Of My Father (his Photo) by silento(m): 1:21pm On Jan 20, 2023 |
And the uncle is fucking him or his mum
Nigeria men can't be that generous without toto been involved |
Food › Re: N300 Food I Bought This Morning by silento(m): 10:54am On Jan 20, 2023 |
Na lie this food is much for 300 |
Programming › Re: What's Your Favorite Linux Distro by silento(m): 3:10am On Jan 16, 2023 |
uzoexcel: Ubuntu unity ugly? Guy, what desert r u living in?  U just said my mind |
Programming › Raven App Dead Or Just Normal Down Time by silento(op): 1:24pm On Jan 14, 2023 |
Is any one using raven app here
Coz for own two weeks now I can't find my dollar card and I can't transfer money out
Are they having issue with government |
Programming › Re: Please Programmers Here Your Advise Is Needed by silento(m): 11:29am On Jan 14, 2023 |
Omor |