Viewing profile — tchow
tchow
HN member- Joined
- Sun, Oct 25, 2015, 6:38 AM UTC
- HN karma
- 22
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About tchow
No profile information was provided.
Recent public activity
-
comment
Comment #16545395
How many hundreds? We are apparently at 72 qubits...sounds to me we are a year or two away from what you're saying
-
comment
Comment #16453976
Can you share your experience with sicp? I'm self taught in JavaScript, go, python, ruby and taken Coursera for algorithms and read up on the operating system. Will sicp help me?
-
comment
Comment #15428922
May be wrong but I think it's made to 'solve' centralised identity
-
comment
Comment #15109554
They took a trend of 40 years. You took a trend of 1 week.
-
comment
Comment #14593560
4.0 is a regression imo. The docs say that if you do server side rendering with code splitting then 'God Speed' (their words not mine). I don't see the benefit of switching if v3 a…
- comment
-
comment
Comment #14580598
Adding stuff to a request body in GET is considered an antipattern
-
comment
Comment #14579589
When doing something like `student/1245/courses` there will certainly be a scenario where you want a list of courses on their own as well. If planning ahead, does that warrant desi…
-
comment
Comment #14481816
I don't see any discussion about what this does besides decentralisation. Care to explain how it is securing through decentralisation? Is this some blockchain based solution?
-
comment
Comment #14263590
>The point of zero-knowledge is that an external observer should not be able to be verify the proof, only the parties involved. Had no idea from the story that was the point of a z…
-
comment
Comment #13790291
While action fallback sounds pretty useful, it feels like a framework solution to a language problem. The language just doesn't handle nested if statements very well. Also writing …
-
comment
Comment #13566398
Any suggestions on a cheap cloud compute engine to play with cuda that won't cost me a fortune as I learn? I have macbook pro. Is it better to just buy a nvidia GPU and throw it in…
-
comment
Comment #13129954
He mentioned a lie of: Code should be designed around a model of the world but I didn't hear any reason why not to? The Key/Value pair being the only reason, but besides that being…
-
comment
Comment #11662461
What is a large-ish app? Just for comparison's sake? What makes it large-ish? The number of tables? The number of views? What is the problem that large-ish apps give that Rails sol…
-
comment
Comment #11544029
wow, that microphone array you linked costs USD$750! Are there any cheaper alternatives?
-
comment
Comment #11487950
How do you know to choose 6 hidden layers with 6 neurons each though? Why not 'x' hidden layers with 'j' neurons each? or some other random number? Also how do you know to choose a…
-
comment
Comment #10446197
This is extremely cool. Someone needs to do this for all the languages that are commonly used. Knowing general speeds of various calls for javascript, ruby, elixir, etc. would be g…