yeah the sound quality is not so great
new account: @[email protected] doch nicht, vielleicht später
- 1 Post
- 9 Comments
hey, i have one of those skullcandy headphones
i sometimes do that so i can inspect the error messages on a cleared terminal
quantenzitrone@feddit.deto Free and Open Source Software@beehaw.org•FOSS Games are actually pretty good!7·2 years agoyes and no
FOSS games are good and fun, but to deliver a AAA game with a near-realistic 3D Graphics and a good several hour-lasting story, you kinda need some funding. I would be all for a concept where a game is open source, but you need to pay for the textures, meshes, voiceovers, in game dialog strings and similar stuff that is not code.
Binaries are not in
/usr/bin
or/bin
except for/bin/sh
and/usr/bin/env
. Programs should not assume fixed paths for binaries and instead look for them in$PATH
.
quantenzitrone@feddit.deto Programming@programming.dev•How would I go about creating an alternative frontend for a website?1·2 years agoI 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/bash
won’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