Advertisement · 728 × 90

Posts by Akilesh A S

⚠️ An active phishing attack is targeting crate owners by asking them to "confirm that your email address is still active". These messages are not from crates.io, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) ⚠️

1 week ago 152 63 1 0

no slop

manual perfectly crafted code is a different pure vibe.

2 months ago 2 0 0 0
if self.vcore.is_still_faulted() {
    let vcore::Vrms {
        pwr_cont1,
        pwr_cont2,
    } = self.vcore.can_we_unmask_any_vrm_irqs_again(); // ...please?

    // okay, great!
    self.seq.ier.modify(|ier| {
        ier.set_pwr_cont1_to_fpga1_alert(pwr_cont1);
        ier.set_pwr_cont2_to_fpga1_alert(pwr_cont2);
    });
}

if self.vcore.is_still_faulted() { let vcore::Vrms { pwr_cont1, pwr_cont2, } = self.vcore.can_we_unmask_any_vrm_irqs_again(); // ...please? // okay, great! self.seq.ier.modify(|ier| { ier.set_pwr_cont1_to_fpga1_alert(pwr_cont1); ier.set_pwr_cont2_to_fpga1_alert(pwr_cont2); }); }

nothing quite like some artisanal hand-crafted 100%-human-written code

2 months ago 90 2 3 0
Post image

Sakana.ai's Transformer² arxiv.org/abs/2501.06252 paper features a cool new parameter-efficient fine-tuning (PEFT) technique that makes tuned models composable!  Let’s dive in 💦.
(They have stunning artwork on their website 🤩 too)

1 year ago 17 6 1 0