Is this the full rust rewrite everyone is talking about?
- 0 Posts
- 22 Comments
Good to hear. winboat seems to both target and achieve a more polished setup and use.
Even running office on wine is a good option if your target version has somewhat good wine compatibility.
There’s also winapps you can use to run it in a native windows environment in some way (another machine tucked away somewhere, in a VM etc.) and have it acting like a native app over RDP and even have integrations with file manager like file associations.
Instead of having a full desktop view in a remote desktop session, you’ll get each window in a separate window that’ll act like any other singular app. I used it when I had to use ms office and some other windows only app when I had a secondary PC that had to have windows anyway in a separate office in the same building.
It’s the first time I’ve ever heard of winboat and i feel like they are pretty much equivalent in what they do.
I don’t know how feasible for you to use an immediate mode GUI library but imgui came to my mind as soon as i read the post. However it’s written in C++ instead of C.
I never tried the C bindings but it seems to have a couple of options including cimgui to use imgui in a C project.
Maybe it’s worth a shot if you want something that’s proven to be lightweight and battle tested (I mean the main imgui project for this).
said@lemmy.sdf.orgto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Help changing text and images in POS softwareEnglish
3·8 months agoI don’t know if you missed my other reply but it’s indeed in the exe but they are compressed. Uncompressed exe had the resources you need to change in the exe file.
said@lemmy.sdf.orgto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Help changing text and images in POS softwareEnglish
12·9 months agoI think I found the half of the answer.
Out of curiosity I downloaded and installed the trial version from their website. When I inspected it, turns out it’s written in Delphi. What I’m guessing due to monolithic nature of the software (i.e. huge .exe file holding almost everything for the system) the already big (32.9 megabytes) .exe file is actually compressed. When uncompressed it’s approximately 100 megabytes. When I checked the extracted binary(extraction due to execution, hence looking at the memory dump of a once ran executable) the resources now show the logo and the name your censored in a png resource file.
There are several versions of it but I’m guessing one of them is used in that header, others may be used in about window etc.
Unfortunately my quickly hacked up dump file doesn’t run. So even if a modification is done, the resulting exe is not useful as it is.
Detect-it-easy can’t find the exact compressor for the exe sections. So I don’t know if there’s any available de-compressor for this .exe.
At least my findings show why you can’t see those resources in resource hacker. Because it’s compressed and unreadable as it is from the .exe.
It’ll probably be possible to modify those resources once someone can create a runnable extracted version of the original .exe. I hope this helps. I’ll post again if I have any other findings and/or solution.
said@lemmy.sdf.orgto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Help changing text and images in POS softwareEnglish
4·9 months agoImage file being explicitly converted into a specific resolution and bitmap makes me wonder if it’s the logo for printed materials like receipts i.e. necessary format for black and white thermal printer.
Oh man, not case sensitive, NOOOOOO!!N
I’m busted I guess. Beep boop.
Well that was the quickest random result I had while searching on mobile. Just to pave the way at least :)
That image seems to be on stock image sites like this one. So it’s just an image. Didn’t see any version that is converted to an actual theme.
Well, those windows reminded me of this old VLC skin.
And no, not a bot. Just a random internet user.
Other people already mentioned Roundcube and Snappymail, which are good options already.
There’s also Cypht if you want a different approach. It combines multiple accounts into same interface so you can have a unified inbox.
said@lemmy.sdf.orgto
Programming@programming.dev•[SOLVED] Any Android Qr app (preferably Open Source) that allows decoding via "open with" or share?
41·1 year agoThat’s interesting, I’m using it since android 4 days, don’t remember a single crash. If that’s the only case it crashes, I would open an issue and use it in the meanwhile. Check the permissions maybe?
said@lemmy.sdf.orgto
Programming@programming.dev•[SOLVED] Any Android Qr app (preferably Open Source) that allows decoding via "open with" or share?
6·1 year agoBinaryeye supports both decoding and encoding via Share menu. So you can share an image from any app to decode(can also be a photo that has a qr code somewhere). It also supports sharing a text or link to generate one. It also has searchable history support.
said@lemmy.sdf.orgto
Selfhosted@lemmy.world•XPipe - A connection hub for all your servers: Status update for the v14 releaseEnglish
1·1 year agoGreat then, thank you for the explanation.
said@lemmy.sdf.orgto
Selfhosted@lemmy.world•XPipe - A connection hub for all your servers: Status update for the v14 releaseEnglish
2·1 year agoSpeaking of the enterprise and free features, what does the open core only version provide when compared to the binary releases? Can the core component that has the source code release be used as is alone?
said@lemmy.sdf.orgto
Selfhosted@lemmy.world•XPipe - A connection hub for all your servers: Status update for the v14 releaseEnglish
3·1 year agoYeah I saw that option to offer free upgrade for the claimed personal use and that’s nice. It’s also just fine for paying such a product as a whole. I was just frustrated for not being able to try it with a single server.
Reason for Oracle Linux is my Linux journey pretty much started and continued with rhel based distros, be it Mandrake(yeap good old Mandrake) at home at first then actual redhat subscription in the research center I volunteered and mostly centos on my servers as well as fedora as my workstation OS.
After Centos upstream change, I started using Oracle and it’s nice and stable. As far as the explanation on the product page goes I guess anything that looks like rhel (like Rocky) will also ring the enterprise bells.
Thankfully most hobbyists like raspi users will go with Debian based stock OS or use something like Ubuntu server version so they’ll be fine with free version of xpipe.


Exactly same error for me. I’m glad there are such indicators so I don’t have to waste my time on such a crappy overcomplicated design.