Skip to content

Instantly share code, notes, and snippets.

https://twitter.com/AndrewCurran_/status/1763471115643703729?t=EIAIufu28ThAphGRnfV4Tg&s=09
https://www.courthousenews.com/wp-content/uploads/2024/02/musk-v-altman-openai-complaint-sf.pdf
https://twitter.com/JgaltTweets/status/1763491663513587861?t=zYKY-lQUBOyGZCm_XweitQ&s=09
https://twitter.com/jam3scampbell/status/1763581991897714853?t=GlZxJGNKFOZpzPjw3AkQAg&s=09
https://twitter.com/Sentdex/status/1763626133835203061
https://twitter.com/we4v3r/status/1763616166809936071?t=4M5qjWuFsxEla1B_C3trmQ&s=09
https://twitter.com/CeciliaZin/status/1763849318396752151?t=GlZxJGNKFOZpzPjw3AkQAg&s=09
https://venturebeat.com/ai/elon-musk-vs-openai-legal-experts-weigh-in/
https://www.bloomberg.com/news/articles/2024-02-29/us-sec-probing-whether-openai-investors-got-misled-wsj-says?sref=chqhSVDW&utm_campaign=socialflow-organic&utm_medium=social&cmpid=socialflow-twitter-business&utm_source=twitter&utm_content=business&embedded-checkout=true
https://twitter.com/netcapgirl/status/1763613390931451919?t=BpPkHDnUX9JWSEC5yf3FZw&s=09
@yk
yk / dimple_test.ipynb
Created June 26, 2021 12:19
dimple_test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yk
yk / .vimrc
Created July 6, 2020 14:26
vimrc july 2020
set nocompatible " be iMproved, required
let g:python3_host_prog = '/usr/local/opt/python@3.8/bin/python3.8'
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin('~/.vim/plugged')