bricked

joined 2 years ago
[–] bricked@feddit.org 2 points 1 week ago* (last edited 1 week ago)

For professional email I recommend firstname.lastname@domain because it's very common and lets people almost uniquely identify you from your email address alone. You could also register a domain such as lastname.com such that you can use firstname@lastname.com. Just make sure to use a reputable email host to make sure that your emails don't end up in spam.

 

Alt text: A GitHub PR from 2021 by Tylersuard with the title "Quality of code is too high". The author comments: "Please refactor to reduce quality of code to match industry standards."

[–] bricked@feddit.org 5 points 1 month ago

Preferrably all bricked up

[–] bricked@feddit.org 1 points 1 month ago

It's short for et cetera. It represents everyone I didn't explicitly mention

[–] bricked@feddit.org 17 points 1 month ago (1 children)

You're welcome

 
[–] bricked@feddit.org 11 points 1 month ago* (last edited 1 month ago) (5 children)

There are many modern alternatives to common Unix commands, often written in rust, or provided in Nushell, that showcase that. Here are some common themes I like:

Good defaults: You shouldn't have to memorize tar -xzvf just to extract a tar file; The thing you're most likely to want to do should be the default. But other use cases should still be achievable through the use of flags. Make simple thing easy and difficult things possible.

Subcommands: It helps separate and discover the different functions of a CLI. Paired with a help subcommand, you can quickly look up information for the subcommand you're actually interested in.

Domain specific languages: Many problems already have a solution in the form of a DSL, such as Regex or SQL. My favourite example for this is httpie, which lets you specify the type, body and parameters of an HTTP request without touching any flags.

I also much prefer long flags over short ones, because they are self-documenting.

[–] bricked@feddit.org 44 points 1 month ago* (last edited 1 month ago) (6 children)

Even if you can't afford Nebula, I recommend browsing its explore section, because many of its high quality creators and videos are also on YouTube. The following are some of my favourite creators on YouTube.

30 minute animated documentary-style videos: LEMMiNO, melodysheep, fern, Hoog, neo, PolyMatter, Imperial, Cipher, Real Engineering, Mustard

Shorter explainer videos: Posy, Kurzgesagt, PBS Space Time, Sciencephile the AI, minutephysics, Steve Mould, Half as Interesting

[–] bricked@feddit.org 4 points 1 month ago

The two times something like this happened to me, it was always a RAM issue. One time it was XMP, the other time I forgot to install swap, so the memory simply ran out

[–] bricked@feddit.org 3 points 1 month ago

Probably, but YouTube also compresses popular videos more aggressively, so you need to download less data to watch a second of video.

[–] bricked@feddit.org 45 points 1 month ago (4 children)

584895

In case you need my 2FA code

[–] bricked@feddit.org 2 points 1 month ago

True, I almost forgot that I had to give them my ID. That's pretty bad for your own privacy, but other than that Germany has better privacy laws than most other countries

[–] bricked@feddit.org 3 points 1 month ago (4 children)

Hetzner has some really cheap servers in Germany

 

A photo of a cake with 8 candles in a row. The first and fifth candle from the right are lit. The caption reads "Happy 17th Birthday"

 

Whenever I see this picture I think of this:

| Creature | Swims | Walks | Flies |
| -------- | ----- | ----- | ----- |
| Dog      | X     | X     |       |
| Fish     | X     |       |       |
| Bird     |       | X     | X     |
| Duck     | X     | X     | X     |

Notice how for each combination of swimming, walking and flying, there is a living creature that can do just that, with the exception of swimming and flying.

Sure there are flying fish, but they glide rather than fly. Did evolution really forget to cover this niche?

 

McMahon reaction meme depicting increasing satisfaction. Descriptions read as follows:

  1. "You discover a new app"
  2. "It's in Nixpkgs"
  3. "It has a NixOS module"
  4. "It has a Home Manager module"
  5. "It has a Stylix module which makes it look awesome"
509
submitted 9 months ago* (last edited 9 months ago) by bricked@feddit.org to c/linuxmemes@lemmy.world
 

Sayori meme representing Linux users. Sayori is disgusted by text reading "receiving pre-installed bloatware" and instead approves "accumulating bloatware over time". Bloatware refers to unused packages.

Edit: You are so kind to give me advice on how to remove bloatware, but I don't need it :D

 

An enlarged thonk emoji as background, caption reads "If POSIX is so great, why don't they release POSEVEN?".

view more: next ›