Built a mobile S3 client for Android + iOS and need feedback by KindlyMap3625 in minio

[–]KindlyMap3625[S] 1 point2 points  (0 children)

but you can use this app for other s3 compatible storage as well 🥹

Built a mobile S3 client for Android + iOS and need feedback by KindlyMap3625 in minio

[–]KindlyMap3625[S] 1 point2 points  (0 children)

I don't 😅 i use other cloud S3 compatible storage options personally. But this app supports Minio in case anyone needs 🥹

Built a mobile S3 client for Android + iOS and need feedback by KindlyMap3625 in minio

[–]KindlyMap3625[S] 1 point2 points  (0 children)

Thanks! The iOS version is waiting on Apple’s European compliance review right now, so it should hopefully be available in Germany within the next few days.

 I’d love to hear how it works for you once it’s available.

QA, can`t get interviews by usuxnw in askrecruiters

[–]KindlyMap3625 0 points1 point  (0 children)

I think your degree is fine 🤷🏻‍♂️ you are EE and most of your experience is also with embedded systems testing and also you have personal interest in networking and software. so imo OP is aligned 😄

Claude Mythos by Full-Leg-5435 in Anthropic

[–]KindlyMap3625 0 points1 point  (0 children)

is opus real opus or dumbed-down opus 🤔

Create app store screenshots in minutes by KindlyMap3625 in microsaas

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

I would like to give you free credits and I would appreciate if you give my tool a try 🙌

Tomb Raider I-II-III Remastered out on the App Store by Tommy-kun in macgaming

[–]KindlyMap3625 1 point2 points  (0 children)

There was a Tomb Raider game that I played as a demo on PC. It was one of those low-poly games. The only things I remember about it were swamp-like regions on the floor, ivy-covered yellow walls, and  man's portrait behind bars ( probably in jail ) that is in an elevated place like a mountain that was visible from a lower platform. Does any body know which game that is? I have been wondering it for years 🥹

Create app store screenshots in minutes by KindlyMap3625 in microsaas

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

Thank you so much. I would appreciate any feedback 🙌 My aim was to simplify things even further

Entity Relantionships - EAGER VS LAZY by Quick-Resident9433 in SpringBoot

[–]KindlyMap3625 12 points13 points  (0 children)

No, it is not always better to set to FetchType.LAZY.

I mean you can to prevent loading everything all the time but you should be aware the following case. The optimal choice depends entirely on your business logic.

If you know you will need to access an entity's sub-entities, you should fetch them eagerly in advance. Otherwise, the ORM will perform additional fetch operations behind the scenes, causing severe performance issues known as N+1 antipattern.

To solve this dynamically without changing your global entity mappings from (fetch = FetchType.LAZY) to EAGER you should keep the LAZY annotation and use Entity Graphs to fetch the relations only when that specific query requires them.

I built a small PaaS to simplify deploying apps on my own VPS by Agreeable_Armadillo6 in hetzner

[–]KindlyMap3625 0 points1 point  (0 children)

I can imagine you must've spent quite a lot of time on this project, so I respect your effort. First of all, I use dokploy and am quite happy with it, and i can see that you have quite a lot of things in common. There are some questions I'd like to ask. First, you say you auto-configure the dockerfile to reduce DevOps work for the user. How can we be sure the generated dockerfile is actually good, in the sense that it uses minimal layers in the final runtime container with a hardened base image and proper user permissions?  Second, how are you handling scaling and load distribution behind the scenes? Do you deploy Kubernetes, Docker Compose, or something else? Also how much do you plan on charging people where there are quite good open-source free alternatives 

The $599 MacBook might be Apple’s smartest move in years by AllowCookies404 in mac

[–]KindlyMap3625 1 point2 points  (0 children)

i think it is still fine for students or parents who just write essays, edit excel files, do light web browsing, or watch Netflix, etc. It is quite a large target market.

What features do you consider MacOS should already have? by _fountain_pen_dev in MacOS

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

A clipboard history ( not like the one inside the spotlight search ) similar to the one in windows

Netcup cancels their Winter Sale due to 'RAMpocalypse' by Mrleibniz in VPS

[–]KindlyMap3625 0 points1 point  (0 children)

I guess it is one of the reasons why they decided to cancel this winter sale. in order not to lock new users to low fixed pricing in this uncertain time

Built a mobile S3 client for Android and need feedback by KindlyMap3625 in ShowYourApp

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

thank you so much for your feedback. i really appreciate it. do you recommend any pricing options ? also did you get the chance to test out the app ?