- π Β improving my programming skills
- π€ Β Exploring new technologies (blockchain,web3 & defi), quick hacks and making boring stuff
- π Β Studying law & computer programming
-
- β Β
coffee == 'perfectly brewed' ? mood = 'boosted' : '!boosted'
- β Β
DefinitionBlock ("ALKINDI", "GITHUB", "2", "SSDT", 0x00000000)
{
External (COFFE., MethodObj)
Method (COFFE, 1, NotSerialized)
{
Store (Arg0, Local0)
If (Local0 == 1)
{
Store (0x01, MOOD)
\_SB.PCI0.LPCB.EC0.RPPC (One)
\_SB.PCI0.LPCB.EC0.LOG ("boosted!")
}
Else
{
Store (0x02, MOOD)
\_SB.PCI0.LPCB.EC0.RPPC (Zero)
\_SB.PCI0.LPCB.EC0.LOG ("bad mood!")
}
Return (Local0)
}
}