HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pca006132

no profile record

comments

pca006132
·5 месяцев назад·discuss
Mesh is also a boundary representation. I think you meam NURBS.
pca006132
·6 месяцев назад·discuss
LLM is just a tool. How the tool is used is also an important question. People vibe code these days, sometimes without proper review, but do you want them to vibe code a nuclear reactor controller without reviewing the code?

In principle we can just let anyone use LLM for medical advice provided that they should know LLMs are not reliable. But LLMs are engineered to sound reliable, and people often just believe its output. And cases showed that this can have severe consequences...
pca006132
·6 месяцев назад·discuss
but how can you prevent the user from modifying the kernel?
pca006132
·6 месяцев назад·discuss
By vendoring the code in, in this case I mean copying the related code into the project. You don't review everything. It is a bad way to deal with dependencies, but it feels similar to how people are using LLMs now for utility functions.
pca006132
·6 месяцев назад·discuss
The problem is that it is natural to have code that is unreachable. Maybe you are trying to defend against potential cases that may be there in the future (e.g., things that are yet implemented), or algorithms written in a general way but are only used in a specific way. 100% test coverage requires removing these, and can hurt future development.
pca006132
·6 месяцев назад·discuss
But this doesn't solve dependency hell. If the functionalities were loosely coupled, you can already vendor the code in and manually review them. If they are not, say it is a db, you still have to depend on that?

Or maybe you can use AI to vendor dependencies, review existing dependencies and updates. Never tried that, maybe that is better than the current approach, which is just trusting the upstream most of the time until something breaks.
pca006132
·6 месяцев назад·discuss
Question: How many LoC do you let the AI write for each iteration? And do you review that? It sounds like you are letting it run off leash.
pca006132
·6 месяцев назад·discuss
> as tasks that junior developers might perform don't match your skills, and are thus boring.

Yeah this sounds interesting, and matches my experience a bit. I was trying out AI for the Christmas cuz people I know are talking about it. I asked it to implement something (refactoring for better performance) that I think should be simple, it did that and looks amazing, all tests passed too! When I look into the implementation, AI got the shape right, but the internals were more complicated than needed and were wrong. Nonetheless it got me started into fixing things, and it got fixed quite quickly.

The performance of the model in this case is not great, perhaps it is also because I am new to this and don't know how to prompt it properly. But at least it is interesting.
pca006132
·7 месяцев назад·discuss
> The idea of bitwise reproducibility for floating point computations is completely laughable in any part of the DL landscape. Meanwhile in just about every other area that uses fp computation it's been the defacto standard for decades.

It is quite annoying when you do parallelization, and idk if that many people cared about bitwise reproducibility, especially when it requires compromising a bit of performance.
pca006132
·7 месяцев назад·discuss
Wonder if someone used effect handlers for error logging. Sounds like a natural and modular way of handling this problem.
pca006132
·7 месяцев назад·discuss
It has many language bindings, including python and js. Though the js backend is not parallel because it uses wasm, and we had problem with mimalloc memory usage with pthread enabled.
pca006132
·7 месяцев назад·discuss
At least 1 would not be enough. So how many branches are enough? And what about people with less money and time available?
pca006132
·7 месяцев назад·discuss
But this is not related. You still have to pay the APC.
pca006132
·7 месяцев назад·discuss
I thought this means for category theory people

anyway, quite cute :)
pca006132
·7 месяцев назад·discuss
I remember people saying that chromium is better at sandboxing than firefox, so more secure.
pca006132
·7 месяцев назад·discuss
If what they did is never revealed to someone else, what is the problem here? It is not like we have no way to hide stuff without cryptography, and people are not advocating for police to search every apartment once in a while to look for illegal stuff.
pca006132
·7 месяцев назад·discuss
Authorities cannot tap into your brain, cannot tap into physical face-to-face conversations, and people can plan out crimes using these means. It is not like there is no way to hide stuff before the born of modern cryptography.

And who want everything to be open and transparent? I am not aware of anyone who wants this.
pca006132
·8 месяцев назад·discuss
What I miss from vscode is the remote functionality, can you do it with emacs? For neovim there is distant.nvim, but idk if it is mature enough and configuration seems a bit annoying...
pca006132
·в прошлом году·discuss
And I don't understand what is the benefit of lying as well - everyone on the internet knows what this is about, at least if they used ad blockers. A lot of people don't, but they will not be affected anyway.
pca006132
·3 года назад·discuss
So now malicious users can give bad proposals, get it rejected, and block other potentially good proposals for 5 years? Sounds like a good DoS scheme.