back
user profile
jjmarr
4,565karma·1,187submissions·February 8, 2024
about
All views are my own. Software Engineer II @ AMD
jjmarr.com
recent activity (1,187 total)
comment
In essentially every other profession the credential is gated behind years of work experience and often a degree or course. We already have such a credential. It's called "lasting two years …
comment
The first pilot project to issue SSNs with the birth certificate automatically was in 1987. You can read the history here: https://www.ssa.gov/policy/docs/ssb/v56n1/…
comment
Until 1986[1] most Americans didn't get a Social Security Number until their first job. In The Matrix (1999) there's a scene where Agent Smith explicitly remarks that Neo has an SSN as proof…
comment
Real ID only confirms one was lawfully present in the United States when the ID was issued, it is not intended to prove citizenship. https://www.dhs.gov/archive/real-id-public-faq…
comment
More important than lack of voter fraud is proving to the population a lack of voter fraud.
comment
> Also would be interested in an example of "validation layers that trim hallucinations with handwritten linters" For code review, AI doesn't want to output well-formed JSON and ofte…
comment
I'm learning more than ever before. I'm not a master at anything but I am getting basic proficiency in virtually everything. > Do you ever take the time to validate what one of the agents…
comment
I coded a level 8 orchestration layer in CI for code review, two months before Claude launched theirs. It's very powerful and agents can create dynamic microbenchmarks and evaluate what data stru…
comment
I shipped this parallel agent workflow with validator agents as an internal tool months ago. It got a 20% reduction in time-to-merge, had a similar cost, and left 10x the comments as any existing AI …
comment
In this theoretical scenario where AI displaces everyone, the only thing with value will be housing and physical necessities, so I think housing prices will go up.
comment
Is there a clearer example where constexpr wouldn't work? > On the other hand, C++ template metaprogramming, as an esolang, is fun to tame and experiment with. Is it an esolang at this point? …
comment
if this is a C++17 library why couldn't you use `constexpr` evaluation and not murder your compilation time?
comment
nix has a cache too but only if the packages are reproducible. Much harder to get reproducibility with C++ than JavaScript to say the least.
comment
You can take a hybrid approach and use the rack for base capacity, cloud for scaling.
comment
I live in Canada so housing is uniformly expensive unless you live super rural. Best choice would be moving up north and slaving in a mineral mine along with everyone else that lost their jobs. Like t…
comment
Realistically, I would die. A condo costs $2500/month so I will either be homeless and freeze to death or be euthanized. Maybe I'm a contrarian but I don't think there's hope for a…
comment
AI only uses big words to engage in elegant variation, not to compress information. If someone calls an article like this a "jeremiad" I know they're a human.
comment
I daily drive NixOS. I don't have a global "userland". Packages are shipped from upstream and pull in the dependencies they need to function. That means unlike Gentoo, I've never d…
comment
Nix and Guix. Good luck convincing people to switch!
comment
Funnily enough, my Science Fiction class graded like that. If you didn't have high information density in essays you were torn into. AI was a disadvantage due to verboseness. Most people dropped …
comment
> At the same time I am confused about what you would like to achieve within the first year of your professional career. I am in great fear of ending up on the wrong side of the K shaped recovery. …
comment
> Are you really recompiling 6000 things each time a dev in the company needs to add a line somewhere in the codebase? It happens when someone modifies a widely included header file. Which there ar…
comment
> I have never seen any performance problem being solved by running it on Azure's virtualization Sorry, I wasn't clear. I am not virtualizing the workspace. I'm using `recc` which is…
comment
The problem is the lack of experience compounds. Because AI accelerates the rate of knowledge gain, this gets even faster.
comment
I'm hosting a Kubernetes cluster on Azure and trying to autoscale it to tens of thousands of vCPUs. The goal is to transparently replace dedicated developer workstations (edit: transparently repl…
comment
> If you earned your CS degree (or any degree) before 2022 or so, the value of that degree is going to grow and grow and grow In my experience, target schools are the only universities now that can…
comment
Juniors from non target schools are getting pushed out since the skill floor is too high. I graduated 9 months ago. In that time I've merged more PRs than anyone else, reduced mean time to merge …