Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yamadapc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: QWERTY MIDI – Isomorphic Layout MIDI Controller
(beijaflor.io)
6 points
by
yamadapc
1mo ago
|
0 comments
2.
▲
by
yamadapc
3y ago
Nice, I built a similar toy with RNBO - https://knobs-gallery.vercel.app/harmonics https://rnbo.cycling74.com/
3.
▲
by
yamadapc
4y ago
Interesting! Any plans to release rust audio-unit hosting source-code?
4.
▲
by
yamadapc
4y ago
This is the experience team-managed projects should have out of the box in Cloud if using kanban. You create a kanban team-managed project and it'll pretty much be a Trello board. If you want sprints or a backlog or reports you can go
5.
▲
by
yamadapc
4y ago
Jira/Confluence Cloud use the same markup and editor.
6.
▲
by
yamadapc
4y ago
Nice post, thanks
7.
▲
by
yamadapc
4y ago
Thanks for sharing lukastyrychtr
8.
▲
by
yamadapc
5y ago
It's completely frozen for me (after downloading), but it's very cool for sure
9.
▲
by
yamadapc
6y ago
I’ll plug my own fast OSX scanner, though “storage management” got better recently (or I hadn’t noticed when using it initially). https://beijaflor.io/blog/06-2020/filesaver-freeing-up-space...
10.
▲
by
yamadapc
6y ago
I’m not a C++ developer so the code can need improvements
11.
▲
Show HN: Fast parallel file size scanner (MIT licensed)
(github.com)
2 points
by
yamadapc
6y ago
|
1 comments
12.
▲
by
yamadapc
7y ago
TL;DL Ignore all existing literature and experts' previous experience. Simple.
13.
▲
Show HN: Social-Network for Sharing Musical Ideas and Practice
(beijaflor.io)
1 points
by
yamadapc
9y ago
|
0 comments
14.
▲
by
yamadapc
10y ago
You can just wrap `fetch` with something that knows where your server is. In `Este.js` there's something like: function ensureServerUrl(url) { // parse and replace with your server url // in Este y
15.
▲
by
yamadapc
10y ago
You can also generate the types and parsers from a data sample.
16.
▲
by
yamadapc
10y ago
In Haskell you can generate a parser to a typed structure using library combinators and code generation: data DataMessage = DataMessage { company :: Text } deriving (Show) $(deriveJSON defa
17.
▲
by
yamadapc
10y ago
The D Language ( http://dlang.org/ ) has a @nogc pragma ( https://dlang.org/spec/attribute.html#nogc ). You just annotate functions that you don't want to use the GC in with it and it'll assert t
18.
▲
by
yamadapc
10y ago
SQL...?
19.
▲
Code Coverage enforcement for Node.js developers
(blog.yamadapc.com.br)
1 points
by
yamadapc
12y ago
|
0 comments
20.
▲
by
yamadapc
12y ago
As the article seems to be down, here's the text-only (google) cached version: http://webcache.googleusercontent.com/search?q=cache:CTMc7ZQ...