Viewing profile — aozgaa
aozgaa
HN member- Joined
- Tue, Jan 22, 2013, 7:54 PM UTC
- HN karma
- 102
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About aozgaa
No profile information was provided.
Recent public activity
-
comment
Comment #49270773
> If you've made a mistake once you're likely to make it again, so leave a note. In my experience the comments behave as a form of prompt injection. The llm makes a conceptual mist…
-
comment
Comment #49105536
IME yes that’s basically it. Other features haven’t really been significant value add for me. Some of the keybindings are different in minor ways. It has some mouse support but I h…
-
comment
Comment #48967724
The “10 principles” are about 1/3 of the way down the very repetitive, haphazardly organized page (interspersing test results, methodology, and yes, those principles). Seems like s…
-
comment
Comment #48413661
> kiss goodbye to any notion of being able comprehend existing code that's not written by you (until llms arrived). In my experience it takes a while ( I think LLM’s might help, bu…
-
comment
Comment #48412246
In general, it seems HN does not like to read llm-generated articles. I ran into this myself when using an llm to edit some stuff I wrote. At the time, I found this a bit irritatin…
-
comment
Comment #48087696
I'm not sure about whether this is a bottlenecking step in applications, but even so, is it interesting to ask which parts of this are gpu-friendly? That is, is there a (sparse) ma…
-
comment
Comment #47751961
This feels like a data scraping honeypot...
-
comment
Comment #47751931
It's possible the image you uploaded contains geographic coordinates. EDIT: this is exactly what happened with my image upload, for example
-
comment
Comment #47667913
> Honestly this is way more appealing than fighting mergerfs when you just want explicit disk placement. Doctor + prune for orphaned symlinks is exactly what you'd need to keep thi…
-
comment
Comment #47667243
NFS -- very slow reads, much slow than `cp /nfs/path/to/file.txt ~/file.txt`. I generally suspect these have to do with some pathological behavior in the app reading the file (eg: …
-
story
Show HN: Jbofs – explicit file placement across independent disks
Hey all, I created `jbofs` ("Just Bunch of File Systems") as an experiment to workaround some recurring issues I have run into with suprising filesystem performance. My use case is…
- story
- story
-
comment
Comment #47452055
> that was with success on the first try of the first round (which is very rare). This very much depends on the patient history (age, cause of infertility, …) and the clinic. Live …
-
comment
Comment #47279255
I can’t tell if this is a genuine quote or not. Can you provide a citation? (I think something like this comes up in the Phaedrus)
-
comment
Comment #47194361
I personally am getting better results with codex recently. Claude ($20 plan) honestly comes across as a total ai slop turd of an app (unreliable, frequent incidents, burns through…
-
comment
Comment #44965763
Agreed. LLM’s are fundamentally text generators, not verifiers. They might spot some typos and stylistic discrepancies based on their corpus, but they do not reason. It’s just not …
-
comment
Comment #44069258
[flagged]
-
comment
Comment #43837811
Like offsetof[1]? [1] https://en.cppreference.com/w/cpp/types/offsetof
-
comment
Comment #43597822
This is addressed in the article: > Turns out, it doesn’t matter that much where your first offer is from, or even how much they’re offering you. Just having an offer in hand will …
-
comment
Comment #37096462
See “Import a Git Repository” at https://nest.pijul.com/pijul/pijul
-
comment
Comment #36818452
The trouble for me is the text flashing in and out on top of the graphics and the rescaling of the images by scrolling. If the text was above/below the images (like a python notebo…
-
comment
Comment #34364624
> Can I just open an issue in the TypeScript repo for this sort of thing if I have a concrete suggestion? Yes. There are even issue templates to guide you through writing an issue …
-
comment
Comment #33326190
Not sure about your second point. Let’s consider an oversimplifying example where population is homogenous in an area/nation. If 50% of the land is unpleasant, then 50% of the popu…
-
comment
Comment #33229038
Imagine the following three enforcement schemes for taking down a post due to reports: * if your post gets reported 10 times, it gets taken down * if your post gets reported (# of …