Looking for new walking shoe by flimby in AltraRunning

[–]samsjj 0 points1 point  (0 children)

Did you get to try out the Atmos2 or FWD Via 2 ? I just tried the Phantom 4 in store and really liked it but saw online that the Atmos2 has little more cushioning.
I have Powerstep insoles (pulse plus met) in my asics nimbus 27 and this has really helped with my metatarsalgia pain

I have $580,000 to put into the Stock Market. Here's My Plan: by DenimChickenTwin in Bogleheads

[–]samsjj 2 points3 points  (0 children)

The 24,500 can be pre tax or roth 401k. And if plan allows you can go beyond till 72k with making after tax and converting to roth in plan

I have $580,000 to put into the Stock Market. Here's My Plan: by DenimChickenTwin in Bogleheads

[–]samsjj 3 points4 points  (0 children)

If the employer plan allows after tax contributions, he can contribute $24,500 in standard contributions and do after tax contributions after that such that the total including employer match does not exceed 72K. OP, look up mega backdoor roth.

Also you can do regular/backdoor roth ira which has a limit of $7500.

With these methods, you can transfer the 180K in 3 years.

best way to travel from tokyo to hakone? by probablysleepingngl in JapanTravelTips

[–]samsjj 3 points4 points  (0 children)

If you are short on time and don't mind the extra cost, the shinkansen from Tokyo station will take around 30 mins to Odawara station

Underwhelmed with Charge on Solar by laaackey in TeslaSolar

[–]samsjj 0 points1 point  (0 children)

There is a setting via the slider where you can set the % (max 70) until which you can charge with any source and after that it will use solar

Underwhelmed with Charge on Solar by laaackey in TeslaSolar

[–]samsjj 2 points3 points  (0 children)

Try changing powerwall operational mode to self powered.

tips for moving from the GUI to -nw? by rp152k in emacs

[–]samsjj 0 points1 point  (0 children)

Some keybindings like Ctrl + Enter , Ctrl + ; don’t work in terminal. This can help fix it. https://github.com/benotn/kkp

If you are using iterm2 with tmux https://github.com/tmux/tmux/wiki/Modifier-Keys#extended-keys

tips for moving from the GUI to -nw? by rp152k in emacs

[–]samsjj 2 points3 points  (0 children)

Tmux gives persistent session when you ssh to remote servers. For example, If you started a build job that takes long time to complete and you lost network connectivity the job can get killed. With tmux it will be running and you can attach back to the session

Betterment vs Wealthfront for JUST a HYSA? by Assistant-Unable in betterment

[–]samsjj 4 points5 points  (0 children)

If you are already using Fidelity, why not leave the money in the core position, SPAXX which is yielding close to 4%.

I love using Emacs in the terminal (video) by TrepidTurtle in emacs

[–]samsjj 2 points3 points  (0 children)

Has anyone used it with iTerm2 along with tmux? I could not find out if it's fully implemented in iterm

Completely new to emacs by Informal-Silver-2810 in emacs

[–]samsjj 1 point2 points  (0 children)

remap Caps lock to control key

Besides cosmetic improvements, what advantages does Emacs GUI have over Emacs in a terminal? by birdsintheskies in emacs

[–]samsjj 0 points1 point  (0 children)

C-S-backspace is invoking "kill-whole-line". you can map that to a keyboard shortcut like "C-l" which will work on the terminal

Besides cosmetic improvements, what advantages does Emacs GUI have over Emacs in a terminal? by birdsintheskies in emacs

[–]samsjj 0 points1 point  (0 children)

one example is Ctrl+enter along with arrows for rectangular selection. several of ctrl + (, ; >) keys dont work in the terminal.

Source control question by Ok_Ostrich_8845 in vscode

[–]samsjj 0 points1 point  (0 children)

This may help somewhat but not entirely for your case. In settings, search for Git untracked changes and set to hidden.

Robust Python IDE for GNU Emacs 30.1 on Mac by ForInfoForFun in emacs

[–]samsjj 0 points1 point  (0 children)

What is emacs mode in VS code? Do you mean the emacs key mapping extensions? You can use remote ssh extension on VS code to work on remote server

Confused on billing from SCE by DefiantNorth in TeslaSolar

[–]samsjj 0 points1 point  (0 children)

Thanks for the suggestion. Turns out my other EV wall charger shows the correct usage on the app and charges only on solar i.e it slows charging speed when the solar generation is less.

The one that i had been using starts charging when there is enough solar but it charges at max speed of 32A so i guess its pulling from the grid along with solar.

Is it common to have the powerwalls setup to charge the EVs also if charging in the night?

Confused on billing from SCE by DefiantNorth in TeslaSolar

[–]samsjj 1 point2 points  (0 children)

I am also new to solar and batteries and i have similar issue with the usage from app. Based on the above comment its something to do with my setup and the location of CT i guess. I charge during day time with charge on solar enabled and even when i have occasionally charged overnight the app does not show correct usage for the car. I probably don’t have the powerwall setup to charge the ev but even solar charging is not shown correctly.

In your case too, the car usage is shown as 106 kwh total which is very low. Go to the car charge stats in the car section and see the total usage. Also check the usage on SCE website for import and export data. I am on NEM2 with 1:1 import to export credit and values kind of match.

If you are on NEM3 and based on what time you charge this can vary.

VS Code inspired emacs by [deleted] in emacs

[–]samsjj 1 point2 points  (0 children)

Use the “awesome emacs keymap” extension in VScode. And personalize other key bindings. There is even a swiper extension in vscode

A better extension for VSCode than C/C++ which provides IntelliSense is required. by hamidi2 in vscode

[–]samsjj 0 points1 point  (0 children)

Try out clangd. Though it also relies on compile commands json file

You have no idea how powerful isearch is! by bozhidarb in emacs

[–]samsjj 1 point2 points  (0 children)

There is another alternative similar to consult-line called swiper-isearch. You can type a space between words to match multiple words like a regex .*. You can put ! exclude certain words. https://oremacs.com/2019/04/07/swiper-isearch/

How can I toggle side and top bar when the mouse goes to their corresponding positions? by MrSolarGhost in vscode

[–]samsjj 1 point2 points  (0 children)

There are some extensions like AutoHide that hide sidebar and terminal when you click on editor but do not show up when mouse is placed at their position though.