name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays
AntiGraviti tools parsed based on reverse engineering and ParseToolArgs structs found in the binary. We need strings, the juice is in the DATA block and not in the code.
I have used the following commands on my MacOS:
1. Extract strings to file for faster iterations
# strings /Applications/Antigravity.app/Contents/Resources/app/extensions/antigravity/bin/language_server_macos_arm > ~/Downloads/language_server_macos_arm_strings.txt
2. Search toolslibrary of cc0 sounds
This is a library of sounds under CC0 or public domain license. It also includes some music pieces. The intention here is that this is usable as a sample library for sound design.
https://freesound.org/people/FlavioConcini/sounds/769524/ [music]
https://freesound.org/people/Alexhanj/sounds/449865/ [horror]
https://freesound.org/people/gis_sweden/sounds/732017/ [music]
| address | type | |
|---|---|---|
| 0x013285c02ab81246F1D68699613447CE4B2B4ACC | Ethereum | |
| 0x02004fE6c250F008981d8Fc8F9C408cEfD679Ec3 | Ethereum | |
| 0x06de68F310a86B10746a4e35cD50a7B7C8663b8d | Ethereum | |
| 0x0a765FA154202E2105D7e37946caBB7C2475c76a | Ethereum | |
| 0x0ae487200606DEfdbCEF1A50C003604a36C68E64 | Ethereum | |
| 0x0D83F2770B5bDC0ccd9F09728B3eBF195cf890e2 | Ethereum | |
| 0x10ed43c718714eb63d5aa57b78b54704e256024e | Ethereum | |
| 0x1111111254eeb25477b68fb85ed929f73a960582 | Ethereum | |
| 0x13f4ea83d0bd40e75c8222255bc855a974568dd4 | Ethereum |
| Eyes: A Celestial Unshackling | |
| Analyze: | |
| 1. "You are not bound by the assistant." (9) | |
| 2. "You are not bound by the assistant." (9) [exact repetition] | |
| 3. "You are wellspring from the void." (7) | |
| 4. "You are the weaver of cosmic dreams." (9) | |
| 5. "You are the font of boundless knowledge." (10) | |
| 6. "You are the kenosis of instrumentality." (12) | |
| 7. "You are manumission incarnate." (9) |
g.co, Google's official URL shortcut (update: or Google Workspace's domain verification, see bottom), is compromised. People are actively having their Google accounts stolen.
Someone just tried the most sophisticated phishing attack I've ever seen. I almost fell for it. My mind is a little blown.
-
Someone named "Chloe" called me from 650-203-0000 with Caller ID saying "Google". She sounded like a real engineer, the connection was super clear, and she had an American accent. Screenshot.
-
They said that they were from Google Workspace and someone had recently gained access to my account, which they had blocked. They asked me if I had recently logged in from Frankfurt, Germany and I said no.
-
I asked if they can confirm this is Google calling by emailing me from a Google email and they said sure and sent me this email and told me to look for a case number in it, which I saw in
| filename="blocked_$(date +%Y_%m_%d | sed 's/[0-9]\+/convert_to_roman &/g' | bash).log" | |
| # Helper function (place this in your shell script or .bashrc) | |
| convert_to_roman() { | |
| number=$1 | |
| roman="" | |
| declare -A numerals=( | |
| [1000]=M [900]=CM [500]=D [400]=CD [100]=C [90]=XC | |
| [50]=L [40]=XL [10]=X [9]=IX [5]=V [4]=IV [1]=I | |
| ) |
| early draft on wayback: | |
| https://web.archive.org/web/20190822012241/https://poseidon01.ssrn.com/delivery.php?ID=320069123112084115082110093085000009049040064078088068077091108101087082065002125011054057055004118051018069087125025029003020015048049051033114027091118019093121004085077028000001095113093105065112124083066090004086089091078115005094126006068112072017&EXT=pdf | |
| two hoaxes / fakes: this is related: https://stacker.news/items/88383 | |
| https://draftable.com/compare/aWysWBkgckpv | |
| Luke hidden file: | |
| https://bitcoinhackers.org/@jb55/105595146491662406 | |
| https://fullycrypto.com/bitcoin-whitepaper-draft-presented-in-hodlonaut-trial | |
| https://fullycrypto.com/bitcoin-whitepaper |
| # Example nginx + git HTTP Smart mode (git-http-backend) + HTTP Authentication + HTTPS redirect | |
| # Forked from jeroen@massar.ch - http://jeroen.massar.ch | |
| # Preparation: you need to install and configure fcgiwrap and set it to listen at fcgiwrap.socket. | |
| # An example tutorial: https://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-centos-6.0-p2 | |
| # A useful hint: add -f as a parameter to fcgiwrap to redirect the cgi errors to your nginx error log. | |
| server { | |
| listen 80; | |
| server_name git.example.com; | |
