Viewing profile — sciolizer
sciolizer
HN member- Joined
- Sat, Sep 01, 2007, 1:15 AM UTC
- HN karma
- 118
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About sciolizer
No profile information was provided.
Recent public activity
-
comment
Comment #48329085
You can't use a worktree without write access to the shared object database. You can use worktrees, or you can containerize your agents, but you can't do both.
-
comment
Comment #48329044
> hardlinks the index I think you mean hardlinks the object database? The index (staging area) changes constantly. Not much point in hardlinking it. Hardlinking the object database…
-
comment
Comment #47005917
His Sarah Paine episodes have way more listeners than his normal fare. I doubt that's the whole story, but that's surely part of it.
-
comment
Comment #45441214
`man perl` and `man perlintro` are the easiest way to get started. Not sure about Raku.
-
comment
Comment #44203744
Reminds me of [puzzlescript][1]. [1]: https://www.puzzlescript.net/editor.html
-
comment
Comment #41286929
Good question. Technically, ToOwned counts: pub trait ToOwned { type Owned: Borrow ; fn clone_into(&self, target: &mut Self::Owned) { ... } } Here the `Owned` is technically an inp…
-
comment
Comment #41284780
To clarify things a bit further, I find it helpful to think of traits as open compile-time functions that input types (including Self) and output both types and functions. pub trai…
-
comment
Comment #39267361
Do you decelerate in both axes?
-
comment
Comment #30807788
Why do you need runtime codegen? What exactly needs to be "instantiated"? Ultimately the runtime representation of a type parameter comes down to sizes and offsets. Why not have th…
-
comment
Comment #30352518
> Large proportions of the supposedly human-produced content on the internet are actually generated by artificial intelligence networks in conjunction with paid secret media influe…
-
comment
Comment #29786664
Depends on what you mean by "decline". But if you're talking about stock price, then the current Shiller PE Ratios are: Amazon = 238.08 Netflix = 219.32 Google = 73.95 Facebook = 6…
-
comment
Comment #28676056
Answer to #1: In the google search results, click the three vertical dots above the link and to the right of the domain. If using mobile, you'll need to switch to desktop mode to s…
-
comment
Comment #22990377
Yudkowsky's explanation[1] is the first one that worked for me. I later found Quantum mysteries for anyone[2] helpful. The latter has less soap-boxing. 1: https://www.lesswrong.com…
-
comment
Comment #22144662
I have to disagree strongly with point 2. IDEs are much better at the read path than simple text editors are. Critical to reading code quickly is being able to navigate it quickly,…
-
comment
Comment #16516101
If I wanted to gain a more intuitive appreciation of the patterns described in the presentation by learning a language, which is the best place to start: APL, J, K, or something el…
-
comment
Comment #14534822
The Boston Morning Post theory is well supported, but so are a few other alternative theories. https://en.wikipedia.org/wiki/OK#Proposed_etymologies
- story
-
comment
Comment #10287945
Perhaps a better analogy would be, do you believe that matter exists beyond the observable universe? Because of the expansion of the universe, it is theoretically possible for me t…
-
comment
Comment #10270340
Do you believe god exists and has a psychology? I'm trying to understand if you have trouble believing because you don't think god would create such a universe, or if you have trou…
-
comment
Comment #10270319
Not a physicist either, but I think "local realism" is a conjunction of "local" and "realism". Bell inequality experiments show that "local realism" is false, and so we have to rej…
-
comment
Comment #8850460
Is it too much of a simplification to say that this paper is basically advocating object-oriented design, before that term was coined? My summary: The paper compares two different …
-
comment
Comment #7178608
Here's a suggestion: design the SDK such that calling a method returns you everything you need to construct the REST call yourself: the verb, the url, the query params, the form pa…
-
comment
Comment #4278297
2, 3, and 4 weren't problems back then
-
comment
Comment #3872253
I found a bug. A*, Chebyshev, Allow Diagonal: WWWWWW GWR WWWWW Optimal path should go underneath, but the simulator chooses to go over.
-
comment
Comment #3689046
It's a trade off. There's a lot more money in the first-world. But there's a lot more users in the third-world. That's why the third-world is called the majority-world.