PureParadigm | 3 years ago
PureParadigm's comments
PureParadigm | 3 years ago
PureParadigm | 4 years ago
In many code editors (even my terminal with fish shell!) this is not true. Ligatures are broken up when the text changes style due to syntax highlighting. Syntax highlighting can consider context, so if there is a mistaken ligature, this can be fixed by changing the syntax highlighting rules.
PureParadigm | 4 years ago
PureParadigm | 4 years ago
PureParadigm | 4 years ago
Next on my list is set up a service mesh like istio and try inter-cluster networking between my cloud cluster and home Raspberry Pi cluster. Perhaps I can save some money on my cloud cluster by offloading non-essential services to the pi cluster.
I'm also curious about getting a couple more external SSDs and setting up some Ceph storage. Has anyone tried this? How is the performance?
One of my pain points is the interaction of the load balancer (metallb) with the router. It seems to want to assign my cluster an IP from a range, but may choose different ones at different times. Then I have to go update the port-forwarding rules on my router. What solutions do you all use for exposing Kubernetes services to the internet?
PureParadigm | 4 years ago
Once you have text in the PDF, you can use any sort of text analysis tools. You can use tools to convert it to plain text and grep through, or anything else you want.
That being said, it's not perfect, but still pretty awesome. Sometimes the spacing was off or it would confuse symbols like 1, I, or l. But these are minor and usually only on poorly scanned PDFs.
PureParadigm | 4 years ago
PureParadigm | 4 years ago
PureParadigm | 4 years ago
> 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 the conditions for use to scan the port.
As a frequent user of nmap, this is good to hear.
PureParadigm | 4 years ago
I have less of a problem with marking things as unfounded if they are actually unfounded. I wouldn't use the term misleading because not all unfounded claims are false. There's still a lot of gray area here. Maybe the person in charge of making those judgements is not a subject matter expert. Or maybe the person making the claim has some additional information that cannot be revealed. (Perhaps they are inside the organization and cannot leak too much or they will be caught.)
I would set the bar for marking things as misleading as requiring evidence to the contrary. I think it is fine to mark things as lacking evidence, as long as that can be established fairly and reliably. I have my doubts that this can be done reliably, but as long as there is no blocking occurring, I think the harm of a mistake is minimized. Anyone claiming to be an impartial subject matter expert capable of making these judgements should provide evidence of that claim.
PureParadigm | 4 years ago
So I would disagree that "conspiracy theories are problematic." Some are problematic, but there are also some that turn out to be extremely important. No progress is made without questioning authority and the status quo.
PureParadigm | 4 years ago
[1] https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
PureParadigm | 4 years ago
PureParadigm | 4 years ago
[1] https://play.google.com/store/apps/details?id=dev.msfjarvis....
PureParadigm | 4 years ago
PureParadigm | 4 years ago
- I host my git repo on my desktop computer (through SSH), so it's not exposed anywhere except if you have SSH access to my computer. (A lot of people seem to think git = GitHub which is not true). So if your git repo is not exposed to the public, you don't leak any of the site names/usernames you use.
- The passwords are GPG encrypted so even if it were leaked that would be okay as long as my secret key remains secure.
As far as usability goes, I usually use the -c option to copy/paste my passwords. I used a browser extension for awhile, but I haven't gotten around to reinstalling since the copy/paste works fine for me. Syncing with my phone and Linux devices works perfectly (since it's just git).
The Windows client seems to be no longer maintained [1], so I would like better support here for my Surface. But this is still okay since I can SSH to my desktop computer from Windows and copy/paste the passwords from there.
PureParadigm | 5 years ago
As the article explains, there is a difference between the physical keyCode and character it corresponds to. Which to use really depends on what it is being used for, and there are situations for both. The article suggests checking the character typed, but this is not always the correct way to do it.
For instance, the most annoying are games which default to WASD based on the letter typed and not the physical keys (I've seen this both in web app and native games). Using WASD based on letters simply does not make sense because the whole purpose is to mimic arrow keys. If you base it off of letters typed, then on Dvorak it's like if you used ,A;H on Qwerty which makes absolutely no sense for directional navigation.
For shortcuts where the letter has a meaning, then you might want to look at the actual character. But beware that even alphanumeric keys are not always in the same place because of layouts such as Dvorak and Colemak.
PureParadigm | 5 years ago
PureParadigm | 5 years ago
Consider how much social time there is in high school and college. There was barely a moment to be alone. Classes are full of discussion, meals are eaten together, and shooting the shit with siblings or roommates fills in all the other time. If you forego social interaction during work hours, I don't see how the math adds up to get back to the baseline from high school and college.
It sounds like you have an office to go to even though your team doesn't come in often. This is the case for me too, but luckily I'm at a big enough company where there are people my age on other teams. At first, barely anyone came in, but someone has to break the deadlock so I kept coming in every day regardless. Fast forward a year and there is a group of 20-somethings that come in every day. I've formed some of the best friendships of my life here. I recommend going into the office every day even if it's going to be empty. It's a good routine anyway to get out of the house.
While I don't have any personally, I'd also recommend housemates. A lot of my friends from work have housemates and I feel like it's an easy way to build a large friend group since you can share each other's friends. It especially seems to help those who are new to the city and don't have a friend group yet. Your housemates can also easily become your friends!
I really sympathize with your situation. You're simply asking for what used to be normal to return. Don't lose hope - there are so many of us like you and we just need to find each other.