Computers, democracy, and nervous disorder.
- Lisbon
- https://matklad.github.io/
Pinned Loading
-
intellij-rust/intellij-rust
intellij-rust/intellij-rust PublicRust plugin for the IntelliJ Platform
-
rust-lang/rust-analyzer
rust-lang/rust-analyzer PublicA Rust compiler front-end for IDEs
-
tigerbeetle/tigerbeetle
tigerbeetle/tigerbeetle PublicThe financial transactions database designed for mission critical safety and performance.
-
rust-analyzer/expect-test
rust-analyzer/expect-test PublicMinimalistic snapshot testing for Rust.
-
2,312 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 162 commits in 9 repositories
Created 4 repositories
-
matklad/JSONFeed
CSS
This contribution was made on Mar 28
-
matklad/hn-popularity-contest-data
Python
This contribution was made on Mar 26
-
matklad/CarmensPlayground
Zig
This contribution was made on Mar 6
-
matklad/SMASH
JavaScript
This contribution was made on Mar 5
Created a pull request in tigerbeetle/tigerbeetle that received 14 comments
stdx: vendor PRNG
Our usage of std.random.Random has been bugging me since forever for a bunch of tiny reasons: It's API is very wordy and it's easy to confuse inc…
+1,683
−1,410
lines changed
•
14
comments
Opened 36 other pull requests in 4 repositories
tigerbeetle/tigerbeetle
1
closed
1
open
31
merged
-
clients: remove dependency on libc from the C client
This contribution was made on Mar 31
-
vopr: fix false positive
This contribution was made on Mar 31
-
vopr: print dropped packets in VOPR
This contribution was made on Mar 27
-
tidy: fix off by one
This contribution was made on Mar 26
-
fuzz: remove some code duplication
This contribution was made on Mar 26
-
vopr: allow simulating one-replica-down scenario in VOPR
This contribution was made on Mar 25
-
vopr: various changes for performance mode
This contribution was made on Mar 24
-
vsr: clarify precedence
This contribution was made on Mar 24
-
vsr: account for pulses when computing the size of the request queue
This contribution was made on Mar 24
-
vopr: re-do tickless VOPR
This contribution was made on Mar 24
-
fuzz: remove global allocator
This contribution was made on Mar 24
-
vsr: fix crash in primary_repair_pipeline
This contribution was made on Mar 22
-
vsr: fix VOPR false positive on release upgrade
This contribution was made on Mar 21
-
vopr: properly fix upgrades during tickless IO
This contribution was made on Mar 21
-
style: scripts use --long-form args
This contribution was made on Mar 21
-
vopr: add totals to message summary
This contribution was made on Mar 20
-
vopr: fix false positive
This contribution was made on Mar 20
-
stdx: vendor bitset
This contribution was made on Mar 20
-
vsr: remove needless indirection
This contribution was made on Mar 19
-
zig: simplify the idiom for creating comptime lists
This contribution was made on Mar 18
-
vopr: allow fast writes
This contribution was made on Mar 14
-
vsr: quicker request protocol
This contribution was made on Mar 14
-
vopr: add performance mode
This contribution was made on Mar 13
-
vopr: collect statistics about messages sent
This contribution was made on Mar 12
-
vopr: extract options creation
This contribution was made on Mar 12
- Some pull requests not shown.
mtlynch/hn-popularity-contest-data
1
merged
-
Fix my name
This contribution was made on Mar 26
andrewrk/CarmensPlayground
1
merged
-
add mpsc example
This contribution was made on Mar 6
MatthiasPortzel/SMASH
1
merged
-
fix build for new Rust
This contribution was made on Mar 5
Reviewed 39 pull requests in 4 repositories
tigerbeetle/tigerbeetle
25 pull requests
-
vopr: fix false positive
This contribution was made on Mar 31
-
vopr: print dropped packets in VOPR
This contribution was made on Mar 28
-
fuzz: remove some code duplication
This contribution was made on Mar 27
-
ci: block merging based on devhub pipeline result
This contribution was made on Mar 26
-
vopr: re-do tickless VOPR
This contribution was made on Mar 26
-
VSR: Add replica/lsm/grid/journal metrics
This contribution was made on Mar 25
-
Add an initial Rust client
This contribution was made on Mar 25
-
In preparation for Zig 0.14.0
This contribution was made on Mar 25
-
vsr: quicker request protocol
This contribution was made on Mar 24
-
Remove anonymous structs
This contribution was made on Mar 24
-
vsr: fix crash in primary_repair_pipeline
This contribution was made on Mar 23
-
vopr: properly fix upgrades during tickless IO
This contribution was made on Mar 21
-
stdx: vendor bitset
This contribution was made on Mar 21
-
CFO: Retain checkouts + cache across iterations
This contribution was made on Mar 20
-
Bump
release_client_min
to 0.16.4This contribution was made on Mar 20 -
multiversion: only include the past release in debug builds
This contribution was made on Mar 20
-
vopr: add performance mode
This contribution was made on Mar 17
-
vopr: allow fast writes
This contribution was made on Mar 14
-
Upgrade to zig 0.14.0
This contribution was made on Mar 13
-
Remove anonymous structs
This contribution was made on Mar 13
-
[Dotnet] Retry nuget install during validate-release.
This contribution was made on Mar 12
-
Changes required by Zig 0.14.0 but applicable in Zig 0.13.0
This contribution was made on Mar 11
-
vsr: fix reset of prepare_timeout
This contribution was made on Mar 11
-
Vendored Zig's 0.13.0 AEGIS to maintain hash stability.
This contribution was made on Mar 11
-
docs: adds incrementing to the end of the batch in the example
This contribution was made on Mar 11
- Some pull request reviews not shown.
matklad/once_cell
1 pull request
-
race: Relax success ordering from
AcqRel
toRelease
.This contribution was made on Mar 27
ziglang/zig-bootstrap
1 pull request
-
Add copy-pastable build instructions
This contribution was made on Mar 24
oven-sh/bun
1 pull request
-
Reduce binary size by 400 KB
This contribution was made on Mar 18
Created an issue in manton/JSONFeed that received 1 comment
Website Landing Page doesn't tell the competing story
The current landing page is a delightfully self-referential feed: Unfortunately, I think it fails to convey, concisely and clearly, what JSON Feed…
1
comment
Opened 1 other issue in 1 repository
denoland/deno
1
open
-
JSR meta.json files in vendor directory are unreasonably large
This contribution was made on Mar 8
10
contributions
in private repositories
Mar 14 – Mar 18