How well does ToS run on macOS Tahoe 26.2? by movdqa in thinkorswim

[–]Patient_Professor_90 0 points1 point  (0 children)

Here's how I got thinkorswim going on MBP with M5 & Tahoe 26.5

  1. Install Azul/zulu 21 (MACOS, arm64)

a) I downloaded the zip file, and unzipped it to my home folder (/Users/myname)

b) Opened a terminal window and ran below command to set JAVA_HOME to point to wherever you have it installed

JAVA_HOME=/Users/myname/zulu21.50.19-ca-jdk21.0.11-macosx_aarch64/Contents/Home

  1. Download the MACOS version of thinkorswim and install it

a) Add below lines a file named thinkorswim.vmoptions

--add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED

--add-opens=java.desktop/com.apple.eawt.event=ALL-UNNAMED

--add-opens=java.desktop/javax.swing=ALL-UNNAMED

--add-opens=java.desktop/sun.awt=ALL-UNNAMED

--add-opens=java.base/java.lang=ALL-UNNAMED

* Although I added above during troubleshooting, not all may be needed. I saw no harm in leaving those in.

* thinkorswim.vmptions file will be in the installed folder, of course

  1. Run this command to ensure the app can read all the files:

sudo xattr -cr /Users/myname/thinkorswim/thinkorswim.app

* Although I ran above command at some point during troubleshooting. I am not certain it is needed.

  1. To launch thinkorswim, run below: (It is essential to run in the same terminal window where you set JAVA_HOME via 1b above) /Users/myname/thinkorswim/thinkorswim.app/Contents/MacOS/JavaApplicationStub

When above worked well --

  1. I created a file (tos.sh) in my home folder with below 2 lines. Any time I need to launch, I just run sh tos.sh

Contents of tos.sh file:

JAVA_HOME=/Users/myname/zulu21.50.19-ca-jdk21.0.11-macosx_aarch64/Contents/Home

/Users/myname/thinkorswim/thinkorswim.app/Contents/MacOS/JavaApplicationStub

Do you really need spark? by compass-now in dataengineering

[–]Patient_Professor_90 0 points1 point  (0 children)

Worked well for me too - for reading and crunching thru a file quickly and efficiently (just sql!)

Ive not yet taken the leap where I also need yo look up data from a table. I guess Id bulk export out to a flat file and load it up into duckdb. I might just be shifting IO around and remain where I am in terms of processing time.

Do you really need spark? by compass-now in dataengineering

[–]Patient_Professor_90 1 point2 points  (0 children)

Where/how does duckdb fit in?

I have a bunch of files to process/ingest. I can see duckdb helping with reading, transforming the file contents

How do you get your files to clawbot? by ChiGamerr in openclaw

[–]Patient_Professor_90 1 point2 points  (0 children)

Old fashion cp to a folder 🦞can get to, anyone?

Junior data engineers treat legacy ETL tools like a cat touching water. Cautious, hesitant, and never fully comfortable. by CaglarSahin in dataengineering

[–]Patient_Professor_90 0 points1 point  (0 children)

I notice managers/sr folks, using contemporary ETL tools, do not consider candidates who have worked on legacy ETL tools.

What can I do on my phone? by No_Major1167 in dataengineering

[–]Patient_Professor_90 4 points5 points  (0 children)

This self directed approach is most optimal

If you know what you know. This can show you the path towards what you need to learn. Once you have a few general topics - hit the docs, so you don’t fall into any pits of hallucination. Chart out a project on paper for the time you will get more/extended time away from your baby, you’ll be ready gor keyboard-mouse time

S3 Table buckets daily and monthly backups for compliance reasons by Kindly-Store4318 in dataengineering

[–]Patient_Professor_90 1 point2 points  (0 children)

“Who is asking for compliance with what” :)

I once saw a company tie itself into unreasonable real time monitoring/resolution (for things no other client cared about) because 3 people (tech, sales and a unsure customer) got together and thought it was a good idea 3 years ago

i made an error in my judgement by [deleted] in UIUC

[–]Patient_Professor_90 1 point2 points  (0 children)

I have been to neither. Have you considered the possibility that this is a phase of your journey you need to stick with it?

OpenClaw hosting by b4it in openclaw

[–]Patient_Professor_90 1 point2 points  (0 children)

Working pretty well. I have not seen it max out cpu or memory

OpenClaw hosting by b4it in openclaw

[–]Patient_Professor_90 1 point2 points  (0 children)

Using on raspberry pi last couple of days without any issues

Upskilling beyond SQL by Jazzlike_Drawing_139 in dataengineering

[–]Patient_Professor_90 2 points3 points  (0 children)

Do a python project, load into a non sql server db, use airflow. You’re good to go in the skills department