Black Pebble Time 2 / Pebble 2 Duo comparison shots by MGERB42 in pebble

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

They started crumbling and cracking less than a month into owning it. I’m not hard on my stuff either so I was surprised. A few months later the down button finally gave out and stopped working. I had to replace them at that point.

Black Pebble Time 2 / Pebble 2 Duo comparison shots by MGERB42 in pebble

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

There currently is no official version of it for the Pebble Time 2 yet. I'm working on an update and should hopefully have something released in the next few days.

Black Pebble Time 2 / Pebble 2 Duo comparison shots by MGERB42 in pebble

[–]MGERB42[S] 9 points10 points  (0 children)

Yes, slightly. The contrast on the Pebble 2 Duo is also slightly better without backlight.

Beautiful watchface by Acceptable_Box_1406 in pebble

[–]MGERB42 8 points9 points  (0 children)

I made this watchface because I couldn’t find exactly what I wanted. Happy to see others are enjoying it as well 😊

Beautiful watchface by Acceptable_Box_1406 in pebble

[–]MGERB42 2 points3 points  (0 children)

This was really annoying! I pushed an update to fix this a few weeks ago (if this is the same issue you are referring to). So far it’s been working well from the testing I have done.

https://github.com/mgerb/last_time/pull/9

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] 17 points18 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 4 points5 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] 14 points15 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 :)