HackerLangs
TopNewTrendsCommentsPastAskShowJobs

arjvik

no profile record

Submissions

VibeTensor: AI-Generated Deep Learning Tensor Library

github.com
2 points·by arjvik·6 mesi fa·0 comments

Diffusion Cam: img2text2img social media

diffusion.cam
6 points·by arjvik·9 mesi fa·0 comments

comments

arjvik
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
in tech, we (frequently are expected to) work 5x12!
arjvik
·mese scorso·discuss
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 mesi fa·discuss
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 mesi fa·discuss
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 mesi fa·discuss
elaborate on the problem, for those of us that this is not obvious to?
arjvik
·3 mesi fa·discuss
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 mesi fa·discuss
Turns out if we say any word with the same inflection as sit, our dog sits!
arjvik
·4 mesi fa·discuss
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 mesi fa·discuss
Almost as if they shouldn't be getting special treatment in the first place!
arjvik
·4 mesi fa·discuss


  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 mesi fa·discuss
This I didn’t know!
arjvik
·4 mesi fa·discuss
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 mesi fa·discuss
by future do you mean Future<T> or metaphorical future? :)
arjvik
·4 mesi fa·discuss
hey hey hey the world would be a better place if we all used JAX instead :)
arjvik
·4 mesi fa·discuss
There’s a known fix for SQL injection and no such known fix for prompt injection
arjvik
·4 mesi fa·discuss
Not to take away from this cool project, but its design decisions are incredibly impractical.
arjvik
·6 mesi fa·discuss
As far as I remember, they called it a Guild in all their developer documentation
arjvik
·6 mesi fa·discuss
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.