Viewing profile — sdovan1
sdovan1
HN member- Joined
- Tue, Aug 13, 2024, 6:04 PM UTC
- HN karma
- 118
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About sdovan1
No profile information was provided.
Recent public activity
-
comment
Comment #48713031
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/
- comment
-
comment
Comment #47514883
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"
-
comment
Comment #47376333
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 …
-
comment
Comment #46345656
Overriding HOME variable is neat! Make things much easier.
-
comment
Comment #46345491
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.…
-
comment
Comment #46345451
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
-
comment
Comment #46344382
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 …
- story
-
comment
Comment #46297257
FWIW, it's HTML ruby tag, not the language. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
-
comment
Comment #46269429
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
-
comment
Comment #46240342
> 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 a…
-
comment
Comment #46227250
- Java Design Patterns https://java-design-patterns.com/
- story
- story
-
comment
Comment #45873585
I've worked with a hospital, their electric medical records are written in XML, and use XSLT to render HTML.
-
comment
Comment #45677142
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…
-
comment
Comment #45206618
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 r…
-
comment
Comment #45184846
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 mainta…
- story
-
comment
Comment #45111683
I have a function in .bashrc to read the pod in browser: read_pod_html() { local html=$(mktemp --suffix '.html') pod2html --css='https://www.w3.org/StyleSheets/Core/parser.css?doc=…
- story
- story
-
comment
Comment #45048578
I never really used browser bookmarks until I discovered Firefox's bookmark keyword feature [1]. It basically eliminates the search step. For example, I set "pr" to the GitHub pull…
-
story
Show HN: Mencrouche – A Hackable On-Demand Homepage
I loved Markdown New Tab (a web extension that open an editable markdown page on new tab) but wanted to add widgets like weather, which it couldn't do since extensions can't execut…