HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ksdme9

133 karmajoined 8 ปีที่แล้ว

Submissions

Show HN: ut – Rust based CLI utilities for devs and IT

github.com
170 points·by ksdme9·9 เดือนที่ผ่านมา·63 comments

Show HN: Self hosted bangs and go links with jmp

github.com
2 points·by ksdme9·ปีที่แล้ว·1 comments

Show HN: An SSH based utility to transfer pipes across machines – beam

github.com
28 points·by ksdme9·2 ปีที่แล้ว·31 comments

comments

ksdme9
·4 วันที่ผ่านมา·discuss
How does this compare with gevent?
ksdme9
·22 วันที่ผ่านมา·discuss
It must be pretty satisfying to be able to throw that kind of money at stuff you admire.
ksdme9
·3 เดือนที่ผ่านมา·discuss
Is it just my setup or is the contrast so bad that I cannot read anything.
ksdme9
·5 เดือนที่ผ่านมา·discuss
On a side note, thanks for wisp. I was looking for something like it so I could use it to quickly test the web builds of my tauri mobile app.
ksdme9
·9 เดือนที่ผ่านมา·discuss
Someone contributed v7 already!
ksdme9
·9 เดือนที่ผ่านมา·discuss
I checked for conflicts but didn't go all the way to check for games. What is that anyway?
ksdme9
·9 เดือนที่ผ่านมา·discuss
I don't have a strict idea of "done" for ut. But, I am not keen on adding increasing complex things to it either. It's purpose is convenience not exhaustiveness.
ksdme9
·9 เดือนที่ผ่านมา·discuss
Hey, yeah, fair concern. Some tools already have tests, but, I do plan on adding it to all of them.
ksdme9
·9 เดือนที่ผ่านมา·discuss
You don't even have to go that far, `base64` is a coreutil (https://github.com/coreutils/coreutils/blob/ebfd80083b4fe4ae...).

The point of ut is not to replace or invent new tooling. It is meant to be a set of tools that are simple, self exploratory and work out of the box with sane defaults. So, essentially, something that you don't have to remember syntax for or go through help/man pages everytime you want to use it.
ksdme9
·9 เดือนที่ผ่านมา·discuss
This looks cool, thanks!
ksdme9
·10 เดือนที่ผ่านมา·discuss
It looks so much better than I expected. This is cool.
ksdme9
·ปีที่แล้ว·discuss
This looks awesome, thanks! The best thing about this imo is that I can remember the url instead of having to dig through pages to find the official pinout pdf.
ksdme9
·ปีที่แล้ว·discuss
I wanted to start using golinks in my workflow and I am a fan of the duckduckgo bangs. So, I built a Rust based web server that can act can act as your default search engine and handle bangs and go links for you.

It is configurable via a toml file.
ksdme9
·ปีที่แล้ว·discuss
Site doesn't load.

> Application error: a server-side exception has occurred while loading www.illustration.app (see the server logs for more information).

Digest: 2002552852
ksdme9
·ปีที่แล้ว·discuss
Have not played around with it, but, curious, how does debugging on production work for a specific request/session? Can I filter by some sort if request trace id or something?
ksdme9
·ปีที่แล้ว·discuss
The whole twitch demo thing is genius and fun. Do printer companies usually not provide a first party apps or integrations?
ksdme9
·2 ปีที่แล้ว·discuss
Thanks for the kind words. I am so glad you found it useful.
ksdme9
·2 ปีที่แล้ว·discuss
Yup, wormhole and portal are better in most aspects. Beam is helpful when you have novel constraints like not being able to install arbitrary binaries, or if you have the need to transfer streams and not just files, or maybe even pub key based white-listing of access.
ksdme9
·2 ปีที่แล้ว·discuss
You don't have to interpret it in its strongest flavor. I meant more of inbound isolation when I said it.
ksdme9
·2 ปีที่แล้ว·discuss
Yup, you are right.

You can do this using a regular SSH server and some elbow grease. This is meant to be a simple setup and forget system that is relatively locked down and doesn't expose any more functionality than strictly necessary.