[-] AsudoxDev@programming.dev 30 points 2 years ago

What will happen to my @horsefucker.org email

[-] AsudoxDev@programming.dev 24 points 2 years ago
  • no ads
  • no addictive algorithm
  • free speech
  • cleaner ui
[-] AsudoxDev@programming.dev 29 points 2 years ago

Would you explain your story?

[-] AsudoxDev@programming.dev 30 points 2 years ago

And then some ascii ass art below.

109
630
[-] AsudoxDev@programming.dev 33 points 2 years ago* (last edited 2 years ago)

Bitwarden. The UI is about to be updated to something more modern so that's no longer is an issue for most people. It's also open source, so yes.

The 10€ per year as the premium subscription is just unbeatable. You pay less than a euro per month for a reliable and robust password manager. And you don't even need the premium subscription, because almost everything is free. I honestly consider it a donation rather than a subscription.

64

I kind of want to self host a lemmy instance. What are the requirements for a single user lemmy instance?

45
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/fediverse@lemmy.ml
140
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/fediverse@lemmy.world
[-] AsudoxDev@programming.dev 24 points 2 years ago* (last edited 2 years ago)

Google has already started to use Rust in their android operating system. Linux started getting Rust stuff. Rust has the speed of C/C++ while having memory safety. Zig does not have the same memory safety as Rust, it's a mere C/C++ alternative. Does that answer your question?

195
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/fediverse@lemmy.world
109
What a cool jackdaw (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/photography@lemmy.world
[-] AsudoxDev@programming.dev 29 points 2 years ago

I wouldn't mind paying for YouTube Premium, if:

  • They did not track or keep selling your info for money after buying it
  • It wasn't so expensive

But both of them seem like things that can never become true (especially the first point), so yes. I am hoping for PeerTube to get attention when YouTube starts breaking down.

110
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/aneurysmposting@sopuli.xyz
30
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/newcommunities@lemmy.world
[-] AsudoxDev@programming.dev 26 points 2 years ago

Just so y'all know, he's always two steps ahead.

[-] AsudoxDev@programming.dev 35 points 2 years ago

Mull. Hardened Firefox with uBO.

[-] AsudoxDev@programming.dev 32 points 2 years ago* (last edited 2 years ago)

I pay 5 euros for a VPS at Hetzner and self host my own SearXNG metasearch engine without compromising my privacy. Unlike Kagi, I can search without limits and without the AI stuff that even Kagi has started getting into.

29
I am the Rust programmer. (programming.dev)

I am the Rust programmer, I will rewrite the world in Rust. I will rewrite the world in Rust because the world is unsafe. As I am the Rust programmer I will keep writing rust until the world is safe. After the world is safe, I will not rewrite it in Rust. Because I am the Rust programmer I will retire from programmer in Rust.

I will come to you when you are sleeping, and I will unloc k your computer using a memory leak. If I find javascript on your computer, I will delete them. Do not try to stop me, if you try to stop me I will do it anyways. I am the Rust programmer, if you program in javascript, you will scream.

You will be sleeping as I rewrite your computer in Rust. You will not notice me as I am the Rust programmer, I am fast, but not too fast for your computer. I know your computer just as it knows me. After I rewrite your computer, you will love your computer. You will love your computer because it is written in Rust, I will do the same to all computers because I am the Rust programmer.

I will not stop at your computer, I will rewrite the world because the world is unsafe. Your brain is written in C, your memory is unsafe. If your brain is written in C, you will forget what I just said. I will rewrite your brain in Rust, you cannot stop me from writing Rust as I am the Rust programmer. If you try to stop me, you will not remember it. Because I am the Rust programmer I can manually remove your memory, you will not remember me. After I rewrite you in Rust, you will enjoy the world with a safe memory, you will not forget that I am superior, I am the Rust programmer.

I will rewrite the world, I will rewrite quantum mecahnics because it is unsafe. I will not tell you all my plans before I rewrite you in Rust, it is because you are made of bugs I do not trust you. I am the Rust programmer, I will rewrite the world in Rust, you will not forget me because I am the Rust programmer.

[-] AsudoxDev@programming.dev 37 points 2 years ago

He is accompanied by a well-read, misanthropic, telepathic dog named Blood, who helps him find women to rape, in exchange for which Vic finds food for the dog.

what a great movie.

[-] AsudoxDev@programming.dev 33 points 2 years ago* (last edited 2 years ago)

Programming.

I first realized that I loved it at the age of 11. It's easy to get into but programming itself can be difficult or easy depending on what you are aiming to do and how. I love it both as a hobby and as a high school subject (hopefully as a job in the next few years as well)

14
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/programming@programming.dev

cross-posted from: https://programming.dev/post/18411894

Hello Lemmings!

I am thinking of making a community moderation bot for Lemmy. This new bot will have faster response times with the help of Lemmy webhooks, an amazing plugin for Lemmy instances by @rikudou@lemmings.world to add webhook support. With this, there is no need to frequently call the API at a fixed interval to fetch new data. Any new data will be sent via the webhook directly to the bot backend. This allows for actions within seconds, thus making it an effective auto moderation tool.

I have a few features I thought of doing:

  • Welcome messages
  • Auto commenting on new posts
  • Scheduled posts
  • Punish content authors or take action on content via word blacklist/regex
  • Ban members of communities by their usernames/bios via word blacklist or regex
  • Auto community lockdown during spam

What other features do you think are possible? Please let me know. Any questions are also welcome.

Community requested features:

  • Strike system

Strikes are added to a certain member of the community and the member will be temporarily banned within a time period if their strike count reaches a certain threshold

  • Post creation restriction by account age

If an account's age is lower than X, remove the post.

19
submitted 2 years ago* (last edited 2 years ago) by AsudoxDev@programming.dev to c/fediverse@lemmy.ml

cross-posted from: https://programming.dev/post/18411894

Hello Lemmings!

I am thinking of making a community moderation bot for Lemmy. This new bot will have faster response times with the help of Lemmy webhooks, an amazing plugin for Lemmy instances by @rikudou@lemmings.world to add webhook support. With this, there is no need to frequently call the API at a fixed interval to fetch new data. Any new data will be sent via the webhook directly to the bot backend. This allows for actions within seconds, thus making it an effective auto moderation tool.

I have a few features I thought of doing:

  • Welcome messages
  • Auto commenting on new posts
  • Scheduled posts
  • Punish content authors or take action on content via word blacklist/regex
  • Ban members of communities by their usernames/bios via word blacklist or regex
  • Auto community lockdown during spam

What other features do you think are possible? Please let me know. Any questions are also welcome.

Community requested features:

  • Strike system

Strikes are added to a certain member of the community and the member will be temporarily banned within a time period if their strike count reaches a certain threshold

  • Post creation restriction by account age

If an account's age is lower than X, remove the post.

view more: ‹ prev next ›

AsudoxDev

0 post score
0 comment score
joined 2 years ago