| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\ |
|
| | |\
| | |
| | | |
Bump thiserror from 2.0.9 to 2.0.11
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |\
| | |
| | | |
report the number of E cores and P cores
|
| | | | |
|
| | |/
| |
| |
| | |
Report the CPU and GPU bandwidths for some of the M core models.
|
| | |\
| | |
| | | |
Bump thiserror from 1.0.61 to 2.0.9
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...2.0.9)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |/ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Create a binary named `apple_silicon`, and add a library named to the
project, so it can be re-used by external projects.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add the TDP for the GPUs and CPUs, for the models we know about. Apple
does not publish information about TDP so we're going to have to gather
that information by going over various sites.
Add some unit tests.
|
| | | |
|
| | | |
|
| | | |
|
| |
|
|
|
|
|
|
|
|
| |
```
[18:04] mba-fcuny:apple_silicon (main +) | cargo run
Compiling apple_silicon v0.1.0 (/Users/fcuny/workspace/apple_silicon)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
Running `target/debug/apple_silicon`
our CPU is an Apple M2, and we have 8 cores, and 10 GPU cores
```
|
| | |
|
| |
|
|
|
| |
Generates ASCII histograms using Unicode block characters for sequences
of numbers provided via command line arguments or STDIN input.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Go vanity URLs allow developers to use custom domain names for Go module
imports instead of being tied to specific hosting platforms like GitHub.
This service implements the go-import meta tag protocol, allowing Go tools
to automatically discover the actual Git repository location while
presenting a clean, branded import path to users.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Add a flake.nix to manage the development shell, the formatters, add
some pre-commit checks, and such.
This might evolve a bit over time but this is a good starting point.
|
| | |
|
|
|
`pviz` is a command-line tool that helps you understand the real impact
of service availability targets (SLAs) by converting availability
percentages into actual downtime durations across different time
periods.
|