Viewing profile — xmcqdpt2
xmcqdpt2
HN member- Joined
- Mon, Aug 16, 2021, 11:30 PM UTC
- HN karma
- 1,446
- Public activity
- 576 items
- HN profile
- View on Hacker News ↗
About xmcqdpt2
No profile information was provided.
Recent public activity
-
comment
Comment #49209436
One of my least favourite feature of our AI era is that I can't even trust people to do basic math anymore. It used to be that a graph like that would mean someone had a (probably …
-
comment
Comment #49209367
I wish but at $work the push has been the opposite. I'm still allowed to write code, but interns and juniors are being told that they need to prompt all the time. I think upper man…
-
comment
Comment #49195448
This is a well-known problem that has been an issue for years now. You can't use models to generate data for models because it leads to "model collapse" where it amplifies quirks i…
-
comment
Comment #48488843
This is the issue with all the talks about alignement and such. As usual, the problem here wasn't that the agent was dishonest, the problem is that the agent was dumb. If it is a s…
-
comment
Comment #48293371
Sometimes you have to use C but really they should be doing HPC in fortran. It has C FFI, it can compile to static programs and to dynamic libraries, it has C-like performance, etc…
-
comment
Comment #48061515
After reading https://hypermedia.systems/ I came to the conclusion that the best frontend is no frontend.
-
comment
Comment #48061429
That's basically the meme, right: You rail against corporations and yet you work for one. Curious. Anyway in general, corporations are sticky. They save resources through scale and…
-
comment
Comment #48043508
You tell Claude to review it and if it breaks something you blame Claude. No one can get mad at you for it because they don't want to look like luddites.
-
comment
Comment #48043458
It's the style of "blazing fast library made with :heart: in rust :crab:" that was popular in github README.md. My guess is that because the models are told to use md they overfit …
-
comment
Comment #47973503
True but that requires another vulnerability. It's security in depth. You build your server in a way that it doesn't allow remote code execution, and then you run it with an unpriv…
-
comment
Comment #47764285
Java has Security Managers. I've never seen anyone use it in practice though, so it probably doesn't work very well. I think it would be hard to get any kind of usable capability s…
-
comment
Comment #47764208
From a purely aesthetic point of view, this is what I enjoy so much about C and Fortran. You look up a Rust crate and it hasn't been touched in 5 years. That means it's unmaintaine…
-
comment
Comment #47764104
JVM is fast for certain use cases but not for all use cases. It loads slowly, takes a while to warm up, generally needs a lot of memory and the runtime is large and idiosyncratic. …
-
comment
Comment #47763971
You don't even need to go all V8, you could just build something like LuaJIT and get most of the way there. LuaJIT is like 10k LOCs and V8 is 3M LOC. The real reason is that it is …
-
comment
Comment #47763911
It's interesting that branches, which is a marquee feature of git, became less important at the same time as git ate all the other vcs. Outside of OS projects, almost all developme…
-
comment
Comment #47674939
To start, this is more or less an advertising piece for their product. It's pretty clear that they want to sell you Allium. And that's fine! They are allowed! But even if that was …
-
comment
Comment #47674849
I'm sure some human writers would write: > The specification forces this question on every path through the IMU mode-switching code. A reviewer examining BADEND would see correct, …
-
comment
Comment #47673668
Then pangram isn't very good, because that article is full of Claude-isms.
-
comment
Comment #47660352
emacs + bitmap font for me and I'm continually shocked when I have to use something else by how it is blurry and laggy.
-
comment
Comment #47613122
As is often repeated, the optimal amount of fraud is not zero https://www.bitsaboutmoney.com/archive/optimal-amount-of-fra... They are optimizing towards making it easy to purchase…
-
comment
Comment #47572935
AI providers also claim to have small marginal costs. The costs of token is supposedly based on pricing in model training, so not that different from eg your server costs being low…
-
comment
Comment #47529005
One time pads only offer perfect security once!
-
comment
Comment #47489333
Zero trust security which is becoming increasingly common is based on removing the internal / external network dichotomy entirely. Everything should be assumed to be reachable from…
-
comment
Comment #47488067
I use debian + ansible and it requires discipline (you have to make sure you never do manual steps basically) but my entire ansible playbook makes server creation a 3 min process. …
-
comment
Comment #47462605
I'm recommending your for a mid-level management role at my employer right now.