Skip to content

Posts

We sometimes post stuff here, so have a look around

A new website is in the works

For quite some time now i was thinking "What if i build a better site that dosen't rely on mkdocs and material for mkdcos". I now started building the new Website a few days ago and it has made some good progress, it's being made in Vue (using the Nuxt framework) and with some components from Quasar. With any luck the website might complete this month with gradual updates adding features/changes.

Planned Stuff:

  • Authentication
  • Comments (Maybe)
  • More Colors!
  • Utilities
  • Better Uptime Monitoring with each service having it's own monitoring

At launch, the website probably won't have a blog section, but that will be the top priority for future updates.

The current status of Invidious

As many of you have noticed, the Invidious instance has stopped working and displays "This helps protect our community. Learn more" when opening a video.

Invidious Image showing the Error

This is due to YouTube rolling out changes which affect some instances, we are awaiting for a update from the Invidious mainteners to fix this issue.

Until then the instance is broken, and we can't really change it.

P.S: We are working on routing Invidious traffic through a few residential ips that we have access to which should help the instance not get flagged by YouTube, but that is still in the works.

Disabling Palm Sense on Elan Touchpads

I own a Laptop with a Elan Touchpad (which sucks) and since using the Touchpad while typing is not possible i looked through a few forums and found some registry entries to change.

Just download the File and apply it, and restart. After that you should be able to type and use the Touchpad at the same time.

hi there einfachzocken

heya , this is my first post as a new member . Im here mostly for the blog and the services and time to time ill be tweaking up the graphic design.

Deploying Material for MkDocs to Vercel

Since we are using Vercel for Hosting the Blog to make sure it dosen't go down when our Provider has issues, we thought we'd make a small tutorial on how to Deploy Material for MkDocs to Vercel

We asume you already connected your repo with vercel or set it up some other way.

  1. Go to the Vercel Dashboard and go the Build settings
  2. Enter the following values
Build Command: mkdocs build
Output Directory: site
Install Command: pip install urllib3==1.26.6 && pip install -r requirements.txt

When it's done it should something like this Image showing our Build settings 3. Click on save
4. Try running vercel and if the Build succeeds than you're done!

We hope this helped someone since we had this issue and found nothing online.

We have a new website (again)

This is not an April Fools joke, we really have a new website.

You may now ask yourself why, and the reason is we don't need a complex website and use Material for MkDocs is simple enough. (And we are bad at making Websites lol)