Viewing profile — Ezku
Ezku
HN member- Joined
- Thu, Dec 16, 2010, 8:32 AM UTC
- HN karma
- 187
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About Ezku
No profile information was provided.
Recent public activity
-
comment
Comment #42783659
An interesting piece featured in the article: “Concept and Location Neurons in the Human Brain Provide the ‘What’ and ‘Where’ in Memory Formation”, Nature Communications 2024 ( htt…
-
comment
Comment #39061961
This book is probably about a very different kind of ”engineering” than what you had in mind, but it’s been highly influential to my thinking: “The Social Construction of Reality: …
-
comment
Comment #38773356
Research citation & abstract, for other PDF-challenged individuals: Braddy, Jon. “Utilizing the Octothorpe (#).” Exchanges: The Interdisciplinary Research Journal, April 2022. http…
-
comment
Comment #37136468
Your point is a very important one. Do we check the interactions of a tentative drug molecule against every single molecular target in the body, and do we track what happens as a r…
-
comment
Comment #35411442
Is it really considered acceptable not to link to the scientific research you are basing your news on? Pubmed link (with abstract); full text is paywalled: > A neuro-metabolic acco…
-
comment
Comment #35082469
From the comments here, I was expecting to find myself hopelessly out of date, and to end up with a migraine trying to parse through a mindnumbing list of changes. Turned out I was…
-
comment
Comment #35017153
Perhaps not many in this audience are dealing with having to mitigate the prospect of dementia. How about something close to the horizon for almost all of us? > Vitamin D deficienc…
-
comment
Comment #35016885
FWIW, I think the article agrees. > vitamin D effects were significantly greater in females versus males and in normal cognition versus mild cognitive impairment. > vitamin D effec…
-
comment
Comment #34939796
Peripheral and central serotonergic systems are both relevant: > Because 5-HT cannot cross the blood-brain barrier, the peripheral 5-HT system is functionally separate from the cen…
-
comment
Comment #33500116
Well spotted! > This is a modification of IBM's Plex font. https://github.com/iaolo/iA-Fonts/tree/master/iA%20Writer%20...
-
comment
Comment #31011956
Great information & a good summary, thank you! If I’m looking to get more in-depth with the known mechanisms of locus coeruleus and episodic memory, would you be able to recommend …
-
comment
Comment #31011905
I do often share this sentiment, even if I’m not in agreement with your tone. But I’m curious — > Specific qualia have a higher cortical resonance, due to overarching reinforcement…
-
comment
Comment #30337813
Oh, this was a new one for me. In case you like narrow but Victor’s not your thing, I can enthusiastically point you towards Iosevka. (That’s also available in Victor’s comparison …
-
comment
Comment #28659351
I’m thinking your reference to composing red functions doesn’t seem congruent with your desire to discuss algebraic effects. Composing arbitrarily many red functions, or blue funct…
-
comment
Comment #28143629
> the compact camera market is dying. > Olympus just sold off their camera division. And someone _bought_ that camera division. With the intent to continue designing, manufacturing…
-
comment
Comment #27904442
The paper explicitly states that it’s about Functional Relational Programming, so that’s verifiably correct. I’m not sure if I can agree, though. > It actually doesnt have much to …
-
comment
Comment #25038889
The author seems to be referencing a project of theirs with a Finnish name, so perhaps my intuition as a native Finnish speaker can help. In Finnish you’d likely pronounce pijul [p…
-
comment
Comment #22819592
My personal take is that io-ts _is_ typescript’s aeson, but if you’re scared of the baggage it comes with then how about giving zod a try? https://github.com/vriad/zod
-
comment
Comment #22811482
I have a hypothesis that this condition and ADHD are related. ADHD researcher Dr Russell Barkley links Vygotsky’s theories of childhood development to the mechanism by which ADHD i…
-
comment
Comment #22566910
Thanks for the reply. So, careful application of mapped types and removing the ability to type a property as `foo: bar | undefined`. I understand this is desirable a lot of times e…
-
comment
Comment #22566871
Very strongly agreeing with this assessment and hoping Colin will come to agree. A zero-argument function is either a constant, or a side-effect. Given we don’t want a side-effect,…
-
comment
Comment #22562495
You mention creating object types with optional keys is cumbersome in io-ts. How is that solved in zod, exactly? What allows you to map `foo: union([bar, undefined])` to `foo?: bar…
-
comment
Comment #21913265
Thanks for pointing that out! I wonder why that is :S
-
comment
Comment #21913180
Appears to have goals similar to https://parceljs.org/ , except parcel is under active maintenance and development whereas the latest release on this one is from a year ago. Am I m…
-
comment
Comment #21559152
Anecdotally, both of these were difficult to get to run at all and offered subpar developer experience on macos. :(