Viewing profile — scrawl
scrawl
HN member- Joined
- Mon, Oct 18, 2021, 5:30 PM UTC
- HN karma
- 76
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About scrawl
No profile information was provided.
Recent public activity
-
comment
Comment #48830256
[flagged]
-
comment
Comment #47892105
> The false promise of efficiency [...] that is extremely unlikely to mean more time with each patient. Instead, it will mean more patients. nit: that is a real efficiency gain. se…
-
comment
Comment #47796594
just my perspective: i pay $20/month and i hit usage limits regularly. have never experienced performance degradation. in fact i have been very happy with performance lately. my ex…
-
comment
Comment #47680881
Having done a quick search of "control AI dot com", it seems their intent is educate lawmakers & government in order to aid development of a strong regulatory framework around fron…
-
comment
Comment #39045646
what tasks are you thinking? i'm not a gpu expert q is good with bulk operations on compact arrays; these are cache-friendly and the interpreter can utilize cache-level parallelism…
-
comment
Comment #39042092
they mean CPU instruction cache
-
comment
Comment #39042016
q/kdb+ is used in finance (banking + funds) for heavy numerical computation every day. high-volume realtime data straight from markets, and petabyte/trillion-row historical DBs. it…
-
comment
Comment #39034907
backtrace has been supported for some time. the debug facilities are nice https://code.kx.com/q/basics/debug/#stack-frames
-
comment
Comment #38592389
I have a physical copy of Practical Compiler Construction 2nd Ed. and like it a lot. I recommend Nils' books to anyone who may be interested.
-
comment
Comment #36579940
fair enough. i'm not convinced. there are many humans who could study mathematics for a lifetime and not be able to comprehend the current best knowledge we possess. i'm one of the…
-
comment
Comment #36579736
>smart enough to explain us any idea Are dogs, or pigs, or whales, part of the intelligence club? They are clearly intelligent beings with problem-solving skills. We won't be teach…
-
comment
Comment #36074925
> sure that all of modern software could easily be 2-3 orders of magnitude smaller niklaus wirth thought similarly... in 1995![0] i enjoy implementing array langs (k primarily) so …
-
comment
Comment #36069625
really interesting write-up. thanks for sharing! do you think there are any lessons that can be applied to a "normal" interpreter/compiler written in standard C? i'm always interes…
-
comment
Comment #35903390
not OP. but he did say "nearly everyone". long lists of side effects are common even for the most benign and common drugs. that's standard. for example i could say that the common …
-
comment
Comment #35801136
> The question about if an AI is "alive" seems entirely irrelevent outside of a philosophy class it's entirely relevant. we should know if we are building conscious beings, especia…
-
comment
Comment #35786220
do you disagree the present moment is an important inflection point for AI research? what point in the last few decades do you think was more important?
-
comment
Comment #35429942
check out oK[0] by John Earnest, who is the author of the content of this post. it has a well-written manual and is a great jumping off point. the source is written in ~1000 lines …
-
comment
Comment #35396056
i love k. it's a much smaller and regular language than APL and some of its derivatives. you can look at John Earnest's oK. it's fantastically documented and a great learning resou…
-
comment
Comment #35395945
i don't think it's stupid. i also find k more readable. 2 reasons why: - k has much fewer primitives. it's easier to remember a smaller set of operations. - k is statically parsabl…
-
comment
Comment #35368035
for scientific output you can look to MIRI. that is eliezer's contribution. the other response has listed some papers. it's worth mentioning that he has said that he believes MIRI …
-
comment
Comment #35367733
if you had a major concern that you felt many people a) weren't aware of, or b) were aware of but not treating seriously, and you had the resources to voice your concerns in a majo…
-
comment
Comment #35367693
"he's gonna milk it to every drop" is such an odd take. eliezer has long been concerned about AI and the risks it poses to humanity. and for just as long people have called him cra…
-
comment
Comment #34763397
i learned something. thanks for responding.
-
comment
Comment #34726357
why does 1. source split among numerous files, and 2. partial bootstrapping affect embeddability? i'm asking in earnest. i thought to embed we (typically) just need a shared lib an…