HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zbuf

no profile record

comments

zbuf
·2 jaar geleden·discuss
Yes, a shame. I honestly expected this could get picked up as a mainstream news story over Christmas (except I think the actual story is older than this video);

Young people with talent and ingenuity, using modern skills and tools to acquire and maintain something with a history behind it.

I've bookmarked it for next time some old guy complains that young people aren't smart or motivated etc. etc.!
zbuf
·2 jaar geleden·discuss
The best of the internet, engineering and humanity... all in one video.
zbuf
·2 jaar geleden·discuss
It was magical and very exciting seeing these things emerge!
zbuf
·2 jaar geleden·discuss
Acquiring one of these "ScratchAmp" boxes that was missing its software is what started the whole project. These earlier systems deserve a lot of credit. If I'd had access to the software I don't imagine I would have dug so deeply into the concept.
zbuf
·2 jaar geleden·discuss
It's something I have seen before! Seeing xwax reduced to very small hardware is interesting. Thanks for sharing here.
zbuf
·2 jaar geleden·discuss
I don't know of any these days, though in the past I received some great photos of packed large venues with xwax laptops on display.

Check the xwax built-in Jack module, likely to be the easiest way to bridge with other applications.
zbuf
·2 jaar geleden·discuss
The records used by xwax have about 100 kilobytes of data on each side of a 12" record. However, the goals are very different here; it's designed to decode the position under specific conditions such as being moved very fast, in reverse and changing direction rapidly. There would be a more efficient encoding if your goal was to fit as much data as possible and relax the other requirements.
zbuf
·2 jaar geleden·discuss
Pre-dating xwax and Mixxx there was "TerminatorX", sounds like it might be what you're interested in.
zbuf
·2 jaar geleden·discuss
How do you propose that you'd select and load tracks? Or view time remaining. Even if you don't care about a waveform display, some sort of computer (ie. display) seems to become necessary at some point. Perhaps you could check the PiDeck project, which puts xwax into smaller hardware.
zbuf
·2 jaar geleden·discuss
xwax /is/ meant for end-users, but right at the beginning it only had actual live professional use in mind. I was literally DJ'ing in clubs at the time and I wanted the digital equivalent of playing vinyl records.

I was collaborating with a friend on the early versions, to see if it could be commercialised to provide a "house" system for radio studios and clubs (much like the house provides CDJs or turntables). Today that's superseded by DJs bringing their own laptops, of course.

I don't know much about Mixxx these days; that project was always much better set up to grow through a range of contributors (eg. with its scripting engine). But I think it's technical architecture is probably quite different.

Whereas, xwax was designed from day 1 with the idea it was a realtime system with very tight latencies, taking input from one audio interface and responding to it on another. That was fun on Linux (and FreeBSD!) systems of the early 2000s.
zbuf
·2 jaar geleden·discuss
xwax author here, nice to see it submitted to HN front page. Must be 20+ years now since I wrote the original code for DJ'ing live. Very happy to answer questions
zbuf
·3 jaar geleden·discuss
Interesting to see the implementation is basically a two-pass process: strlen() to count the source string, followed by a memcpy().

My intuition would be to give some importance to not looping on the source string radically beyond the length of the destination buffer.

https://sourceware.org/git/?p=glibc.git;a=blob;f=string/strl...
zbuf
·3 jaar geleden·discuss
Fair, I was thinking that because its not actually an X11 GUI (though it is X11 of course)

Its fun to query or set information on a remote. The same applies to xdpyinfo, xset, xrandr and many more support the -display option (if they don't then set the DISPLAY environment variable).
zbuf
·3 jaar geleden·discuss
If you're thinking of an X11 GUI, I think perhaps you mean xfontsel?
zbuf
·3 jaar geleden·discuss
Not necessarily obscure, still rather useful. xterm & xv remain my daily tools, and xosview is still maintained here:

https://www.pogo.org.uk/~mark/xosview/
zbuf
·3 jaar geleden·discuss
It's a reasonable hurdle; an employee who previously signed an NDA (or any one, for that matter) needs to be able to design new systems without regurgitating verbatim parts of an old one under NDA.

So it's really not a big ask to navigate their own NDA and come up with something interesting to talk about at an interview.
zbuf
·3 jaar geleden·discuss
Yup, the key thing is let the candidate pick -- any technical system they understand.
zbuf
·4 jaar geleden·discuss
Don't these results show a 20% slower based on the median?

Plus, the test uses a display at 120Hz, which is a substantial head start -- by making each frame of delay half as long compared to us mere mortals running at 60Hz.
zbuf
·5 jaar geleden·discuss
Isn't there an 'arrogance' in the premise when we ask these sorts of questions? Not a personal criticism; just an aside from the technical question for a moment.

It's the assumption that we've decided something we created should have permanence.

Similar to billionaires deciding they would like to live forever and trying to make it happen.

There's a beauty to the world, which is we get a short time to contribute, and then we give up our space/resources to make room for someone else. Our ancestors decide whether and what to carry forward.
zbuf
·7 jaar geleden·discuss
Yes, I feel Stripe has lost its edge with the new APIs. Interesting to hear 'demotivating' used as that's how I felt for a while. I needed many requests with Stripe support and could see the docs changing each time I returned to the task.

The interesting one for me is the way the client triggers the transaction, and the server has to asynchronously process that. I'm pretty sure I'm still having dreams at night about all the edge cases and whether I've truly covered them. Others are probably a more "that seems to work" style of development.

I was really happy with my idempotent IDs before....