Sender | Message | Time |
---|---|---|
29 Oct 2024 | ||
☘Eknom☘ | Wouldn't it be awesome if someone made a FLOS Browser that had a similar model to Ecosia (allegedly they plant a tree everytime you do a search) or somehow allow small mining to create a sustainable cyber ecosystem that supports FLOS project development? | 20:47:53 |
☘Eknom☘ | maybe a crypto where people can volunteer mining resources to pay developers? I don't know enough about tech to suggest but I think we have all the tools we need to someday build something like that | 20:48:44 |
Muntashir Akon | In reply to @sennin78:matrix.orgCryptocurrency itself hasn't proven to be sustainable. Rather, big corporations have small risk when they invest in crypto compared to the small ones or an individual. A nonprofit cannot sustain on its own, not anymore, it requires strong backers. Then there's also the issue of finding good developers. Recruiting a good developer whose interest aligns with the nonprofit can be quite challenging because of the benefits provided by the nonprofit has to be competitive. | 20:55:04 |
Muntashir Akon | * Cryptocurrency itself hasn't proven to be sustainable. Rather, big corporations have small risk when they invest in crypto compared to the small ones or an individual. A nonprofit cannot sustain on its own, not anymore, it requires strong backers. Then there's also the issue of finding good developers. Recruiting a good developer whose interest aligns with the nonprofit can be quite challenging because the benefits provided by the nonprofit has to be competitive. | 20:55:48 |
☘Eknom☘ | This is all good to know, I have been planning to try out a project but there are many things to consider now that I see this | 20:58:05 |
☘Eknom☘ | If you don't mind me asking you for feedback I sent you a dm with a concept I have | 20:59:49 |
3 Nov 2024 | ||
WMCB Tech (marcusz) changed their profile picture. | 01:41:37 | |
7 Nov 2024 | ||
Astoritin joined the room. | 00:05:59 | |
12 Nov 2024 | ||
Astoritin | I am so sorry for my rudeness action in translating. | 00:26:32 |
Astoritin changed their profile picture. | 00:38:33 | |
Muntashir Akon | In reply to @astoritin:matrix.orgYour Weblate username? | 03:12:09 |
Astoritin | In reply to @muntashir:matrix.orgBoth Github and Weblate's username is Astoritin | 03:30:02 |
Astoritin | In reply to @muntashir:matrix.org* | 03:30:12 |
Muntashir Akon | In reply to @astoritin:matrix.orgI was looking for your name in the blocklist as you said sorry for your rudeness. But that doesn't seem to be the case here. It seems you didn't ask me to add you as a translator before translating App Manager on Weblate. I'll now add you as a translator, and your previous contributions will be added if possible. | 09:50:13 |
Astoritin | In reply to @muntashir:matrix.orgThanks a lot, because it is fact that I haven't read the pinned message in Weblate, that's what I think I am rude :( | 10:17:50 |
Astoritin | I will try to translate as I am free (in particular docs) | 10:20:35 |
14 Nov 2024 | ||
Muntashir Akon | Download AppManager_v4.0.0-beta02.apk | 08:34:14 |
Muntashir Akon | Download AppManager_v4.0.0-beta02.apks | 08:34:16 |
17 Nov 2024 | ||
cyb3rko 🇩🇪🇬🇷 changed their display name from cyb3rko to cyb3rko 🇩🇪🇬🇷. | 03:31:41 | |
22 Nov 2024 | ||
Astoritin changed their profile picture. | 15:24:22 | |
☘Eknom☘ changed their display name from ☘⚗💚🖥☯Eknom☯🖥💚⚗☘ to ☘Eknom☘. | 21:16:29 | |
23 Nov 2024 | ||
synopsis | Download 1000248958.jpg | 15:26:59 |
synopsis | How to generate a screenshot like this?. I mean the dark with light | 15:27:17 |
§ | Just take the screenshot twice and you can manually do it easily with GIMP. But Muntashir did it via some script | 17:04:47 |
§ | * Just take the screenshot twice and you can manually do it easily with GIMP. But Muntashir did it via some python script | 17:05:05 |
synopsis | Yeah Here is the code from PIL import Image, ImageDraw # Load both screenshots dark_mode = Image.open("dark_mode.jpg") # Replace with your dark mode image light_mode = Image.open("light_mode.jpg") # Replace with your light mode image # Ensure both images are the same size dark_mode = dark_mode.resize(light_mode.size) # Create a new blank image split_image = Image.new("RGB", light_mode.size) # Get dimensions width, height = light_mode.size # Draw the diagonal split for y in range(height): for x in range(width): if x > (height -y)*(width/height): # Adjust this condition for different split angles split_image.putpixel((x, y), light_mode.getpixel((x, y))) else: split_image.putpixel((x, y), dark_mode.getpixel((x, y))) # Save the output split_image.save("split_image.png") | 18:47:31 |
28 Nov 2024 | ||
obersuppenruehrer | My AM (latest Debug V. In adb mode) is not showing running Apps any more. How can i fix that? And: I wanted to see if Non-debug beta2 shows them, but it doesn't work at all. When I tried to start it, it hung at initialization stage. | 02:59:28 |
obersuppenruehrer | * My AM (latest Debug V. In adb mode) is not showing running Apps any more. How can i fix that? And: I wanted to see if Non-debug beta2 shows them, but it doesn't work at all. When I tried to start it, it hung at initialization stage. Update: Now it started after 2min wait. | 03:03:18 |
obersuppenruehrer | * My AM (latest Debug V. In adb mode) is not showing running Apps any more, not even itself.. How can i fix that? And: I wanted to see if Non-debug beta2 shows them, but it doesn't work at all. When I tried to start it, it hung at initialization stage. Update: Now it started after 2min wait. | 03:04:23 |
obersuppenruehrer | * My AM (latest Debug V. In adb mode) is not showing running Apps any more, not even itself.. How can i fix that? And: I wanted to see if Non-debug beta2 shows them, but it doesn't work at all. When I tried to start it, it hung at initialization stage. Update: Now it started after 2min wait. Update2: i can't pair it with adb. Hangs forever at loading stage after you click apply in mode of operation. dialog | 03:20:56 |