diff --git a/components/embeds/Image.tsx b/components/embeds/Image.tsx index 28b5f4bd..7a88c2e5 100644 --- a/components/embeds/Image.tsx +++ b/components/embeds/Image.tsx @@ -8,7 +8,7 @@ import type { ImageProps } from "next/image"; const CustomImg = (props: ImageProps) => { return ( // the required height and width are part of the props, so they get automatically passed here with {...props} -
+
Q&A 1 +Q&A 1 -Q&A 2 +Q&A 2 Defenders of the BERN app have pointed out that the information used is already available from public voter rolls maintained independently by each state. This is true. But these public records have never been tied to a campaign's internal voter files through a tool that's wide open to the entire internet, with incentives to add valuable data that benefits one candidate. @@ -141,21 +129,21 @@ BERN is taking this to an unprecedented level. Allowing anybody on the internet In addition to the points system, it was revealed in the webinar mentioned above that the campaign is planning on giving out shiny rewards based on how many friends one adds, setting expectations at 50+ contacts to reach the "Bernie Super Bundler" tier — whatever that means. Webinar Slide 1 In the middle of the webinar, the organizer also paused the presentation for _fifteen minutes_ — complete with a countdown clock — and told volunteers to race to add as many of their friends as possible in that time. She announced afterwards that participants added 20 to 40 friends into the app on average, with some allegedly adding close to 100 in fifteen minutes. Webinar Slide 2 The [Privacy Policy link](https://berniesanders.com/privacy-policy/) at the bottom of the app links to a generic policy that looks like it's been copied from a default Wix website. There's no mention of the BERN app, no details of how they explicitly use our information, and no sign of an opt-out procedure. diff --git a/notes/cool-bash-tricks-for-your-terminal-dotfiles.mdx b/notes/cool-bash-tricks-for-your-terminal-dotfiles.mdx index a4f8eff9..c425f9ad 100644 --- a/notes/cool-bash-tricks-for-your-terminal-dotfiles.mdx +++ b/notes/cool-bash-tricks-for-your-terminal-dotfiles.mdx @@ -15,7 +15,6 @@ image: "/static/images/notes/cool-bash-tricks-for-your-terminal-dotfiles/termina import Image from "./components/embeds/Image"; iCloud Drive +iCloud Drive I still use (and highly recommend) [**Backblaze**](https://www.backblaze.com/) ([referral link](https://secure.backblaze.com/r/00x84e)) to backup my home folder and add a second layer of redundancy to storing all of my most important files on ["someone else's computer."](https://www.zdnet.com/article/stop-saying-the-cloud-is-just-someone-elses-computer-because-its-not/) And as long as I remember to plug in my external SSD every so often, they're also backed up locally via [Time Machine](https://support.apple.com/en-us/HT201250). diff --git a/notes/github-actions.mdx b/notes/github-actions.mdx index 524d66da..51bf920f 100644 --- a/notes/github-actions.mdx +++ b/notes/github-actions.mdx @@ -15,7 +15,6 @@ import Image from "./components/embeds/Image"; import Gist from "./components/embeds/Gist"; Step 1 +Step 1 ## 2. Clone your new fork locally @@ -52,13 +46,7 @@ GitHub will automatically redirect you to the forked repository under your usern git clone git@github.com:jakejarvis/react-native.git ``` -Step 2 +Step 2 ## 3. Track the original repository as a remote of the fork @@ -106,21 +94,9 @@ git push -u origin fix-readme-typo You're now all ready to submit the improvement you've made to the project's maintainers for approval. Head over to the original repositories Pull Requests tab, and you should see an automatic suggestion from GitHub to create a pull request from your new branch. -Step 7.1 +Step 7.1 -Step 7.2 +Step 7.2 --- diff --git a/notes/how-to-shrink-linux-virtual-disk-vmware.mdx b/notes/how-to-shrink-linux-virtual-disk-vmware.mdx index da50f317..e7314a85 100644 --- a/notes/how-to-shrink-linux-virtual-disk-vmware.mdx +++ b/notes/how-to-shrink-linux-virtual-disk-vmware.mdx @@ -84,7 +84,6 @@ VMware on macOS makes this a little tricky, since it packages VMs in what looks We need to right click on the .vmwarevm "file," and select **Show Package Contents** to see what's really in there. You should see the actual .VMDK file sitting there — normally we're looking for the plain VMDK file (named _Virtual Disk.vmdk_ by default) without a bunch of numbers after it, but if you have snapshots associated with your VM, this might not be the file we actually want. But run the command below with it anyways, and the output will tell you if you need to use a different file. Awesome First Code on GitHub -Code Quality: A for effort +Code Quality: A for effort I recently published my terrible, horrible, no good, very bad [first HTML site](https://jakejarvis.github.io/my-first-website/) and [first PHP project](https://github.com/jakejarvis/jbb#readme) ever and developed a new addiction to Web 1.0 nostalgia, fed by others who were brave enough to do the same. diff --git a/notes/security-headers-cloudflare-workers.mdx b/notes/security-headers-cloudflare-workers.mdx index 5834e31a..1df7dea0 100644 --- a/notes/security-headers-cloudflare-workers.mdx +++ b/notes/security-headers-cloudflare-workers.mdx @@ -31,7 +31,6 @@ In 2019, it's becoming more and more important to harden websites via HTTP respo [Cloudflare Workers](https://www.cloudflare.com/products/cloudflare-workers/) are a great feature of [Cloudflare](https://www.cloudflare.com/) that allows you to modify responses on-the-fly between your origin server and the user, similar to [AWS Lambda](https://aws.amazon.com/lambda/) (but much simpler). We'll use a Worker to add the headers. Example: MongoDB +Example: MongoDB ### [Mongo Express](https://github.com/mongo-express/mongo-express) Web GUI [🔎 →](https://www.shodan.io/search?query=%22Set-Cookie%3A+mongo-express%3D%22+%22200+OK%22) @@ -318,7 +306,6 @@ Like the [infamous phpMyAdmin](https://www.cvedetails.com/vulnerability-list/ven ``` Example: HP Printers +Example: HP Printers ### Xerox Copiers/Printers [🔎 →](https://www.shodan.io/search?query=ssl%3A%22Xerox+Generic+Root%22) @@ -640,7 +611,6 @@ ssl:"Xerox Generic Root" ``` (


Creative Commons Attribution 4.0 International Public License

-

+