kionite231

joined 2 years ago
MODERATOR OF
[–] kionite231@lemmy.ca 0 points 2 months ago

I don't necessarily have all of the skill. I have been managing my Linux homelab for 2 years with 99% uptime. I know how to manage a Linux server, but I am new to clould computing...

[–] kionite231@lemmy.ca 1 points 2 months ago (1 children)

Thank you for your suggestion, I will look into it.

[–] kionite231@lemmy.ca 4 points 2 months ago

Thank you so much for sharing this!

[–] kionite231@lemmy.ca 1 points 2 months ago (1 children)

Am I tagged/labelled folks?

[–] kionite231@lemmy.ca 3 points 2 months ago

yeah, that was the first app I used to achieve the goal. however, for some reasons DroidCam was rejecting request from the reverse proxy, and I didn't have any idea why. so, I thought let's find an open-source alternative of DroidCam and then I found Remote Cam which worked great however the last commit was 2 years ago.

[–] kionite231@lemmy.ca 5 points 2 months ago

What made you think this is spam?

[–] kionite231@lemmy.ca 5 points 2 months ago

Thanks I didn't know that

[–] kionite231@lemmy.ca 3 points 2 months ago

Thank you so much for sharing it, I didn't know either!

[–] kionite231@lemmy.ca 5 points 2 months ago (2 children)

Why do you want to host it at all? I mean there are already a ton of fediverse servers out there you can tell Indian people to use one of those. also hosting is expensive unless you have a very good reason to do so

[–] kionite231@lemmy.ca 6 points 2 months ago

I am currently learning Java so my favorite IDE is Intellij IDEA :)

[–] kionite231@lemmy.ca 35 points 2 months ago

I am excited about Fediverse and how the open nature of it gave birth to thousand of open source projects.

[–] kionite231@lemmy.ca -2 points 2 months ago (1 children)

Good question.

  • I am not GreyTechno. I have just used an apk made by them to forward messages to my server.
  • I got it when I went for a tour, I had to get an SIM from there because the SIM I have doesn't work there. However since I am back home I no longer need that SIM so I thought let's do some experiments with it.
  • basically to create throwaway accounts like we use temp mails.
 

Hello,

It's been a while since I started finding Whatsapp alternative, I found IRC, XMPP, Signal etc, however the thing is that I can't convince other people to use Whatsapp, I can't say that "ohh it's bad for privacy" otherwise they will say "you are not a president, nobody cares about your messages". also I don't live in western country so I can't just say "I don't want to use Whatsapp" otherwise people will get mad saying "you are not a VIP, everyone uses whatsapp and you are not special".

however I found a way so that people won't blame me for not using Whatsapp, I have to somehow get banned from Whatsapp and then when people ask "why don't you use whatsapp" then I can say "ohh umm I don't know it stopped working, you can find me on Signal". that way people will be ready to install Signal to talk to me.

what are your thoughts? is it even possible to get perma banned from Whatsapp?

 

Hello,

I have been using erc ( IRC client ) for quite some time and I really like how it's integrated inside emacs. for past few days I have been trying out XMPP and would like to have a XMPP client inside emacs.

I searched on DDG to find an emacs client however none of them were actively maintain and the last commit was years ago.

is there a XMPP client written in elisp?

Thanks in advance!!

 

Hello,

I was looking to make a custom ROM for my device as a hobby project however I have zero knowledge of Android. I have never compiled AOSP myself nor used a custom ROM for a long time.

It would be great if we have a Android wiki like we have Arch wiki

Thanks in advance!

27
submitted 5 months ago* (last edited 5 months ago) by kionite231@lemmy.ca to c/selfhosted@lemmy.world
 

Hello,

I don't know if it's just me or duckdns.org is actually down for everyone else. I can't nslookup my domain name also can't access my website.

Edit: It's back on :)

 

Greetings,

my current ISP refuses to provide me a static IP and they also blocks incoming connection to my ipv6 so I can't host services on just ipv6 too. I will be changing my ISP when the plan expires.

without public IP I can host my own IRC bouncer but I would like to know what else can I self host? Thanks in advance!

 
  • what is data harvesting? It's a process of storing personal data from the users who uses online softwares, android apps and other online services.
  • why data harvesting terabytes of data? what is the incentive here? why fill up terabytes of storage with personal data of users? Big companies do this data collection to target you with personalized ads and also to sell your data to data brokers
  • Most people says “well i don’t have anything to hide so i don’t care” - but a person could have a embarrassing mental sickness like schizophrenia or OCD etc, and private stuff that shouldn't be disclosed. Just because someone has things that they prefer to keep secret that doesn't mean we are doing something criminal.

feel free to tell me what I should change or add to this? Thanks in advance!

 

Greetings,

I have recently made a GForth eval bot which you can use in ##forth channel on libera.chat . It's pretty much in beta state right now and has some weird rough edges. you can run arbitrary forth code using !gforth prefix.

feel free to give me some feedback :)

 

Greetings,

I wanted to know if the first partition has to be FAT32 and should be mounted at /efi . Gentoo and Arch tell us to always have first partition of type FAT32 however they mount it in different location. I am confused can anyone elaborate please?

 

Hello,

the most powerful thing in elisp is program as data but what does it mean how can I run data as a program. I was confused too but here is what I found.

First I tried this:

(setq x '(+ 1 3))
(x)

basically setting the value of x as a list. now x is set to some code but when I try to run x as function using (x) syntax we get this error *** Eval error *** Symbol’s function definition is void: x. It tried to look for function in x but couldn't find it. then how can I run the code that I stored in a variable? how to evaluate it? we need a built-in function eval.

If we run this code it works and outputs 4:

(setq x '(+ 1 3))
(eval x)

so yeah, it is how you can evaluate a code stored in a variable. feel free to correct me if there is another way to achieve it :)

 

Hello,

I have schizophrenia however you won't even know it unless I tell you myself, I only have delusion of reference and delusion of persecution. I feel like people want to harm me or mocking me. I don't hear any voices though which is the major symptom of schizophrenia. I am afraid of water and soap too.

AMA :)

view more: ‹ prev next ›