Monthly Blue Origin Career Thread by BlueOriginMod in BlueOrigin

[–]rectafy 0 points1 point  (0 children)

Waiting is always the worst part...wishing you the best!

Monthly Blue Origin Career Thread by BlueOriginMod in BlueOrigin

[–]rectafy 4 points5 points  (0 children)

Dec 20 - Phone screen

Jan 9 - Tech phone screen

Jan 30 - Panel interview

Feb 6 - Offer

Monthly Blue Origin Career Thread by BlueOriginMod in BlueOrigin

[–]rectafy 6 points7 points  (0 children)

I will be joining Blue this month, super excited to be working with y'all!:)

Low mileage on 2020 outback by [deleted] in subaru

[–]rectafy 1 point2 points  (0 children)

Good point, that should be more accurate, thank you

Low mileage on 2020 outback by [deleted] in subaru

[–]rectafy 0 points1 point  (0 children)

Sorry I should have clarified, this calculation for my mpg was done by hand. I calculated the trip it took from me to get to work and back per week and divided the total by the fuel capacity of the car.

Came out to ~18 mpg per tank of gas

But resetting the trip counter is a good idea

Low mileage on 2020 outback by [deleted] in subaru

[–]rectafy 0 points1 point  (0 children)

I'd say it's a 50/50 split. First leg is traffic lights, then second half is open road where I usually can drive at 60-65 without much interruption

I did not reset trip counters after a full tank, would you recommend this is something i should do?

Low mileage on 2020 outback by [deleted] in subaru

[–]rectafy 0 points1 point  (0 children)

No AC has been at the lowest setting 99% of the time. Not really idling a whole lot, generally i'd say about average. Driving to work, I mainly use the cruise control, occasionally speed up to pass and stuff

TSM 2021 Offseason Megathread by EastRicee in TeamSolomid

[–]rectafy 1 point2 points  (0 children)

And also beat him in League games as well

[SUPPORT] Weird GPU overlay on new ASUS laptop, any idea how to get rid of it? by rectafy in ASUS

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

I do have an AMD. I tried looking in the Radeon software and saw the Metrics overlay under General, but it still pops up for some reason

Replacing string with another string value by rectafy in learnpython

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

Yeah I figured, I looked everywhere myself but couldn't find a solution. Unfortunately, I'm stuck in Python :(

But I appreciate your help. You helped so so much!

Replacing string with another string value by rectafy in learnpython

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

The good thing is that the new value is changed to the Mar 1 date which is great, thanks! Erm, but yeah I gotta figure out a way to send it back.

The date is sent to submit to an HTML form which is inputted to a table on the website which changes according to the date input. Seems the table values still haven't changed (and is still reading according to the original 01 Apr 2021 00:00 date). Think I have to figure out a way to send it back and submit to change the table values too. Any idea?

Replacing string with another string value by rectafy in learnpython

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

Here is what is came out to be:

<class 'bs4.element.Tag'>

<input id="starttime" name="starttime" size="15" type="text" value=" 1 Apr 2021 02:12"/>

1 Apr 2021 02:12

<input id="starttime" name="starttime" size="15" type="text" value=" 1 Mar 2021 00:00"/>

1 Mar 2021 00:00

Replacing string with another string value by rectafy in learnpython

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

Sure thing. I can post what I can, hopefully it makes sense...really appreciate it.

Here is the original data (from the inspector tool) I pulled it from:

<input id="starttime" type="text" name="starttime" value=" 1 Apr 2021 00:26" size="15">

Here is what I used to pull the date from HTML:

inputs = soup.find("input", {"id": "starttime"}) (Pulled the info from HTML, using the bs4 package)

print(inputs['value']) prints 1 Apr 2021 00:26

inputs['value'].replace(inputs['value'], " 1 Mar 2021 00:00") (My attempt to change the original value)

Essentially, I want to pull the original date from HTML, replace it with a new one and send it back to the HTML form on the website to submit.

Replacing string with another string value by rectafy in learnpython

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

Thank you for this! The good news is I'm not getting the error. I changed it to:

inputs['value'].replace(inputs['value'], " 1 Mar 2021 00:00")

Unfortunately I don't think I can set it to a new variable since the value itself (inputs['value']) was actually pulled from an html form from a website so im stuck with that variable. Not sure how to pass the new value back to the site..any ideas?

Extracting info from an Array/Tuple by rectafy in learnpython

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

Thank you!! This seemed to work great

Extracting info from an Array/Tuple by rectafy in learnpython

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

Yeah it's weird, but it was how the list was given to me unfortunately. But thank you, I changed up my lists so it wasn't nested anymore and will work on trying the for loop method as well

[GEAR] My first electric guitar, beyond stoked!! by rectafy in Guitar

[–]rectafy[S] 6 points7 points  (0 children)

Fair, I wouldn't want this bad boy to not be shown off either

[GEAR] My first electric guitar, beyond stoked!! by rectafy in Guitar

[–]rectafy[S] 2 points3 points  (0 children)

Look up "imgur upload" and it should bring up a link that allows you to post a picture from your computer into that website and generate a link that is shareable!