Viewing profile — nnntriplesec
nnntriplesec
HN member- Joined
- Thu, Mar 30, 2023, 12:50 PM UTC
- HN karma
- 16
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About nnntriplesec
No profile information was provided.
Recent public activity
-
comment
Comment #35729892
Would this make ssh more robust against intermittent connectivity? like https://mosh.org/ without needing to run mosh on the server
-
comment
Comment #35711323
Ah... the good old analog hole https://en.wikipedia.org/wiki/Analog_hole
-
comment
Comment #35612568
see my reply above
-
comment
Comment #35612264
Yes I run an init system that starts multiple processes and services. All in a Docker container. I would be very keen to understand why LXC is better than Docker for this. I've als…
-
comment
Comment #35601391
When people talk about containers they almost always mean Linux containers, i.e. a collection of features in the Linux kernel that allow creating the illusion of containers. Needle…
-
comment
Comment #35601369
Depends on the kind of container. It is not necessarily true that 1 container == 1 process. I run Docker containers with 1000s of processes.
-
comment
Comment #35601350
13000x 10MB memory, to be precise
-
comment
Comment #35578755
I would pay attention to ChatGPT et al. Maybe that's killing SEO a little bit, no? You can't quite optimize for queries to a static model that has already been trained. Perhaps lon…
-
comment
Comment #35571170
I agree with you but this is likely just the opinion of us techies. Not sure if it generalizes to most people.
-
comment
Comment #35452329
How so?
-
comment
Comment #35422303
> How would you make a distinction between my Python code making a request from your API endpoint, and a GPT-controlled Python program making the same request? Your API endpoint wo…
-
comment
Comment #35371989
> [1] https://stackoverflow.com/questions/8185276/find-size-of-git ... I think what OP needs is a way to know the repository size BEFORE cloning it first. In that case I think you …