Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joren-
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
joren-
2mo ago
I'll make sure that the script is idempotent.
2.
▲
by
joren-
3mo ago
As mentioned below I have been building the 'read' side of this: a data publication platform. I wanted to avoid any server side components. The communication / write part and updating the server-side sqlite database would nee
3.
▲
by
joren-
3mo ago
Looks like a good addition to the datasette ecosystem. I have been working on a similar idea with cusom html around sqlite databases. By default a faceted search interface is generated but by reusing the client side data layer, custom apps
4.
▲
by
joren-
1y ago
I think you just answered your own question: I do like a a boring os that gets out of your way, also on a desktop.
5.
▲
by
joren-
2y ago
A bit of fun I had last night with running a HTTP request through a stupid amount of proxies. The main take-away is that a http proxy will not add too much latency, assuming fast interconnects. I would, however, not advise to chain 500 prox
6.
▲
The time an HTTP request takes to pass through a proxy, a proxy, a proxy
(0110.be)
2 points
by
joren-
2y ago
|
2 comments
7.
▲
by
joren-
2y ago
Perhaps also of interest: A more curated example of a local initiative can be found here: https://kaart.gentgemapt.be/ . This combines historical maps of a city in Belgium with information on local heritage.
8.
▲
$10M prize launched for team that can talk to the animals
(theguardian.com)
8 points
by
joren-
2y ago
|
3 comments
9.
▲
by
joren-
2y ago
Hi, thanks for posting this. I am the blog author and prepared the following as a Show HN blurb: Have you ever wondered how to improve human-flute-computer interaction, wonder no more: this project allows you to control a mouse cursor via s
10.
▲
3D modeling with ChatGPT – Solidified ephemerality
(0110.be)
1 points
by
joren-
3y ago
|
0 comments
11.
▲
Look, Ma No JavaScript A case against the overuse of JavaScript
(0110.be)
5 points
by
joren-
3y ago
|
2 comments
12.
▲
Show HN: Clap detection – Push code to GitHub by Clapping twice
(0110.be)
2 points
by
joren-
3y ago
|
0 comments
13.
▲
Show HN: Dragon! Sound effects for board games
(0110.be)
1 points
by
joren-
3y ago
|
0 comments
14.
▲
Optimizing C code with profiling, algorithmic optimizations and 'ChatGPT SIMD'
(0110.be)
2 points
by
joren-
3y ago
|
0 comments
15.
▲
by
joren-
3y ago
I am not entirely sure with were you are going with this comment but FYI here is an ffmpeg fork with the build system replaced with a "build.zig" file and the Zig build environment: https://github.com/andrewrk/
16.
▲
by
joren-
3y ago
This is a bit low on actual information but it seems a dead reckoning device based on a new type of - drift free? - accelerometer?
17.
▲
USB MIDI Interface for the NeXTCube
(0110.be)
4 points
by
joren-
3y ago
|
0 comments
18.
▲
by
joren-
3y ago
I do recognize that 'one of the first off-the-shelf devices for high-quality, real-time music applications' it is somewhat murky and a lot was happening in the late 80s, beginning 90s. This thread already contains pointers to othe
19.
▲
by
joren-
3y ago
I have tried to compile the browser/editor, the worldwideweb.app, as well and failed, indeed due to having incomplete sources/dependencies. I did not look into it too much though with my main goal being to get music software runni
20.
▲
by
joren-
3y ago
I have just finished restoring a NeXTcube and was surprised how modern the environment feels: neworking, interface, unix tooling, .. To get to know the environment I compiled the original httpd server and managed to get it compiling after
21.
▲
Electronic Music and the NeXTcube – Running Max on the Ircam Musical Workstation
(0110.be)
72 points
by
joren-
3y ago
|
32 comments
22.
▲
by
joren-
3y ago
The NeXTcube is an influential machine in computing history. The NeXTcube, with an additional soundcard, was also one of the first off-the-shelf devices for high-quality, real-time music applications. Here a restored NeXTcube runs an early
23.
▲
Show HN: Gabber – Visualizing constant-Q transforms in the browser
(0110.be)
2 points
by
joren-
4y ago
|
0 comments
24.
▲
Crossplatform JNI Builds with Zig
(0110.be)
2 points
by
joren-
4y ago
|
0 comments
25.
▲
by
joren-
4y ago
Perhaps the official release info is of more interest. This blog post is quite 'inspired' by it. It does mention the source but I do not see the added value of the blog post over the official release info: https://www.r
26.
▲
by
joren-
4y ago
I do see some improvements for FFT workloads. The SIMD webassembly version is quite a bit faster. Try it yourself: https://0110.be/posts/pffft.wasm%3A_an_FFT_library_for_the_w...
27.
▲
by
joren-
4y ago
For a Javascript YIN implementation, see https://github.com/peterkhayes/pitchfinder I have used it in a live spectrogram visualisation: https://0110.be/phd/presentation/spectrogram/live.h
28.
▲
Show HN: pffft.wasm an FFT library powered by SIMD WebAssembly
(0110.be)
2 points
by
joren-
5y ago
|
0 comments
29.
▲
by
joren-
5y ago
To share my mistakes as well: After launching a web app we noticed severe performance issues and had to roll back to a previous version. To identify the performance problems introduced in the new version, I wrote a script mimicking a thousa
30.
▲
by
joren-
5y ago
As an FYI, if you are interested in the fundamental frequency of birdsong the GitHup repo below might be of interest. It is an STFT + interpolation to get an accurate (potentially quickly changing) frequency estimate: https://git
More ›