Kismet Code: 8164f5
I confirmed with both banks that all entered information is correct, and they have no issues processing the transaction if submitted properly. They even ran test transactions using the exact information I provided, confirming that they would approve the transaction if submitted correctly. This suggests the issue lies with the repair store's payment processing.
Has anyone else faced similar issues? Is this program still functional for consumers? I reached out to their support and was told that I can pay for just the battery via PayPal, but I am not able to rent a toolkit via PayPal. And they refused to help me any further.
Is it me or them?
As far as I am concerned he lucked out because someone got him into MIT and he lucked out the second time because he got on the Joe Rogan podcast. The rest is history. But I was just amazed how dumb the man sounds on his own podcast and the quality of guests he gets.
I'll be honest, I am probably jealous, but damn, I almost think like his podcast has negative value. Every time his guests speaks I get smarter, every time he speaks I just get angry that someone this dumb got this lucky.
Edit: Typo + It turns out that Lex actually has a PhD from Drexel University, not MIT, as pointed out by slater.
But, let's say I have a project that involves an ESP32 micro-controller and a specific client. Sometimes I want to list all my projects that are related to ESP32, sometimes I want to list all the projects that relate to a specific client, and sometimes I just want to list all the projects that I started in 2020, or any other given year.
I know tags would work well for this task, but tags are not very portable, and once you have several dozen tags it becomes unwieldy. Are there any other organizing solutions out there that you use.
My ideal solution would be to put a PROJINFO.md file inside each project folder and have some kind of system that would allow me to search the contents of the PROJINFO.md files, but instead of giving me a list of those files it would return a list of containing directories.
But, perhaps there is an even better solution that you could suggest. The goals are:
1. Portable System that can be stored on ExFAT drive, if need be. 2. Ability to search for projects by different attributes or tags. It's fine if I have to go through all my past projects and tag them or create INFO files in them. 3. Some kind of tool with UI would be nice, but CLI is ok too, as long as the system can work on Mac and Linux (Win would be nice too).
Any recommendations or maybe just a wholesale different approach to achieve the same result?
Basically think Transmission or Resilio Sync, both of which are written in C. I am pretty good with C, but would rather try something new while working on this side project.
My priorities are:
1. Small Compiled binary size. 5-20mb is reasonable, larger is NOT.
2. Dependency free binary, statically linked and self contained.
3. Low memory footprint.
4. Scalable to large number of clients.
I would love to work either in Swift or TypeScript, but those don't appear to be viable options. Please correct me if I am wrong, especially when it comes to Swift.
Go and Rust are my top contenders at the moment. Any other languages I should consider? Any specific stacks that you liked in the past?
PS: I am well aware of many ways to package JS code, Python code, etc, but those options are neither dependency free in practice or particularly size and memory efficient.
Any recommendations? Ideally we are looking for something that would allow us to store data in our own DB and also would be nice if it has a drop in front end for react.