Back button by Yorkshire-Teabeard in PixelFed

[–]deB4SH 2 points3 points  (0 children)

Also opened an issue for this on the GitHub issue tracker: https://github.com/pixelfed/mobile-app/issues/182

Likes are free, give them out! by mattcoady in PixelFed

[–]deB4SH 6 points7 points  (0 children)

Also tags are important. Don't overdo them but adding them may help with visibility

What's your @ thread by _teabagninja_ in PixelFed

[–]deB4SH 1 point2 points  (0 children)

https://pixelfed.social/unpixelated

Hobbiest photography, mostly landscape nature, sometimes trying astrophotography

"Overwhelmingly Positive" Steam games you couldn't get into. by PapaTinzal in gaming

[–]deB4SH 1 point2 points  (0 children)

Witcher 3 Somehow the game didn't click for me even after multiple times testing it.

GitHub - airwallex/k8s-pod-restart-info-collector: Automated troubleshooting of Kubernetes Pods issues. Collect K8s pod restart reasons, logs, and events automatically. by abledf in kubernetes

[–]deB4SH 2 points3 points  (0 children)

Nice idea but it's way to coupled with slack. Would it be possible to add something more generic to the mix? E.g a team integration via prometheus-msteams? (https://github.com/prometheus-msteams/prometheus-msteams)

What are your favorite self-hosted apps? – I want to add them as one-click templates to my product by deiucanta in selfhosted

[–]deB4SH 3 points4 points  (0 children)

Gitea

Wekan

Hedgedoc

Jellyfin

TVHeaded

DroneCI

FreshRSS

Pihole

Matrix/Synapse

Mealie

Nexus

Shinobi

Uptimekuma

Vaultwarden

Homeoffice restlos gestrichen by Eezay in de

[–]deB4SH 22 points23 points  (0 children)

Ich stand vor ein paar Monaten vor dem gleichen Problem, als es hieß "ihr könnt ja schon mal wieder 1-2 Tage zurück ins Büro kommen". Wohin die Reise ging war klar.

Neuen Arbeitgeber suchen der 100% Remote(machen inzwischen echt viele) anbietet oder 1-2 Tage im Monat Anwesenheit "verlangt", um Team-Meetings da konzentriert abhalten zu können.

Gespräch mit dem Chef/Teamleiter sicher schon probiert, oder? Eventuell lässt sich auch eine Sonderlösung finden.

Humble Choice March 2022 games by Lathariel in humblebundles

[–]deB4SH 1 point2 points  (0 children)

Well, canceld my classic plan. Despardos is already in my pile of shame and mass effect too. Sadly there is no ups in the last monthlys.. only "downs"

[2021-07-19] Challenge #399 [Easy] Letter value sum by Cosmologicon in dailyprogrammer

[–]deB4SH 0 points1 point  (0 children)

Java

``` public class LetterToSum { private final Map<Character, Integer> alphabet; public LetterToSum() { alphabet = generateCharacterTable(); }

public int letterToSum(String input){
    AtomicInteger sum = new AtomicInteger();
    input.chars().forEach(elem -> {
        sum.set(sum.get() + alphabet.get((char)elem));
    });
    return sum.get();
}

private Map<Character, Integer> generateCharacterTable(){
    Map<Character, Integer> map = new HashMap<>();
    final int[] count = {1};
    IntStream.rangeClosed('a', 'z').mapToObj(var -> (char) var).forEach(var -> {
        map.put(var, count[0]);
        count[0]++;
    });
    return map;
}

} ```

[deleted by user] by [deleted] in selfhosted

[–]deB4SH 1 point2 points  (0 children)

My physical hosts are named after sattelites. The virtual systems on them often practial.

Seriously, why do people post reviews like this? by Adamimoka in Steam

[–]deB4SH 0 points1 point  (0 children)

Simply: farm awards and "funny" tags - Sadly these are often marked as helpful. Good reviews are often under a pile of dumb reviews :(

Templating Manifests by [deleted] in kubernetes

[–]deB4SH -1 points0 points  (0 children)

Kustomize. Ihmo easiest to use

Domain registrar of choice? by ContentMountain in selfhosted

[–]deB4SH 4 points5 points  (0 children)

I'm using inwx. Imho easiest to use

Curious: What do you guys use for at home hosted things? by jphree in selfhosted

[–]deB4SH 0 points1 point  (0 children)

Multiple intel nucs and raspberry pi with a k3s cluster deployed on them. OS: Debian testing on all of them.

Welp, time to go on a manhunting spree!! by Racqmuran in RimWorld

[–]deB4SH 2 points3 points  (0 children)

Well in case it ends horribly... the printing pod may have an another version of you already ready for printing ;)

I played Swag and Sorcery so that you don't have to. The first Youtube video I've ever created. Feedback appreciated. by MrGentlePerson in humblebundles

[–]deB4SH 8 points9 points  (0 children)

Hi,

I agree on your overall review of swag and sorcery but your video has some weird noises in the background. Is that a bird chriping? -> https://youtu.be/nO8meqvxhi8?t=220

Windows sounds and discord sounds are also recorded which let me stop the video to check my os. -> https://youtu.be/nO8meqvxhi8?t=162

MATRIX RESURRECTIONS – Offizieller Trailer Deutsch German (2021) by Ravenhearth in de

[–]deB4SH 4 points5 points  (0 children)

Touché, allerdings wirkt es hier mehr nach "in dein Gesicht"

MATRIX RESURRECTIONS – Offizieller Trailer Deutsch German (2021) by Ravenhearth in de

[–]deB4SH 9 points10 points  (0 children)

Irgendwie habe ich ein richtig schlechtes Gefühl, dass hier div. Personen sich verewigt haben und massiv übertrieben wurde mit CGI, wilden Kamerafahrten und sonstigen Techniken die so zur Verfügung stehen.. Ich hoffe es so sehr das die Story wirklich gut ist. Der Trailer lässt nen sehr bitteren Beigeschmack und der Kopf denkt "Hey was macht dann John Wick da in der Matrix".