HackerTrans
TopNewTrendsCommentsPastAskShowJobs

m_kos

no profile record

Submissions

[untitled]

1 points·by m_kos·पिछला माह·0 comments

Interactive Additive Synthesis Comic

melatonin.dev
1 points·by m_kos·2 माह पहले·0 comments

Feynman: Open-source AI research agent

feynman.is
3 points·by m_kos·3 माह पहले·1 comments

LMMs-Lab Writer: AI-native LaTeX editor. Git built-in, open source

writer.lmms-lab.com
2 points·by m_kos·3 माह पहले·0 comments

The 1k Neuron Challenge

thetransmitter.org
5 points·by m_kos·6 माह पहले·0 comments

What computer science has to say about the simulation hypothesis

iopscience.iop.org
2 points·by m_kos·7 माह पहले·0 comments

comments

m_kos
·2 माह पहले·discuss
$300 is my employer's monthly cap on Claude Enterprise. It lasts me at most a week of moderate use. I would much rather get Codex Pro and Claude Pro or Max, which would cost ≤ $200. For $300, one could also add Gemini Ultra to the mix so I could have all three review each other's code, etc.

Claude can be very good but enterprise pricing doesn't make sense to me.
m_kos
·2 माह पहले·discuss
What price range, if you don't mind sharing?
m_kos
·3 माह पहले·discuss
Thanks. I will try this! I need to read up on how to work with vision models for both generation and understanding.
m_kos
·3 माह पहले·discuss
Very useful website. Would you have insight into what models are best at editing existing images?

I often have to make very specific edits while keeping the rest of the image intact and haven't yet found a good model. These are typically abstract images for experiments.

I asked gpt-image-2 to recolor specific scales of your Seedream 4 snake and change the shape of others. It did very poorly.
m_kos
·3 माह पहले·discuss
Neat! I might give it a try.

What do you mean by interfaces in "These interfaces can do literally anything on the host machine. You're responsible for your own security"?

Also, your backdooring image links to a 404.
m_kos
·8 माह पहले·discuss
Good luck!
m_kos
·8 माह पहले·discuss
There has been promising work on olfactory training, which you can do very inexpensively at home. If you can, I would consider seeing any ENT first to rule out polyps, etc.
m_kos
·8 माह पहले·discuss
I am not surprised you tried given your earlier project :) https://hackaday.com/2022/09/25/this-found-sound-organ-was-m...

Maybe at the bottom your marbles could land on surfaces with different accustic properties. Track selection would determine the surface and release time would determine the timing.
m_kos
·9 माह पहले·discuss
I live in a big city. DoorDash always delivers to an address 10 minutes away walking from my building. It is quite inconvenient in the winter. With human drivers, you can at least try to convince them to use Google Maps, but with an AI?

On second thought, prompt injection via delivery instructions?
m_kos
·10 माह पहले·discuss
For synth heads, there is also a well-regarded Syntorial app/course. (BTW, has anyone tried their Building Blocks? There are very few online reviews.)
m_kos
·10 माह पहले·discuss
What I don't quite get is why manufacturers of midi controllers (Arturia, Novation, NI, etc.), with the exception of, possibly only Korg, don't release any of their digital instruments as mobile apps. After sitting the whole day in front of my computer, the last thing I want to do is to swap VS Code for Ableton or Kontakt and spend a few more hours in the glow of my monitors.

(I do get that if you are very serious about making music you need a proper computer set up. I am just a mere amateur hobbyist.)
m_kos
·10 माह पहले·discuss
The m8 and the recently, heavily promoted Woovebox 2 are the Emacs/Vim of grooveboxes. They hide a vast amount of functionality behind what initially seems like an impenetrable jungle of button presses and shortcuts; a system that ultimately proves* to be highly ergonomic.

*Based on what I read. Sadly, I don't own these devices.
m_kos
·2 वर्ष पहले·discuss
I had a very similar idea a few months ago. I wanted to use this approach to have the LLM provide the probability that the generated answer is correct. The probability would simply be what fraction of all generated answers was the one selected. (Each generated answer would be generated with a different seed and the question would be of single choice kind.) The two issues I found were 1) the cost, 2) on some problems, LLMs can be wrong more often than they are not.

Hopefully, as inference gets cheaper and of higher quality, someone will come up with a more feasible solution.