[{"id":"116432453660272531","created_at":"2026-04-19T17:04:10.437Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116432453660272531","url":"https://mastodon.social/@jaygooby/116432453660272531","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":"2026-04-19T17:05:06.134Z","content":"<p>RE: <a href=\"https://mastodon.social/@jaygooby/116432027581463812\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.social/@jaygooby/1164</span><span class=\"invisible\">32027581463812</span></a></p><p>Next, I&#39;m going to work on a VS Code sandbox profile that also locks down reading from everywhere except for the project&#39;s root and only the directories that VS Code needs to run, so extensions are blocked from doing anything outside the project folder.</p><p>I know there are projects like `bx` <a href=\"https://github.com/holtwick/bx-mac\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/holtwick/bx-mac</span><span class=\"invisible\"></span></a> that should allow you to do this, but I wanted to understand the basics of `sandbox-exec`</p>","reblog":null,"application":{"name":"Web","website":null},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":{"state":"accepted","quoted_status":{"id":"116432027581463812","created_at":"2026-04-19T15:15:48.983Z","in_reply_to_id":"116432007478916878","in_reply_to_account_id":"150890","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116432027581463812","url":"https://mastodon.social/@jaygooby/116432027581463812","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":1,"edited_at":null,"content":"<p>And this is what the final `vscode.sb` looks like:</p><p>```<br />(version 1)<br />(allow default)<br />(deny file-write*)<br />(allow file-write*<br />  (subpath &quot;/dev/&quot;)<br />  (subpath &quot;/private/&quot;)<br />  (subpath &quot;/var/folders/&quot;)<br />  (subpath (string-append (param &quot;HOME&quot;) &quot;/Library/Application Support/Code/&quot;))<br />  (subpath (string-append (param &quot;HOME&quot;) &quot;/.vscode/extensions/&quot;))<br />  (subpath (param &quot;VSCODE_ALLOW_WRITE&quot;))<br />)<br />```</p><p>I&#39;ve tidied this up to remove the hardcoded `/Users/jay` and to also allow writing to `$PWD`</p><p>2/2</p>","reblog":null,"application":{"name":"Web","website":null},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}}},"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116432027581463812","created_at":"2026-04-19T15:15:48.983Z","in_reply_to_id":"116432007478916878","in_reply_to_account_id":"150890","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116432027581463812","url":"https://mastodon.social/@jaygooby/116432027581463812","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":1,"edited_at":null,"content":"<p>And this is what the final `vscode.sb` looks like:</p><p>```<br />(version 1)<br />(allow default)<br />(deny file-write*)<br />(allow file-write*<br />  (subpath &quot;/dev/&quot;)<br />  (subpath &quot;/private/&quot;)<br />  (subpath &quot;/var/folders/&quot;)<br />  (subpath (string-append (param &quot;HOME&quot;) &quot;/Library/Application Support/Code/&quot;))<br />  (subpath (string-append (param &quot;HOME&quot;) &quot;/.vscode/extensions/&quot;))<br />  (subpath (param &quot;VSCODE_ALLOW_WRITE&quot;))<br />)<br />```</p><p>I&#39;ve tidied this up to remove the hardcoded `/Users/jay` and to also allow writing to `$PWD`</p><p>2/2</p>","reblog":null,"application":{"name":"Web","website":null},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116432007478916878","created_at":"2026-04-19T15:10:42.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116432007478916878","url":"https://mastodon.social/@jaygooby/116432007478916878","replies_count":1,"reblogs_count":0,"favourites_count":1,"quotes_count":0,"edited_at":"2026-04-19T16:28:18.464Z","content":"<p>RE: <a href=\"https://mastodon.social/@jaygooby/116421460871144779\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.social/@jaygooby/1164</span><span class=\"invisible\">21460871144779</span></a></p><p>Got it working, needed a few changes. Don&#39;t launch the `code` app - launch from within the app&#39;s `MacOS` directory, and disable Electron&#39;s sandbox entitlements. </p><p>Also had to add a couple of extra directories to the permitted writable locations.</p><p>Launch like this:</p><p>```<br />sandbox-exec -D HOME=&quot;$HOME&quot; -D VSCODE_ALLOW_WRITE=&quot;$PWD&quot; -f vscode.sb &quot;/Applications/Visual Studio Code.app/Contents/MacOS/Code&quot; --no-sandbox &quot;$PWD&quot;<br />```</p><p>1/2</p>","reblog":null,"application":{"name":"Web","website":null},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":{"state":"accepted","quoted_status":{"id":"116421460871144779","created_at":"2026-04-17T18:28:33.791Z","in_reply_to_id":"116421453078024661","in_reply_to_account_id":"150890","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116421460871144779","url":"https://mastodon.social/@jaygooby/116421460871144779","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":1,"edited_at":null,"content":"<p>This works as expected (can&#39;t write to `~/wat`):<br />```<br />sandbox-exec -f vscode.sb /bin/bash -c &quot;echo wat &gt; ~/wat&quot;</p><p>/bin/bash: /Users/jay/wat: Operation not permitted<br />```</p><p>But if I launch vscode with the same profile:</p><p>```<br />sandbox-exec -f vscode.sb code<br />```</p><p>I can save to `~/wat` from VS Code - I&#39;d expect to be `Error: EACCES: permission denied`</p><p>What do I need to do, to lock down where VS Code can save to with a `sandbox-exec` profile?</p><p>2/2</p>","reblog":null,"application":{"name":"Elk","website":"https://elk.zone"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}}},"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116424938242450035","created_at":"2026-04-18T09:12:54.277Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116424938242450035/activity","url":"https://mastodon.social/users/jaygooby/statuses/116424938242450035/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116420941927579776","created_at":"2026-04-17T16:16:33.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.me.uk/ap/users/115765903614333474/statuses/116420941835051516","url":"https://mastodon.me.uk/@beewebb/116420941835051516","replies_count":0,"reblogs_count":19,"favourites_count":1,"quotes_count":0,"edited_at":null,"content":"<p>My day job is now recruiting a Data Analyst for a 12 month contract (remote, but UK only).</p><p>We're a worker co-operative of ~20 people working on data infrastructure/standards for social good.</p><p>This position is mostly helping us provide the support and technical knowhow that keeps the IATI Standard (about international aid projects) running.</p><p><a href=\"https://opendataservices.coop/careers/data-analyst/\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">opendataservices.coop/careers/</span><span class=\"invisible\">data-analyst/</span></a> until 26th April 6pm.</p><p>(Sorry to post 2 within a month, it's just how timings worked out).</p><p><a href=\"https://mastodon.me.uk/tags/getfedihired\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>getfedihired</span></a> <a href=\"https://mastodon.me.uk/tags/WorkerCoops\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>WorkerCoops</span></a> <a href=\"https://mastodon.me.uk/tags/cooperative\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>cooperative</span></a></p>","reblog":null,"account":{"id":"115768675348695723","username":"beewebb","acct":"beewebb@mastodon.me.uk","display_name":"Bee Webb","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2025-12-22T00:00:00.000Z","note":"","url":"https://mastodon.me.uk/@beewebb","uri":"https://mastodon.me.uk/ap/users/115765903614333474","avatar":"https://files.mastodon.social/cache/accounts/avatars/115/768/675/348/695/723/original/a074f821e6251afb.jpg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/115/768/675/348/695/723/original/a074f821e6251afb.jpg","avatar_description":"","header":"https://mastodon.social/headers/original/missing.png","header_static":"https://mastodon.social/headers/original/missing.png","header_description":"","followers_count":115,"following_count":278,"statuses_count":26,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Website","value":"<a href=\"https://beewebb.xyz/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">beewebb.xyz/</span><span class=\"invisible\"></span></a>","verified_at":"2026-04-20T15:37:45.262+00:00"},{"name":"Pronouns","value":"they/them","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"getfedihired","url":"https://mastodon.social/tags/getfedihired"},{"name":"workercoops","url":"https://mastodon.social/tags/workercoops"},{"name":"cooperative","url":"https://mastodon.social/tags/cooperative"}],"emojis":[],"tagged_collections":[],"quote":null,"card":{"url":"https://opendataservices.coop/careers/data-analyst/","title":"Data Analyst - 12 month Fixed Term Contract (parental leave cover) - Open Data Services","description":"","language":"en","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"image_description":"","embed_url":"","blurhash":null,"published_at":null,"authors":[]},"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116424098382600927","created_at":"2026-04-18T05:39:19.014Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116424098382600927","url":"https://mastodon.social/@jaygooby/116424098382600927","replies_count":0,"reblogs_count":0,"favourites_count":4,"quotes_count":0,"edited_at":null,"content":"<p>One cat out all night until 5am. Hear jangling, yay! Turnip’s back! Hear more jangling, other cat goes to investigate…</p><p>Turnip is back with a mouse which is now loose in the house :(</p><p>Mouse finally retrieved from behind the fridge 🤦‍♂️</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116422120760933658","created_at":"2026-04-17T21:16:22.904Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116422120760933658/activity","url":"https://mastodon.social/users/jaygooby/statuses/116422120760933658/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116421163969842336","created_at":"2026-04-17T17:12:59.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://social.emfcamp.org/users/emf/statuses/01KPE6WZ5N6M9W3JE8F1FGHEMX","url":"https://social.emfcamp.org/@emf/statuses/01KPE6WZ5N6M9W3JE8F1FGHEMX","replies_count":5,"reblogs_count":26,"favourites_count":4,"quotes_count":0,"edited_at":null,"content":"<p>Do you like strange electronic instruments, algorave, and modular synthesisers?</p><p>Would you like to play at EMF or help us run a tiny new music stage?</p><p>Say hello! Or email contact@emfcamp.org</p>","reblog":null,"account":{"id":"109365072907474693","username":"emf","acct":"emf@emfcamp.org","display_name":"Electromagnetic Field","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2022-11-18T00:00:00.000Z","note":"<p>A weekend of geekery in an internet-connected field.</p><p>July 16-19, 2026, Eastnor, Herefordshire</p>","url":"https://social.emfcamp.org/@emf","uri":"https://social.emfcamp.org/users/emf","avatar":"https://files.mastodon.social/cache/accounts/avatars/109/365/072/907/474/693/original/5f48ed12b6a39fe8.png","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/109/365/072/907/474/693/original/5f48ed12b6a39fe8.png","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/109/365/072/907/474/693/original/5d26811afa6200eb.jpeg","header_static":"https://files.mastodon.social/cache/accounts/headers/109/365/072/907/474/693/original/5d26811afa6200eb.jpeg","header_description":"","followers_count":3406,"following_count":9,"statuses_count":138,"last_status_at":"2026-04-17","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Website","value":"<a href=\"https://www.emfcamp.org\" rel=\"nofollow noopener\" target=\"_blank\">https://www.emfcamp.org</a>","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},{"id":"116421460871144779","created_at":"2026-04-17T18:28:33.791Z","in_reply_to_id":"116421453078024661","in_reply_to_account_id":"150890","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116421460871144779","url":"https://mastodon.social/@jaygooby/116421460871144779","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":1,"edited_at":null,"content":"<p>This works as expected (can&#39;t write to `~/wat`):<br />```<br />sandbox-exec -f vscode.sb /bin/bash -c &quot;echo wat &gt; ~/wat&quot;</p><p>/bin/bash: /Users/jay/wat: Operation not permitted<br />```</p><p>But if I launch vscode with the same profile:</p><p>```<br />sandbox-exec -f vscode.sb code<br />```</p><p>I can save to `~/wat` from VS Code - I&#39;d expect to be `Error: EACCES: permission denied`</p><p>What do I need to do, to lock down where VS Code can save to with a `sandbox-exec` profile?</p><p>2/2</p>","reblog":null,"application":{"name":"Elk","website":"https://elk.zone"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116421453078024661","created_at":"2026-04-17T18:26:34.883Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116421453078024661","url":"https://mastodon.social/@jaygooby/116421453078024661","replies_count":1,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"<p>macos sandbox question. I have `vscode.sb`:</p><p>```<br />(version 1)<br />(allow default)<br />(deny file-write* (subpath &quot;/&quot;) )<br />(allow file-write*<br />  (subpath &quot;/dev&quot;)<br />  (subpath &quot;/private&quot;)<br />  (subpath &quot;/var/folders&quot;)<br />)<br />```</p><p>1/2</p>","reblog":null,"application":{"name":"Elk","website":"https://elk.zone"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116420338129377831","created_at":"2026-04-17T13:43:02.121Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116420338129377831/activity","url":"https://mastodon.social/users/jaygooby/statuses/116420338129377831/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116420304469818229","created_at":"2026-04-17T13:34:25.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://drupal.community/users/jeni/statuses/116420304269963549","url":"https://drupal.community/@jeni/116420304269963549","replies_count":1,"reblogs_count":11,"favourites_count":11,"quotes_count":0,"edited_at":null,"content":"<p>Hey, I've started making and selling badges for some reason! There's now a small selection for sale on my website of anti-racist/fascist/reform badges, Fuck AI badges, ban big tech badges, and a few pride flag badges, too. More on the way soon!</p><p><a href=\"https://deliciouscreative.com/badges\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">deliciouscreative.com/badges</span><span class=\"invisible\"></span></a></p><p><a href=\"https://drupal.community/tags/badges\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>badges</span></a> <a href=\"https://drupal.community/tags/FuckAI\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>FuckAI</span></a> <a href=\"https://drupal.community/tags/LGBT\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>LGBT</span></a> <a href=\"https://drupal.community/tags/Trans\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>Trans</span></a> <a href=\"https://drupal.community/tags/BigTech\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>BigTech</span></a></p>","reblog":null,"account":{"id":"109368015920497690","username":"jeni","acct":"jeni@drupal.community","display_name":"Jeni Tehan","locked":false,"bot":false,"discoverable":true,"indexable":false,"group":false,"created_at":"2022-11-18T00:00:00.000Z","note":"<p>Freelance web developer, all 'round Drupal geek, automator of everything with Ansible, sometimes swearing at React Native, player of tenor saxophone and creator of ska music. Proud dog mum. Currently living in the most northerly village in Wales.</p>","url":"https://drupal.community/@jeni","uri":"https://drupal.community/users/jeni","avatar":"https://files.mastodon.social/cache/accounts/avatars/109/368/015/920/497/690/original/46d4b77e33feea0c.jpg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/109/368/015/920/497/690/original/46d4b77e33feea0c.jpg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/109/368/015/920/497/690/original/483161e0f08e8e79.png","header_static":"https://files.mastodon.social/cache/accounts/headers/109/368/015/920/497/690/original/483161e0f08e8e79.png","header_description":"","followers_count":222,"following_count":169,"statuses_count":2245,"last_status_at":"2026-04-20","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Web","value":"<a href=\"https://deliciouscreative.com\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">deliciouscreative.com</span><span class=\"invisible\"></span></a>","verified_at":"2026-04-20T12:58:35.642+00:00"},{"name":"Drupal","value":"<a href=\"https://www.drupal.org/u/jeni_dc\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://www.</span><span class=\"\">drupal.org/u/jeni_dc</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"Music","value":"<a href=\"https://sisterjeni.com\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">sisterjeni.com</span><span class=\"invisible\"></span></a>","verified_at":"2026-04-20T12:58:36.025+00:00"}]},"media_attachments":[],"mentions":[],"tags":[{"name":"badges","url":"https://mastodon.social/tags/badges"},{"name":"fuckai","url":"https://mastodon.social/tags/fuckai"},{"name":"lgbt","url":"https://mastodon.social/tags/lgbt"},{"name":"trans","url":"https://mastodon.social/tags/trans"},{"name":"bigtech","url":"https://mastodon.social/tags/bigtech"}],"emojis":[],"tagged_collections":[],"quote":null,"card":{"url":"https://deliciouscreative.com/badges","title":"DC Badges","description":"Handmade badges from Wales. Anti-racist badges, anti fascist badges, anti Reform Party badges, tech related badges, and LGBT+ supportive badges.","language":"en","type":"link","author_name":"","author_url":"","provider_name":"Delicious Creative","provider_url":"","html":"","width":662,"height":348,"image":"https://files.mastodon.social/cache/preview_cards/images/189/601/767/original/0c2c895f999dd6ee.jpg","image_description":"Group of 25mm badges with anti-fascist, anti-racist, pro LGBT+, and anti-AI and big tech designs.","embed_url":"","blurhash":"UKHU|MD$m~sX-Wb0W9awiujGW;kqxaV?XSW=","published_at":null,"authors":[]},"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116419624016056998","created_at":"2026-04-17T10:41:25.596Z","in_reply_to_id":"116419611067147650","in_reply_to_account_id":"215060","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116419624016056998","url":"https://mastodon.social/@jaygooby/116419624016056998","replies_count":1,"reblogs_count":0,"favourites_count":1,"quotes_count":0,"edited_at":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rgarner\" class=\"u-url mention\">@<span>rgarner</span></a></span> ah nice, thanks 🙏</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"215060","username":"rgarner","url":"https://mastodon.social/@rgarner","acct":"rgarner"}],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116419607066364963","created_at":"2026-04-17T10:37:07.052Z","in_reply_to_id":"116419575980491584","in_reply_to_account_id":"215060","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116419607066364963","url":"https://mastodon.social/@jaygooby/116419607066364963","replies_count":1,"reblogs_count":0,"favourites_count":1,"quotes_count":0,"edited_at":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rgarner\" class=\"u-url mention\">@<span>rgarner</span></a></span> Oo, relevant to my interests. What Salesforce gem are you using? Restforce?</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"215060","username":"rgarner","url":"https://mastodon.social/@rgarner","acct":"rgarner"}],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116419579891449469","created_at":"2026-04-17T10:30:12.341Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116419579891449469/activity","url":"https://mastodon.social/users/jaygooby/statuses/116419579891449469/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116419458264651938","created_at":"2026-04-17T09:59:04.091Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://bsky.brid.gy/convert/ap/at://did:plc:syuzldzqctz7e4syg7iivjt5/app.bsky.feed.post/3mjonzvumgk2f","url":"https://fed.brid.gy/r/https://bsky.app/profile/did:plc:syuzldzqctz7e4syg7iivjt5/post/3mjonzvumgk2f","replies_count":3,"reblogs_count":20,"favourites_count":4,"quotes_count":0,"edited_at":null,"content":"<p>In the UK we call them lifts but in the US they call them elevators, because we’re raised differently.</p>","reblog":null,"account":{"id":"113635500205168022","username":"mooseallain.bsky.social","acct":"mooseallain.bsky.social@bsky.brid.gy","display_name":"Moose Allain","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2024-12-11T00:00:00.000Z","note":"Historically inaccurate\nHe/him\n\n<a href=\"https://www.mooseallain.co.uk\" rel=\"nofollow noopener\" target=\"_blank\">mooseallain.co.uk</a><br><br>🌉 <a href=\"https://fed.brid.gy/bsky/mooseallain.bsky.social\" rel=\"nofollow noopener\" target=\"_blank\">bridged</a> from 🦋 <a href=\"https://bsky.app/profile/mooseallain.bsky.social\" rel=\"nofollow noopener\" target=\"_blank\">mooseallain.bsky.social</a>, follow <a class=\"h-card u-author mention\" rel=\"nofollow noopener\" href=\"https://bsky.brid.gy/bsky.brid.gy\" target=\"_blank\">@bsky.brid.gy</a> to interact","url":"https://bsky.brid.gy/r/https://bsky.app/profile/mooseallain.bsky.social","uri":"https://bsky.brid.gy/ap/did:plc:syuzldzqctz7e4syg7iivjt5","avatar":"https://files.mastodon.social/cache/accounts/avatars/113/635/500/205/168/022/original/faa70828dac4e7f9.jpeg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/113/635/500/205/168/022/original/faa70828dac4e7f9.jpeg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/113/635/500/205/168/022/original/fb2e70f6d6d69a99.jpeg","header_static":"https://files.mastodon.social/cache/accounts/headers/113/635/500/205/168/022/original/fb2e70f6d6d69a99.jpeg","header_description":"","followers_count":289,"following_count":1,"statuses_count":0,"last_status_at":"2026-04-20","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Web site","value":"<a rel=\"nofollow noopener\" href=\"https://bsky.app/profile/mooseallain.bsky.social\" target=\"_blank\"><span class=\"invisible\">https://</span>bsky.app/profile/mooseallain.bsky.social</a>","verified_at":null},{"name":"Link","value":"<a rel=\"nofollow noopener\" href=\"https://www.mooseallain.co.uk\" target=\"_blank\"><span class=\"invisible\">https://</span>www.mooseallain.co.uk</a>","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},{"id":"116416642328269117","created_at":"2026-04-16T22:03:08.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116416642328269117/activity","url":"https://mastodon.social/users/jaygooby/statuses/116416642328269117/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116416441699914740","created_at":"2026-04-16T21:12:05.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.world/users/davidho/statuses/116416441593544287","url":"https://mastodon.world/@davidho/116416441593544287","replies_count":2,"reblogs_count":33,"favourites_count":36,"quotes_count":1,"edited_at":null,"content":"<p>Pope Fiction </p><p><a href=\"https://variety.com/2026/film/news/pete-hegseth-pulp-fiction-fake-bible-verse-prayer-service-1236723446/\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">variety.com/2026/film/news/pet</span><span class=\"invisible\">e-hegseth-pulp-fiction-fake-bible-verse-prayer-service-1236723446/</span></a></p>","reblog":null,"account":{"id":"109381158107488874","username":"davidho","acct":"davidho@mastodon.world","display_name":"David Ho","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2022-11-21T00:00:00.000Z","note":"<p>Climate scientist researching the ocean carbon cycle and marine carbon dioxide removal (mCDR). Professor of Oceanography at University of Hawaiʻi at Mānoa.; Visiting Faculty at School of Ocean Futures, Arizona State University; Founder, Bamboo Bike Project; co-founder, [C]Worthy.</p>","url":"https://mastodon.world/@davidho","uri":"https://mastodon.world/users/davidho","avatar":"https://files.mastodon.social/cache/accounts/avatars/109/381/158/107/488/874/original/4c85365bc05f0cba.jpeg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/109/381/158/107/488/874/original/4c85365bc05f0cba.jpeg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/109/381/158/107/488/874/original/e3bdd3d42dc4f184.jpeg","header_static":"https://files.mastodon.social/cache/accounts/headers/109/381/158/107/488/874/original/e3bdd3d42dc4f184.jpeg","header_description":"","followers_count":15104,"following_count":325,"statuses_count":4455,"last_status_at":"2026-04-20","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Website","value":"<a href=\"http://columbia.edu/~dth2\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">http://</span><span class=\"\">columbia.edu/~dth2</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"Bluesky","value":"<a href=\"https://bsky.app/profile/davidho.bsky.social\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">bsky.app/profile/davidho.bsky.</span><span class=\"invisible\">social</span></a>","verified_at":null},{"name":"Links","value":"<a href=\"https://linktr.ee/david_ho\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">linktr.ee/david_ho</span><span class=\"invisible\"></span></a>","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":{"url":"https://variety.com/2026/film/news/pete-hegseth-pulp-fiction-fake-bible-verse-prayer-service-1236723446/","title":"Pete Hegseth Quotes 'Pulp Fiction' Fake Bible Verse at Pentagon Prayer Service","description":"Defense Secretary Pete Hegseth meant to invoke holy scripture in discussing the rescue mission of an American fighter pilot stranded in Iran -- but he actually quoted Quentin Tarantino.","language":"en","type":"link","author_name":"Todd Spangler","author_url":"https://variety.com/author/todd-spangler/","provider_name":"Variety","provider_url":"","html":"","width":639,"height":360,"image":"https://files.mastodon.social/cache/preview_cards/images/189/469/913/original/2fc12b6e0093ffff.jpg","image_description":"Pete Hegseth Pulp Fiction Samuel L Jackson","embed_url":"","blurhash":"UGDSq8W0?a0L-OMxt6o$E2%MM|s+S$kCaeaf","published_at":"2026-04-16T14:45:37.000Z","authors":[{"name":"Todd Spangler","url":"https://variety.com/author/todd-spangler/","account":null}]},"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116416343572835378","created_at":"2026-04-16T20:47:10.014Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116416343572835378/activity","url":"https://mastodon.social/users/jaygooby/statuses/116416343572835378/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116416328350395775","created_at":"2026-04-16T20:43:11.000Z","in_reply_to_id":"116416127854805813","in_reply_to_account_id":"234032","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.me.uk/users/pikesley/statuses/116416327968272671","url":"https://mastodon.me.uk/@pikesley/116416327968272671","replies_count":4,"reblogs_count":5,"favourites_count":12,"quotes_count":0,"edited_at":null,"content":"<p>I still think about that AI CEO gonk who said that people don't enjoy making music, actually</p>","reblog":null,"account":{"id":"234032","username":"pikesley","acct":"pikesley@mastodon.me.uk","display_name":"The Manchurian Idiot","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-04-05T00:00:00.000Z","note":"<p>Things are:</p><p>* White or \"political\"<br>* Straight or \"political\"<br>* Male or \"political\"<br>* Cis or \"political\"<br>* Able-bodied or \"political\"<br>* Neurotypical or \"political\"<br>* Christian or \"political\"<br>* Capitalist or \"political\"</p><p>etc, etc</p><p>\"I don't like to talk about politics\" means \"I voted Tory and I don't like to be made to feel uncomfortable\"</p>","url":"https://mastodon.me.uk/@pikesley","uri":"https://mastodon.me.uk/users/pikesley","avatar":"https://files.mastodon.social/cache/accounts/avatars/000/234/032/original/e3f131a77659362a.jpg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/000/234/032/original/e3f131a77659362a.jpg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/000/234/032/original/e2104c1ccb6a6c55.png","header_static":"https://files.mastodon.social/cache/accounts/headers/000/234/032/original/e2104c1ccb6a6c55.png","header_description":"","followers_count":1481,"following_count":736,"statuses_count":22559,"last_status_at":"2026-04-20","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"web","value":"<a href=\"https://sam.pikesley.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">sam.pikesley.org</span><span class=\"invisible\"></span></a>","verified_at":"2026-04-20T10:27:11.828+00:00"},{"name":"band","value":"<a href=\"https://rawfunkmaharishi.uk/\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">rawfunkmaharishi.uk/</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"location","value":"London","verified_at":null},{"name":"pronouns","value":"he / him","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116415385126538289","created_at":"2026-04-16T16:43:25.281Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116415385126538289/activity","url":"https://mastodon.social/users/jaygooby/statuses/116415385126538289/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116415225858943334","created_at":"2026-04-16T16:02:53.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://goblin.camp/users/breakfastgolem/statuses/116415225725455590","url":"https://goblin.camp/@breakfastgolem/116415225725455590","replies_count":2,"reblogs_count":10,"favourites_count":12,"quotes_count":0,"edited_at":null,"content":"<p><a href=\"https://www.youtube.com/watch?v=6bghDcbzfEU\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://www.</span><span class=\"\">youtube.com/watch?v=6bghDcbzfEU</span><span class=\"invisible\"></span></a></p><p>NEW BOARDS OF CANADA TRACK AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</p>","reblog":null,"account":{"id":"109379992614482879","username":"breakfastgolem","acct":"breakfastgolem@goblin.camp","display_name":"Bradley Dragonne, Esq.","locked":true,"bot":false,"discoverable":false,"indexable":true,"group":false,"created_at":"2022-11-21T00:00:00.000Z","note":"<p>Been here since 2018. Moved accounts three times. I cannot be killed.</p><p>I don't accept follow requests from mastodon.social. Find a better instance.</p><p>Many people are saying things about me:</p><p>\"i'm going to kill you\" - Sam Aleums<br>\"cram it, square!\" - Louisa<br>\"don't you dare you little shit\" - binchicken</p><p>see you nutmeats in hell</p>","url":"https://goblin.camp/@breakfastgolem","uri":"https://goblin.camp/users/breakfastgolem","avatar":"https://files.mastodon.social/cache/accounts/avatars/109/379/992/614/482/879/original/1c19f4a72704c25c.jpg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/109/379/992/614/482/879/original/1c19f4a72704c25c.jpg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/109/379/992/614/482/879/original/15d614a84e071066.png","header_static":"https://files.mastodon.social/cache/accounts/headers/109/379/992/614/482/879/original/15d614a84e071066.png","header_description":"","followers_count":280,"following_count":281,"statuses_count":40019,"last_status_at":"2026-04-21","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Pronouns","value":"he/him/they/them","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":{"url":"https://www.youtube.com/watch?v=6bghDcbzfEU","title":"Tape 05","description":"","language":null,"type":"video","author_name":"Boards of Canada","author_url":"https://www.youtube.com/@boardsofcanada","provider_name":"YouTube","provider_url":"https://www.youtube.com/","html":"<iframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/6bghDcbzfEU?feature=oembed\" frameborder=\"0\" allowfullscreen=\"\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-forms\"></iframe>","width":200,"height":150,"image":"https://files.mastodon.social/cache/preview_cards/images/189/464/498/original/50184c27e9f93de7.jpg","image_description":"","embed_url":"","blurhash":"UCHoag9Gn-xvVut7ofWU00jGoeofjcIUWBog","published_at":null,"authors":[{"name":"Boards of Canada","url":"https://www.youtube.com/@boardsofcanada","account":null}]},"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116405264297811739","created_at":"2026-04-14T21:49:33.688Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116405264297811739/activity","url":"https://mastodon.social/users/jaygooby/statuses/116405264297811739/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116405184418933467","created_at":"2026-04-14T21:29:13.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.green/users/Philsturgeon/statuses/116405184314027884","url":"https://mastodon.green/@Philsturgeon/116405184314027884","replies_count":6,"reblogs_count":87,"favourites_count":37,"quotes_count":0,"edited_at":null,"content":"<p>Have you ever thought about giving up tech to work on trying to make the world a better place? I have, for five years. It’s been my life for 60 hours a week.</p><p>I’ve been consistently broke and happy about it, but when my charity had to take on a loan to buy 84 acres of land… I worry.</p><p>I need this crowdfunder to work, or we are absolutely fucked. <a href=\"https://www.crowdfunder.co.uk/p/warleigh-nature-reserve\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">crowdfunder.co.uk/p/warleigh-n</span><span class=\"invisible\">ature-reserve</span></a></p>","reblog":null,"account":{"id":"109288322183869888","username":"Philsturgeon","acct":"Philsturgeon@mastodon.green","display_name":"Phil Sturgeon","locked":false,"bot":false,"discoverable":true,"indexable":false,"group":false,"created_at":"2022-11-04T00:00:00.000Z","note":"<p>Bike nomad turned electric van nomad, boycotting fossil-fuels, working on reforestation and ancient woodland restoration as co-founder of Protect Earth. he/him</p>","url":"https://mastodon.green/@Philsturgeon","uri":"https://mastodon.green/users/Philsturgeon","avatar":"https://files.mastodon.social/cache/accounts/avatars/109/288/322/183/869/888/original/53f61a4d5c26664c.jpeg","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/109/288/322/183/869/888/original/53f61a4d5c26664c.jpeg","avatar_description":"","header":"https://files.mastodon.social/cache/accounts/headers/109/288/322/183/869/888/original/34549a9129318bf7.jpeg","header_static":"https://files.mastodon.social/cache/accounts/headers/109/288/322/183/869/888/original/34549a9129318bf7.jpeg","header_description":"","followers_count":3076,"following_count":648,"statuses_count":2254,"last_status_at":"2026-04-17","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[{"name":"Website","value":"<a href=\"https://philsturgeon.com\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">philsturgeon.com</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"Protect Earth","value":"<a href=\"https://protect.earth\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">protect.earth</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"Bike Adventures","value":"<a href=\"https://phil.bike\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">phil.bike</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"Instagram","value":"<a href=\"https://instagram.com/philsturgeon\" rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">instagram.com/philsturgeon</span><span class=\"invisible\"></span></a>","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":{"url":"https://www.crowdfunder.co.uk/p/warleigh-nature-reserve","title":"Warleigh Nature Reserve, Bath","description":"Bath's largest rewilding project has begun: Warleigh Nature Reserve. Right on the River Avon, and already full of beavers.","language":"en","type":"link","author_name":"","author_url":"","provider_name":"Crowdfunder UK","provider_url":"","html":"","width":0,"height":0,"image":null,"image_description":"","embed_url":"","blurhash":null,"published_at":null,"authors":[]},"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116404163586632735","created_at":"2026-04-14T17:09:38.171Z","in_reply_to_id":"116403894323620354","in_reply_to_account_id":"112323934314519443","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116404163586632735","url":"https://mastodon.social/@jaygooby/116404163586632735","replies_count":0,"reblogs_count":0,"favourites_count":1,"quotes_count":0,"edited_at":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https://vmst.io/@jalefkowit\" class=\"u-url mention\">@<span>jalefkowit</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://posts.rat.pictures/@hannah\" class=\"u-url mention\">@<span>hannah</span></a></span> also shout out for Iain M Banks’ Feersum Endjinn</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"112323934314519443","username":"jalefkowit","url":"https://vmst.io/@jalefkowit","acct":"jalefkowit@vmst.io"},{"id":"109831834621020128","username":"hannah","url":"https://posts.rat.pictures/@hannah","acct":"hannah@posts.rat.pictures"}],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116399714468083707","created_at":"2026-04-13T22:18:10.008Z","in_reply_to_id":"116399703310168669","in_reply_to_account_id":"109327348138228210","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116399714468083707","url":"https://mastodon.social/@jaygooby/116399714468083707","replies_count":0,"reblogs_count":0,"favourites_count":1,"quotes_count":0,"edited_at":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https://tapbots.social/@paul\" class=\"u-url mention\">@<span>paul</span></a></span> EVERY time you open in my experience</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"109327348138228210","username":"paul","url":"https://tapbots.social/@paul","acct":"paul@tapbots.social"}],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}},{"id":"116386554910967907","created_at":"2026-04-11T14:31:31.101Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"https://mastodon.social/users/jaygooby/statuses/116386554910967907/activity","url":"https://mastodon.social/users/jaygooby/statuses/116386554910967907/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"","reblog":{"id":"116386236877606465","created_at":"2026-04-11T13:10:37.000Z","in_reply_to_id":"116386234336657503","in_reply_to_account_id":"116311819252743836","sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"en","uri":"https://beige.party/users/d_rift/statuses/116386236847198598","url":"https://beige.party/@d_rift/116386236847198598","replies_count":6,"reblogs_count":130,"favourites_count":182,"quotes_count":0,"edited_at":null,"content":"<p>The three factors of authentication:<br>- something you used to be<br>- something you've forgotten<br>- something you've lost</p>","reblog":null,"account":{"id":"116311819252743836","username":"d_rift","acct":"d_rift@beige.party","display_name":"d.rift","locked":true,"bot":false,"discoverable":false,"indexable":false,"group":false,"created_at":"2026-03-28T00:00:00.000Z","note":"<p>Nothing is complicated;<br>everything is detailed.</p><p>Live in the meanwhile;<br>meanwhiles are all we have.</p><p>Some things endure.<br>Every world is hand-made.</p><p>There is no victory alone.<br>Play only the infinite game.</p><p>----</p><p>Posts self delete irregularly. Do not presume upon my ephemerality, in either direction.</p><p>Post reach is at my discretion. Do not alter it by replying public to a private post or by adding hashtags in reply to a public one.</p>","url":"https://beige.party/@d_rift","uri":"https://beige.party/users/d_rift","avatar":"https://files.mastodon.social/cache/accounts/avatars/116/311/819/252/743/836/original/e375142da0aea39e.png","avatar_static":"https://files.mastodon.social/cache/accounts/avatars/116/311/819/252/743/836/original/e375142da0aea39e.png","avatar_description":"","header":"https://mastodon.social/headers/original/missing.png","header_static":"https://mastodon.social/headers/original/missing.png","header_description":"","followers_count":370,"following_count":376,"statuses_count":483,"last_status_at":"2026-04-20","hide_collections":true,"show_media":true,"show_media_replies":true,"show_featured":true,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},"application":null,"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":[],"manual":[],"current_user":"denied"}},{"id":"116385528915246117","created_at":"2026-04-11T10:10:35.653Z","in_reply_to_id":"116385381799224054","in_reply_to_account_id":"115403310863000264","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://mastodon.social/users/jaygooby/statuses/116385528915246117","url":"https://mastodon.social/@jaygooby/116385528915246117","replies_count":0,"reblogs_count":0,"favourites_count":0,"quotes_count":0,"edited_at":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.vivaldi.net/@ianbetteridge\" class=\"u-url mention\">@<span>ianbetteridge</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://todon.eu/@linuxgnome\" class=\"u-url mention\">@<span>linuxgnome</span></a></span> right. I’m a staunch non-official package avoider!</p>","reblog":null,"application":{"name":"Ivory for iOS","website":"https://tapbots.com/"},"account":{"id":"150890","username":"jaygooby","acct":"jaygooby","display_name":"Jay","locked":false,"bot":false,"discoverable":true,"indexable":true,"group":false,"created_at":"2017-05-29T00:00:00.000Z","note":"<p>internetworker <a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>  he/him </p>","url":"https://mastodon.social/@jaygooby","uri":"https://mastodon.social/users/jaygooby","avatar":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_static":"https://files.mastodon.social/accounts/avatars/000/150/890/original/1f36b2c676806f1b.jpg","avatar_description":"","header":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_static":"https://files.mastodon.social/accounts/headers/000/150/890/original/cab2459a863838ce.png","header_description":"","followers_count":383,"following_count":1131,"statuses_count":2476,"last_status_at":"2026-04-19","hide_collections":false,"show_media":true,"show_media_replies":true,"show_featured":true,"noindex":false,"emojis":[],"roles":[],"fields":[{"name":"💾","value":"<a href=\"https://jay.gooby.org\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jay.gooby.org</span><span class=\"invisible\"></span></a>","verified_at":"2022-12-19T17:50:55.622+00:00"},{"name":"GitHub","value":"<a href=\"https://github.com/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":"2023-02-01T20:27:20.813+00:00"},{"name":"LinkedIn","value":"<a href=\"http://linkedin.com/in/jaygooby\" target=\"_blank\" rel=\"nofollow noopener me\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"\">linkedin.com/in/jaygooby</span><span class=\"invisible\"></span></a>","verified_at":null},{"name":"tootfinder","value":"searchable","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"115403310863000264","username":"ianbetteridge","url":"https://social.vivaldi.net/@ianbetteridge","acct":"ianbetteridge@vivaldi.net"},{"id":"109296185360633326","username":"linuxgnome","url":"https://todon.eu/@linuxgnome","acct":"linuxgnome@todon.eu"}],"tags":[],"emojis":[],"tagged_collections":[],"quote":null,"card":null,"poll":null,"quote_approval":{"automatic":["public"],"manual":[],"current_user":"denied"}}]