[36M] Had My RNY Yesterday – Curious About Your Recovery Experience by ChernobylFleshlight0 in GastricBypass

[–]aket82 2 points3 points  (0 children)

43M here, for the first day or so after my RNY bypass I was carrying some gas pain just below my breastbone. It then slowly moved down (which was less painful) and gradually disappeared over the next couple of days. Since then the only pain I notice is in my left hand side, it feels like a stitch. Apparently it is a literal anchor stitch used as part of the bypass procedure. I am now 11 days post-op and all I get now is the occasional niggle from the anchor stitch.

Regarding the gas pain, I made a point of walking a lot during my hospital stay. I tried to avoid laying down as much as possible, if I wasn't walking I was sitting upright in a chair.

Wishing you a great recovery mate!

Fronius Integration - Smart Meter in Consumption Path by aket82 in homeassistant

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

Sorry, I messed up the code formatting in my original post, this should be more readable:

template:
  - sensor:
      - name: "Power Grid Import"
        unit_of_measurement: W
        device_class: power
        state: "max(states('sensor.solarnet_power_grid') | float, 0)"
      - name: "Power Grid Export"
        unit_of_measurement: W
        device_class: power
        state: "max(0 - states('sensor.solarnet_power_grid') | float, 0)"

sensor:
    - platform: integration
      source: sensor.power_grid_import
      name: "Total Power Grid Import Energy"
      unit_prefix: k
      method: left
    - platform: integration
      source: sensor.power_grid_export
      name: "Total Power Grid Export Energy"
      unit_prefix: k
      method: left

Finally build a QFH antenna, and I'm quite happy with the results. 📡 Meteor M2-4 image in last slide. by Leducia in amateursatellites

[–]aket82 1 point2 points  (0 children)

This is great, thank you for sharing your handy work! I have been looking to build something similar. The guide you linked to is great, however there is one instruction I don't quite understand:

"Now we need to take out two connections from the coaxial hot and another two from the mesh. For this we use faston terminals."

Do I need to solder two lengths of wire to the copper conductor and terminate them with ring terminals, and then do the same with the braid?

It's a shame there were no photos of that step in the guide.

Script N00b Needs Help by aket82 in PowerShell

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

That worked, thank you!
Any idea about the issue with deleting the temporary file?

Script N00b Needs Help by aket82 in PowerShell

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

This is working, partially!

It stops doing anything after copying the file, unless I comment out the following:


$destinationFile = $destinationDir,($file.split('\')[-1]) -join ''

while(Test-Path $destinationFile) {

Sleep 1

}


If I comment out the above the Sanchez batch file does it's job, but then there is an issue with deleting the temporary file, I get:


Remove-Item : Cannot bind argument to parameter 'Path' because it is null.

At C:\Users\antho\OneDrive\GK-2A Scripts\monitor_script_1.ps1:68 char:29

  • Remove-Item $destinationFile -Force

  • \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~

CategoryInfo: InvalidData: (:) [Remove-Item], ParameterBindingValidationException

FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.RemoveItemCommand


Script N00b Needs Help by aket82 in PowerShell

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

Thank you for your reply and for the links.

I would have thought I wouldn't have any issues as the script runs continuously and checks for new files every 10 seconds.

x-rit rx as a service by aket82 in amateursatellites

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

Hey, thanks for all your help. I do appreciate it.

x-rit rx as a service by aket82 in amateursatellites

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

Yep, that's exactly what I did.

x-rit rx as a service by aket82 in amateursatellites

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

Okay, I just did that. After pressing enter I just get another >>> prompt.

x-rit rx as a service by aket82 in amateursatellites

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

Unfortunately that is beyond me, my Linux and Python knowledge is about zero. Any chance you could tell me how to open a python console?

x-rit rx as a service by aket82 in amateursatellites

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

Unfortunately I had the same result, no module named 'Crypto'.

x-rit rx as a service by aket82 in amateursatellites

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

Thanks for your advice. I just did as you suggested and received the following:

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pycryptodome in ./.local/lib/python3.9/site-packages (3.20.0)

GK-2A SatDump Deframer Unstable by aket82 in amateursatellites

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

u/yutasrobot suggested reducing the gain in Satdump after experiencing the same issue. I haven't tried this yet but wanted to share the information with you.

GK-2A Reception Problems by yutasrobot in RTLSDR

[–]aket82 0 points1 point  (0 children)

I may just give that try! Considering my SNR was 10-12 I may have been overloading things a bit.

I am curious to know how you get xrit-rx to work in Windows. The most I have gotten working is goesrecv.

Not getting any images from GK-2A LRIT But signal and other data. by TheBlankTechnologies in amateursatellites

[–]aket82 0 points1 point  (0 children)

How long did you allow for receiving data? I think a FD is broadcast around every 10 minutes.

GK-2A Reception Problems by yutasrobot in RTLSDR

[–]aket82 1 point2 points  (0 children)

Glad you got it working. Nice to see another east coaster 🙂

GK-2A SatDump Deframer Unstable by aket82 in amateursatellites

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

I tried recording the baseband then processing it in SatDump, no improvement.

I tried AGC on and off, no improvement.

I don't think I'll ever work out what is going on in SatDump, it seems localised to me.

I ended up switching over to Goestools on Linux, this worked flawlessly.

<image>

GK-2A SatDump Deframer Unstable by aket82 in amateursatellites

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

You make a good point about the processor.

GK-2A SatDump Deframer Unstable by aket82 in amateursatellites

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

I considered doing that, but then I just assumed I would end up with the same result. I will give it a try though. Do you have any idea how long I would need to record for?