Viewing profile — fathrowaway12
fathrowaway12
HN member- Joined
- Thu, Aug 11, 2022, 12:54 AM UTC
- HN karma
- 75
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About fathrowaway12
No profile information was provided.
Recent public activity
-
comment
Comment #33858070
It's very good at iterating from a description to working code. You still need to know what you're doing, but it can handle a lot of details. prompt: How would you design a distrib…
-
comment
Comment #33857925
It is not just regurgitating. It is synthesizing . You can ask it to update its answers. You can ask it to evaluate possible solutions, then write the code for one of the solutions…
-
comment
Comment #33857848
Same as you would with your own code. You review it, ask GPT to write tests, and then tweak it. The difference is that now, you are more of a code reviewer and editor. You don't ha…
-
comment
Comment #33852177
Indeed. It's ability to consider different situations and craft context-aware answers is quite incredible. Some prompts that yielded interesting results; - Assume I am a time trave…
-
comment
Comment #33852015
prompt: show an example of the results for the query "Seattle ferry" 1. Washington State Ferries - Official Site https://www.wsdot.wa.gov/Ferries 2. Seattle Ferries | Visit Seattle…
-
comment
Comment #33851911
Here's a few: - Implement a simple ray tracer in C++ using opengl. Provide compilation instructions for macos. - Create a two layer fully connected neural network with a softmax ac…
-
comment
Comment #33851460
It really is amazing. Things it did in less than 10 seconds from hitting enter: - opengl raytracer with compilation instructions for macos - tictactoe in 3D - bitorrent peer handsh…
-
comment
Comment #33850773
chatgpt solved a little accounting data problem for me. A relative wants to automatically classify credit card expenses and import them into quickbooks. Should be super easy, you w…
-
comment
Comment #33850038
You'll still need engineers. But how many? Before: a few really knowledgeable/good ones and a lot of OK ones A few years from now: a few really good ones What does this mean for th…
-
comment
Comment #32975458
Seems like there's plenty, but a lot of em' are already gainfully employed by Google, MSFT, FB and co.
-
comment
Comment #32908920
It's not _that_ complicated these days. structs, classes strings, vectors, hash maps, unique_ptr, references, non-owning pointers where it makes sense, basic templates. Boom. You a…
-
comment
Comment #32802193
Up (series) which follows the lives of 14 British people from different backgrounds over 50 years. https://en.wikipedia.org/wiki/Up_(film_series)
-
comment
Comment #32705603
They interview people from everywhere. Literally everywhere. They basically have tapped the whole market worth of talent. You might not get an interview at any given company in a p…
-
comment
Comment #32420660
In addition to a surplus of great people, they have lots of mediocre people too, just like everywhere else. There may have been a time where this wasn't true, but now anyone who pa…
-
comment
Comment #32420371
I have been working for about 4.5 years now across 3 big tech companies (Google included). I would consider myself a hardworking and ambitious person who loves computer science. I …