!tmtdNXNOELtQdFnsiF:matrix.org

App Manager | Chat

222 Members
Official room for App Manager. Read community guidelines here: https://gist.github.com/MuntashirAkon/ee30789d2d3db2f97402baa60d89e04d18 Servers

Load older messages


SenderMessageTime
29 Oct 2024
@sennin78:matrix.org☘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
@sennin78:matrix.org☘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 that20:48:44
@muntashir:matrix.orgMuntashir Akon
In reply to @sennin78:matrix.org
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
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 of the benefits provided by the nonprofit has to be competitive.
20:55:04
@muntashir:matrix.orgMuntashir 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
@sennin78:matrix.org☘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 this20:58:05
@sennin78:matrix.org☘Eknom☘If you don't mind me asking you for feedback I sent you a dm with a concept I have20:59:49
3 Nov 2024
@zavocc306:matrix.orgWMCB Tech (marcusz) changed their profile picture.01:41:37
7 Nov 2024
@astoritin:matrix.orgAstoritin joined the room.00:05:59
12 Nov 2024
@astoritin:matrix.orgAstoritinI am so sorry for my rudeness action in translating.00:26:32
@astoritin:matrix.orgAstoritin changed their profile picture.00:38:33
@muntashir:matrix.orgMuntashir Akon
In reply to @astoritin:matrix.org
I am so sorry for my rudeness action in translating.
Your Weblate username?
03:12:09
@astoritin:matrix.orgAstoritin
In reply to @muntashir:matrix.org
Your Weblate username?
Both Github and Weblate's username is Astoritin
03:30:02
@astoritin:matrix.orgAstoritin
In reply to @muntashir:matrix.org
Your Weblate username?
*
03:30:12
@muntashir:matrix.orgMuntashir Akon
In reply to @astoritin:matrix.org
Both Github and Weblate's username is Astoritin
I 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:matrix.orgAstoritin
In reply to @muntashir:matrix.org
I 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.
Thanks 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:matrix.orgAstoritinI will try to translate as I am free (in particular docs)10:20:35
14 Nov 2024
@muntashir:matrix.orgMuntashir AkonDownload AppManager_v4.0.0-beta02.apk08:34:14
@muntashir:matrix.orgMuntashir AkonDownload AppManager_v4.0.0-beta02.apks08:34:16
17 Nov 2024
@cyb3rko:matrix.orgcyb3rko 🇩🇪🇬🇷 changed their display name from cyb3rko to cyb3rko 🇩🇪🇬🇷.03:31:41
22 Nov 2024
@astoritin:matrix.orgAstoritin changed their profile picture.15:24:22
@sennin78:matrix.org☘Eknom☘ changed their display name from ☘⚗💚🖥☯Eknom☯🖥💚⚗☘ to ☘Eknom☘.21:16:29
23 Nov 2024
@thalapathy:matrix.orgsynopsis1000248958.jpg
Download 1000248958.jpg
15:26:59
@thalapathy:matrix.orgsynopsisHow to generate a screenshot like this?. I mean the dark with light 15:27:17
@shuvashish76:matrix.org§Just take the screenshot twice and you can manually do it easily with GIMP. But Muntashir did it via some script17:04:47
@shuvashish76:matrix.org§ * 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
@thalapathy:matrix.orgsynopsisYeah 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:matrix.orgobersuppenruehrerMy 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:matrix.orgobersuppenruehrer* 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:matrix.orgobersuppenruehrer* 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:matrix.orgobersuppenruehrer* 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. dialog03:20:56

Show newer messages


Back to Room ListRoom Version: 10