Skip to content

Commit

Permalink
2024/01/31 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jan 31, 2024
1 parent 6430b2e commit 78a70da
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 54 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Most importantly, it is here as infrastructure. Infrastructure for the design an

## Where is OrbitMines going with this? - i.e. Future inquiries

Check out everything I've made public regarding this here: https://github.com/orbitmines/orbitmines.com/issues or equivalently, check the Discord channels grouped under the name: [Fractals of the Galaxy](https://discord.com/channels/1055502602365845534/1114584997702156388).
Check out everything I've made public regarding this here: [GitHub Issues](https://github.com/orbitmines/orbitmines.com/issues) or equivalently, check the Discord channels grouped under the name: [Fractals of the Galaxy](https://discord.com/channels/1055502602365845534/1114584997702156388).

---

Expand Down Expand Up @@ -98,9 +98,5 @@ const terminal = Ray.boolean().orbit().size(2);

## License Magic

I'm not convinced putting licenses on the repo's in the usual case is anything other than *Minecraft servers putting "Not affiliated with Mojang" in their stores* just because everyone else does it. But here: after doing absolutely no research into the international ramifications: [LICENSE](./LICENSE) a license for those who like to look at them. Try to reason to what that applies in this repository, obviously that doesn't cover everything not made by me or other contributions to OrbitMines or something.
I'm not convinced putting licenses on the repo's in the usual case is anything other than *Minecraft servers putting "Not affiliated with Mojang" in their stores* just because everyone else does it. But here: after doing absolutely no research into the international ramifications: [LICENSE](./LICENSE) a license for those who like to look at them. Try to reason to what that applies in this repository, obviously that doesn't cover everything not made by me or other contributions to OrbitMines or something. Just put a reference to me or this project somewhere if it's remotely interesting to you.

111 changes: 68 additions & 43 deletions orbitmines.com/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions orbitmines.com/src/@orbitmines/Visualization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import isWebGLAvailable = WEBGL.isWebGLAvailable;
import {PaperProps} from "../lib/paper/Paper";
import {Children} from "../lib/typescript/React";
import {Col, Row} from "../lib/layout/flexbox";
import Ray from "@orbitmines/rays";

export const NoWebGL = () => {
return <div>No WebGL</div>
Expand All @@ -20,7 +19,7 @@ export type VisualizationProps = {
alt: string,
}

const Visualization = ({ray}: { ray: Ray.Any }) => {
const Visualization = ({}: { }) => {
return <VisualizationCanvas>

</VisualizationCanvas>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ const _2024_02_NGI_GrantProposal = () => {

<BR/>

Hardware requirements: A <Reference is="reference" index={referenceCounter()} reference={{title: "tinybox", link: "https://tinygrad.org/#:~:text=The-,tinybox,-738%20FP16%20TFLOPS"}} simple inline /> or an equivalent in case of import-related issues. 15.000 USD excl VAT. Corrected for EUR, taxes, shipping costs and a small buffer in case of import issues: 17.500 EUR should suffice.
- Hardware requirements: A <Reference is="reference" index={referenceCounter()} reference={{title: "tinybox", link: "https://tinygrad.org/#:~:text=The-,tinybox,-738%20FP16%20TFLOPS"}} simple inline /> or an equivalent in case of import-related issues. 15.000 USD excl VAT. Corrected for EUR, taxes, shipping costs and a small buffer in case of import issues: 17.500 EUR should suffice.

<BR/>

12.500 EUR to sustain myself for at least a year (any additional costs associated with the project will come out of this).
- 12.500 EUR to sustain myself for at least a year (any additional costs associated with the project will come out of this).

<BR/>

20.000 EUR to involve a second person in the project. (I might do something more non-trivial, but a second person is the simplest case)
- 20.000 EUR to involve a second person in the project. (I might do something more non-trivial, but a second person is the simplest case)

<BR/>

Expand Down

0 comments on commit 78a70da

Please sign in to comment.