HackerLangs
トップ新着トレンドコメント過去質問紹介求人

arjvik

no profile record

投稿

VibeTensor: AI-Generated Deep Learning Tensor Library

github.com
2 ポイント·投稿者 arjvik·6 か月前·0 コメント

Diffusion Cam: img2text2img social media

diffusion.cam
6 ポイント·投稿者 arjvik·9 か月前·0 コメント

コメント

arjvik
·先月·議論
understand?

It's really easy to understand that everything is typed as Any/Object/whatever upper bound type your statically-typed language of choice uses.

Desiring something better does not mean a lack of understanding of the status quo.
arjvik
·先月·議論
ooc, would you claim its the responsibility of the security researcher to remove the webshell, or the company's as soon as they were notified? was it publically discoverable and exploitable or was there some form of protection?
arjvik
·先月·議論
in tech, we (frequently are expected to) work 5x12!
arjvik
·先月·議論
something something you're paid the amount the market values your work, which in today's job market is an order of magnitude less than the profit you bring the company
arjvik
·2 か月前·議論
I don't have an account but my colleauges do as my company uses the platform.

By self-service, do you mean that the SDK generators are now source-available so they can be run by end users locally?
arjvik
·2 か月前·議論
Every object in git (commit, tree, revision of a single file) has a hash that is guaranteed unique within a repository (otherwise many more things than a web UI would break) and likely also globally. I can understand wanting to isolate repositories to prevent hash collisions from causing problems, but within a repo everything has a universally unique ID.

edit: for instance, that specific VERBS.md is represented by the blob 3b9a46854589abb305ea33360f6f6d8634649108.
arjvik
·2 か月前·議論
elaborate on the problem, for those of us that this is not obvious to?
arjvik
·3 か月前·議論
While it would be a hilarious failure mode to encounter, this is actually a good thing!

These models already have the skills that humans were using them for, so either by training the models to use subagents or simply inlining the work done by the AI, you have a much easier time training the model to perform tasks from a human-distribution. The humans have done the work of making the human-distribution look more like an AI distribution.
arjvik
·3 か月前·議論
Turns out if we say any word with the same inflection as sit, our dog sits!
arjvik
·4 か月前·議論
Open access typically means authors pay a publication fee, which leads to the same result of the government paying twice and the journal profiting twice.
arjvik
·4 か月前·議論
Almost as if they shouldn't be getting special treatment in the first place!
arjvik
·4 か月前·議論


  insertDrakeMeme()
  nah: Actor-Critic Models
  ayy: Actor Model
In seriousness, huge fan! multi-agent systems are inherently distributed systems, and we've solved the problem of organizing distributed systems before through actors.

...Just wait until we get multi-agent systems with enough agents to need distributed consensus!
arjvik
·4 か月前·議論
This I didn’t know!
arjvik
·4 か月前·議論
recover()'s semantics make it so that "pointless" use like this can be inlined in a way that changes its semantics, but "correct" use remains unchanged.

Yes, maybe some code uses recover() to check if its being called as a panic handler, and perhaps `go fix` should add a check for this ("error: function to be inlined calls recover()"), but this isn't a particularly common footgun.
arjvik
·4 か月前·議論
by future do you mean Future<T> or metaphorical future? :)
arjvik
·4 か月前·議論
hey hey hey the world would be a better place if we all used JAX instead :)
arjvik
·4 か月前·議論
There’s a known fix for SQL injection and no such known fix for prompt injection
arjvik
·4 か月前·議論
Not to take away from this cool project, but its design decisions are incredibly impractical.
arjvik
·6 か月前·議論
As far as I remember, they called it a Guild in all their developer documentation
arjvik
·6 か月前·議論
I'm not sure I agree... while I don't ever see myself writing papers with AI, I hate wrangling a bibtex bibliography.

I wouldn't trust today's GPT-5-with-web-search to do turn a bullet point list of papers into proper citations without checking myself, but maybe I will trust GPT-X-plus-agent to do this.