Hacker Newsnew | past | comments | ask | show | jobs | submit | dragon96's commentslogin

One of the values of doing your own research is it forces you to speak the "language" of what you're trying to do.

It's like the struggle that we've all had when learning our first programming language. If we weren't forced to wrestle with compilation errors, our brains wouldn't have adapted to the mindset that the computer will do whatever you tell it to do and only that.

There's a place for LLMs in learning, and I feel like it satisfies the same niche as pre-synthesized Medium tutorials. It's no replacement for reading documentation or finding answers for yourself though.


This seems like a difference between learning styles. You seem to champion learning by reading. I’d argue using an LLM to build a toy or tool and learning that way is just as valid.


Plus, in-game clocks didn't exist until Remastered came out


Inconvenient truths about the big bad wolf disaster of 2027


I keep comments committed in a separate branch.

The lack of syncing doesn't bother me, because the purpose of taking notes always falls into one of these categories:

1. I read the code to get an idea of how something works. The code is there to make examples/variable names concrete, but I don't need to know the exact implementation.

If the notes need to sit in the code, usually that's because the answer spans multiple methods (eg "what does an e2e request look like?"). A set of comments on outdated code is always good enough for me.

Otherwise, a lot of times the answer can be summarized in one line (eg "where is the state tracked?" -> in FooBarClass). These can go into personal notes.

2. I need to know the implementation and it is complex and hard to follow.

If I need to know the implementation, either it is because I'm actively working on it, or I need to make [complex idea] more concrete in my head.

If it's the former, usually I'll have memorized it by the time I read through it.

If it's the latter, by the end of it I'll have gotten the main idea and it's fine to forget the implantation details.


Next up: Numbers every math person should know


Genuine question: does anyone here actually want to query their database with natural language?


It's really helpful with MongoDB Query Language (also MQL). Document models without a rigid schema and a less intuitive API are where this stuff comes in real handy. MongoDB's GUI Compass already shipped a feature to generate queries and aggregation pipelines from natural language.


The people that hire data analysts do.


Is this to be trusted with things that have to be accurate such as a subpoena ?

Besides, I feel like a data analyst should be able to know what questions to ask, not just how to translate business requests to sql.


If you have to be accurate, "natural language" is not going to be the way to do it.


Someone made a puzzle about 404 pages once:

https://2020.teammatehunt.com/puzzles/puzzle-not-found

For those who aren't sure how to get started (ROT13): Svaq gur sbhe bu sbhe cntr svefg


> What’s deeply frustrating is that for more than a decade Sal Khan similarly said that the videos on his “Khan Academy” would revolutionize education, and they utterly failed to do so.

How does one determine whether an edtech startup like KA has succeeded or failed? As someone who has found KA useful at times, I don't understand where the author is coming from


It's a glorified youtube channel. Not a technology. That's most of the crux. It worked because Khan was early and made good content


The math exercises and lessons for kids has been very helpful preparing my young ones for common-core bullshit.


There is quite a bit more than a youtube channel. They have student tracking and tools for parents and teachers.


I recently heard someone say their favorite cure to writer's block is to read more and do research.

I found something profound about that. Writing is hard when you don't have anything to write about, and maybe there's something analogous to be said for goal setting.


As a fellow overthinker who also struggles to articulate my goals, I find it easier to think about incremental improvements than overarching goals.

For example, I want to become a better systems programmer, but I'm not really sure what to do with that desire. Goals are hard. But when I see C++ code, I know that I tremble at the sight of syntax I'm not familiar with, and that uncertainty is much easier to act on. I still won't "know" C++ in its entirety after an afternoon Googling session, but I definitely made some progress


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: