HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kwbr3000

no profile record

Submissions

I Automated My Computer Routine with macOS Folder Actions

interfacecraft.online
3 points·by kwbr3000·작년·1 comments

comments

kwbr3000
·3개월 전·discuss
I am not following the authors argument. This logic accidentally gate-keeps opinions of people with ethical objections, people who can't afford the time and money to use it and even people for whom the tool is inaccessible.

Any objection "This tool is built on stolen data" doesn't change based on whether I have used the tool for 50 hours or not.

By defining a "center" only through the lens of usage we don't find objectivity. This sounds like rationalising survivorship bias for those who are able to pay and participate.
kwbr3000
·10개월 전·discuss
You should join forces with https://github.com/ByteAtATime/raycast-linux, mentioned some time ago https://news.ycombinator.com/item?id=44551762
kwbr3000
·작년·discuss
You should check out vim's remote functionality to open files in an already running instance https://vim-jp.org/vimdoc-en/remote.html

  Edit "file.txt" in server "FILES" if it exists, become server "FILES" otherwise:
    gvim --servername FILES --remote-silent file.txt