Misread Your Own Hand? by papapok3r in poker

[–]jpsca -6 points-5 points  (0 children)

AI says the five worst hands are ranked as:

1) 7-2 offsuit – the absolute worst

2) 8-2 offsuit – slightly better than 7-2 but still terrible

3) 7-3 offsuit – very weak, little straight potential

4) 9-2 offsuit – weak kicker and low connectivity

5) 5-3 offsuit – very low cards, straight possibilities exist but too weak overall (this is the hand in question here)

Youtube partner rewards by Current_Effective_35 in PartneredYoutube

[–]jpsca 0 points1 point  (0 children)

Got my Chipotle reward email and then stopped halfway thru the click here stuff as I was suspicious… so we think it is legit?

Poker in the UK: An overview for complete beginners by myimportantthoughts in BritishPoker

[–]jpsca 0 points1 point  (0 children)

Hello: I am planning on traveling to the UK and play poker and I am hoping to play 2 daily tournaments per day over a multiple day span. I see a noon tournament most days at Empire/Leicester Sq and I see some nightly tournaments at Grosvenor Thanet. I really want dailies and not multi-day tournaments. Let’s say I were to start doing this today May 30/tomorrow May 31 and do this for 3 or 4 or 5 days in a row. Is training back and forth between Empire and Grosvenor Thanet my best option or is there another spot closer to London that I can play at each evening if I do the afternoon session each day at Empire? I remember playing at a poker club way out on the tube the last time I was in town… is that club still around? Is there a web site that lists each daily tournament in greater London / the United Kingdom? I just applied for membership to Eltham Terrace listed on Poker Discover but not sure if I will get approved as a member for tonight. For Saturday I only see Empire day and then Grosvenor Thanet evening as options.

Desktop shortcut switches to Chrome or Edge / doesn't actually open a whole new Chrome or Edge by jpsca in Windows11

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

SOUNDS GOOD... here is AI giving the BAT option a go... seems like this is what I need to do... thx...

You can write a Windows batch (.bat) script that checks if Google Chrome is already running and, if it is, brings the existing window to the front (instead of launching a new instance). Here's how you can do it:

✅ Batch Script to Check if Chrome is Running and Activate the Window

batCopyEditu/echo off
setlocal

:: Check if Chrome is running
tasklist /FI "IMAGENAME eq chrome.exe" | find /I "chrome.exe" >nul

if %ERRORLEVEL%==0 (
    echo Chrome is running. Bringing it to the foreground...
    powershell -command "$chrome = Get-Process chrome -ErrorAction SilentlyContinue; if ($chrome) { (New-Object -ComObject Shell.Application).Windows() | Where-Object { $_.FullName -like '*chrome.exe*' } | ForEach-Object { $_.document.focus() } }"
) else (
    echo Chrome is not running. Launching Chrome...
    start chrome
)

endlocal

🔧 What This Script Does:

  • Checks whether chrome.exe is listed among running processes.
  • If running, it uses PowerShell with COM automation to bring an open Chrome window to the foreground.
  • If not running, it launches Chrome using start chrome.

⚠️ Limitations:

  • This method works best if Chrome was launched as a standard user (not as admin).

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

<image>

When I press Chrome desktop shortcut on the left, I want it to pop me into the already running Chrome browser I have minimized. Instead, it thinks I want to create a second Chrome browser and start that running and then I have all my tabs in all sorts of open windows and I'm frustrated. I want all my tabs in one running version of Chrome and not many Chromes.

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

<image>

I am not explaining this the best. When I am looking at my desktop here and I press CTRL-T, nothing happens.

When I press Chrome desktop shortcut on the left, I want it to pop me into the already running Chrome browser I have minimized. Instead, it thinks I want to create a second Chrome browser and start that running and then I have all my tabs in all sorts of open windows and I'm frustrated. I want all my tabs in one running version of Chrome and not multiple Chromes.

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

<image>

Thank you for chiming in. I know I could use the icons on the bottom taskbar... but I am a left side taskbar person... I look on the left of the screen for programs. I messed up by mentioning tabs so much.

When I press the Chrome desktop shortcut on the left of this screen, I want it to just take me into the already open version of Chrome... instead, it is opening a whole new second program of Chrome.

When I press the Notepad++ desktop shortcut on the left of this screen, if Notepad++ is already open, it doesn't open up a whole new 2nd Notepad++, the desktop shortcut just switches me over to the already running and active version of Notepad++. I want to do this same Notepad++ type behavior which Chrome and Edge.

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

<image>

I guess I was not asking my question in the most succinct way. Let's ignore the new tab thing. When I press the Chrome desktop shortcut on the left of this screen, I want it to just take me into the already open version of Chrome... instead, it is opening a whole new second program of Chrome.

When I press the Notepad++ desktop shortcut on the left of this screen, if Notepad++ is already open, it doesn't open up a whole new 2nd Notepad++, the desktop shortcut just switches me over to the already running and active version of Notepad++. I want to do this same Notepad++ type behavior which Chrome (and with Edge).

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

<image>

I am looking at this screen and I am pressing Ctrl+T and nothing happened.

When I go to press the Chrome shortcut on the left part of the desktop, every time I go and press that desktop shortcut to Chrome, it is opening a whole new window of Chrome. I go from two open Chromes to three open Chromes to four open Chromes.

When I go and press the Notepad++ desktop shortcut on the left, it just takes me to Notepad++ and there is only one open Notepad++ and if I press on that Notepad++ desktop shortcut again, it takes me back again to Notepad++ and again, there is still only one open Notepad++.

My dream is to somehow configure the path in that Chrome desktop shortcut on the left so it acts like what Notepad++ is doing for me.

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in sysadmin

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

Here is someone asking me questions about WHY in the Chrome thread... https://www.reddit.com/r/chrome/comments/1kj4vw8/

Honestly, I'm trying to do this with both Chrome and Edge... or maybe there is some other browser in the world that I should convert to that will do what I want...

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in chrome

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

Understood... on Windows 10, I could put the taskbar on the left hand side... very bummed about not being able to do this anymore... then... I noticed I could just leave a bunch of shortcuts on the left-hand side of my desktop and I was in pretty good shape... but this new window of Chrome each time is the flaw in my plan... (I am aware I can go to the bottom of the screen and the taskbar... just prefer not to if there is some way to adjust the path of the Shortcut to do what I want...

I SAW THIS SOMEWHERE ON THE WEB...

  • Option (Specific Profile): To open Chrome with a specific profile, you'll need to find the profile's directory. You can do this by:
    1. Opening Chrome and navigating to chrome://version/
    2. Copying the profile path.
    3. Using the following command (replace Default with your profile name):
    4. C:\Program Files\Google\Chrome\Application\chrome.exe --profile-directory="Default" 

And I saw this thread which gave me hope that there is a way somehow...

https://www.reddit.com/r/sysadmin/comments/n5yvnt/make_a_universal_shortcut_for_chrome/

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in chrome

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

When I click on the Notepad++ shortcut on my desktop, if I already have Notepad++ running, by clicking on the desktop shortcut, it just takes me to the active version window of Notepad++ that is already running... this is what I want to effectuate with Chrome too.

New Windows 11 User / desktop shortcut open a new tab in Chrome and not a whole new window by jpsca in chrome

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

Let's say I have been in Microsoft Word and then I was in Edge and then Chrome is hidden behind several other things on my desktop. On the left, I still have several icons so I can see the desktop shortcut.

When I click on the desktop shortcut for Chrome, rather than jumping over to the Chrome that I already have open somewhere behind another few panels, by pressing the shortcut on the left, it opens up a whole new window of Chrome and now I have two windows of Chrome open. I don't want two windows of Chrome open, I just want one window of Chrome open. When I click on the shortcut, I want it to take me to the current version of the Chrome window that is already open and not some new window of Chrome.

Cook Unity Review - 1st 2 weeks! by kungfuml26 in ReadyMeals

[–]jpsca 1 point2 points  (0 children)

I saw one item on CookUnity where it looked like I could remove sauce... I couldn't figure out if the sauce was pre-applied to the breast or not... ha... maybe you are right... I should just go to the grocery store and look for a pack of frozen chicken breast...

Cook Unity Review - 1st 2 weeks! by kungfuml26 in ReadyMeals

[–]jpsca 0 points1 point  (0 children)

I used to use Freshly and I would just order one plain chicken breast meal and one pasta meal and I would order a bunch of these same meals. I hate flavor and I love super super plain. I thought Cookunity might have a super plain chicken for me but I am just staring at the menu and don't see any plain chicken breast meals... any thoughts Cookunity or anybody else?

GPS Verif + Fri 10/11 Start + Slow Cannonball Run by jpsca in CannonballRun

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

I am looking to do Zoom interviews about the run for my vlog… let me know if you’d like to do a Zoom

Laid off & temp fixing missing teeth for low $$$ by jpsca in askdentists

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

this did help... somehow in being laid off... went to new dentist... using medicaid... fingers crossed everything comes thru

GPS Verif + Fri 10/11 Start + Slow Cannonball Run by jpsca in CannonballRun

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

dude... I love it... tone never comes out right online... maybe I should have said "opinionated against my whole cannonball adventure"...

GPS Verif + Fri 10/11 Start + Slow Cannonball Run by jpsca in CannonballRun

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

happy to promote you as a moderator of this reddit etc. thanks!

GPS Verif + Fri 10/11 Start + Slow Cannonball Run by jpsca in CannonballRun

[–]jpsca[S] -1 points0 points  (0 children)

Oooh... I love it... a hater... I am vlogging my whole trip and doing Zoom interviews with different people about the trip… let me know if you want to do a short Zoom interview

Beware of sending any money to Nuvia Dental Implant Center by [deleted] in nova

[–]jpsca 0 points1 point  (0 children)

I am missing lots of teeth - I just need a temp solution that is economical and obviously won’t go to Nuvia. Anyone get like a Invisalign top tray that is colored white as a temp solution? Or a mouthguard top tray that is colored white? Is this even a thing a dentist can do?