32 private links
Prerequisites to run X applications on OS-X:
You need to have XQuartz installed on the client side (check that it's working for your account by running XQuarts and starting a local terminal)
You need to allow XForwarding on your server. Set the X11Forwarding option (most commonly found in /etc/ssh/sshd_config): X11Forwarding yes (don't forget to restart the ssh server after editing the sshd_config file).
Your sshd server should be running on the server side.
Your firewall (on both ends) should allow for traffic over port 22.
If you want to disable that message for all ssh users, edit /etc/pam.d/sshd and comment out the lines
session optional pam_motd.so motd=/run/motd.dynamic noupdate
session optional pam_motd.so # [1]
there are a plethora of bugs around RAID5/6 that makes it straight up unsuitable
btrfs device add /dev/sdb /mnt
add any necessary path (e.g., /app/pyenv/shims) to secure_path, and it will be passed to sudo commands.
Examples and guides for using the OpenAI API. Contribute to openai/openai-cookbook development by creating an account on GitHub.
crazy experience stuck in a Bahamas refugee camp
he came out as republican on May 18, saying "Political attacks on me will escalate dramatically in coming months," two days before it was revealed he paid $250k in a sexual harassment lawsuit. Two days later he calls it a hit piece on twitter.
timeline:
- September last year, breaks up with Grimes
- Fall of last year, affair with Sergey Brin's wife (reported by WSJ)
- January, Sergrey Brin files for divorce
- April, his 18-year-old transgender daughter disowns him
- July 7, revealed he has twins with neuralink employee
was it a cynical calculation that a republican base will be more accepting of these moral transgressions?
or did his detachment from his most recent wife and transgender kid cause a massive resentment of "the left" that made him run into the arms of the right?
first ever net positive fusion reaction
talks about First Light Fusion, also highlights the private-public divide
Twitter admits bias in algorithm for rightwing politicians and news outlets | Twitter | The Guardian
Home feed promotes rightwing tweets over those from the left, internal research finds
x1.slot1 = 1
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Input In [3], in <module>
----> 1 x1.slot1 = 1
AttributeError: 'Example' object has no attribute 'slot1'Avoid them if you want to subclass variable length builtins like long, tuple, or str, and you want to add attributes to them.
Avoid them if you insist on providing default values via class attributes for instance variables.
sudo dpkg --purge $(COLUMNS=200 dpkg -l | grep "^rc" | tr -s ' ' | cut -d ' ' -f 2)