winnie

u/winnie@lemmy.ml
3 posts · 27 comments

Recent posts

Recent comments

Why would they?) Mac is not needed.

You can cross compile for Linux from windows. You can cross compile from linux to windows. You could develop for Android and Swtitch from PC.

But you need god damn Mac to develop for mac or iOS.

I won't build software for Mac unless I am threatened heavily.

Yes! I hate that companies are trying to make people think thar rooting=unsafe. Then make it work safely. Root user is safe on Linux, then why it isn't on phone?

That's just boils down to user not giving root access to every app.

Suggestion at the end:

  <a class="boom" href="https://boom .arielaw.ar">hehe</a>

Wouldn't it destroy GoogleBot (and other search engine) those making your site delisted from Search?

Your link has no article, and Video inside Flash file (swf) that itn't opening in 2024.

And I don't want to install Flash on my machine...

Have you tried Flutter?

I didn't develop on it, but I've used recently one app written in it and it was hot pile of garbage.

It was slow as a slug, and eat lot of CPU. I've also checked web eversion and was astonished as it rendered everything into canvas. It's really poor design choice to render everything by app itself.

I guess it was just buggy app, but I didn't try other apps in flutter, so can't compare.

But web demo of flutter UI components with list box was also not so fast. But perhaps it's just web version. Didn't know any example of good flutter app.

on sIGmA BeHaiovouR · c/memes · 23 pts · 2y

They just should let users choice to use older version, like concise games that strive on mods do. Like Rimworld or ONY

on Is RAID still needed? · c/asklemmy · 2 pts · 2y

Ok. Coz it is really common for SteamD users to forget removing SD card when didassembling device. Lots of cards have been lost

on Is RAID still needed? · c/asklemmy · 1 pts · 2y

What about dm-raid? Is it still risky? I guess so, because it's separate devices. So any software raid with 5-6 would be problematic?

Is zoom Electon?

It looks like shit and feels like shit. I thought it was native tbh... given how chunky UI is. Looks like GDI programming to me. Or they took design from Android 2 and ported it to Desktop.

I haven't use any alternatives, and haven't developed with electron, but I know that there are another alternative -- Tauri. It also uses web-view. It's built in Rust and allows apps to be developed in JS (providing JS api) and in Rust.

What I can say -- JS support won't be cross-platform, like we have with NodeJS in electron. Special debug per platform might be required.

on Is RAID still needed? · c/asklemmy · 1 pts · 2y

AFAIK only officially supported RAID modes in BTRFS are RAID0 and RAID1.

RAID56 is officially considered unstable.

on Is RAID still needed? · c/asklemmy · 1 pts · 2y

But AFAIK real RAID don't perform CRC, thy rely on drive to report bad sector. In case if on one drive data got corrupted, it would return data from one drive or another. In case of mirroring. If we aren't talking about RAID 6 I think.