Most active commenters
  • floydnoel(3)

←back to thread

944 points 6a74 | 12 comments | | HN request time: 0.016s | source | bottom
Show context
psanford ◴[] No.41799395[source]
I'm a little sad that this has seemingly taken precedence over all other hardware support. M3 support, dp-alt mode, making the microphone work are all things that I was hoping were going to land in the past year.
replies(6): >>41803603 #>>41803881 #>>41804228 #>>41804279 #>>41805448 #>>41805647 #
1. floydnoel ◴[] No.41803603[source]
I'm aware of no better way to see your desired features land in open source than to build them yourself. That is the power of open source, nobody can stop you!
replies(1): >>41803799 #
2. floydnoel ◴[] No.41804003[source]
i don't hate to be the one to tell you, but skills and context can be learnt. personally, i have found no better way to learn skills than to work on something i care about.
replies(1): >>41804164 #
3. kergonath ◴[] No.41804164{3}[source]
Sure, and it’s the same for quite a lot of people. It does not mean that anyone can do it, for a whole lot of reasons.
replies(1): >>41815925 #
4. kelnos ◴[] No.41804300[source]
Perhaps the people who aren't willing or able to learn those skills shouldn't complain about what the people who do have decided to focus on.
5. whimsicalism ◴[] No.41804416[source]
honestly with chatgpt i don’t think not learning can really be an excuse anymore.

not saying have it write the code, but just recursively asking for explanations and resources can get you up to speed on tons of things

replies(2): >>41804545 #>>41805461 #
6. fl0id ◴[] No.41804545{3}[source]
Yeah good luck with that in systems programming or anything complex. You’re not gonna get far.
replies(1): >>41804735 #
7. Philpax ◴[] No.41804735{4}[source]
I guarantee you'll get much further than you would have previously done in the same amount of time, just by virtue of it being able to point you in the right direction. You don't need perfection when learning, you need a wayfinder, and it can do that just fine.
replies(1): >>41804952 #
8. fl0id ◴[] No.41804952{5}[source]
It won’t point you in the right direction though. At least in my experience. It will only give very superficial answers. And fe just trying to write rust - it will try to explain the error message but most of the time says nothing new and to find out how to fix it you will have to read docs and understand things the old way anyway. At least in my experience
replies(2): >>41805003 #>>41805201 #
9. Philpax ◴[] No.41805003{6}[source]
What can I say, Claude's been good to me for both computer science and Rust :-)
10. whimsicalism ◴[] No.41805201{6}[source]
your experience is not my experience and i have done my share of systems programming
11. porphyra ◴[] No.41805461{3}[source]
I do hope that LLMs learn more from the Asahi Linux team's code and their amazing blog posts, in order to provide better guidance for new systems programmers.
12. floydnoel ◴[] No.41815925{4}[source]
anyone CAN do it