It's 01:07 am I'm going to speed run understanding and learning #C and #C++ in a couple of hours at most
#programming
#HappySunday peace everybody
It's 01:07 am I'm going to speed run understanding and learning #C and #C++ in a couple of hours at most
#programming
#HappySunday peace everybody
question::
Where can I upload my #manga
@webtoonofficial
doesn't support thought provocative work.
And its filled with A.I slop.
Diving into hardware RE on a ZTE IX230P WiMAX router.
Popped RF shields to map the board, tracing copper, thermals, and the Maxim RF transceiver. Next up: firmware extraction. Loving the intersection of hardware, assembly, and exploit research.
Shoutout to Ilfak Guilfanov for IDA Pro—the ultimate telescope for translating binaries into logical graphs.
#HardwareHacking #ReverseEngineering #Infosec #LowLevel #Cybersecurity #FirmwareAnalysis
I was bored and curious that's also a reason
#HCL isn't a #programminglanguage, it’s a configuration syntax, meaning you can grasp its mechanics in weeks once you understand #networking concepts. #JavaScript takes longer due to its asynchronous nature, but it is necessary for decoding #web app vulnerabilities.
Btw #HCL is HashiCorp Configuration Language.
This is what it looks like:
resource "aws_vpc" "v" {
cidr_block = "10.0.0.0/16"
tags = {
Name = "prod"
}
}