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

sdovan1

no profile record

投稿

Show HN: Shittp – Volatile Dotfiles over SSH

github.com
136 ポイント·投稿者 sdovan1·7 か月前·85 コメント

Spring Boot Startup Analyzer

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

ShellSpec: BDD unit testing framework for shell scripts

shellspec.info
1 ポイント·投稿者 sdovan1·8 か月前·0 コメント

Fastest website in Japan – Hiroshi Abe's homepage

abehiroshi.la.coocan.jp
2 ポイント·投稿者 sdovan1·10 か月前·2 コメント

コメント

sdovan1
·13 日前·議論
If your environment is POSIX, testing scripts with tool written in POSIX shell, like shellspec[1], might also be a choice.

[1] https://shellspec.info/
sdovan1
·4 か月前·議論
I guess the Discussion on Hacker News href should be "https://news.ycombinator.com/item?id=47514603" instead of "news.ycombinator.com/item?id=47514603"
sdovan1
·4 か月前·議論
Sometimes I wonder why we need to invent another DSL. (or when should we?)

At work, we have an XML DSL that bridges two services. It's actually a series of API calls with JSONPath mappings. It has if-else and goto, but no real math (you can only add 1 to a variable though) and no arrays. Debugging is such a pain, makes me wonder why we don't just write Java.
sdovan1
·7 か月前·議論
Overriding HOME variable is neat! Make things much easier.
sdovan1
·7 か月前·議論
We usually work on the VM with daily-built ISO. For example, I would compile and upload Java program to the frontend team member's VM, and type "srt" for "systemctl restart tomcat."
sdovan1
·7 か月前·議論
It's not obvious, but the shitt-p is borrowed from an anime character. So it should pronounce like sheet-p: https://ipa-reader.com/?text=%C9%95it%CB%90opi%CB%90
sdovan1
·7 か月前·議論
I often need to login to colleagues' machines at work, but I find that their settings are not what I am familiar with. So I wrote an SSH wrapper in POSIX shell which tars dotfiles into a base64 string, passes it to SSH, and decodes / setups on the remote temp directory. Automatically remove when session ends.

Supported: .profile, .vimrc, .bashrc, .tmux.conf, etc.

This idea comes from kyrat[1]; passing files via a base64 string is a really cool approach.

[1]: https://github.com/fsquillace/kyrat/
sdovan1
·7 か月前·議論
FWIW, it's HTML ruby tag, not the language.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
sdovan1
·7 か月前·議論
A dotfiles carrier for SSH session called shittp[1], inspired by kyrat[2]

[1] https://github.com/FOBshippingpoint/shittp

[2] https://github.com/fsquillace/kyrat
sdovan1
·7 か月前·議論
> The next time you’re about to name your project after your favorite anime character, pause. Ask yourself: “Would a civil engineer name a bridge support system this way?” If the answer is no, choose a better name.

I'm creating a dotfiles to remote SSH session tool in shell. At first, I wanted to call it "sship", but that name was already taken. Something like "ssh-dotfiles-carrier" felt too long for a command, and abbreviating it to "sdc" would lose the meaning.

So yes, I eventually named it "shitt-p" (character of Hitman Reborn!), since I wanted it to relate to "sh"...
sdovan1
·7 か月前·議論
- Java Design Patterns

https://java-design-patterns.com/
sdovan1
·8 か月前·議論
I've worked with a hospital, their electric medical records are written in XML, and use XSLT to render HTML.
sdovan1
·9 か月前·議論
I have three different way to open file with vim: v: vim (or neovim, in my case) vv: search/preview and open file by filename vvv: search/preview and open file by its content

    alias v='nvim'
    alias vv='f=$(fzf --preview-window "right:50%" --preview "bat --color=always {1}"); test -n "$f" && v "$f"'
    alias vvv='f=$(rg --line-number --no-heading . | fzf -d: -n 2.. --preview-window "right:50%:+{2}" --preview "bat --color=always --highlight-line {2} {1}"); test -n "$(echo "$f" | cut -d: -f1)" && v "+$(echo "$f" | cut -d: -f2)" "$(echo "$f" | cut -d: -f1)"'
sdovan1
·10 か月前·議論
JIRA web eats all my memory on Firefox, so laggy that pressing a button takes 3 or 5 seconds, not to mention page transitions. It only becomes usable when I add the uBlock Origin rule[1]:

  yourcomany.atlassian.net##+js(aeld, /^(?:mousemove|pointermove|pointerout|pointerover|touchmove)$/)
[1] https://community.atlassian.com/forums/Jira-questions/Re-Re-...
sdovan1
·10 か月前·議論
Hiroshi Abe [1] is a Japanese actor whose official website is run by a fan. The site has a nostalgic look with a minimal design (40kB, images included) and is still actively maintained today.

Instead of ping 8.8.8.8, some will test their internet connection with Hiroshi Abe's homepage because of the speed. There are even challenges where people try to speedrun the site or conversely, make it load as slowly as possible [2].

Google translated page: https://abehiroshi-la-coocan-jp.translate.goog/?_x_tr_sch=ht...

[1] https://en.wikipedia.org/wiki/Hiroshi_Abe_(actor)

[2] https://www.youtube.com/watch?v=FKjBw_jEcZk