HN user

bialamusic

6 karma

software developer

Posts2
Comments27
View on HN

The author is already deeply confused by his own thoughts on page 2 when thinking about counting and numbers... What value do you find reading random thoughts of confused people?

I have a question.. As all these GPU cores are just used as computational acceleration for a CPU code, how the fuck they claim to have and control thousands of GPUs running one model inside a datacenter? Are they just using too big arrays :) - it makes no sense to me. How many GPUs one CPU code may need? How many CPUs they have and How then these CPUs are running in parallel? Do they at all?????

Why the author is acting hostile ?? Here is description of my method for frequency detection using resonance sensors from 2019! https://bialamusic.com/resonance_frequency_detection/

If you want to cooperate - I am open for that and I can share more. But this is public knowledge and should stay that way. Why you are deleting my comments in youtube - I have apps with 100K+ installs using such method and I can share details if you are really interested

REMINDER! You can not put your name under something that is on the market since 2019 in several products with more that 100K users just because you wrote some paper in 2025! You may use it, you may describe it, you may try to improve it but you can not title yourself an inventor :) You are just late to this!

https://play.google.com/store/apps/details?id=com.bialamusic...

https://apps.apple.com/tn/app/chord-detector/id1495811175

https://apps.apple.com/us/app/resonance-chromatic-tuner/id16...

Also Siren's Chore effect and more...

It is more complex than the one described here. The idea is the same but for a working solution many different coefficients are needed and adjusted properly. Resonances are adjusted to have some match to the human perception. It is all time domain as there are no real frequencies in sound.

It is good to see the idea investigated by more people but the man should not try to claim it as his own. We are doing such tings for years and I want this knowledge stays to people so no one should claim it

Great idea! In my OS distribution - OnemanBSD (https://bialamusic.com/onemanBSD/) I found out that to include browser with Javascript, it would eat more time to build it than to to rebuild the entire OS with the included apps. No single person can understand what is inside that monster. It could be any code injection

I wanted an OS that I could truly own. Most modern systems have become server-controlled clients, bloated with dependencies (Gtk3/Qt) and centralized source control on GitHub. If you cannot audit the dependency tree and Big Corp controls the source, it is no longer real open source.

I built OneManBSD to address this. It is an OpenBSD-based system built on a single 2012 ThinkPad L430.

Key features:

* Self-Containing: The installer image includes the full source code for the kernel, base, Xenocara, and required ports.

* Offline Rebuildable: You can rebuild the entire world from local source on the same machine without an internet connection.

* Minimalist: No big Gtk, no Qt. It uses JWM as a window manager and prefers clean C/C++-based apps.

* Diversification: I’ve intentionally avoided centralized version control and source binary separation. I believe "the more versions, the better" is the path to digital freedom.

I am looking for and hope to catch the interest of the 0.1% of developers (and future developers) who prefer freedom.

Project Page: https://bialamusic.com/onemanBSD/

I'd love to hear your thoughts on the "offline-rebuildable" philosophy and the "Source-in-ISO" approach.

At the end every syntax is just a wrapper over the instruction set. What matters is how efficiently it translates to that instructions and is it helping or limiting the developer. In reality every target platform already has main development language that can link and use all API. So one have to select target platform not language