💥
CPE1704TKS
Not RPM developer Jeffrey Johnson. Not XTree developer Jeffrey Johnson. Not Jeffrey Johnson, Google Senior Software Engineer. Not the robotic engineer, either.
-
BAN AI Systems
- https://keybase.io/trnsz
Highlights
Pinned Loading
-
BAN-AI-Communications/uckermit
BAN-AI-Communications/uckermit Publicuckermit: μC‑Kermit (μCKermit, micro‑C‑Kermit, microkermit) is a minimalistic Kermit implementation for small, embedded, or resource constrained systems (CP/M, PDP‑11, etc.)
2,876 contributions in the last year
Skip to contributions year list| Day of Week | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | |||||||||||||||||||||||||||||||||||||||||
| 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
Activity overview
Contributed to
johnsonjh/dps8m-proxy,
BAN-AI-Multics/dps8m,
reduce-algebra/reduce-algebra
and 53 other
repositories
Loading
Contribution activity
November 2025
Created an issue in pizlonator/fil-c that received 3 comments
Fil-C turns local variables that escape into heap allocations and doesn't free them when the function returns, resulting in surprising (but safe) behavior
#include <stdio.h> int *leak_vla(int n) { int vla[n]; for (int i = 0; i < n; i++) vla[i] = i; return &vla[0]; } int main(void) { int *p = leak_vla(5)…
3
comments
Opened 10 other issues in 1 repository
pizlonator/fil-c
5
closed
5
open
-
Undefined behavior or illegal access seemingly allowed unchecked via alloca
This contribution was made on Nov 5
-
Alignment-preserving tag/unmask thru uintptr_t gives a ptr thats equal but traps in FilC -O0
This contribution was made on Nov 5
-
FilC breaks dlsym and auxv-based introspection
This contribution was made on Nov 5
-
Glibc prctl unexpected errors and unimplemented functions in FilC vs. standard glibc
This contribution was made on Nov 5
-
mlock corner cases results in a crash/violation rather than the expected error
This contribution was made on Nov 5
-
User contexts are not working
This contribution was made on Nov 5
-
Crash when trying to use floating point exceptions
This contribution was made on Nov 5
-
Calling Linux adjtimex gives safety error and crashes with “cannot handle inline asm”
This contribution was made on Nov 4
-
Unable to set thread names with pthread_setname_np
This contribution was made on Nov 4
-
Trying to use glibc’s dl_iterate_phdr gives error at link time
This contribution was made on Nov 4