SpicyAnt

joined 9 months ago
[–] SpicyAnt@mander.xyz 8 points 1 month ago

What if houses just lazy?

[–] SpicyAnt@mander.xyz 13 points 1 month ago

La lechuga del diablo.

[–] SpicyAnt@mander.xyz 4 points 2 months ago* (last edited 2 months ago)

Mr Beast went through four controversies in a short amount of time:

Content warning: Sexualization of minors(1) Ava Kris Tyson (former Mr. Beast member) was shown to be a fan of an artist called Shadman that is known for drawing cartoon porn including "Loli" (drawings of sexualized children), and who drew the 8-year old daughter of a Youtuber. Ava bought some of Shadman's art (a non-pornographic piece is seen on a Mr. Beast video), and also made some loli-related comments in the past. It is not clear whether Mr. Beast was aware of this and whether he was also a fan of this content.

(2) There was evidence of the group running a discord with minors in which sexual topics were discussed. Ava was accused of "grooming". Discord chats were leaked and they confirmed the claims about Ava making a lot sexual jokes with a group of minors, but whether this is "grooming" is up for debate, as some consider adults being "edgy" with children not to meet the threshold for "grooming".

In response to both of these, Mr. Beast cut Ava out of Mr. Beast.

(3) There is a "Beast Games" show being produced by Mr. Beast for Amazon Prime. It turns out that putting 2,000 people to compete for 5 million dollars in Las Vegas was a recipe for organizational disaster. People had issues getting their medicines and underwear. People were fed low-calorie meals like a small amount of cold oatmeal and an egg spread at irregular intervals. Some people had seizures and the local hospital reported several injured visitors from the games. It was reported that the team invited people of all ages and then made them compete in physical games for which young men had a very significant advantage over the old players that were also cast. You can see an article about this here, and in the comments you can see many players sharing their bad experiences: https://www.casino.org/vitalvegas/mrbeast-shoots-beast-games-in-las-vegas/

(4) A person who has an employee for a short amount of time released a video in which he claimed a lot of Mr. Beast videos are faked/rigged. He also mentions multiple examples in which Mr. Beast broke lottery laws.

[–] SpicyAnt@mander.xyz 4 points 3 months ago (1 children)

The IP is dynamic, but for my self-hosted services that require a static IP I make use of a WireGuard tunnel between my raspberry pi and a virtual private server. The VPS has a static IP, so my domains point at the VPS and then the VPS re-routes the packets via the wireguard tunnel. In a wire guard tunnel only the server needs a static IP, so the VPS can route packets to the client even if the client's ip is dynamic.

[–] SpicyAnt@mander.xyz 7 points 3 months ago (4 children)

Also in the Netherlands and I have recently extended this concept to my home internet. Since 25 Mbps download / 10 Mbps upload is enough for my use, I no longer have an internet subscription and I make use of $25 LycaMobile unlimited data sim cards for home internet using a sim router. The IMEI of the router can be easily modified, which is also a plus.

[–] SpicyAnt@mander.xyz 4 points 3 months ago (1 children)

Thank you for the update. I'll check again tomorrow (as usual)

[–] SpicyAnt@mander.xyz 3 points 3 months ago

Sounds exhausting 😅

[–] SpicyAnt@mander.xyz 5 points 7 months ago (1 children)

I have a habbit of searching my own name a few times a week and sorting by new, to check if my name appears somewhere. It makes sense to me, but I would be self-conscious about it if someone asked me why tf I am looking myself up so often as if I'm famous

[–] SpicyAnt@mander.xyz 1 points 7 months ago* (last edited 7 months ago)

Yeah, it is written funny. But what it means is that the Linux kernel already comes pre-packaged with the drivers necessary to communicate using the protocol used by this device (UART or USB). These Linux drivers (and by extension Raspbian) are natively capable of interfacing via the GPIO pins or via the USB connectors. It is not true that the device is "driver free" as you always need a driver for this, what they meant is that it is not necessary to install any additional drivers for Linux. So "free from installation" I suppose.

Windows does not come pre-packaged with these drivers, so you need to install them if you want to interface with the device via USB. The chip that the board uses for the UART -> USB conversion is the CP2102. This chip is a common chip used in some ESP32 boards, and I think it would work fine with the standard CP210x driver. But on their site they do provide a specific driver for free (SIMCOM_Windows_USB_Drivers_V1.0.2.exe)

[–] SpicyAnt@mander.xyz 1 points 7 months ago

The board finally arrived and it is indeed the SIM7600G-H, which is the global version.

I tried it on my raspberry pi 5 and struggled a bit because there was a change to the UART interface between the PI 4 and PI 5 and the documentation on this board describes the PI 4. But, after some fiddling around I figured out the correct setting and got it to work. The main difference is that the "UART0" needs to be explicitly turned on because the default debugging UART now uses the UART10 interface that is somewhere else on the board.

[–] SpicyAnt@mander.xyz 19 points 7 months ago* (last edited 7 months ago) (6 children)
[–] SpicyAnt@mander.xyz 5 points 7 months ago

You are in the perfect position to help your brothers out!

This makes me think of those who design the US immigration forms.

"Are you coming here to commit crimes?"

( ) Yes ( ) No

 

I would like to use a SIM7600X 4G Expansion Board (like this one) to connect my raspberry pi to the mobile network.

In this raspberry pi I am also running an XMPP server.

I want to then create an account that will bridge SMS messages between the SIM7600 and my XMPP account (should be easy), and ideally it should also be able to bridge phone calls (might be difficult?).

I know about the XMPP-VoIP JMP.chat, and since they are open source I can get some inspiration from them.

I will try to implement something myself, but I am not an amazing programmer. So I am wondering whether there is already some open source project that is more tailored for this application.

 
 

I have a mobile wireless router (PW100 4G LTE Router) that provides WiFi via a SIM card. I have purchased several data "bundle codes". One way to activate a data code is to send a USSD code: *101*CODE#

The router's interface provides a USSD Service interface through which I should be able to send these USSD codes.

When I attempt to load a bundle code, or to check my balance by submitting the USSD code *101#, the site hangs and eventually prints out: "session terminated by network"

If I place the sim card into a phone I am able to issue the USSD codes without problem. So, it is the wireless router that is not properly managing the USSD connection.

I have been trying to troubleshoot this with no success. Do any of you here have experience with WiFi routers, or with USSD codes in general, and might have some suggestions of things I can try?

view more: next ›