Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PureParadigm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
PureParadigm
4y ago
Your feelings are shared by many others our age. Friends at work are important, especially if you're living alone. I live alone in a city with friends within reach, but only having friends outside of work is not enough social interacti
2.
▲
by
PureParadigm
4y ago
I do the same. I've yet to hear a convincing argument against this practice. Everyone seems okay with passwordless docker and you can use that to privilege escalate too.
3.
▲
by
PureParadigm
5y ago
> The problem is that ligature substitution is “dumb” in the sense that it only considers whether certain characters appear in a certain order. It’s not aware of the semantic context. In many code editors (even my terminal with fish shel
4.
▲
by
PureParadigm
5y ago
I use Dracula color scheme along with the Cascadia Code font [1]. I've been using this set up in both VSCode for Rust and Java in IntelliJ. I find this combination to be extremely readable. Dracula uses many very different colors which
5.
▲
by
PureParadigm
5y ago
Actually, it is how it works. Try doing "cd ~camgunz" and it should take you to the home directory for camgunz.
6.
▲
by
PureParadigm
5y ago
I've been running something similar on my three Raspberry Pi 4 with microk8s and flux [1]. Flux is great for a homelab environment because I can fearlessly destroy my cluster and install my services on a fresh one with just a few comma
7.
▲
by
PureParadigm
5y ago
Using Pdfsandwich in college was like having a superpower. We would often be given PDFs with only image data. While my peers were still scrolling through and copying quotes by hand, I was there in seconds with Ctrl-F to find and copy/p
8.
▲
by
PureParadigm
5y ago
I wanted to clear out my account so I deleted the VM but it didn't delete the associated static IP, so I got charged for the unused IP address that month. I didn't know the IP was still around until I got the bill. If this were in
9.
▲
by
PureParadigm
5y ago
In Azure I put all my stuff in a new resource group and then when I'm done I just delete the entire resource group. This has worked well for me so far and I haven't had any surprise charges like I did on AWS and Digital Ocean.
10.
▲
by
PureParadigm
5y ago
The key takeaway for me is how this decision affects port scanning. According to the article: > Van Buren is really good news for port scanning, for example: so long as the computer is open to the public, you don’t have to worry about
11.
▲
by
PureParadigm
5y ago
The bigger problem is when platforms block the content. In this case very few people will hear about the conspiracy theory. So then few will know that this is something worth investigating. This dramatically hinders research into the (poten
12.
▲
by
PureParadigm
5y ago
Some conspiracy theories turn out to be true. Suppressing research into these would also lead to poorly informed decisions. For example, government mass surveillance on the scale revealed by Snowden was considered a conspiracy theory before
13.
▲
by
PureParadigm
5y ago
What you probably want is a signature. Since pass can be a git repo, you could use git to sign your commits [1]. But you'll have to remember to check the git commit signatures or automate checking it somehow. [1] https://git
14.
▲
by
PureParadigm
5y ago
The Password Store app delegates key management to another app. I use OpenKeychain [1] for this. I believe OpenKeychain supports Yubikeys, but I haven't used that feature myself so I can't speak about how well it works. [1] https
15.
▲
by
PureParadigm
5y ago
Ah, there is an Android app [1] which you sync the passwords to and it basically presents a list of all your websites. To use a password: tap on the website name, unlock your GPG key, and then see your password and put it in your phone'
16.
▲
by
PureParadigm
5y ago
git push. The Android app works with git repos from SSH. I also use Wireguard since I run my SSH server behind the VPN, but this is obviously optional since you can just expose your SSH server to the internet.
17.
▲
by
PureParadigm
5y ago
I've been using pass for several years now and I recommend it to my friends, but I usually get weird looks when I say I store my passwords in a git repo (it's not as bad as it sounds!). Here's why: - I host my git repo on my
18.
▲
by
PureParadigm
5y ago
It's not just international keyboards that are affected by this. I'm a Dvorak user so I run into these issues from time to time. As the article explains, there is a difference between the physical keyCode and character it correspo
19.
▲
by
PureParadigm
5y ago
I notice they use GitHub stars as a metric in the Appendix, supposedly to "insist that we hadn’t done a hard launch yet." I wonder how meaningful this metric is. Is 350 a lot of stars? A little? What am I supposed to take away fro
20.
▲
by
PureParadigm
5y ago
What I meant is declare themselves independent from mainland China (dropping the claims on the mainland). This would provoke China by violating the Anti-Secession Law [1]. [1] https://en.wikipedia.org/wiki/Anti-Secessio
21.
▲
by
PureParadigm
5y ago
Currently the US is not choosing either of these because they both have downsides. In (1), this may embolden Taiwan to take risky and provocative actions such as declaring themselves an independent country. (2) is obviously not in US intere
22.
▲
by
PureParadigm
5y ago
China's economic growth has been fueled by demographics such as a young labor force. Due to the one child policy and low birth rates, they are facing a demographic collapse in the next few decades [1] as more people retire that are rep
23.
▲
by
PureParadigm
5y ago
Due to the one child policy, China is going to experience a demographic collapse this decade as more people retire than are available to replace them in the workforce. So the 2020s is the pivotal decade as China nears the height of its powe
24.
▲
by
PureParadigm
6y ago
This being HN, does anyone have any knot suggestions for computer cables? For example, I have several cables that are too long and I tie them up with a twist-tie, but maybe there's a knot for that. Some features that a good computer ca
25.
▲
by
PureParadigm
6y ago
Regardless of your thoughts on whether this particular case qualifies as mental illness, we need to work to de-stigmatize mental illness. Being diagnosed with a mental illness should not be considered any more harmful than being diagnosed w
26.
▲
by
PureParadigm
6y ago
The virus/malware could change your $PATH or create an alias for some command that normally prompts you for your password (even sudo itself) and trick you into revealing your password to the malware. Maybe even install a keylogger depe
27.
▲
by
PureParadigm
6y ago
Can you explain why? I'm genuinely curious in case I've missed something!
28.
▲
by
PureParadigm
6y ago
For my accounts I usually just allow sudo to work without prompting for password by using the NOPASSWD configuration option. This saves a lot of time if you need to use sudo frequently (in my case I use it for system upgrades). Unless I&#
29.
▲
by
PureParadigm
6y ago
In regards to (1), sometimes using the phone is both a symptom and the cause (in a reinforcing cycle). In my case, I would use my phone in bed before falling asleep to avoid having to confront thoughts I would have while drifting off sinc
30.
▲
by
PureParadigm
6y ago
...unless it's cloudy.
More ›