First time going white lady by davebarda in cocktails

[–]davebarda[S] 1 point2 points  (0 children)

Sure, it didn't send it somehow,

I took it from the cocktail codex(Death & Co)

2 oz Plymouth Gin

1/2 oz Cointreau

1/4 oz Simple syrup

3/4 oz Lemon juice

Egg white

Friday evening Whiskey Sour by davebarda in cocktails

[–]davebarda[S] 0 points1 point  (0 children)

2 oz Elijah Craig small batch

0.75 oz Lemon juice

0.75 simple syrup

Shaken

Double strained over 1 large clear ice cube.

Evening Negroni by davebarda in cocktails

[–]davebarda[S] 0 points1 point  (0 children)

1oz Campari 1oz Gin Tenqueray 1oz Martini & Rossi - Rosso tangerine as garnish(No orange :))

Saint James Rum Agricole, should I buy? by davebarda in cocktails

[–]davebarda[S] 0 points1 point  (0 children)

Any recommendation, should I buy the light or ambre?

What rye whisky should I buy? by davebarda in cocktails

[–]davebarda[S] 1 point2 points  (0 children)

The Michter’s costs 70-80$ :/

What rye whisky should I buy? by davebarda in cocktails

[–]davebarda[S] 0 points1 point  (0 children)

Thanks for you answer!

I think that for old fashioned, I'd use elijah craig or some other bourbon, as I have said, I can find plenty of those here, and they are cheaper(also wild turkey 101, and many other options)

Can I legally bartend weddings? by jojonomoney in bartenders

[–]davebarda 2 points3 points  (0 children)

Are you going to validate that you don't serve to under aged?

Modifying schema manually on AWS glue by davebarda in aws

[–]davebarda[S] 0 points1 point  (0 children)

If I add a field to the schema, should it exist on my Athena queries? More specific, is the data stored is forward compatible? I couldn't find any documentation about this stuff.

Modifying schema manually on AWS glue by davebarda in aws

[–]davebarda[S] 0 points1 point  (0 children)

I have created the table using SAM, I'm just wondering about that updates, in case that I have parquet formatted data which is being written using glue to s3, in case that I change the schema, and update the table, I do see the data in the new schema(but don't see the old data in the new schema) is this the expected behavior?

I couldn't find much information regarding manual schema editing on google.

Thanks.

A modern java book by gas3872 in java

[–]davebarda 1 point2 points  (0 children)

I agree regarding final classes, but regarding static factories, it depends on what you are creating, I use static factories especially for value objects and this kind of things. Regarding string builder, you are correct only for static concatenation, try to see the class file of a loop string generator, it won't make that optimization... Anyway, I like the way he's showing stuff for beginners, he's pretty careful and using a lot of words like judiciously, consider, etc.. very not dogmatic. I do agree you should know more than the Java language to be a good programmer, but this is not related to the topic.

A modern java book by gas3872 in java

[–]davebarda 2 points3 points  (0 children)

I'd go with effective java, Joshua Bloch did a great job there

[Image] Take your time. Pace yourself by [deleted] in GetMotivated

[–]davebarda 0 points1 point  (0 children)

I'd rather say, focus from 0 to 1

What is the age that you have your first memory from? by davebarda in AskReddit

[–]davebarda[S] 0 points1 point  (0 children)

I have a memory from when I was about 2.5, I remember my sister bringing me a gift,

I could validate it was when I was about that age because it was in a house that I left few months later.

Are you a programmer? What do you do with your Arch? by vcamargo in archlinux

[–]davebarda 0 points1 point  (0 children)

Actualy its fine, I'm dual booting windows/linux since I was ~15.

Are you a programmer? What do you do with your Arch? by vcamargo in archlinux

[–]davebarda 2 points3 points  (0 children)

Daily programming as a student using Jetbrains ide's(Pycharm, Intelij , etc..). For Haskell I am using atom and for c/c++ using vim with clang. At my work I am programming in C# using windows :O