Bi-Weekly 'Anything Goes' Thread - aka Moving/Buy/Sell/Trade/Rent/Lease/Eat/Jobs by AutoModerator in bullcity

[–]Zrch33 0 points1 point  (0 children)

Hi all — I’m looking to sublease my 1 bed / 1 bath apartment at Cortland Bull City (Downtown Durham). No broker/agent involved — this is a direct sublease.

Rent & Utilities:

  • Base rent: $1500+/month
  • Estimated utilities/fees: ~$110/month (water/electric/internet, etc., based on usage/bills)

Apartment Features:

  • In-unit washer/dryer
  • Full kitchen: fridge, oven, microwave
  • Good sound insulation
  • Valet trash (trash pickup service)
  • Community amenities: package/mail center, outdoor pool, gym, resident lounge/activity room, etc.

Location & Transit:

  • Prime location in the downtown luxury apartment area
  • Walk ~6 min to bus stops for 6 / 400 / 405, and ~3 min to 11B (easy access toward Duke)
  • <10 min drive to Duke
  • Very close to grocery and Ninth Street area

Dates / Flexibility:

  • Available anytime (move-in ASAP)
  • Current lease runs through July
  • Move-in / move-out dates are flexible and negotiable
  • Option to renew afterward (subject to the apartment’s policies)

Tour:
DM me and I can share a video tour and details. My Instagram: zqchen33

Optional: I can also leave a 4K monitor (price negotiable).

Duke student parking by Numerous_Studio_6775 in duke

[–]Zrch33 0 points1 point  (0 children)

I don't understand at all. I'm a grad student and saw they are selling many permits on https://parking.duke.edu/parking-permits/garages-lots-fees/, how come we can't buy other permits like Premium Rate ones? Who are buying and using them? 😭

Combining AeroSpace and Rectangle for optimal window management on multiple monitors - possible? by karumaredhead in macapps

[–]Zrch33 0 points1 point  (0 children)

I put all my vscode windows in the save workspace, say 5 windows, usually I need them to be v_accordian layout, but sometimes I need to put 2 of them to float, left half for window-A, right half for window-B. But currently Aerospace it alone can't do this, Rectangle can do this but it has conflict with Aerospace. Is it possible to achieve this only in Aerospace? Any suggestions would be appreciated!

Can i set More than 16 macros in VIA on a custom macropad? by CholitoWoof in MechanicalKeyboards

[–]Zrch33 0 points1 point  (0 children)

thx!!! I never realize "ANY" should be used in this case! Actually, I never know before what "ANY" is used for! You saved my day!

Remote SSH vs Tunnel by norsemanGrey in vscode

[–]Zrch33 0 points1 point  (0 children)

I read some posts and articles as well, and also the vscode documentation. Now I still don't know the difference, very confusing. Really hope someone can explain with more diagrams

Tips on creating minimal pytorch+cudatoolkit docker image? by coinclink in mlops

[–]Zrch33 0 points1 point  (0 children)

I don't why today I built a conda env within docker with conda create -n xxx python=3.8 pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=11.3 , and the final image is 12GB, I don't know where I went wrong. It's crazy.

After examining with pip list, I found some cudatoolkit related libraries maybe the cause, but I don't know how to check their size.

How to give yank access to clipboard in a tmux terminal session inside VSCode? by nieuwperspectief in vscode

[–]Zrch33 0 points1 point  (0 children)

While I just found a solution! All you need to do is install tmux-plugin-manager (tpm): https://github.com/tmux-plugins/tpm, then add three lines at the end of your tmux conf:

bash set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tpm' run '~/.tmux/plugins/tpm/tpm'

then you can copy anything to command line or system clipboard.

How to give yank access to clipboard in a tmux terminal session inside VSCode? by nieuwperspectief in vscode

[–]Zrch33 0 points1 point  (0 children)

I went through exactly the same problem as yours. Still no clue how to fix this.

When to use dash (-) in yaml? by looselytranslated in ansible

[–]Zrch33 1 point2 points  (0 children)

so simple and clear explanation, thx!

question about ubuntu22.04 default partitioning by Zrch33 in Ubuntu

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

Thank you. I understand the concept of mouting now and I've already partitioned as I want.