Viewing profile — ctw
ctw
HN member- Joined
- Fri, Mar 10, 2017, 3:06 PM UTC
- HN karma
- 71
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About ctw
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42438415
The concept of Rule Beating from Systems Thinking seems apt. You have some goal so you introduce a rule, but if you choose a bad rule, it ends up making things worse. The solution …
-
comment
Comment #37889651
Yeah, at first I was comparing it with Netflix where you’re paying for content and it seemed like an awful deal because you already get the content without paying. The thing that m…
-
comment
Comment #32018119
I’ve used React, Vue, Knockout, and just plain vanilla JS, and Vue is what I reach for now for personal projects. React is great if it’s already set up but I don’t want to waste an…
-
story
Ask HN: Recommended Books on Physics?
I’m craving a feeling that only physics seems to be able to provide, and I don’t know where to find it again. Bonus points if it touches on the speed of light/causality or interpre…
-
comment
Comment #29978588
Disclaimer: I’m interested in relativity and have been reading about it lately but I’m no authority. > We all move through time at one second per second, don’t we? You need to defi…
-
comment
Comment #28629598
I think we're interpreting that in different ways. I'm assuming you read it as something like "words can't be used to communicate (knowledge)", which you're seeking to disprove by …
-
comment
Comment #28629196
I read the first 100 pages or so of Philisophical Investigations before giving up since I had lost track of the lines of reasoning. Here's what I got out of what I did read though:…
-
comment
Comment #24777037
I’ve come across a similar line of thought while reading about capitalism. When technology improves such that it takes less time to perform work, there are three possible outcomes:…
-
comment
Comment #24021424
I had the opposite experience a few years ago when applying for jobs for after I graduated. I stopped trying to learn about each company and stopped writing cover letters. Instead,…
-
comment
Comment #21694624
One of my side projects is a canvas-based graph editor with vim-like controls: https://troywolters.com/modal-graph-editor/ It’s very basic, missing a lot of features, and likely bu…
-
comment
Comment #21364922
Can you explain why you think it's a scam?
-
comment
Comment #20695815
I'm reading a book called Capital in the Twenty-First Century right now, which is all about this stuff. I'm only about halfway through right now, but here are some points from the …
- story
-
comment
Comment #16797378
. M.. Mm. Mmm
-
comment
Comment #16612593
Which regular, simple UI toolkits do you recommend to a web developer who wants to learn desktop development? Do you also have a recommendation on which resources/approaches to use…
-
comment
Comment #16337575
I use the free tier of Google Cloud Platform's compute engine to run my server. I use Let's Encrypt for HTTPS. My website is totally free.
-
comment
Comment #16222778
The course "Computer Systems Architecture" at Queen's University uses "Computer Organization and Design: The Hardware/Software Interface" by Patterson and Hennessy. It's a 400-leve…
- story
- story
-
comment
Comment #15804175
In my head, CPU's have few cores (1-16) but those cores are very highly optimized and have lots of specialized hardware in them. In comparison, GPU's have many cores (thousands) th…
-
comment
Comment #15686914
This is what I do too. I have a pad of sticky notes on my desk and each morning I write what I want to work on today in order of priority. Then I schedule some time in my calendar …
-
comment
Comment #15643666
> Nonsense; the GPL does not require that one's competitors receive code, but rather one's users. What's stopping an Intel competitor from also being a user? Am I wrong that all it…
-
comment
Comment #15473794
I was hoping someone would say something along these lines. My only experience with assembly has been on very simple educational platforms: nios ii on an Altera DE0 FPGA and a MIPS…
-
comment
Comment #15472610
Very cool. Something I really love about assembly programming is that there's no black magic between me and the hardware. I can know exactly what every bit of every instruction mea…