Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kbouck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kbouck
1mo ago
i've used a treedix tester like this. the edition with many led lights, not the one with a screen. wiggle the cables around to see if and when any of the lights flicker, indicating a bad or broken connection. i've found a few bad
2.
▲
by
kbouck
2mo ago
some controls lend themselves well to a TUI, others not so much. buttons and pads: no problem. knobs and faders: passable but compromised. jog wheel for scratching: pretty much needs to be controller/midi. No reason this project couldn
3.
▲
by
kbouck
2mo ago
the constraints of a TUI force you to be creative (in a good way) how to represent/encode information to the user. In a DJ TUI, how to represent the track waveform? Encoding waveform amplitude in ascii blocks or dots is a pretty low fi
4.
▲
by
kbouck
3mo ago
my interest in this would be to customize the cleaning plan/logic... especially regarding traversing difficult carpets edges (which my roborock struggles with) maybe something like: - this specific part of the carpet is the best pl
5.
▲
by
kbouck
3mo ago
if you have all of that info, could you then automate the mix transitions by sending MIDI commands back in? would be fun to play a playlist or radio but where the track transitions are automated, phrase-matched and non-trivial (perhaps last
6.
▲
by
kbouck
8mo ago
Clever name that changes depending on where you put the space
7.
▲
by
kbouck
8mo ago
on my iphone the readme ascii art title gets truncated to just "STASI" :-) been looking for something like this! will definitely check it out.
8.
▲
by
kbouck
9mo ago
A few fun ones: Walk this way: https://www.wario.style/s/Eg9zi56k Live and let die: https://www.wario.style/s/8qt4OfdS Ramblin Man: https://www.wario.style/s/wSd51DBA Smells
9.
▲
by
kbouck
11mo ago
That was my experience too. The experience with powerline ethernet adapters was unbearable on a daily basis. We had an unused coax (which we disconnected from the outside world) and used MoCA adapters (actiontek) and it's been consiste
10.
▲
by
kbouck
1y ago
> compression is ambiguous I think the unambiguous term for this is "Dynamic Range Compression" https://en.wikipedia.org/wiki/Dynamic_range_compression
11.
▲
by
kbouck
1y ago
> moving toward a world where coding isn't really about sitting down and grinding out syntax Love the idea of "coding" while walking/running outside. For me those outside activities help me clear my mind and think a
12.
▲
by
kbouck
1y ago
Tokyo was (fire) bombed a few months earlier causing ~100k deaths. https://en.wikipedia.org/wiki/Bombing_of_Tokyo_(10_March_194...
13.
▲
by
kbouck
1y ago
I really like the nest encoder/button feel, so I was considering trying to hack mine into a becoming desktop volume control/button... but probably lacking the skills to not make a mess of it. Would love to see how you interface wi
14.
▲
by
kbouck
1y ago
Rotate phone to landscape
15.
▲
by
kbouck
1y ago
Great website. Such a comprehensive explanation of the cast iron seasoning process.
16.
▲
by
kbouck
1y ago
if a heap dump is a copy of all the bytes in memory, then wouldn't "thousands of heap dumps" likely be larger than 410GB? napkin math: 410GB/1000 dumps = 410MB per dump? 410GB/2000 dumps = 205MB per dump
17.
▲
by
kbouck
1y ago
From the FAQ: > Why is the project called doxxer? Because it's like somebody who doxes, by exposing the version information about Git repo to you!
18.
▲
by
kbouck
1y ago
didn't read article due to paywall, but the answer is most likely yes. i was able to build a basic 2-degrees-of-freedom robot-arm grabber using lego technic and power functions and was controlled by scratch on a raspberry pi. lego also
19.
▲
by
kbouck
1y ago
Did same but for Asteroids. Had a working wireframe version after only a couple of prompts! I think using the term "Asteroids" in my original prompt was a bit of cheat/shortcut. My lessons learned for prompting were to have p
20.
▲
by
kbouck
1y ago
Probably quite a few prompts. Should we be checking in our prompt history into version control as a kind of source code or requirements spec? Seems prompt revision and improvement would be valuable to keep a history of.
21.
▲
by
kbouck
1y ago
In the rare event that robovacs manage to traverse the treacherous rug tassels, their algorithm should cause them to stay on that rug and finish it before exiting.
22.
▲
by
kbouck
1y ago
Anyone tried the SC1000 in this list? I want to make this, but as a MIDI controller instead of having self-contained music. https://diy-synths.snnkv.com/synths/SC1000 https://github.com/rasteri/SC1
23.
▲
by
kbouck
1y ago
trimmed the version path off and went a bit too far! thanks.
24.
▲
by
kbouck
1y ago
Xan looks great. Miller is another great cli tool for transforming data among csv, tsv, json and other formats. https://miller.readthedocs/
25.
▲
by
kbouck
1y ago
Beat Saber with custom songs is the killer app for VR
26.
▲
by
kbouck
1y ago
If your source emits logs in OpenTelemetry format, using an OTel Collector inbetween you could do sometimes-JSON parsing of log content before the backend.
27.
▲
by
kbouck
1y ago
Re: storage, Kibana (Elastic) has a new (as of v8.17) "logsdb" index mode which claims to be ~2.5x more storage efficient than previous options.
28.
▲
by
kbouck
1y ago
It's also not ideal to have a different query language for different Grafana datastores (LogQL, PromQL, TraceQL). Are there any plans on making a unified Grafana query language?
29.
▲
by
kbouck
2y ago
From the docs it looks like you ingest directly from apps instrumented with your libraries. Do you also plan to ingest OpenTelemetry events, such as those exported from an OpenTelemetry agent, or OpenTelemetry collector?
30.
▲
by
kbouck
2y ago
Proposed Solution 1 is preferable in that it accounts for both DB outage, slowness, and worker crash, and you describe additional safety mechanisms to prevent queue becoming blocked by poison/invalid messages. Proposed Solution 2 witho
More ›