←back to thread

944 points 6a74 | 1 comments | | HN request time: 0s | source
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 #
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 #
zarathustreal[dead post] ◴[] No.41803799[source]
[flagged]
whimsicalism ◴[] No.41804416{3}[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 #
fl0id ◴[] No.41804545{4}[source]
Yeah good luck with that in systems programming or anything complex. You’re not gonna get far.
replies(1): >>41804735 #
Philpax ◴[] No.41804735{5}[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 #
fl0id ◴[] No.41804952{6}[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 #
1. Philpax ◴[] No.41805003{7}[source]
What can I say, Claude's been good to me for both computer science and Rust :-)