0%
I
am
a
software
developer
and
designer
weaving
together
technical
precision
and
artistic
vision
through
12
years
of
crafting
interactive
experiences.
I
strive
to
create
dynamic
systems
that
resonate
meaningfully
with
human
intuition.
software
djing
mixology
Salsa: Pomodoro Timer
Salsa is a minimalistic app for pomodoro timers.
Stay focused without distractions.
Work, study, get things done.
With Salsa you can set different combinations
of timers, decide if you want long breaks and
choose the number of sets you are aiming to complete.
© Oblivious
Amaretto Sour
2 oz. amaretto
1 oz. lemon juice
1 oz. simple syrup
0.5 oz. egg white
1 dash of angostura bitters
Dry shake, then normal shake
Add ice
Serve into an old fashioned
Garnish with orange peel
1 oz. lemon juice
1 oz. simple syrup
0.5 oz. egg white
1 dash of angostura bitters
Dry shake, then normal shake
Add ice
Serve into an old fashioned
Garnish with orange peel
Appletini
1.5 oz. vodka
1.5 oz. apple juice
0.25 oz. lemon juice
0.25 oz. maple syrup
Quick shake
Pour into a coupe glass
3-piece apple garnish
1.5 oz. apple juice
0.25 oz. lemon juice
0.25 oz. maple syrup
Quick shake
Pour into a coupe glass
3-piece apple garnish
Blue Feelings
0.75 oz. vodka
0.75 oz. malibu
0.75 oz. blue curaçao
0.75 oz. coconut cream
0.75 oz. lemon juice
2 oz. pineapple juice
Good shake
Add crushed ice
Double strain into highball
Garnish with pineapple wedge
0.75 oz. malibu
0.75 oz. blue curaçao
0.75 oz. coconut cream
0.75 oz. lemon juice
2 oz. pineapple juice
Good shake
Add crushed ice
Double strain into highball
Garnish with pineapple wedge
Kahlua Sour
2 oz. kahlua
0.75 oz. lemon juice
0.5 oz. simple syrup
0.5 oz. egg white
Dry shake, then good shake
Add ice
Strain into an old fashioned
Garnish with lemon slice
0.75 oz. lemon juice
0.5 oz. simple syrup
0.5 oz. egg white
Dry shake, then good shake
Add ice
Strain into an old fashioned
Garnish with lemon slice
Daquiri
2 oz. white rum
1 oz. lime juice
1 oz. simple syrup
Good shake
Strain into chilled coupe glass
Garnish with lime wheel
1 oz. lime juice
1 oz. simple syrup
Good shake
Strain into chilled coupe glass
Garnish with lime wheel
Mr Bali Hai
1 oz. white rum
0.5 oz. dark rum
1 oz. malibu
1.5 oz. pineapple juice
1 oz. lemon juice
1 oz. simple syrup
Shake
Add crushed ice
Fill in highball
Garnish with pineapple wedge
0.5 oz. dark rum
1 oz. malibu
1.5 oz. pineapple juice
1 oz. lemon juice
1 oz. simple syrup
Shake
Add crushed ice
Fill in highball
Garnish with pineapple wedge
How I Learn:
Computer Related Topics I Enjoy
Penetration Testing
unsigned char code[] =
"\x56\x5a\x56\x48\xbf\x2f\x62\x69\x6e\x2f\x2f
\x73\x68\x57\x54\x5f\xb0\x3b\x0f\x05";
int main(void) {
int (*s)() =
(int(*)())code;
s();
}
Interpreters
eval[e;a] = [atom[e] ->
cdr[assoc[e;a]];
atom[car[e]] ->
[eq[car[e],QUOTE] -> cadr[e];
eq[car[e];COND] -> evcon[cdr[e];a];
T ->
apply[car[e];evlis[cdr[e];a];a]];
T ->
apply[car[e];evlis[cdr[e];a];a]]
Object Oriented Programming
$Margaret --
#ultimate_answer: x => {
$true &
!$false
not
&& ($nil is_nil?) if_false: {
exit: 0 },
y = @self
methods size + @super to_string
length * 42,
[:symbol,
::label,
42,
42.2,
0b0110,
0xbeef,
0o741,
"str", %[y,
42,
"val"],
%{"k1":
-42, k2:
43}, %(42,
1::1, 0::1)] each: { elem |
puts: elem object_id
},
if: x < y then: { x } else: { y },
}
Garbage Collectors
if(esp > ebp) {
void *ptr;
for(ptr =
esp; ptr >= ebp; ptr = ((char*)ptr) - sizeof(void*))
iterate_mark(bin, *((void**)ptr));
}
if(esp < ebp) {
void *ptr;
for(ptr =
esp; ptr <= ebp; ptr = ((char*)ptr) + sizeof(void*))
iterate_mark(bin, *((void**)ptr));
}
Obfuscated Quines
eval$q=%w(q=%(eval$q=%w(#{$q})*"";);puts(q);)*"";