Viewing profile — coolhand2120
coolhand2120
HN member- Joined
- Tue, Jan 07, 2020, 12:16 PM UTC
- HN karma
- 471
- Public activity
- 179 items
- HN profile
- View on Hacker News ↗
About coolhand2120
No profile information was provided.
Recent public activity
-
comment
Comment #47713671
Great post! Me and my son just made THE STEEL JAW! Epic!
-
comment
Comment #47408547
This looks like it might bring windows on par with OSX for MIDI, but while windows has that terrible driver architecture that allows for one hardware driver to interrupt another ha…
-
comment
Comment #46990915
I love this. I drill this into my children, they have it memorized.
-
comment
Comment #46977199
> How are they not rational? It's the meth.
-
comment
Comment #46491407
This is awesome! I started experimenting with LLMs and Ableton over the break too. I used a few off the shelf VST templates to create a VST that leverages an LLM that can create Li…
-
comment
Comment #45280716
> "As the letter states, based on the agency's thorough review, neither the Numident database nor any of its data has been accessed, leaked, hacked, or shared in any unauthorized f…
-
comment
Comment #45242382
I'm not at all surprised that the majority of top level comments are saying things in the spirit of "Trump is trying to kill us to make money!" when if you were following along thi…
-
comment
Comment #44991753
Conspiracy theories coming true are going gangbusters as of late. Maybe they should be re-labeled "narratives that while they are true might disrupt the current power structures so…
-
comment
Comment #44991482
While the UK's demands will surely be laughed at, I'm fairly sure George Orwell's estate has a solid copyright claim here against the UK.
-
comment
Comment #44957425
Right? I had a picture of Turing on my wall long before this institute existed and it will hang there long after no matter what these fools do.
-
comment
Comment #44957055
> In March last year more than 180 staff wrote a letter to leadership expressing “serious concerns” about the organisation’s approach to diversity after it appointed four men to se…
-
comment
Comment #44533959
[flagged]
-
comment
Comment #44513337
I politely pointed out that this previous submission "Stop using REST for state synchronization" ( https://news.ycombinator.com/item?id=43997286 ) was not in fact ReST at all, but …
-
comment
Comment #44046017
Reminds me of: https://en.wikipedia.org/wiki/Sloot_Digital_Coding_System The Sloot Digital Coding System is an alleged data sharing technique that its inventor claimed could store …
-
comment
Comment #44001267
> 1. Do you use the CRDT document as the source of truth or as just synchronization with a database as the source of truth. If the document is the source of truth, do you keep data…
-
comment
Comment #43999665
If you're hesitating to use YJS take the word of someone who took the plunge, it's totally worth it on the other side. I've written several apps now with it now. Very easy to use a…
-
comment
Comment #43999615
What part of this implementation is ReST? I see a CRUD API that uses HTTP verbs. State transfer implies multiple steps at least, where I call the initial API which then returns sev…
-
comment
Comment #43958091
It's a popular non-netflix/google video streaming app that you've maybe heard of. HTML5 apps/sites/whatever are just part of our supported clients. All clients are supported by a l…
-
comment
Comment #43955671
Very nice! I wish this was the world we lived in. I'm from the before times, when W3C stuff was all we had, and it was miserable because it was so immature, and we hired people who…
-
comment
Comment #43757904
https://magicmusicvisuals.com/ combined with https://obsproject.com/ . And possibly OBS all by itself.
-
comment
Comment #43531450
Is your argument that when a political party hold all major branches of government that it is implicitly corrupt? Or are you arguing that one side is corrupt and the other is not? …
-
comment
Comment #43400505
This tracks perfectly with Khun's Structure of Scientific Revolutions. The paradigm only shifts when the old guard dies off. Scientific progress has much more to do with ego, insti…
-
comment
Comment #43307593
Let me guess: Significantly less than the same site as an SPA on a CDN. All with significantly more cost, complexity, and a whole additional domain of security concerns. The only u…
-
comment
Comment #43161878
That's a good one! Reporter: "Hey, you dropped your wallet" Governor: "Thief!"
-
comment
Comment #42939374
You could add a row for each count. You could add more associated information with the count too, like date, why, etc.. Then that insert would trigger a debounced method that would…