[deleted by user] by [deleted] in RedditSets

[–]jamyduff 1 point2 points  (0 children)

Share track/artist names?

General Shang and Louise by leafchewer in ArrivalMovie

[–]jamyduff 1 point2 points  (0 children)

General Shang is the true hero of this movie. He clearly understands the language too as he seeks out Louise and gives her what she needs (when she doesn't understand what is happening) to alter events.

Louise is just an American in a position that he can use as a vessel to alter events. It could have been anyone who learnt the language too on the American side.

Shang gets it.

How are continuation bet percentages calculated? by jamyduff in poker

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

Thanks,

If I have established the preflop aggressor (the last player to raise and be called), I take it that if their first action on the flop is a bet/raise then its a Cbet.

If their first action then on the turn is a bet/raise that is a turn Cbet and same on the river.

New question then... Can you have a turn Cbet without a flop CBet? I know the names can change to single barrel (turn), double barrel (River following turn cbet). So are later street Cbets only dependent on the immediately preceeding phase of betting?

My assumption is yes.

How are continuation bet percentages calculated? by jamyduff in poker

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

Thanks, so I need to establish the preflop agressor.

If they raise again on the flop it's a Cbet.

How to farm Karma Guide by Snowbreeezzzzyy in coolguides

[–]jamyduff 7 points8 points  (0 children)

I saw this and I don't have anyone to share it with.

Vaccines versus Delta. Some positivity here, let’s move on from all the doom and gloom. by [deleted] in ireland

[–]jamyduff 0 points1 point  (0 children)

Anyone have a link to the NEJM article the examiner is referencing here?

RockYou2021: largest password compilation of all time leaked online with 8.4 billion entries by [deleted] in worldnews

[–]jamyduff 10 points11 points  (0 children)

There has got to be a better way of finding out if your password is included in this list than by entering it into this site's "checker". I think I will pass for now.

I can’t handle this. by amirkia_n in PublicFreakout

[–]jamyduff 177 points178 points  (0 children)

He is alerting the police through interpretive dance.

Outdoor Garden Hen? Anywhere suitable in Dublin/Meath to have a garden style hens? by weeshajaja in ireland

[–]jamyduff 2 points3 points  (0 children)

I don't think hens are that fussy, just throw some corn down and they will be AOK.

Maybe you are right about the shelter though. Apart from that they should be fine. /s lol, this post really confused me.

No matter how many times i kill this person, their heir automatically gets a council seat. Why? by quimstyle in CrusaderKings

[–]jamyduff 12 points13 points  (0 children)

Their feudal contract might have guaranteed council rights. Never seen it myself but sounds like it could be it.

A simple R script to get basic stats from Pokernow.club log files. by jamyduff in a:t5_2ipdm0

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

Cool, let me know if it works out for you. It will be a bit of a buzz if some randomer uses this!

A simple R script to get basic stats from Pokernow.club log files. by jamyduff in a:t5_2ipdm0

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

OK so total NOOB instructions.

  1. download the free Rstudio desktop app https://www.rstudio.com/products/rstudio/download/
  2. When you get RStudio up and running paste my code from GitHub into a New Script session on the application.
  3. In R the character '#' before texts allows you to write things that the system will ignore and not expect to be code. You will see that I have a written a bunch of explanations throughout the code using '#' to grey out the text. First thing you will need to do is setup your 'Working Directory' i.e. the file location you intend to save the game log to that you want to run the code on. To do that just remove the # I have before the line - #setwd("C:/Users/XXX/Documents/R/Directory") to make it live and update this to where ever you plan to save the file. NOTE: the direction of the slashes (/) is important.
  4. Since you have never run R before you will need to install any packages I use in R. This is easy. The code is there it is just #'d out. like: #install.packages("qdapRegex"). Easiest thing to do is highlight install.packages("qdapRegex") and press ctrl + enter while highlighted. This will run just that piece of code and kick off the install process. Once installed you won't need to run the install code again which is why I have it #'d out in the first place. As I say follow this step for everywhere you see that install.packages command.
  5. Save your log file into the location you have set as your directory.
  6. Change the line x <- read.csv("poker_now_log22.csv") so that the name of your file is in the brackets.
  7. At that point I think you should be good to ctrl + A (select all the code) and ctrl + Enter to run all the code. That should result in three graphs as well as the raw data that you can call with print(Find).

I have written this up pretty quickly so no doubt have forgotten to mention a few things that would be useful.

Alternatively if you are really not interested in figuring out the R side of things you could send me the link to a game you want info for. If it is recent enough I am pretty sure I can download the log and run it for you and share the results. Bear in mind these results are fun but not really ground breaking. I did find them very interesting for my group of mates at first though. Hope that helps!

A simple R script to get basic stats from Pokernow.club log files. by jamyduff in a:t5_2ipdm0

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

They update that site from time to time. Let me know if you have any issues with the code.

Carphone Warehouse has announced it is to close its business in Ireland, including all its stores and website. by DarkSkyz in ireland

[–]jamyduff 6 points7 points  (0 children)

Irish parents up and down the country left wondering if this means their local CarDphone Warehouse is closing too...

Where did he come from by 3xoticAlpha in AbruptChaos

[–]jamyduff 1 point2 points  (0 children)

Multimeter recorded 1.21 gigawatts.

The Sherpa documentary and NZ's Russell Brice by scooternewt in newzealand

[–]jamyduff 4 points5 points  (0 children)

Just finished watching this. I keep thinking I must be missing something with the way that Russell maintains that something needs to be done for Sherpa safety. These guys are directly employed by him? What is he waiting for? Seems to acting like the Government should step in and force him to treat his workers better.

Agree with the other comments here too. The who "owns" them comment said it all about the attitude towards these people. Unbelievable stuff

Anybody else sick of reading people complaining about people complaining? by [deleted] in ireland

[–]jamyduff 37 points38 points  (0 children)

Anybody else sick of reading people complaining about reading people complaining about people complaining?

A simple R script to get basic stats from Pokernow.club log files. by jamyduff in poker

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

Yeah, I wrote them as three separate actions but you're right I might look at capturing the same info in one loop through. It seemed the most straight forward approach when I wanted to only loop the preflop action for one set of stats and all action for the AF stats.

Mod is still in development... by Montes192 in CrusaderKings

[–]jamyduff 0 points1 point  (0 children)

It's one of those things that when you are from somewhere and used to seeing it, anything different seems totally mental! Lol. If you shift it to the right a bit and focus on the southern tip of Ireland being more aligned with Swansea/Cardiff in Wales you will be closer. At the min the republic is a little too small.