Viewing profile — ebj73
ebj73
HN member- Joined
- Thu, May 17, 2018, 8:05 AM UTC
- HN karma
- 38
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About ebj73
No profile information was provided.
Recent public activity
-
comment
Comment #24913407
I think that'll be the same day as authors are completely obsolete.
-
comment
Comment #24913165
I wouldn't call Excel a no-code tool. A formula is sort of code, in my mind.
- comment
-
comment
Comment #24816771
I'm a bit late to the discussion, but worth mentioning here is that C++ has grown as a language on GitHub for the past 8 years: https://madnight.github.io/githut/#/pull_requests/20…
-
comment
Comment #24745005
An interesting read on writing is Stephen King's "On Writing - A Memoir of The Craft": https://www.goodreads.com/book/show/10569.On_Writing One of the things he mentions in his boo…
-
comment
Comment #24698023
I think maybe it would be better if the application showed any erroneously typed characters, rather than the correct characters in red. Or, if it's possible, to show some sort of v…
-
comment
Comment #23781595
You're probably right, if the main goal is to earn money. Still, it's also like telling Edison that he should quit looking for a commercially feasible design for an electric light …
-
comment
Comment #23317615
I think it's interesting to look at his code. I have not worked on games myself, but I've understood that most big game studios write their own versions of STL containers, in order…
-
comment
Comment #23251783
This must be mentioned somewhere in the Book of Revelation, surely.
-
comment
Comment #23233098
Another possible trick is to focus on time slots, rather than the task itself. When I procrastinate, it's because the task itself appears too big, too complex (or maybe even too bo…
-
comment
Comment #23215825
I think this has changed. People used to be very particular about how their apps looked on different native platforms, like you say. But I don't think it's like that anymore. Peopl…
-
comment
Comment #22902234
He describes stories as 'relics'. Here's a direct quote from the book: “Stories are relics, part of an undiscovered pre-existing world. The writer’s job is to use the tools in his …
-
comment
Comment #22898917
A vaguely, but tangentially related fact, is that Stephen King actually considers the stories in his books as discovered, rather than invented. He talks about it in his book 'On Wr…
-
comment
Comment #22883396
Here's the full original print version too: https://archive.org/details/eu_Wired-1995-07_OCR/page/n145/m... Wired Magazine during the years 1995, 1996 and 1997 had something a bit …
-
comment
Comment #22727728
Link to the code: https://github.com/bjaastad/simple-static-type-registry-cpp/...
-
story
Ask HN: Simple static type registry in C++17
I'm working on a side project where I'm also learning modern C++. As a part of the project I've created a static type registry class that I'm using for associating type names with …
-
comment
Comment #22261436
I have at least one close relative that I believe qualifies as a narcissist. My personal conclusion is that it's sort of a trait that you're born with. I think it relates to a lack…
-
comment
Comment #21643988
It reads a bit like, my brain is so fast that it's becoming a problem for me. A bit sheldonesque. Anyway, when talking to crowds, I think the main thing is to always remember that …
-
comment
Comment #21461605
Maybe it's worth a try, in order to advance science. But, generally, I think that text synthesis ultimately is one of those problems that we really cannot hope to solve before we'v…
-
comment
Comment #21458516
I think it's very far off. You can see how this model drifts off into gibberish after only 3 or 4 words. It does not really understand the topic, even within a sentence, and much l…
-
comment
Comment #21327083
Not really, julien. If Sergey Brin had told you back in 1998 that he planned to start Google, and to start indexing the web out of his garage, it would not have meant anything. Or …
-
comment
Comment #20938280
Actually much more interesting than i thought it would be. Great effort! :)
-
comment
Comment #20902716
Do you know anything about how they're doing this? Is it special content in the http headers of the requests from Google? Or do they explicitly know which IP-addresses Google will …
-
comment
Comment #20843007
Yes, it's important to develop a habit to plan ahead before coding. For anything bigger than small scripts or utilities, you need to do this. On the other hand, there's the eternal…
-
comment
Comment #20615895
A nice idea, but it sounds as if they're not quite able to get the input latency low enough. It needs to be around 3-4ms or less. Here it seems as if it's more in the 10-20ms range…