Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
veli_joza
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
veli_joza
7y ago
Great read. TLDR Shannon's approach to creativity and few mental tools for problem-solving: * simplify by eliminating everything from the problem except the essentials; cut the problem down to size * seek similar known problems,
2.
▲
by
veli_joza
7y ago
Just to follow up on the first issue: my laptop has a touch screen. The framework I use (Love2D, which is built on SDL2) can detect this and receives multiple simultaneous touches. In Harmopark the touchscreen is detected, but multi-touch d
3.
▲
by
veli_joza
7y ago
Besides already given references, here's two more: https://shiverware.com/musixpro/harmonic/chords.html http://www.altkeyboards.com/home
4.
▲
by
veli_joza
7y ago
Now I've spent some time with harmopark, let me share some thoughts. Experience is somewhat clumsy on laptops without mouse. Maybe in 'select mode' the left click could also toggle selected nodes. On tablet the interface make
5.
▲
by
veli_joza
7y ago
Somewhat related - here's my hexagonal musical instrument for Android: https://play.google.com/store/apps/details?id=com.castlewrat... Unlike Harmopark's focus on composition and music theory features, m
6.
▲
by
veli_joza
8y ago
I've been down that rabbit hole. Math and music aren't really in such harmony as advertised. Yeah, equal tuning gives your instrument ability to play in any key, but it will always be slightly off. For more enjoyable tuning, your
7.
▲
by
veli_joza
8y ago
I solved easy 4, but easy 7 looks impossible. Very addictive puzzle game, BTW. Edit: easy 7 solvable and now my wife is addicted too.
8.
▲
by
veli_joza
8y ago
This text made me angry. Don't like bunch of smart people volunteering their knowledge and experience with others? Feel free to ignore them, don't shit on them to feel better. > Some rando is excited because This is where I sto
9.
▲
by
veli_joza
8y ago
One Night: Ultimate Werewolf is always popular with bigger crowds. It's streamlined version of Mafia game, with convenient phone app that acts as moderator. One match lasts no more than 10 minutes, but no one ever wanted to stop after
10.
▲
by
veli_joza
8y ago
Very impressive indeed. I dug around and found his tweet: "uses a neural network I trained on choral pieces to generate the harmonization for your melody" [0] https://twitter.com/daviddotli/status/1075068
11.
▲
by
veli_joza
8y ago
Looks and works great. I would put in some control over sustain, without it melodies drown in cacophony. The easiest way would be implementing ASDR envelope where key release triggers R phase.
12.
▲
by
veli_joza
8y ago
The article and this video don't describe the same algorithm. As stated at the end of article, "this is not true perlin noise! Hugo's algorithm is not based on gradients like Perlin Noise is. Instead it is what's known a
13.
▲
by
veli_joza
8y ago
I actually missed the built-in noise function and instead used the same library you linked to. I tried switching to built-in C++ implementation just now and it was actually slower. The Lua library for simplex does some FFI trickery and avoi
14.
▲
by
veli_joza
8y ago
The SDR they talk about in article introduction is specifically using cheap USB TV tuners in combination with open source software to capture various signals. The list of applications is really impressive: https://www.rtl-sdr.com
15.
▲
by
veli_joza
8y ago
It's not bad planning, it's about being _first_ on market. Yes there's lots of BS about 5G, but it's still filling the headlines. Also, island-wide field test makes sense before commercially deploying new tech.
16.
▲
by
veli_joza
8y ago
Huge thanks for introducing me to hg_sdf! It's just what I need for my project [0]. I found few similar resources ([1],[2]), but this is vastly more useful. [0] https://github.com/jmiskovic/arbo [1] http:/&#
17.
▲
by
veli_joza
8y ago
I'm also drawing a lot diagrams and the best tool I found is yED. You have to input diagrams manually (no hand sketching), but it's fast and resulting diagram is impressive. Just learn the keyboard shortcuts. For example, with Ctr
18.
▲
by
veli_joza
8y ago
Very interesting project. Few questions: Even though flash is memory-mapped, running code from flash will still be order of magnitude slower than executing from RAM. Speaking of which, it would be interesting to know how much of flash is co
19.
▲
by
veli_joza
8y ago
Could you point out what the problems were, and what technique did you replace it with?
20.
▲
by
veli_joza
8y ago
Here's my take. Back in 80s there was no established concept what video game was supposed to play like, so developers experimented much more than today. Some of those experiments didn't belong to any established genre (Seven Citie
21.
▲
by
veli_joza
8y ago
Good for them. They manage to increase revenue without increasing production, and they refuse to be evaluated based on production numbers. Still, 46 million devices just in the last quarter? And investors want it increased?
22.
▲
by
veli_joza
8y ago
Corporations cannot change anything on their own if they operate in capitalistic economy. They are doing exactly what's expected of them to maximize the profit. If you change your lifestyle significantly, you are not just a blip in sta
23.
▲
by
veli_joza
8y ago
A bit weak article for HN frontpage, but it's good enough to start the discussion. Yes, the cost of producing quality content will drop drastically. Yes, local improv groups will start making epic space operas and detailed historical r
24.
▲
by
veli_joza
8y ago
The code is not yet presentable, but it's open: https://github.com/jmiskovic/arbo
25.
▲
by
veli_joza
8y ago
Very interesting project! I'm also building something like this. I'm also using constructive geometry to build a scene, but I'm using tree hierarchy instead of graph of nodes, and primitive form of ray-tracing to produce outp
26.
▲
by
veli_joza
8y ago
I remember some 15 years ago when I played few hours of tetris on fastest mode to see if I would be able to learn it. At first the game would last 3 seconds, but I managed to bump it up to some 10 seconds before becoming overwhelmed. It was
27.
▲
by
veli_joza
8y ago
IMO the point _should be_ to educate, and not to belittle readers. The list looks very interesting, but it's too terse to take away anything from it.
28.
▲
by
veli_joza
8y ago
I'm surprised you feel that way. Lua seems like a perfect choice for pico-8. Its syntax is friendly and concise, and it's maybe simplest language to embed, with tiny footprint. Almost all other languages I know of would be a worse
29.
▲
by
veli_joza
8y ago
5ms is bit on the low side. If you're playing from guitar amplifier that's 4 meters from you, you get 12 ms latency just from sound propagation (and most amps introduce additional latency). As extreme example of what the brain can
30.
▲
by
veli_joza
8y ago
Completely agree. Hardware itself doesn't introduce any noticeable latency, it's just whole lot of buffers at various software layers because audio stuttering and power consumption is always prioritized over latency. Some devices
More ›