HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vseplet

no profile record

Submissions

Show HN: Hackable Skinny Clawdbot for Telegram

github.com
1 points·by vseplet·5 ay önce·0 comments

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

github.com
3 points·by vseplet·6 ay önce·0 comments

Show HN: Embeddable fullstack web library without a build step

jsr.io
2 points·by vseplet·7 ay önce·0 comments

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

6 points·by vseplet·geçen yıl·7 comments

Show HN: I reinvented PHP in TypeScript (demo)

github.com
25 points·by vseplet·geçen yıl·30 comments

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

whitepape.rs
1 points·by vseplet·geçen yıl·6 comments

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

4 points·by vseplet·geçen yıl·2 comments

[untitled]

1 points·by vseplet·geçen yıl·0 comments

Found a simple tool for database modeling: dbdiagram.io

dbdiagram.io
244 points·by vseplet·geçen yıl·71 comments

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

6 points·by vseplet·geçen yıl·5 comments

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

pport.top
5 points·by vseplet·geçen yıl·3 comments

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

nowrite.fun
23 points·by vseplet·geçen yıl·20 comments

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

devexp.pro
2 points·by vseplet·geçen yıl·0 comments

comments

vseplet
·geçen yıl·discuss
This idea shocked me with its simplicity, thank you
vseplet
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
Could you please tell me from which region you are trying to open the site? And does it work for you now?
vseplet
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
Thank you very much, interesting!
vseplet
·geçen yıl·discuss
It seems like there was no such possibility.
vseplet
·geçen yıl·discuss
You're cool!
vseplet
·geçen yıl·discuss
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
·geçen yıl·discuss
How do you think this should work?
vseplet
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
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
·geçen yıl·discuss
Yes, they themselves are making more and more efforts to isolate each individual user. Facebook or VK - but the essence is the same
vseplet
·geçen yıl·discuss
I will definitely support mobile today/tomorrow but I am sure it is almost useless for mobile phones