Viewing profile — schroffl
schroffl
HN member- Joined
- Tue, May 29, 2018, 6:26 AM UTC
- HN karma
- 17
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About schroffl
No profile information was provided.
Recent public activity
-
comment
Comment #49098259
Alright, thanks a lot :)
-
comment
Comment #49086312
Are you talking about "Fundamentals of Musical Acoustics" by Arthur H. Benade? I'm interested in buying the book, but I'm not sure which one you mean. Do you perhaps even have the …
-
comment
Comment #44816278
The language reference has a section about naming identifiers https://ziglang.org/documentation/0.14.1/#Names
-
comment
Comment #42182406
This produces an error in version 7.1 for me: [AVFilterGraph @ 0x6000008b59d0] More input link labels specified for filter 'aeval' than it has inputs: 2 > 1 [AVFilterGraph @ 0x6000…
-
comment
Comment #30832023
I'd love to try it :) But it seems like the server is not reachable.
-
comment
Comment #27924779
In what way?
-
comment
Comment #27274331
I recently played on an electronic drum set and it was absolutely fine with headphones. But when we hooked it up to the speakers across the room there was a very noticable delay (~…
-
comment
Comment #26190850
Now that sounds like an accessibility nightmare :P
-
comment
Comment #25429915
I asked a similar question on StackOverflow recently. https://stackoverflow.com/questions/64049757/are-swiftui-com...
-
comment
Comment #24529370
According to the website in their comment it apparently stands for "Tension Myositis Syndrome (TMS)" ( https://www.tmswiki.org/ppd/An_Introduction_to_Tension_Myosi... )
-
comment
Comment #24506996
Not really on-topic, but I have to say that I really enjoy the audio narration :) It's well recorded and the music is not too loud either.
-
comment
Comment #23906118
Well, you don't have to open the link in a new tab.
-
comment
Comment #23811672
You can see the planned releases in the milestones on GitHub: https://github.com/ziglang/zig/milestones I would say at least two more years then.
-
comment
Comment #22863687
Well, to be fair, Elms WebGL interface is surprisingly easy to use.
- story
-
comment
Comment #22737788
Well, then go buy some pasta immediately!
-
comment
Comment #19706661
Having properly separated and single-purpose commits is awesome when running `git bisect` [1] — especially with automatic tests. As well when you revert said commits after the offe…
-
comment
Comment #19174438
I made a custom password manager a while back [1] where I used the MutationObserver API [2] to detect when a field is unhidden or newly added. I mainly did it to deal with iClouds …
-
comment
Comment #19095562
I rembember the same thing on some other website I visited a few months ago, it's absolutely horrible. Imagine the face of the engineer that was told to implement this.
-
comment
Comment #18988153
It's nice to have this when you need to debug issues which only occur on certain versions. A good example would be the recent change of the c++ addon api, which caused my code to c…
-
comment
Comment #17176911
At least in chrome you can enable "Show user agent shadow DOM" in the Settings. I don't know about other browsers, sorry.