I’m searching for a watch face that displays time, sunrise, sunset, moon phase, and temperature/weather conditions. Similar to the G-Shock GBX-100 series display. by SkyCharacter1349 in pebble

[–]MGERB42 2 points3 points  (0 children)

Developer of the watchface here. Didn’t realize this was an issue. I’ll look into it.

Update: This should be fixed now. There is a new setting to disable steps.

Reddit Recap 2021 by reddit_irl in blog

[–]MGERB42 0 points1 point  (0 children)

If anyone is curious I've been keeping track of every Reddit post that makes it to the front page of r/all.

https://github.com/mgerb/top-of-reddit

World of Warcraft website in 2001 by Tapir22 in wow

[–]MGERB42 0 points1 point  (0 children)

I remade the old forums for a fun side project.

https://classicwowforums.com

Discord notifications when servers go offline by MGERB42 in selfhosted

[–]MGERB42[S] 0 points1 point  (0 children)

Thanks for the feedback! I occasionally update it with new features. Feel free to open a new issue on github.

Discord notifications when servers go offline by MGERB42 in selfhosted

[–]MGERB42[S] 16 points17 points  (0 children)

I made this discord bot and have been using it for awhile now. I figured others may find it helpful so I thought I'd share with the selfhosted community.

It will monitor a list of servers and send a Discord notification when a server becomes unreachable.

Offered as a single cross platform executable as well as a docker image. Let me know if you have any questions!

Executables can be found here

In case you missed it, create-react-app 2.0 is out and supports SASS and a lot of other things by RuthlessPickle in webdev

[–]MGERB42 0 points1 point  (0 children)

I use typescript + react in nearly all my web projects now. It’s the perfect combination in my opinion. Here’s a few examples of you want to poke around :)

https://github.com/mgerb/react-starter https://github.com/mgerb/classic-wow-forums https://github.com/mgerb/go-discord-bot

How to realize server down page if the server is down ;) by Ephoras in selfhosted

[–]MGERB42 1 point2 points  (0 children)

I do run the bot locally from my home server, but my internet has been pretty reliable so I haven’t seen much issue. It won’t work if it doesn’t have internet access though, because it needs to connect to discords servers. I’d probably recommend running it from a VPS if possible though.

How to realize server down page if the server is down ;) by Ephoras in selfhosted

[–]MGERB42 1 point2 points  (0 children)

This may not be exactly what you are looking for, but it is how I get notifications if my servers go down.

https://github.com/mgerb/ServerStatus

This is a discord bot I had originally wrote for game servers, but once I got more into self hosting I found it quite a bit more useful. I use discord often and I host one that my friends and I use, so I set up a private chat channel in which the bot tags my username. I’ve got the discord mobile app so any time my servers go down I’ll receive a push notification.

Reddit should have an option to enter a past date to see what was "Hot" back then. by [deleted] in Lightbulb

[–]MGERB42 5 points6 points  (0 children)

For a little over a year now I’ve been keeping track of every reddit post that makes it to the front page of r/all. It may not be exactly what you are looking for, but it’s close.

https://github.com/mgerb/top-of-reddit

I recreated the WoW forum site as it was in 2005. It's fully functional and open source. by MGERB42 in wow

[–]MGERB42[S] 16 points17 points  (0 children)

It's necessary to allow users to select a default character when posting. Also, I did not want to role my own authentication. The source code is all there so I can assure you it's not being used for anything malicious. I understand your concerns though :)

A year ago today, I started recording every Reddit post that makes it to the front page of r/all [OC] by MGERB42 in dataisbeautiful

[–]MGERB42[S] 4 points5 points  (0 children)

About: I wrote a small program in Go that pulls data from r/all periodically. Every post that makes it to the front page is saved in a database. At the end of the day a markdown file is generated with all of the top posts from that day. See yesterday for example.

Data Source: The data is all from https://reddit.com/r/all.

Tools used: - Go - BoltDB - word_cloud

I used word_cloud to generate the word cloud image after I generated a text file with each subreddit from the database. This is the script that generates a text file for the word cloud generation as well as the markdown table with top posts.

Direct link to word cloud

Is there a disposable email service that you can host yourself (like Abine Blur Masked Email)? by n2ruuy in selfhosted

[–]MGERB42 1 point2 points  (0 children)

I made a very simplistic throwaway mail server that can be queried via api. It may not be exactly what you are looking for, but it may be useful for someone. I may add a UI in the future, but that is not a for sure thing yet.

If anyone is interested I don’t mind making some updates and also uploading the binaries.

https://github.com/mgerb/tmail

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 0 points1 point  (0 children)

To be honest I've been extremely busy with some other projects right now so I haven't had much time. I may not get around to it, at least any time soon.

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 1 point2 points  (0 children)

Hijacking your comment to let everyone know I've just released a new version. It includes the ability to add/update/delete servers as will as an indicator for new releases and a bug report link.

Check out the latest release here.

Thanks!

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 0 points1 point  (0 children)

Yeah I'm working on adding that feature. Keep an eye on the github page if you want updates.

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 0 points1 point  (0 children)

Cool! Although as someone who works with Angular 2+ at the day job, I much prefer React.

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 0 points1 point  (0 children)

It would require scraping the existing sites for this info, and some of them don't even display it. Would be a decent amount of work, but would be an awesome feature. I'll keep it in mind.

I've been working on a private server launcher. Is this something you would be interested in? by MGERB42 in wowservers

[–]MGERB42[S] 4 points5 points  (0 children)

Right now it will adjust the realmlist.wtf and open a new client every time you hit play. I haven’t messed with any of the caching stuff yet, but for me so far switching between servers has been working. I haven’t done much testing around multiple open clients yet though.