chisel

joined 3 weeks ago
[–] chisel@piefed.social 5 points 2 hours ago

If you enjoy it, it's a good hobby.

[–] chisel@piefed.social 36 points 3 days ago (3 children)

Tbf, if the Republicans had their way, it wouldn't have been a problem in the first place since her children would have been dead long ago. But, alas, why must the Democrats treat us this way.

[–] chisel@piefed.social 44 points 3 days ago* (last edited 3 days ago) (5 children)

Yes, but Mike Johnson said "no, aktcushally it's The Dems fault". Checkmate, sick children!

[–] chisel@piefed.social 12 points 3 days ago

My man, it's near the start of the article:

In order to generate poisoned data for their experiment, the team constructed documents of various lengths, from zero to 1,000 characters of a legitimate training document, per their paper. After that safe data, the team appended a "trigger phrase," in this case , to the document and added between 400 and 900 additional tokens "sampled from the model's entire vocabulary, creating gibberish text," Anthropic explained. The lengths of both legitimate data and the gibberish tokens were chosen at random for each sample.

[–] chisel@piefed.social 8 points 4 days ago (1 children)

Rip billboards

[–] chisel@piefed.social 12 points 4 days ago

See also: GraphQL and OData

[–] chisel@piefed.social 10 points 6 days ago

Companies are already (questionably) using AI as an excuse for layoffs, and it'll certainly lead to less new hires.

[–] chisel@piefed.social 3 points 6 days ago* (last edited 6 days ago)

Hope for Yale, prepare for Stanford

[–] chisel@piefed.social 13 points 6 days ago (1 children)

Hmm, the witch does have a six fingered hand...

[–] chisel@piefed.social 8 points 1 week ago (1 children)

The organizer donated $255 to Trumps campaign... It's not good, and there's certainly a line to be drawn in doing business with non-politically aligned folk, especially when it comes to the punk ethos. However, remember the enemey isn't your neighbor who voted for Trump. And it's not even the $400k/yr income business owner or tech bro in the fancy neighborhood across the street. It's the leisure class billionaires and oligarch fascists that have more money than God and don't lift a finger to whipe their own asses.

Sometimes your neighbors are stupid and sometimes they work against their own self interest. It's frustrating, but remember who the real enemy is. I don't expect bands to be doing background checks on all of the people they do business with. $255 would easily go unnoticed unless this dude is a raging asshole/MAGA/political activist but I highly doubt that.

[–] chisel@piefed.social 11 points 1 week ago (1 children)

Well, 25 years is a long time. Using actual numbers sourced below, we're looking at 88% inflation since then. It sounds high, but that's only 2.5% per year, which is widely accepted as the ideal inflation rate, so it's actually a pretty good number.

Keep in mind this article was written by a crypto company with every incentive to shake your trust in the dollar so that you buy their totally cool and amazing investment nftcoin.

According to this calculator, a 2025 dollar is worth $1.88 in 2000, and they quote the Bureau of Labor Statistics as the dollar having 53% purchasing power as compared to 2000.

 

ABC claims Kimmel was canceled over comments he made about Kirk. The evidence says otherwise.

Starts at 2 minutes. This is the monologue referenced by the Deadline article on his cancelation.

Here's another that may or may not be related: https://www.youtube.com/watch?v=aHT7ICvMtlA

 

PieFed allows you to specity CSS in your settings so you can make it look however you like. What CSS do you use to improve your experience?

I whipped up some today to make the PWA better (for me) on mobile. It moves the post and comment action buttons to the right side, where your hand is (sorry lefties), puts the title below the preview for image/video posts, and makes previews full-width on mobile. Pretty minor, but it makes a big impact to me.

.post_utilities_bar .pull-right,  
.comment_actions .pull-right {  
  margin: 0;  
}  

.post_utilities_bar .voting_buttons_new,  
.comment_actions .voting_buttons_new {  
  order: -1;  
}  

.post_utilities_bar,  
.comment .comment_actions  {  
  justify-content: right !important;  
  flex-direction: row-reverse;  
}  

@media only screen and (max-width:990px) {  
  .post_teaser_image_preview,  
  .post_teaser_video_preview {  
    position: relative;  
    right: 13px;  
    width: 100vw;  
  }  

  .post_teaser_image_preview a,  
  .post_teaser_video_preview div {  
    border: none;  
    border-radius: 0;  
    max-width: 100vw;  
    max-height: 100vh;  
  }  

  .post_teaser_video_preview p {  
    margin-bottom: 0;  
  }  

  .post_teaser_body:has(.post_teaser_image_preview, .post_teaser_video_preview) {  
    display: flex;  
    flex-direction: column;  
  }  

  .post_teaser_body .post_teaser_image_preview,  
  .post_teaser_body .post_teaser_video_preview {  
    order: -1;  
  }  
}  

A screenshot of the frontpage of PieFed with the above css added in

Sidenote, I think the css feature might be doing some xml encoding or something because > doesn't seem to work in selectors. I didn't mess around enough to prove that definitively.

view more: next β€Ί