Viewing profile — CodeBrad
CodeBrad
HN member- Joined
- Fri, Aug 07, 2020, 6:45 PM UTC
- HN karma
- 60
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About CodeBrad
Recent public activity
-
comment
Comment #45465991
This was one of my favorite talks from RustConf this year! The distinction between cancel safety and cancel correctness is really helpful. Glad to see it converted to a blog post. …
-
comment
Comment #44746738
> which are optimized to be readable to humans and writable by AI How might a language optimized for AI look different than a language optimized for humans?
-
comment
Comment #44745237
I may be biased, as I definitely love more than 50% of Rust, but Go also does not protect against logical races, deadlocks, etc. I have heard positive things about the loom crate[1…
-
comment
Comment #44714966
I think Claude Code also already has the option to provide an API key directly for usage based pricing. I'm a fan of having both a subscription and a usage based plan available. Th…
- story
- story
-
comment
Comment #42424088
It is! Although they are being used in a really weird and not normal way here. I found "The Little Book of Rust Macros"[1] to be a really good resource for getting started with Rus…
-
comment
Comment #42423593
Technically, because the bubble sort is implemented at compile time the program is infinitely faster. The answer is produced as a compiler error and so there is zero runtime at all…
-
comment
Comment #42423575
Hey! I wrote this. The python being barely legible is my own fault, as the one who wrote it. The whole post is written to be a little ridiculous, but I must not have gotten that ac…
-
comment
Comment #38088717
Is it though? How much does all the associated gear, operators, actors, sets, producers cost? In the context of professional video production, a one time savings of $6k seems prett…
-
comment
Comment #37241587
You get what you pay for. If there is a one off person who can command a higher salary, its unlikely they alone will make a huge difference to the company anyway. If there are a lo…
-
comment
Comment #31689590
"Server Not found" for any of: - https://ai/ - https://www.ai/ - http://ai/ - http://ai . - http://ai and http://.ai/ gets redirected to a search engine searchfor ".ai" by firefox.…
-
comment
Comment #30749228
Pretty similar to my experience TA'ing at a researched focused school. My first semester teaching a lab I was told "No one is remembered for being a good TA" and encouraged to do t…
-
comment
Comment #28306941
I know not directly related to WebCrate, but it looks like the signup for DetaSpace is broken, so I am unable to try WebCrate. When I try to sign up for DetaSpace, I get the follow…
-
comment
Comment #27636505
> We also focus very closely on ensuring our tools have low false positive rates and so we tend to have less noisy output. What kind of things does lift do to ensure lower false po…
-
comment
Comment #27636491
> Lift uses machine learning to measure which bugs developers fix most, eliminating likely false positives, and continuously delivering higher quality results that improve over tim…
-
comment
Comment #26714652
I agree, good code coverage can probably get most of the way there. But there are some problems with relying on coverage. Coverage can be misleading. Maybe there is some function b…
-
comment
Comment #26714296
In my opinion, the main limitation of TSan is that it cannot find all possible races. (An impossible task so I think TSan is a pretty great tool to get to the point that this is th…
- story
- story
-
comment
Comment #25928649
Hello, my name is Brad and I am one member of a small team who have spent the last year building the Coderrect Scanner, a fast and accurate static analysis tool for detecting multi…
- story
- comment
-
comment
Comment #25566945
> it suffers from unemployment, decaying infrastructure, and low literacy and educational attainment levels. Sounds great
-
comment
Comment #25388413
I am in the US, and at my school masters and PhD students all take the same classes. It is not ideal because many of the masters students are coming from a non-CS background. Some …