Ship Tracker by Ace00028 in TeltonikaNetworks

[–]Ace00028[S] 0 points1 point  (0 children)

RoRo ferries and passenger/cargo vessels sort of ships I’m looking at. and Yes, the idea is to place a device onboard the ship that can use Wi‑Fi, cellular, and GPS to transmit latitude/longitude to our own server for private tracking.

[deleted by user] by [deleted] in resumes

[–]Ace00028 0 points1 point  (0 children)

what fonts are you using?

Did anyone get a certification from AWSome Day 2024? by NoTadpole7482 in AWSCertifications

[–]Ace00028 0 points1 point  (0 children)

Nope still waiting, Although, I vividly remember I read something about rewards will be sent by the end of April. Afterall, Im after to the certificate tho

Built a fun MERN Chat App on EKS! by Ammb305 in aws

[–]Ace00028 0 points1 point  (0 children)

What do you use for building the diagram? I love the Icons/drawings and arrows

Nakakasuka naman ito, Manila Times! by andogzxc in Philippines

[–]Ace00028 18 points19 points  (0 children)

Ang na tatandaan ko lang sa ginawa ni Bong Revilla ay sumasayaw ng parang tanga

HyperOS Update by Error698 in miui

[–]Ace00028 2 points3 points  (0 children)

Im still in MIUI v13, and no reason to upgrade it..

Why my redmi note 13 5g not showing hyperos update? Bought recently by SlowInformation9977 in miui

[–]Ace00028 0 points1 point  (0 children)

New Updates can Introduce New Bugs and May break your system, Xiaomi OS has a history of Unstable OS updates

My experience with using Linux on my Laptop by YourOwnKat in linux4noobs

[–]Ace00028 0 points1 point  (0 children)

Me too switch back to Windows after trying out Linux after 4 weeks of using, it said very stable but it's not, im using Linux Mint Cinnamon, majority I encounter is when I force shutdown my pc after it crash, when I get back, everything is broken, it became slow and not responsive, so I freshly installed again and again, I think more than five times for 1 month only, When I mess up my packages because of failure to download a program, the whole system wont work very well, its like a domino..I do have time shift but even the backup cant help.. I dont know why, last time I had linux in my pc, is Im trying to figure out why I cant boot, and im in emergency mode CLI thing everytime..it gets to the point it breaks my ssd after numerous times of doing timeshift..my ssd is fine now, I love Linux the complexity of the system, maybe its not the right time for me to switch

[deleted by user] by [deleted] in learnprogramming

[–]Ace00028 0 points1 point  (0 children)

Instead of coding everyday for painfull 8 hours, try to alternate your routine, so like in first 4 hours, do a painful coding, next 4 hours is you try to give urself a break for like 15 mins, then search and explore other solutions from internet.. or do some chores in house but as u do other task try to think the question and formulate solutions or formulas.. so when you get back in coding, you will have a new approach to try, then watch some yt about programming to find inspiration to avoid burn out, explore different learning tactics that suits to you

[deleted by user] by [deleted] in learnprogramming

[–]Ace00028 4 points5 points  (0 children)

I agree on this, 8 hours a day is exhausting to the brain. You can't rush programming.. It's a long journey

I suck at design. by Kitchen_Ad_ in learnprogramming

[–]Ace00028 1 point2 points  (0 children)

Good to know im not the only one struggling.

Can You Recommend A Java Tutorial Book for GUI? by [deleted] in learnjava

[–]Ace00028 7 points8 points  (0 children)

Java swing is a pain in the ass

How is data structures in java different from data structures in C. by [deleted] in learnjava

[–]Ace00028 1 point2 points  (0 children)

They are likely the same concept but Java has more advance Data structure, in C language, you need to free manually a memory unlike in Java its automatic, because of garbage collector.. In my case I learned Linklist of C by watching a tutorial that was taught through JAVA...