ieji.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
ieji.de is a generalistic mastodon instance, with the goal of being the fastest mastodon instance in Europe and with a focus on user privacy, like being usable via the tor network.

Administered by:

Server stats:

1.2K
active users

Project idea: YoloMake™

Problem: Open Source Project lacks build instructions.

Solution: A giant AI powered Makefile containing commands to build software with various buildsystems.

autoreconf -i
./configure
cmake .
make
ninja
scons
bazel build //...
meson setup build
cargo build
gradle build
mvn package
ant compile
go build
pip install -r requirements.txt
python setup.py install
pyinstaller
npm install
yarn install
dotnet build
xcodebuild
./gradlew assembleDebug
nix build .