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·قبل شهرين·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
·قبل شهرين·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
·قبل شهرين·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
·قبل سنتين·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.