Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
commotionfever
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Type Construction and Cycle Detection
(go.dev)
22 points
by
commotionfever
6mo ago
|
1 comments
2.
▲
//go:fix inline and the source-level inliner
(go.dev)
185 points
by
commotionfever
6mo ago
|
81 comments
3.
▲
by
commotionfever
1y ago
this isn't how Tailwind is supposed to be used. you abstract at the level of components, not class names. <Button /> instead of <button class="btn"> then, inside your Button, you get a small bit of markup and
4.
▲
by
commotionfever
1y ago
haha that's funny! I made a WASM TagLib for Go https://github.com/sentriz/go-taglib
5.
▲
by
commotionfever
1y ago
since you mention Picard and wanting contribute to MusicBrainz. I'm working on a new fast tagger[1] in the spirit of Picard or beets. Just a little different and more scriptable It makes it's best attempt to match with MusicBrainz
6.
▲
by
commotionfever
1y ago
Hi all, I've been working on a new suite of tools for music managment. I've you've used beets.io or Picard, you get the idea. They are great tools but for me were not fast enough and hard to grasp. wrtag is fast enough that t
7.
▲
Show HN: Organizing and tagging large music collections in Go
(github.com)
3 points
by
commotionfever
1y ago
|
1 comments
8.
▲
Wrtag, a new suite of tools for automatic music tagging and organization
(github.com)
2 points
by
commotionfever
2y ago
|
1 comments
9.
▲
by
commotionfever
2y ago
Hi all, I've been working on a new suite of tools for music managment. I've you've used beets.io or Picard, you get the idea. They are great tools but for me were not fast enough and hard to grasp. wrtag is fast enough that t
10.
▲
by
commotionfever
2y ago
maybe they are encouraging users to ask the same questions, in order to increase cache hits and reduce load on their systems
11.
▲
by
commotionfever
2y ago
Looks like that app may have a backdoor https://x.com/d0tslash/status/1878959715033694492
12.
▲
by
commotionfever
2y ago
it should do. on Linux it uses GTK which supports Wayland these days
13.
▲
Show HN: New Go library for audio metadata read and write
(github.com)
2 points
by
commotionfever
2y ago
|
0 comments
14.
▲
Show HN: Untree: like gron but generalised on indentation
(github.com)
9 points
by
commotionfever
2y ago
|
1 comments
15.
▲
by
commotionfever
3y ago
jquery isn't on that list
16.
▲
Show HN: flagconf: Environment variable & config file parsing for Go stdlib flag
(pkg.go.dev)
4 points
by
commotionfever
3y ago
|
0 comments
17.
▲
Hare 0.24.0 Released
(harelang.org)
7 points
by
commotionfever
3y ago
|
0 comments
18.
▲
Go 1.22 Rangefunc Experiment
(go.dev)
6 points
by
commotionfever
3y ago
|
0 comments
19.
▲
by
commotionfever
3y ago
I agree. I made a tool for this which can do x2y where x or y can be any of json, yaml, toml, ini, xml, html, csv, tsv it's great for converting nearly any format to json for querying or transforming with jq https://github.c
20.
▲
by
commotionfever
3y ago
you're right, i just really like this track :~)
21.
▲
by
commotionfever
3y ago
https://youtu.be/rXrdBiS0e00
22.
▲
by
commotionfever
3y ago
regarding the pumping, I'm not sure if sidechain compression is what most producers are doing. I'd describe it as a gallop rather than a bump. so with 16ths, you'd typically see 1/16 & 2/16 have zero to little a
23.
▲
by
commotionfever
3y ago
self hosted screenshot OCR and aggregation server https://github.com/sentriz/socr
24.
▲
by
commotionfever
3y ago
+1 for restfox. moved from insomnia a few weeks ago. the UI could do with some polish but it's great other than that. plus it even has tabs, and can run in only a browser
25.
▲
by
commotionfever
3y ago
on a similar note I wrote little tool to convert from many formats to many formats the biggest usecase for me is taking some csv, toml, xml, whatever and converting that to json so I can pipe to jq https://github.com/sentriz
26.
▲
by
commotionfever
3y ago
> if you wish to change your design, you'll have to update multiple templates instead of one CSS rule. this comes up on every tailwind post and it isn't true. tailwind encourages you to not repeat yourself by making reusable co
27.
▲
by
commotionfever
3y ago
and you can also click on a request in the network tab and find out the line of code triggered it, including callstack also with react dev tools you can click somewhere on the page and see the react component, it's props, etc. similar
28.
▲
by
commotionfever
3y ago
domain specific language
29.
▲
by
commotionfever
3y ago
and harelang.org
30.
▲
by
commotionfever
3y ago
you have to install it from a repository before running it. much like a normal package on Linux. to me it makes sense. you can update all your packages at once this way
More ›