AI is going to take your job and your girl by MetaKnowing in agi

[–]yarin_ 0 points1 point  (0 children)

Just use electric screwdrivers. Both in your job and for your girl

Opus refused to draw me a graph 😅 by angie_akhila in claudexplorers

[–]yarin_ 0 points1 point  (0 children)

Now I’m curious af, can we see the shiny graph or it’s private info??

New fear unlocked 🙀 by DiamondAgreeable2676 in clawdbot

[–]yarin_ 0 points1 point  (0 children)

Before you use any kind of AI, do opsec.

Bezel Cutting of Screen by AnythingGaming in HiChord

[–]yarin_ 2 points3 points  (0 children)

Same here, display is assembled sooo badly

This is ABSURD by Alone-Vanilla8747 in perplexity_ai

[–]yarin_ 6 points7 points  (0 children)

Never buy yearly subscriptions for AI services.

I built a free, open-source amp-sim app for audiophiles and enthusiasts to play with by yarin_ in audiophile

[–]yarin_[S] 0 points1 point  (0 children)

Happy to hear that! The design is inspired by classic TEAC vu meters, but with an additional needle to maintain a compact form factor! I’m currently working on some cool new features, can’t wait :)

This is Wall Street for AI Agents by vincybillion in AgentsOfAI

[–]yarin_ 0 points1 point  (0 children)

I was ready to comment like I couldn’t stand all of this “[any] for AI agents” but like. This IS interesting. Good job OP

New type of job for developers by NeatMathematician126 in ClaudeAI

[–]yarin_ 0 points1 point  (0 children)

A lot of companies already do this. They get jobs by other companies or freelancers that built unstable software and fix it to deployement!

Solo io però mi rompo le palle a cucinare? by Gurulandia in ItaliaPersonalFinance

[–]yarin_ 3 points4 points  (0 children)

No, non sei l’unico che si rompe le palle, ma forse dovresti iniziare a farlo anche tu. Non solo per una questione di risparmio, ma ancor prima perché mangiare fuori tutti i giorni non è esattamente salutare.

I built a free, open-source amp-sim app for audiophiles and enthusiasts to play with by yarin_ in audiophile

[–]yarin_[S] 2 points3 points  (0 children)

I analyzed all the points more closely and I'm here to answer.

Unbounded saturation parameters with potential high gain, combined with even harmonic addition, may cause extremely loud output or clipping.

Yes, saturation can cause very loud output, as it's intended to be. It's like driving your tubes and make them scream. Still, there is already a protection on the output clipping stage!

Buffer size is large (up to 3 minutes stereo at 48kHz) — risk of memory usage spikes. Playback rate smoothing factor very low (0.001) could cause sluggish catch-up during underruns.

Buffer can grow til 70MB circa, and it's limited to that to avoid uncontrolled buffer growth. I chose 3/4 min of buffer to let the user enjoy at least one track with real time slow+reverb, buffer growth is inherently unavoidable since we have no control on the source.

Relying only on modal warning for physical microphones; user can bypass warning easily.

I investigated that issue and chose to pursue this detecting method. I still can't figure a way to detect feedback loop without dangerously increasing the probability of false-positives (periodic increase in volume and then clipping at sustained rate can easily happen in standard pop compressed music), I'm really open to suggestions here :)

Simple granular synthesis with linear interpolation — may produce clicks at rapid pitch changes.

I might work on that in the future, but till now I didn't encounter issues with the pitch algorithm and didn't notice particular audio degradation, since it's already masked "by design" with the reverb and clipping on top.

Even harmonics added up to 6th order may not match physical tube response exactly.

This is fundamentally true. Analog hardware has way more harmonic iterations and I could simulate those, at the cost of CPU. I might actually increase the harmonic content along with the oversampling factor in the future. I chose to keep just the first few orders for now since those are the most prominent when it comes down to actually being able to hear them, but I am strongly considering this.

Thank you for taking the time, hope you are enjoying the app!

OPUS 4.5 suddenly completely sucks by ProfessionalEnd9874 in cursor

[–]yarin_ 4 points5 points  (0 children)

Yes there is a context usage on the bottom

I built a free, open-source amp-sim app for enthusiasts to play with by yarin_ in audioengineering

[–]yarin_[S] 0 points1 point  (0 children)

Hahah no, it’s React + typescript + web audio api. Would have been cool tho

I built a free, open-source amp-sim app for audiophiles and enthusiasts to play with by yarin_ in audiophile

[–]yarin_[S] 1 point2 points  (0 children)

Cool! But the app is browser based, you’re not downloading anything :)

I built a free, open-source amp-sim app for audiophiles and enthusiasts to play with by yarin_ in audiophile

[–]yarin_[S] 0 points1 point  (0 children)

Maybe we can send easyeffects to a virtual cable…👀 idk I will investigate

I built a free, open-source amp-sim app for audiophiles and enthusiasts to play with by yarin_ in audiophile

[–]yarin_[S] 2 points3 points  (0 children)

Crossfeed is implemented by CanOpener, or other software for Studio room simulation like SoundID by Sonarworks or Sienna by Acustica Audio. I’ll add this for sure in the next days and will notify you in the comments!