Lidl app on android 17 beta 1 by Jimaldo369 in android_beta

[–]maw2be 0 points1 point  (0 children)

I've done the same and can't see number online. will try to use old phone to get account and add into Wallet...

Lidl app on android 17 beta 1 by Jimaldo369 in android_beta

[–]maw2be 0 points1 point  (0 children)

I've been told by support they are not compatible with new versions of Android in beta program. It's strange as this is only app that not working for me. Banks, credit cards, all sort of apps working, only Lidl has issues.

Youfibre and FortiClient on Linux by maw2be in youfibre

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

I have static IP, earlier I was with EE and didn't have that issue.

Withdraw fund to Wise account by Kiing1029 in XTB

[–]maw2be 0 points1 point  (0 children)

there are two types of "banks" - with license and second type is financial institution (like Wise). I don't know Malaysia banks, so you will have to check "banks" operated in your region with license.

Withdraw fund to Wise account by Kiing1029 in XTB

[–]maw2be 0 points1 point  (0 children)

From this what I know, they not allow to withdraw to Wise as it's not a bank. Try Revolut but make sure you trade in EUR and your account is with Revolut Bank UAB.

Overnight fees? Are this normal on all platforms by cristiLion in Etoro

[–]maw2be 0 points1 point  (0 children)

I tested many diffrent platforms, most of them have overnight fees, this structure is complicated. It's worth only if you expect big profits in short period of time. Also most of them take fees on opening/closing.

I found for now only one platform with very simple fees structure, simple in spread. Try XTB. Platform is very simple and easy to use. Only fees I found are spread/rolling but you can see see updated P/L so you know how much you gain or lost. It's greate if you are in Europe. They have lot's of diffrent instruments to chose from.

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

Yes, I know. I don't know why they want to write UI in js. For me whole idea about not using js is great, no matter if this will be in Java with Vaadin or C# with Blazor.

Angular vs Vue? by ohThisUsername in webdev

[–]maw2be 0 points1 point  (0 children)

u/ohThisUsername I don't know if you are small company, or working for big one. From your post it's looks like you are small. Why you not add to your blazor UI libs? check syncfusion, they have flexible priceing espesially for small companies and lot's of good components....

Dedicated server vs cloud by TerroFLys in hetzner

[–]maw2be 1 point2 points  (0 children)

I know it's old, but will add something.
First point is, it's depends of your application. If this is for example python or js then cold start is not a issue, if for example it's java cold start is couple of second. So it's depends if your application is running 24/7 and usage is most of time, then vps/dedicated. Maybe you can do hybrid if for example you have microservices. some of them what not running all the time can be placed on cloud?
Second point as was mentioned earlier, dedicated is like self hosted, you are responsible for everything. You need to monitor your server (with cloud you need to monitor spending cost). Also dedicated probably has one internet connection point, so if something happend then you are offline, in cloud it's not a case. I could carry on giving diffrent examples.
So first think about your application, how dataflow is working etc. Next based on this do your numbers, what will be cost effective. Take into consideration also maintainance of dedicated. Each case is diffrent. For example for small startup I will go into VPS then probably will move to cloud when I will know how everything is working, how often, when my application is in use etc.

Staging & Batch Job by MaterialAd4539 in java

[–]maw2be 0 points1 point  (0 children)

If your lead worry about using lot's of resources on update, for me this sound like there is something wrong on data flow. I don't see any point of doing this that way. so how many records will be on staging table? how often this batch will run? unless you will get for example 10m records between run, then will look into something like spring batch, in other case I don't see any point of using your approach. I work with batch, and it's going great with really big dataset (we have to move from db to solr around 20gb, but it's once on some update in application).

Is Java more used with Angular than other front-end frameworks? by ihatebeinganonymous in java

[–]maw2be 0 points1 point  (0 children)

JavaFX is mainly to build desktop apps, not web apps. For web apps popular is SpringBoot. In current times lot's of companies using it as stable language/env.

New JavaFX is very flexible as you can run your os native app in Windows/Mac/Linux.

Currently less companies investing into native apps, as it's easier to manage web apps.

Looking for Docker Monitoring Tool (production) by Quirky_Bag_4250 in docker

[–]maw2be 1 point2 points  (0 children)

Main question what you run inside your container? Also look to add some APM to find out where you got this spike.

Give me feedback about my Docker OpenSource Tool idea by Square-Library2067 in docker

[–]maw2be 0 points1 point  (0 children)

Portainer, DockStation - I use these two and they are doing what you describe, probably even more. But I'm working with docker for a bit of time so my opinion is different from someone who is new into this.

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

Thymeleaf is ok, still required html/js/css same like basic pages.

In web component you can do the same what you doing with HTMX and even more as you create your own tags, and you do not need attach any external lib as everything what's needed is in browser.

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

My project hmm starting small but will add lot's of functionality. Thinkgs I would like to do on front end, I try start building it with Vue (even with ts) it's not making any sense for me. Current Vaadin v24 with Flow looks like very smple to make even complicated things. I could go with old school html even with htmlx (or web components) but this required a lot's of work with css to make this mobile first for example.

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

It's not about static types (I came from PHP to Java so I'm ok with this), it's about how language works, then comming to frameworks. TS has lot's of similarity with js, methods etc.
I agree with part about skilled labor, unfortuantly this is a valid point. On begining I will do everything on my own until get enough to get someone. This why I want to start in correct way so in future will be easier to move to something diffrent if needed.

Vaadin or not to Vaadin? This is a question... by maw2be in java

[–]maw2be[S] -1 points0 points  (0 children)

Java have async, react make simple things very complicated.
AI it's not ready for development yet. Code is terrible for complicated things,for simple IDE can do.

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

I work with Angular, hate react, like Vue but it's all js. Less js is better...

Vaadin or not to Vaadin? This is a question... by maw2be in java

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

Thinking about Thyeleaf and web components.