Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reegnz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
32 ms
·
1.
▲
by
reegnz
5mo ago
You can add that via an extension: https://github.com/carderne/pi-sandbox The price of flexibility is, pi is not opinionated about adding sandboxing out-of-the-box, it gives you options on how you want to do it. You ei
2.
▲
by
reegnz
5mo ago
You can get npm to install into `~/.local`. Put this into `~/.npmrc`: ``` prefix = ~/.local ``` Bam, `npm install -g` contstrained to your `~/.local`
3.
▲
by
reegnz
10mo ago
Bluetooth codecs/profiles do not enforce social norms. And I hope they never will. EDIT: they also won't get rid of useless meetings where people are not mentally present but do other stuff instead.
4.
▲
by
reegnz
10mo ago
To be fair, even with no noise, the HFP has such bad encoding that it doesn't mean much if the room is noisy or not. Also the sound isolation tech should be orthogonal to using HFP.
5.
▲
by
reegnz
10mo ago
The trick I'm using (at least on laptops, cannot do this on phones AFAICT) is to change the input device to the laptop's own microphone to get my earphones to not use HFP (Hands Free Profile) and instead stay in a better quality c
6.
▲
by
reegnz
2y ago
Cybersecurity company secures computers worldwide by not allowing them to be turned on. - not the onion
7.
▲
by
reegnz
3y ago
Why not just use :grep in vim and navigate the vim quick fix list?
8.
▲
by
reegnz
3y ago
Yeah, I tend to use that one as well, but for me it just feels 'right' as a line editor plugin. I'm running a lot of kubectl commands and for me this plugin proved to be invaluable.
9.
▲
by
reegnz
3y ago
Fixed: https://github.com/reegnz/jq-zsh-plugin/pull/25
10.
▲
by
reegnz
3y ago
Fixed: https://github.com/reegnz/jq-zsh-plugin/pull/25
11.
▲
by
reegnz
3y ago
Thanks for the idea, I've implemented it: https://github.com/reegnz/jq-zsh-plugin/commit/60d3b6fb3ca1b...
12.
▲
by
reegnz
3y ago
> So all I want is a tool to go from json => line oriented and I will do the rest with the vast library of experience I already have at transformations on the command line.* The tool for that is likely https://github.com&#x
13.
▲
by
reegnz
3y ago
Nice idea! I'll look into it.
14.
▲
by
reegnz
3y ago
JSONpath and jmespath are objectively worse than the jq language though, as you can only query, but jq also allows for very powerful transformations. As for learning it, it's the same with any tool, key is repetition and regular use.
15.
▲
by
reegnz
3y ago
Let me drop a link to my jq zsh plug-in: https://github.com/reegnz/jq-zsh-plugin I find the biggest problem with jq is that the feedback loop is not tight enough. With this jq-repl the expression is evaluated at every
16.
▲
by
reegnz
3y ago
I find it terribly ironic that a company that provides a service to implement SSO with, has failed to implement SSO for their own support staff.
17.
▲
by
reegnz
3y ago
Let me drop my jq-zsh-plugin here: https://github.com/reegnz/jq-zsh-plugin It's a line-editor, and allows me to query json documents ultra-fast. It optimizes for a really fast feedback.
18.
▲
by
reegnz
3y ago
Reminds me of how homebrew on MacOS used to work, it softlinked into the /usr/local prefix. Nowadays homebrew on arm processors puts everything into /opt/homebrew instead by default...
19.
▲
by
reegnz
3y ago
One man's product is another man's building block.
20.
▲
by
reegnz
3y ago
unikernel is not the same as microkernel. I've found these after some quick googling: https://unikraft.org/ https://hermitcore.org/ https://nanos.org/ Seems to be a living concept stil
21.
▲
by
reegnz
4y ago
Allow me to advertise my zsh jq plugin +jq-repl: https://github.com/reegnz/jq-zsh-plugin I find that for big datasets choosing the right format is crucial. Using json-lines format + some shell filtering (eg. head, tai
22.
▲
by
reegnz
4y ago
On mac I use goku[1] to define custom key bindings for karabiner elements. The ux feels much better than autohotkey, and I wish I had something similar on linux or windows. [1] https://github.com/yqrashawn/GokuRakuJoudo
23.
▲
by
reegnz
4y ago
Nobody really 'deserves' anything. All things in life have to be earned one way or the other. (for both sides)
24.
▲
by
reegnz
4y ago
WOW, SponsorBlock is something I didn't know I needed so bad! Thanks a lot for sharing. (I also pay for yt premium btw)
25.
▲
by
reegnz
4y ago
This is painfully reductionist. The mount namespace is only one of multiple namespaces (eg. pid, network, user, etc.) that containers utilize. Security doesn't stop at linking and shipping binaries.
26.
▲
by
reegnz
4y ago
Mostly Linux-illiterate people, who want to bind to privileged ports (443), and have no idea about systemd sockets[1] and socket-activation[2], so they stick with the first solution that works. Most people don't know that you can have
27.
▲
by
reegnz
4y ago
I beg to disagree. I like my https://direnv.net/ As long as it's strictly opt-in, it's fine. But it needs to be opt-in to be secure.
28.
▲
by
reegnz
5y ago
Policies do work if you have a process to enforce those policies. Without policy how do you define the process? "Good intentions never work, you need good mechanisms to make anything happen." http://nickfoy.com/blo
29.
▲
by
reegnz
5y ago
Don't get me wrong, I'm a nvim + LSP + treesitter user. :)
30.
▲
by
reegnz
5y ago
You don't need multi-cursor selection in vim. Vim has all the tools necessary to achieve the same end result with the same convenience. [0] Just thinking about what crazy things I've done with macros that multi-cursor would be inc
More ›