Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
timz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
timz
6d ago
Is there MCP endpoint I could use?
2.
▲
by
timz
5mo ago
Seems amazing, but more demos/examples would be nice, and installation instructions right on the homepage. Web editor would be great. Seems to be written for jvm :( The language spec is amazing and styling is slick.
3.
▲
Show HN: mdfocus – A distraction free Markdown reader for your localhost
(github.com)
2 points
by
timz
9mo ago
|
0 comments
4.
▲
Show HN: Mootivator – Let your Terminal cowsay you a Geek Joke on starup
(github.com)
1 points
by
timz
1y ago
|
0 comments
5.
▲
by
timz
1y ago
Amazing.. Would be nice to have something like that for Redis to replace Lua
6.
▲
by
timz
1y ago
Fantastic, would love to see same js support for redis as oposed to lua scripts.
7.
▲
by
timz
2y ago
very nice. a somehow similar project https://englishell.js.org/
8.
▲
by
timz
2y ago
https://www.assemblyscript.org/ is somehow similar, but targets only webassembly now
9.
▲
by
timz
2y ago
Not sure why, but seems very interesting and creative. What is the logic behind it?
10.
▲
Show HN: Turn web search results into an LLM friendly downloadable Markdown file
(llminer.deno.dev)
3 points
by
timz
2y ago
|
1 comments
11.
▲
Show HN: A word guessing game based on text vector embeddings and cos-similarity
(xword.tzador.com)
2 points
by
timz
2y ago
|
0 comments
12.
▲
by
timz
2y ago
yes, indeed, they are. but within those 2 weeks notifications could still be useful, i think.
13.
▲
Ask HN: A monitoring app for new comments on your favorite HN posts
2 points
by
timz
2y ago
|
2 comments
14.
▲
by
timz
2y ago
Amazing, great product and slick implementation. Not sure if it is allowed to play youtube videos in custom player though, since ads are skipped.
15.
▲
by
timz
2y ago
https://i.ibb.co/Jt7mjXW/screenshot.png Sorry, here is screenshot of a prototype IDE in browser with live preview.
16.
▲
Ask HN: Low-Code Interactive UI Prototypes/Mocks Powered by TailwindCSS
(github.com)
1 points
by
timz
2y ago
|
3 comments
17.
▲
by
timz
2y ago
Hey everyone! I'm experimenting with a UI prototyping/design/mocking tool concept and would love to get your feedback. The idea is to use TailwindCSS for prototyping UI, similar to Figma, but instead of drag-and-drop, you use
18.
▲
by
timz
2y ago
Currently implementation is in python, since it is available in many places, but not all. What would be pros and cons of implementing it in: - bash/zsh - keep in python - rust/go
19.
▲
by
timz
2y ago
This is useful idea, will examine in detail
20.
▲
by
timz
2y ago
Could you elaborate please? What do you mean by capture output, like if i have ```bash echo "hello" ``` hello would appear in the rendered markdown?
21.
▲
by
timz
2y ago
Added support for dependency between commands. So one can now write: # [clean]() Clean build directory ```bash rm -rf ./build ``` # [format]() Format the source code ```bash npx prettier --write .
22.
▲
by
timz
2y ago
Thinking about the suggestion regarding command dependencies, possibly we could add something similar to Makefile: ## [clean]() Cleans the generated files ```bash rm -rf ./build ``` ## [init]() Initializes t
23.
▲
by
timz
2y ago
now commands are defined like this withing any header, and end on the next header. ### [my-command-name]() My command short description A longer command help ```typescript #!/usr/bin/env deno run console.log("hi") `
24.
▲
by
timz
2y ago
This is really cool approach.
25.
▲
by
timz
2y ago
I see where you are coming from for C/C++ based projects, but for more higher level ones, this is being taken care of by the compilers themselves.
26.
▲
by
timz
2y ago
Updated, makedown it is
27.
▲
by
timz
2y ago
I see, good point. Currently I implemented it in python for portability reasons, since it is available on most POSIX systems by default. The stripped Docker containers are used mostly for runtime to my understanding, building is done in a d
28.
▲
by
timz
2y ago
- renamed to `makedown` - rewrote in python, since it is available out of the box on most POSIX and in GitHub actions - Updated to `### [my-command]() Explanation of command` syntax, this way GitHub highlights the commands nicely Thank you
29.
▲
by
timz
2y ago
Love the makedown name, renaming.. As for a short name available in terminal, we can add alias m="makedown" as part of zsh completion script. Both: $ makedown deploy-to-production and $ m deploy-to-production --help will work Adi
30.
▲
by
timz
2y ago
published 0.3 version pnpm install -g @tzador/x.md - better --help messages with or without command - ## level 2 headers are used - the temp file is created in current folder, like that importing npm modules from current project works
More ›