dx1

joined 1 year ago
[–] dx1@lemmy.world 1 points 10 months ago

This brilliant song, for anyone that struggles with literary interpretation, is basically a juxtaposition of childhood innocence, the careless attitude towards mass civilian deaths overseas caused by Western imperialism, and the monetization of those strategies by those in power, to illustrate the psychotic and fractured nature of Western psychology in regard to Western responsibility for atrocities and global conflict.

[–] dx1@lemmy.world 13 points 11 months ago (7 children)

Was literally thinking of looking this up last night. God knows the demographics line up.

[–] dx1@lemmy.world 8 points 1 year ago

I think it's both. Instead of trying to update the codebase with one new database attributes for each conceivable way to tag content, you simply put in facilities to abstract that - "show only posts with tag foobar", "hide all posts with tag foobar".

[–] dx1@lemmy.world 57 points 1 year ago* (last edited 1 year ago) (5 children)

Having gone through the code a bit, the NSFW handling looks very baked in, so it's not a small ask. The smart approach would be to add an arbitrary tag system and handle it that way.

[–] dx1@lemmy.world -1 points 1 year ago (3 children)

Idk why you're leading with writer pay, going into actor pay (most don't make squat) and then execs at the big companies involved are tossed in as an afterthought. Probably why you're getting downvoted.

[–] dx1@lemmy.world 16 points 1 year ago (7 children)

Great job everyone

[–] dx1@lemmy.world -4 points 1 year ago

Not "out of touch" with how "normal people" don't care about their right to privacy being trampled. Critical of it.

[–] dx1@lemmy.world 2 points 1 year ago

Flash back to two months ago when everyone was ridiculing people saying you should use open source apps

[–] dx1@lemmy.world 2 points 1 year ago (7 children)

Oh, you mean USB headphones? TBH, way overly complex compared to analog with (albeit negligible) audio quality loss, which still works with legacy tech going back decades. It's like arguing a bicycle is obsolete because motorcycles exist.

[–] dx1@lemmy.world 0 points 1 year ago (20 children)

Audio quality loss and latency are built into Bluetooth. Its only advantage is not having a wire.

 
h5, .h5{
  font-size: 1rem !important;
}
.post-title h5{
    font-size:0.9rem !important;
}
.btn {
  font-size:0.75rem !important;
}
#app > .mt-4 > .container-lg hr.my-3 {
   display: none;
}
#app > div > .container-lg {
    max-width: 100% !important;
}
#app > nav > .container-lg {
    max-width: 100% !important;
}
.post-listing{
    background-color: rgba(255,255,255,0.04);
    margin: 0.25rem 0 !important;
    padding: 0.25rem 1rem !important;
}
.post-listing picture img.rounded-circle{
    width:1.25rem;
    height:1.25rem;
}
.post-listing .d-none .row .col-sm-2 {
    max-width:150px;
}
.post-listing .d-none .row .col-sm-9 {
    display:flex;
    align-items:center;
}
#app > .mt-4 > .container-lg {
    margin:0;
    padding:0;
}
/* post index layout */
#app > .mt-4 > .container-lg > .row  {
    display: flex;
    flex-wrap:nowrap;
    margin: 0 !important;
}
#app > .mt-4 > .container-lg > .row > main {
    display: flex;
    flex-wrap:wrap;
    flex-basis:calc(100% - 450px);
    max-width:100%;
}
/* post layout */ 
#app > .mt-4 > .container-lg > .row > aside{
    display: flex;
    flex-basis:450px;
    font-size:0.7rem;
}
#app > .mt-4 > .container-lg > .row > .col-md-8 {
    width:calc(100% - 450px);
}
#app > .mt-4 > .container-lg > .row > .col-md-4 {
    width:450px;
}
.comment {
  margin-left: 1rem !important;
}
.comment .details > div > div > .md-div > p {
    font-size:0.9rem;
}

I'll probably keep tweaking these, stay tuned.

view more: next ›