yeah the sound quality is not so great
new account: @quantenzitrone@feddit.nl doch nicht, vielleicht später
- 1 post
- 8 comments
Joined 4 years ago
Cake day: August 10th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
hey, i have one of those skullcandy headphones
i sometimes do that so i can inspect the error messages on a cleared terminal
Binaries are not in
/usr/binor/binexcept for/bin/shand/usr/bin/env. Programs should not assume fixed paths for binaries and instead look for them in$PATH.
- quantenzitrone@feddit.detoProgramming@programming.dev•How would I go about creating an alternative frontend for a website?3 years
I have no experience. Anyway:
- learn how to make a basic website in some flexible programming language like go, rust or python (django)
- make a list of functionality of your original website you want to provide an alternative frontend for (as a start, you can expand later)
- find a way to retrieve all important data for the most important functionality reliably
- implement it into your website
- make it fancy, expand functionality, use the same webpaths for you website like as the original (so it can easily be redirected with libredirect or similar)
You can also look at and analyze the source code of existing Libre frontends like rimgo (go).
/bin/bashwon’t work on every system for example NixOS some other systems may have bash in /usr/bin or elsewhere
bro that xkdc is gold

since yaml is just a superset of json, you can easily avoid all problems like this
yaml is like a less strict json for me