Search Results
7/1/2025, 10:55:05 AM
>>105746678
>Rippin'
The original song's beat is rippin', not me. I actually suck at making beats, always have, so it's nice to remix songs that have sick beats because I can actually do it. My C64 beat sounds fine as-is, but I layered some of the original drums on top of it in FL Studio because it just sounded so much better. I wasn't able to reproduce the busyness of that sick breakbeat with the C64 because the SID only has 3 channels so the end result felt slightly empty. I've heard sick breaks on C64 though so it's just my lack of expertise, I'm sure a better SID composer can create tight breaks with the SID, along with other instruments.
>>105746678
>You just posted one of the best posts that this thread has seen in months.
I doubt that, but cheers if you liked it.
>Rippin'
The original song's beat is rippin', not me. I actually suck at making beats, always have, so it's nice to remix songs that have sick beats because I can actually do it. My C64 beat sounds fine as-is, but I layered some of the original drums on top of it in FL Studio because it just sounded so much better. I wasn't able to reproduce the busyness of that sick breakbeat with the C64 because the SID only has 3 channels so the end result felt slightly empty. I've heard sick breaks on C64 though so it's just my lack of expertise, I'm sure a better SID composer can create tight breaks with the SID, along with other instruments.
>>105746678
>You just posted one of the best posts that this thread has seen in months.
I doubt that, but cheers if you liked it.
6/19/2025, 5:18:27 PM
>>105641406
mkdir ~/Kernels
cd ./Kernels
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.11.tar.xz
tar xaf linux-6.14.11.tar.xz
cd linux-6.14.11
export ARCH=x86_64
export KCFLAGS="-march=znver2"
export KCPPFLAGS="-march=znver2"
make mrproper
make oldconfig
*answer default to all*
make nconfig
*unselect other supported CPU's, leave only AMD*
make -j10 bindeb-pkg
sudo dpkg -i ../*.deb
mkdir ~/Kernels
cd ./Kernels
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.11.tar.xz
tar xaf linux-6.14.11.tar.xz
cd linux-6.14.11
export ARCH=x86_64
export KCFLAGS="-march=znver2"
export KCPPFLAGS="-march=znver2"
make mrproper
make oldconfig
*answer default to all*
make nconfig
*unselect other supported CPU's, leave only AMD*
make -j10 bindeb-pkg
sudo dpkg -i ../*.deb
Page 1