Viewing profile — torial
torial
HN member- Joined
- Wed, Apr 29, 2009, 12:43 AM UTC
- HN karma
- 342
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About torial
No profile information was provided.
Recent public activity
-
comment
Comment #45096781
In a similar voxel system, for Roblox there is: https://web.roblox.com/games/4597506405/Gravity-Controller , my youngest son made a game based on it: https://www.robloxgo.com/game/…
-
comment
Comment #44595520
This ^ I had seen an article discussing this many years ago, and it seemed as the most plausible of the explanations.
-
comment
Comment #44595472
Git. Having lived through many cycles of version control systems (VSS, SVN, TFS, Hg), this one has gone on long enough to be replaced with something more intuitive. I think a lot o…
-
comment
Comment #44439767
Yeah, one of the problems is that many states have onerous ballot access laws. Even established 3rd parties often have to regain ballot access and jump through hoops the larger 2 d…
-
comment
Comment #44260560
There used to be a common practice of scientists writing summaries of their research for lay people. I think they viewed it as their civic duty. I had a collection called the World…
-
comment
Comment #43788691
Some researchers were testing various Legal AI models and one of their questions was about why a Supreme Court justice who dissented in the case (the justice in this case assented)…
-
comment
Comment #43647882
RingConn Gen 2 has built-in Apnea monitoring -- so far I am loving it. It provides a picture of my sleep apnea when I'm not using the CPAP (because the CPAP can be uncomfortable af…
-
comment
Comment #43558723
There might be a physiological aspect (not just psychological aspect) that you might be able to mitigate. - Make sure you are getting enough vitamin D (I would recommend a Vitamin …
-
comment
Comment #43188007
There was a YC CEO that in a podcast basically asserted that innovation was pretty much done by people less than 30 years of age. I had been gearing to apply to that company until …
-
comment
Comment #39584496
If you are looking at the .Net ecosystem, I can't recommend this book enough. The chapter on Garbage Collection itself was worth the price of the book to me: https://www.writinghig…
-
comment
Comment #38131840
Shadow Stats has a chart showing the differences between both 80s and 90s methodologies and current: https://www.shadowstats.com/alternate_data/inflation-charts
-
comment
Comment #38090898
This link has some good details on it - https://my.clevelandclinic.org/health/symptoms/23154-neurodi... It is a term describing people with mental differences: ASD, ADHD, Dyslexia,…
-
comment
Comment #38089581
100% agree with this. Also, with the right community, it is possible to have plenty of "socialization" with other kids. My family participates in a parent-led co-op that allows kid…
-
comment
Comment #36427898
Agreed... also anecdotal, I have a autoimmune condition (psoriasis which includes on my face) that taking more Vitamin D helps with (so long as stress doesn't increase). I started …
-
comment
Comment #36252029
Hey, I've got a friend who is looking, but for a different role than devs and designers. Otherwise, he'd love to use the tool. Any chance for adding more roles?
-
comment
Comment #35966840
I would encourage you to look into attachment theory -- it'll have some good advice for dealing with the childhood influences on your current relationships and how to overcome them…
-
comment
Comment #35966810
I think it is important to understand each kid is different, that they have different things they respond to, different dreams, different strengths. I try to engage my kids around …
-
comment
Comment #35735290
That isn't the only definition. For example Cambridge's definition of censorship ( https://dictionary.cambridge.org/us/dictionary/english/censo... ) "the action of preventing part …
-
comment
Comment #35309769
As a person who has put a lot of heart and creativity into cover letters for select companies I was very interested in and received form letters declining my candidacy -- I think t…
-
comment
Comment #35015488
you might want to check on your Vitamin D receptivity. For example, I took a DNA test, and it indicated my Vitamin D receptors weren't as efficient as normal so I should take highe…
-
comment
Comment #34916984
Hopefully there is more going on than the article says (hoping this article like any other isn't good at the scientific details). DSM criteria for autism - requires 3 specific soci…
-
comment
Comment #34461616
I have seen it. The person was a new hire, and while he's a solid developer, from a maintenance / debugging / support perspective I haven't encountered his equal -- he solved a com…
-
comment
Comment #34374120
Just in case carry failed, I gave that a whirl, and it worked as well.
-
comment
Comment #34237921
There was a now-defunct python-like language built on .Net called Cobra that had class invariants and other contract functionality. It generally speaking had a lot of ideas focused…
-
comment
Comment #34175730
Over the years, working on performance on .Net applications, I've found among the best ways to improve a .Net application performance is to reduce the GC collection pressure. This …