Oh man, not case sensitive, NOOOOOO!!N
- 0 Posts
- 15 Comments
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.
For those who are curious about its history, this is where it all began for the visited links to be that color by default.
Date: Mon, 12 Apr 93 02:38:29 -0500
Subject: NCSA Mosaic 0.13 released.
- Changed default anchor representations: blue and single solid underline for unvisited, dark purple and single dashed underline for visited.
said@lemmy.sdf.orgto
Emulation@lemmy.ml•Are there any guides of how to play PlayStation games on Lemuroid?
1·9 months agoI don’t remember finding a guide for it but when I saw the bios menu in the settings, I went “use the source, Luke” way and searched in Lemuroid repo for bios detection.
Here is where it shows the bios files and corresponding systems that you can have and use. You simply drop those files to the same directory as roms. After a scan, you can check and see that bios files you copied are detected. Then it should work with any roms you have in hand for those systems.
Edit: Also I thought I should mention this part as well, copied from Lemuroid help:
*Why aren’t my games detected? If your games are compressed, try try putting ROMs into separate directories, one for each system with the following names: nes, snes, md, gb, gbe, gba, n64, sms, psp, nds, gg, atari2600, psx, fbneo, mame2003plus, pce, lynx, atari7800, scd, ngp, ngc, ws, wse, dos, 3ds.
I guess this is a guide now :)
Well if you happen to find a good app that does what you want on desktop, then you can complement it on Android with Markor , it’s “markdown native” and it has nice extra options like adding list elements, quick formatting etc. All based on markdown, can be easily switched between editor mode and preview(markdown rendered) mode.
said@lemmy.sdf.orgto
Programming@programming.dev•[SOLVED] Any Android Qr app (preferably Open Source) that allows decoding via "open with" or share?
41·11 months 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·11 months 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.
Of course Github is just an example but you can pretty much regex any URL and further filter out anything in order to get the apk link with it. So depending on your level of privacy requirement and trusted sources, you can skip all the centralized ones and build your own list of sources.
Not exactly answering your question but you can use the app Obtainium to fetch the apk URL from a website/github repo and many other sources to install directly. It also supports fdroid repos and many other sources out of the box. Kinda half way what you mentioned in your first paragraph.
said@lemmy.sdf.orgto
Privacy@lemmy.ml•How do you find the compromise between privacy and daily phone usage?
9·11 months agoIn addition to the answer #4, you can use Geo Share to automatically convert google maps links then open in OsmAnd for example.



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).