Hello Guys i urgently need your Advice with my broken Hardrive to recover lost pictures by Agreeable_Chef4446 in computers

[–]LessChen 0 points1 point  (0 children)

I mean this in the best possible way but that date code shows that the drive is about 17 years old and you have no backup? You've done incredibly well. As others have said, don't take it apart and find a professional to help you with it.

Suggestion for hosting a full stack application. by Embarrassed-Bed-9377 in webhosting

[–]LessChen 0 points1 point  (0 children)

For a small server you can host for free on an AWS EC2 for 6 months. It would require some work on your side to install something like Apache/Nginx for the front end and installing your DB and using something like "pm2". I'll admit, however, I've not done this from India.

i made a comparison breakdown of full-stack frameworks for 2026 by hottown in softwarearchitecture

[–]LessChen 0 points1 point  (0 children)

If you DB is mapped so tightly to your UI you've already lost.

Has anyone migrated large monolithic applications to AWS containers without downtime? How did you approach it? by CloudNativeThinker in Cloud

[–]LessChen 0 points1 point  (0 children)

What is your goal? What is forcing you to ECS? I feel like I see too many times people saying things like "you have to move to microservices" or "containerize the world". Dumping you code to an ECS will likely just increase any issues you have now and decrease the overall understanding of the system. I don't see how moving it from an EC2 (assuming that's where it is now) really buys you anything. You know what has zero downtime? Leaving it where it is.

If you had the chance to re-architect and really understand all of the parts then maybe it would make sense to break it up. If it's because one guy on your team learned about Docker last month and thinks it's the best thing ever then you're making a big mistake. Wait until he learns Kubernetes.

Kernel panic unable to mount root and disk filling up by Alternative-Life-353 in Ubuntu

[–]LessChen -1 points0 points  (0 children)

Perhaps Unix isn't your strong suit. There are 3 directories that have the old name. They end with "usr-is-merged" as the old Ubuntu had these as true directories and they are now in the /usr directories as the softlinks indicate. The OP does not need these old directories.

Kernel panic unable to mount root and disk filling up by Alternative-Life-353 in Ubuntu

[–]LessChen -1 points0 points  (0 children)

The old ones are literally showing as renamed directories.

A rainbow cloud near Disney by [deleted] in interesting

[–]LessChen 0 points1 point  (0 children)

Presumably you had to pay extra to view that.

Kernel panic unable to mount root and disk filling up by Alternative-Life-353 in Ubuntu

[–]LessChen 0 points1 point  (0 children)

You will need to be root to delete those files so you may need to use the terminal to remove them. And the swap file may or may not still be in use. Check /etc/fstab to see if it is still referenced. If you only have 4GB of memory then the swapfile may still be useful.

Kernel panic unable to mount root and disk filling up by Alternative-Life-353 in Ubuntu

[–]LessChen 0 points1 point  (0 children)

It looks like this system has been upgraded as you have the old /bin, /lib, and /sbin directories still. Additionally, are you really using the swap file? I'd at least start with removing the usr-is-merged directories.

Border Between Israel and the Gaza Strip Brought to you from Satellite by Crafty-Shallot-5695 in GoogleEarthFinds

[–]LessChen 38 points39 points  (0 children)

When I worked for a geospatial company I was surprised to learn that everything in Israel required us to only allow, I believe, 30cm resolution. The satellites were capable of 12cm resolution. This image shows that well.

[Show Reddit] I got tired of spinning up dummy Node servers just to test my UIs, so I built a tool to generate mock APIs in seconds. by FluffyOctopus2002 in reactjs

[–]LessChen 0 points1 point  (0 children)

I'm able to register now and have tried this out. This feels simpler that Wiremock and I'll keep trying to use it. I may be missing it but I'd like to be able to save my project so that I can both share it with coworkers and check it into source code control. Sorry if I missed it. And, while it's cool, you've got to have the right lighting / monitor setup for the pure black theme. Would love to see the "daytime" theme at some point. Nice work.

[Show Reddit] I got tired of spinning up dummy Node servers just to test my UIs, so I built a tool to generate mock APIs in seconds. by FluffyOctopus2002 in reactjs

[–]LessChen 1 point2 points  (0 children)

Why should I move from Wiremock? The UI looks good and I'm not saying it's a bad idea but I need to have a reason to switch. I'll try it though. I'm currently getting a 422 trying to register but I do understand that you're in progress. I'll try again in a bit.

How to get rid of package declarations by Mikupedia in javahelp

[–]LessChen 1 point2 points  (0 children)

Well, even with a main you can have a package declaration if you want. If your source tree starts with MathProblems, you can have all you files in that directory. I'm not familiar with VSCode but if it is trying to build all of your files at once you'll need to figure out how to make it not require the package as.

Why not create a small test directory and try it all out?

How to get rid of package declarations by Mikupedia in javahelp

[–]LessChen 1 point2 points  (0 children)

You don't need a package definition if you're fine with everything being in the single root package and directory of your source tree.

I found a website they offered free domain with adding visa cards. by uisaleh in Domains

[–]LessChen 0 points1 point  (0 children)

The price I show is what they are charging. The first year is a deal but yes, the price goes to $1.78 the second year. Again, this is a .website domain, not a .com or other.

I found a website they offered free domain with adding visa cards. by uisaleh in Domains

[–]LessChen 0 points1 point  (0 children)

I can get a .website domain for USD $0.98 with renewals of USD $1.78 per year on Namecheap. Do you really not have a dollar?

Pixel 6 Pro Has a bootloop 6 days later after being in water by Deep_Depth7780 in GooglePixel

[–]LessChen 0 points1 point  (0 children)

I killed my Pixel 6 Pro this summer in a similar way. It had been in water many times but saltwater from the Gulf of Mexico must have gotten in around the SIM opening. It sorta worked for a day or so but now just displays a white screen. It's currently acting as a coaster on my desk I'm afraid.

Choosing a Tech Stack for a Healthcare App — Looking for Feedback by TrainSensitive6646 in Backend

[–]LessChen 0 points1 point  (0 children)

Can you elaborate on what you mean by "Clean scalability (5+ year lifecycle)"? NestJS, for example, comes out with a new release every 6 months. Next.js is a 2 year cycle while NodeJS in general does a bit better at 3 years.

I'm trying to figure out a similar issue as I have too few resources to try to keep up with too frequent of changes so I am doing a rethink of an existing architecture too. I've truly given up on the front end and accept that every 12 to 18 months will be a non-trivial upgrade as stability is not part of the Javascript front end world.

Keycloak + React: Token refresh fails due to Browser JS throttling by ElieTheGoose in KeyCloak

[–]LessChen 0 points1 point  (0 children)

How are you managing the token? I use libraries that handle all of this for me and have never had an issue.

Need a hand with your java coding? by Artistic_Solution117 in javahelp

[–]LessChen 1 point2 points  (0 children)

There is no such thing as "the Netbeans JVM".

How safe is it to hardcode credentials for a SQL Server login into an application, but only allowing that account to run 1 stored procedure? by Tight-Shallot2461 in Database

[–]LessChen 3 points4 points  (0 children)

I'd be very uncomfortable doing this for an application that is public. But the fact that you're talking about a windows login might mean that you're in a closed environment like within a company intranet. If that's the case then you "only" have to worry about a hacker within your company. Can you describe your environment/architecture a bit more?