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

reconquestio

no profile record

投稿

Show HN: Shdoc – javadoc for shell scripts (2019)

github.com
2 ポイント·投稿者 reconquestio·2 か月前·0 コメント

Patch applies fake diffs from commit messages

samizdat.dev
106 ポイント·投稿者 reconquestio·3 か月前·41 コメント

Show HN: Shdoc generates docs for bash/zsh scripts with Awk

github.com
14 ポイント·投稿者 reconquestio·4 年前·2 コメント

Poll: I Have a Talent

strawpoll.me
1 ポイント·投稿者 reconquestio·5 年前·1 コメント

Getting lucky with posting on Hacker News

samizdat.dev
8 ポイント·投稿者 reconquestio·6 年前·1 コメント

How I self-host my blog with Docker and Ansible

samizdat.dev
3 ポイント·投稿者 reconquestio·6 年前·0 コメント

Canonical: Etrace – a multi-purpose application profiling tool

ubuntu.com
2 ポイント·投稿者 reconquestio·6 年前·0 コメント

Notes on Nailing Your First Launch by Adam Wathan

samizdat.dev
6 ポイント·投稿者 reconquestio·6 年前·0 コメント

Keep your GitHub forks up to date

samizdat.dev
4 ポイント·投稿者 reconquestio·6 年前·0 コメント

Upwork to suspend Top Rated freelancers accounts from Eastern Europe

community.upwork.com
40 ポイント·投稿者 reconquestio·6 年前·0 コメント

Upwork suspends top rated Eastern EU accounts with no explanation

community.upwork.com
3 ポイント·投稿者 reconquestio·6 年前·0 コメント

Use Markdown for Confluence

samizdat.dev
9 ポイント·投稿者 reconquestio·6 年前·0 コメント

コメント

reconquestio
·先月·議論
Keynav – retire your mouse (2016) https://news.ycombinator.com/item?id=11945936

Wayland port: https://github.com/kovetskiy/waynav
reconquestio
·5 年前·議論
I don't really know any way around other than that we can report the incorrect phishing warning here:

https://safebrowsing.google.com/safebrowsing/report_error/?u...
reconquestio
·5 年前·議論
I don't see why you would write a plugin in VimL nowadays. I mean even VimL's author decided to just create a new language — vim9 script — instead of fixing this one [1].

With neovim rpc you can write glorious plugins in TypeScript and Python such as coc.nvim [2].

Other than that, I'm inspired by amount of work you put in the project.

[1]: https://github.com/brammool/vim9#3-better-vim-script

[2]: http://github.com/neoclide/coc.nvim
reconquestio
·5 年前·議論
Well, it's still i3 [1].

[1] — https://i3wm.org/
reconquestio
·5 年前·議論
Sounds great, but I will not go for this the second time, Scaleway.

Two years ago I purchased a server there, configured everything and started handling workload. Then I received the following email:

Our support team created a new ticket associated to your account. Hello, Your instance 'REDACTED' is running on a hypervisor that encountered a critical failure. We are not able to power on the hypervisor again. We were not able to recover your local files located on your LSSD. Your node has been stopped. If you created snapshots of the server's volumes or if you halted your node recently, you will recover your volumes at their latest good state. We are sorry for the inconvenience. Scaleway Team

¯\_(ツ)_/¯
reconquestio
·6 年前·議論
An interesting idea. But in reality people use IDE's features to write templated chunks of code. Like if you write "for", you will have a completion that prompts you to "for i := 0; i < ...".
reconquestio
·6 年前·議論
One of the alternatives is https://snake-ci.com/ which is a self-hosted CI/CD solution for self-hosted Bitbucket Server