Viewing profile — pritambaral
pritambaral
HN member- Joined
- Mon, Mar 04, 2013, 8:37 AM UTC
- HN karma
- 3,686
- Public activity
- 1,742 items
- HN profile
- View on Hacker News ↗
About pritambaral
hnchat:INvdtaXVaHhyOrS7kzYa
Recent public activity
-
comment
Comment #49217348
> open source project So, one can put in the minimal effort of removing one div. > being associated There's no requirement of association of any kind. See above and below. > reques…
-
comment
Comment #49217265
> ... sexualized ... Perhaps you should check if anybody else sees what you see. After browsing through every image I could find in the history of this project, I, at least, am con…
-
comment
Comment #49171221
Note: this only applies if the `--link` flag is used with `pg_upgrade` (which, I recommend), but the default is to copy all data.
-
comment
Comment #49154408
LLMs are plenty far from compilers.
-
comment
Comment #49154390
> One could argue that adding a library is in some ways similar to copy/pasting code in as much as, one doesn't know what the code is doing, and yet that doesn't leave me with a se…
-
comment
Comment #48601822
> You can run rootless containers or you can use containerization like Podman which does not run as root. Yes, now you get my point. Do you run rootless containers (with the Docker…
-
comment
Comment #48596253
TV dinners have their value, but a cooked meal is often better. And, just like meals can be cooked for a team, so can emacs configs.
-
comment
Comment #48479288
I hope you see the (IMO, obvious) problem. 1. Docker (or any Linux container runtime, for that matter) is not intended for, designed for, or effective as a security boundary. 2. Ro…
-
comment
Comment #48458917
> https://github.com/ashishb/amazing-sandbox Does your Docker backend run commands in rootless containers? I skimmed the code but didn't see anything to confirm this.
-
comment
Comment #47333066
ProxyCommand allows you to use any command to setup a connection. Not necessarily an ssh command, like ProxyJump. It can be any command, as long as it receives on stdin and produce…
-
comment
Comment #45226996
Here's what you did, paraphrased: "It was the Hyundai Corpo that broke the law! They're stealing American jobs! That's why ICE targeted them! No, I have no evidence, only blind bel…
-
comment
Comment #45223784
[flagged]
-
comment
Comment #45222032
Who says they didn't? There is only one party here who acted in bad faith, and it wasn't Hyundai. In fact, this party has a — by now well-established — track-record of precisely th…
-
comment
Comment #45093162
Firefox on Android has a setting to force enable zoom on all websites, even those that disable it.
-
comment
Comment #45060102
What program do I have to join for 0%?
-
comment
Comment #44997471
> you could do ca. 1200 prompts per double decker. Which is a lot. If humans had evolved to do prompts (while retaining everything else that makes human thought human), that number…
-
comment
Comment #44904176
> a vowel when it's between two consonants, and a consonant when it's not. Not a hard rule, honestly. Some Indian languages exhibit a blurring of sorts with Ye- sounds. E.g., in Te…
-
comment
Comment #44723958
Interesting. I belong to the class of people who believe in customising their tools as they please. So I'd have written an Emacs package to do this. But then again, this is Emacs, …
-
comment
Comment #44646007
> Firefox has no profiles. Patently false. Been using profiles for years. > bunch of hacks, such as containers, which are cumbersome to use. Firefox's "solution" forces you to swit…
-
comment
Comment #43751930
Violated by the removal of author's copyright notice.
-
comment
Comment #43531659
So, morality isn't a concern as long as you get something out of it, got it. Too bad all you're gonna get is a botched and broken nation and years of misery, but that shouldn't mat…
-
comment
Comment #43522361
As opposed to the morally superior actions of ... the other party so gleefully dismantling your country for a fire sale to the oligarchs.
-
comment
Comment #43377717
Maybe not. But the search page did hijack links to show a google-managed copy pre-AMP.
-
comment
Comment #43243821
> Outlook > modern email That can't be true. Now, I haven't used Outlook myself, but I've received enough garbage from that godforsaken relic of a time when MS wanted to EEE email …
-
comment
Comment #43127177
This is correct. My use-case was safe with eventual consistency, so I could've even used `synchronous_commit=off`, but I kept it to 'local' to get a baseline. Was happy with the 60…