Skip to content

Commit

Permalink
fixes conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kochie committed May 24, 2024
1 parent 8980d3b commit ab2d3c2
Show file tree
Hide file tree
Showing 3 changed files with 1,653 additions and 181 deletions.
6 changes: 1 addition & 5 deletions articles/10-hpc-with-step-functions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ High-Performance Computing (HPC) has become a mainstream method for the
processing of big data in the fields of machine learning and data science. But
the systems that are used to create such high-performance clusters are not
always accessible to everyday users. I found this out the hard way when I was
working on a project recently to
<<<<<<< Updated upstream
[calculate the maximum number of objects that I could store inside of S3](/08-s3-file-limit).
=======
working on a project recently to
[calculate the maximum number of objects that I could store inside of S3](/articles/08-s3-file-limit).
>>>>>>> Stashed changes
I found a better way of solving the problem by using AWS Step Functions
and distributed maps to create a serverless HPC cluster capable of running lots
of small tasks at an incredible speed for a fraction of the price, and today I'm
Expand Down
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "npm run prettier && npm run eslint",
"prettier": "prettier --write \"src/**/*.{tsx,ts,less,js,jsx,json}\"",
"eslint": "eslint",
"prepare": "husky install",
"prepare": "husky",
"prebuild": "node --loader ./bin/loader.js bin/build_feed.ts",
"postbuild": "node --loader ./bin/loader.js bin/postbuild.ts"
},
Expand Down Expand Up @@ -43,6 +43,7 @@
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
Expand All @@ -54,6 +55,7 @@
"@react-spring/web": "^9.7.3",
"@sentry/nextjs": "^8.4.0",
"@sentry/profiling-node": "^8.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
Expand Down Expand Up @@ -106,8 +108,8 @@
"prettier": "^3.2.5",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0-beta-26f2496093-20240514",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-is": "^18.3.1",
"react-test-renderer": "18.3.1",
"reading-time": "^1.5.0",
Expand All @@ -133,11 +135,6 @@
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"webpack": "^5.91.0",
"@jest/types": "^29.6.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"clsx": "^2.1.1",
"prismjs": "^1.29.0",
"yaml-loader": "^0.8.1"
},
"prettier": {
Expand All @@ -146,12 +143,5 @@
"semi": false,
"singleQuote": true,
"proseWrap": "always"
},
"peerDependencies": {
"@csstools/postcss-color-mix-function": "^1.0.0",
"@csstools/postcss-hwb-function": "^2.2.0",
"@csstools/postcss-oklab-function": "^2.2.0",
"@next/env": "^13.2.1",
"webpack": "^5.75.0"
}
}
Loading

0 comments on commit ab2d3c2

Please sign in to comment.