HackerTrans
トップ新着トレンドコメント過去質問紹介求人

vseplet

no profile record

投稿

Show HN: Hackable Skinny Clawdbot for Telegram

github.com
1 ポイント·投稿者 vseplet·5 か月前·0 コメント

Show HN: I built a CLI tool while waiting for food

github.com
3 ポイント·投稿者 vseplet·6 か月前·0 コメント

Show HN: Embeddable fullstack web library without a build step

jsr.io
2 ポイント·投稿者 vseplet·7 か月前·0 コメント

Ask HN: Can you give tips on writing a README for project?

6 ポイント·投稿者 vseplet·昨年·7 コメント

Show HN: I reinvented PHP in TypeScript (demo)

github.com
25 ポイント·投稿者 vseplet·昨年·30 コメント

Show HN: Whitepape.rs – Just type. It remembers

whitepape.rs
1 ポイント·投稿者 vseplet·昨年·6 コメント

Ask HN: Is the Surge of AI-Gen Tools by Inexperienced Developers Worrying You?

4 ポイント·投稿者 vseplet·昨年·2 コメント

[untitled]

1 ポイント·投稿者 vseplet·昨年·0 コメント

Found a simple tool for database modeling: dbdiagram.io

dbdiagram.io
244 ポイント·投稿者 vseplet·昨年·71 コメント

Ask HN: How do you manage multiple Git profiles (GitHub, Gitlab, Bitbucket)?

6 ポイント·投稿者 vseplet·昨年·5 コメント

Show HN: Install CLI Apps via Plain HTTP – No Docker, No Binaries, Just Curl

pport.top
5 ポイント·投稿者 vseplet·昨年·3 コメント

Show HN: Nowrite.fun – If you stop typing, your text disappears

nowrite.fun
23 ポイント·投稿者 vseplet·昨年·20 コメント

Show HN: DevExp (dx) – cohesive CLI platform for indie developers

devexp.pro
2 ポイント·投稿者 vseplet·昨年·0 コメント

コメント

vseplet
·昨年·議論
This idea shocked me with its simplicity, thank you
vseplet
·昨年·議論
Thank you, DX was really important for me in this project. I will add some examples and documentation in the near future, it will be cool. But writing README is very difficult for me =(

Well, I am sure that we need to develop the part with api. It already exists and works great, but lacks middlware functions and caching
vseplet
·昨年·議論
I studied it a long time ago — maybe it was even taught in college. Yeah, the comparison isn’t entirely accurate, but what I meant was the idea of merging code with its template plus rendering it all server-side right away.
vseplet
·昨年·議論
Could you please tell me from which region you are trying to open the site? And does it work for you now?
vseplet
·昨年·議論
I use macOS, Windows, Android, and iOS and this solution is simple enough to work well across all of them. Sure, a regular notepad is fine, but in this case, I’ve intentionally "run away" from anything with buttons or that depends on a specific OS.

Yes, it's a very strange experience, and I’m not claiming anything innovative (it's not), but I’m sharing it simply because it personally helped me become more productive when writing. That’s all.

I run a Twitter account and a Telegram channel, and this simple absurdly dumb tool has literally saved me from constant brain fog and procrastination. That’s the story.
vseplet
·昨年·議論
not necessarily. It may be that you alone will simply get lost among the hundreds of low-quality products that have flooded the entire
vseplet
·昨年·議論
Currently, I am exploring one of the simplest and fastest ways to create a command-line utility (in TypeScript) and its distribution mechanism

- repo: https://github.com/vseplet/PPORT
vseplet
·昨年·議論
It's funny, but I solved a similar problem myself, but instead of n8n I came to write my own solution. I even noticed this post thanks to automation and llm. Likewise, I'll be glad to help!
vseplet
·昨年·議論
Thank you very much, interesting!
vseplet
·昨年·議論
It seems like there was no such possibility.
vseplet
·昨年·議論
You're cool!
vseplet
·昨年·議論
While discussing data models, my colleague was sketching tables and their relationships in an editor: table A, table B, columns linking them.

He then generated SQL from the diagram and deployed the schema to PostgreSQL. The schema was shared and reviewed.

The tool is https://dbdiagram.io

You can import/export SQL and generate images of your schema.
vseplet
·昨年·議論
How do you think this should work?
vseplet
·昨年·議論
Yes, I understand the capabilities of git... But, it still seems too tedious to me. In general, I have already solved this problem for myself quite a long time ago by making a small utility that, when cloning a repository (no matter where and no matter where), offers to choose one of the available git profiles (and keys). In this way, I can easily work with each repository separately, have several profiles for github, gitlab, and so on.

But I was wondering if anyone has solved a similar problem or uses some ready-made tool)
vseplet
·昨年·議論
Yes, I assume different emails/names and ssh keys. Of course, I can do manual configuration, but I think it is a bit "tiresome".
vseplet
·昨年·議論
I'm genuinely surprised by how simple it can be to build a site, add basic analytics, serve code, and handle installation — all at once. I honestly haven't seen an easier way to deliver CLI tools.
vseplet
·昨年·議論
For now, I’ve also added basic analytics: install counters and a live feed of recent messages right on the homepage (though they aren’t stored for long — they live only in memory).
vseplet
·昨年·議論
PPORT is a tiny text-based messenger that runs directly in your terminal. I built it mainly to showcase a dead-simple way to deliver CLI apps over plain HTTP — no builds, no binaries, just streaming source files dynamically.

Happy to answer any questions!
vseplet
·昨年·議論
Yes, they themselves are making more and more efforts to isolate each individual user. Facebook or VK - but the essence is the same
vseplet
·昨年·議論
I will definitely support mobile today/tomorrow but I am sure it is almost useless for mobile phones