- The pros were using client-side encryption :D
- I added it to my reading list!
- And it's a lot more profitable to improve sex mode than to hire a small army of native speakers to make it not suck at Greenlandic.
- That's not what I said.
- No, it just makes one look stupid.
- You're wrong.
You don't need to open any ports to use Tailscale, and its job is to a) get nodes to connect directly or b) shuttle jibber-jabber encrypted with nodes' private keys from point A to point B and back again through Tailscale-owned distributed servers. Tailscale only sees the traffic it needs and nothing else. It's free because it's "cost-effective" to run and because it can rely on word-of-mouth marketing because it solves a really complex problem in an elegant way, which makes enterprise customers want to pay for it.
Not changing the root password is correct, because at least on Ubuntu, it has been locked, meaning the only way to use it is through sudo or SSH keys (common during initial server setup). Setting a password for root and using su has no benefits over using sudo and comes with significant downsides, because it is unauditable.
- > Change root password
Don't do this; just create a new user and give it sudo privileges.
The utility of changing the SSH port is debatable, but it would lead to less noise in logs. Also, instead of limiting SSH connections to a source IP, you might consider putting the server behind Tailscale and only allowing incoming SSH connections over its interface: https://tailscale.com/kb/1077/secure-server-ubuntu (this also solves the logs problem)
- > a tool I can use locally
https://blog.cloudflare.com/code-mode/#or-try-it-locally :-)
Though AFAIK Wrangler is really only intended for development and not local deployment.
- There are some weird things (like the fact that Google doesn't tend to call the owners of consumer-level accounts and the fact that the email is phrased very oddly), but wow.
I wonder, though, did "Norman" just guess you had tens of thousands in crypto lying around, or was this step two of a phishing attack?
- It's pretty easy to understand why Apple doesn't want its models to reproduce racial slurs, but what’s wrong with "Boris Johnson?"
(See, e.g., here: https://github.com/BlueFalconHD/apple_generative_model_safet...)
- Is it connected to the network?
- searchcode doesn't seem to work for me. All queries (even the ones recommended by the site) unfortunately return zero results. Maybe it got hugged?
- Oh gosh, I'm so sorry. My comment wasn't meant as criticism of you or Nping; I had just never seen a DNS server intentionally return obviously incorrect results before.
- I wonder why www.google.com resolved to 31.13.94.37, which IPinfo tells me belongs to AS32934 Facebook, Inc.
- I wonder what this means for Support using ollama as an inline_completion_provider https://github.com/zed-industries/zed/issues/15968. ':]
I hadn't heard of Baseten before (it seems to be in a hot niche along with Together.ai, OpenRouter, etc.) but I'm glad I did because I was actually noodling on something similar and now I don't have to do that anymore (though it did teach me a lot about Fly.io!). Yay economies of scale!
- (2021)
- I think you're moving the goalposts. I didn't know this problem existed until OP's article taught me about it, but it seems pointless to continue this discussion.
- Wait really? Are you saying this Google search[0] returns no useful results at all?
The prompt I used isn't a particularly good search query, and I got:
What am I missing?* A Stack Overflow question about this issue with a proposed solution; * A Reddit thread offering a workaround to non-technical users; * This thread on HN (which OP of course couldn't have seen, but anyway); * OP's article; * A blog post about OP's article; * A blog post with an elegant solution using pyftsubset[0]: https://www.google.com/search?q=Why+would+flag+emojis+render...
- Did they even try? 3.6 Sonnet, R1, 4o, and o3-mini-high all correctly diagnosed the issue given the same basic prompt, albeit with varying levels of utility.
Heck, even pasting the "prompt" into non-AI Google and Bing worked.
Raku (née Perl 6) has this! https://docs.raku.org/language/variables#The_state_declarato...