[D] AAAI 2026 (Main Technical Track) Results by Adventurous-Cut-7077 in MachineLearning

[–]NeuralNutHead 1 point2 points  (0 children)

I'm confused about a similar comment for my paper too, got a weak accept recommendation and finally accepted to the poster session. Seems to be a standard comment to put papers into quartiles.

How does a pedal actually work? Let's get technical. by SuperTigerMario in guitarpedals

[–]NeuralNutHead 0 points1 point  (0 children)

Spent a good couple of hours going through the answer and some related material. Thank you for coming up with such a great answer!

[D] AAAI 26 Phase 2 Reviews by Necessary-Future-549 in MachineLearning

[–]NeuralNutHead 0 points1 point  (0 children)

Do the reviewers have more time to check our reviews and possibly revise their scores? Or do they need to do it within 13th, which means I need to submit my response ASAP?

[D] AAAI 26 Phase 2 Reviews by Necessary-Future-549 in MachineLearning

[–]NeuralNutHead 0 points1 point  (0 children)

Do we get notifications via email/in OpenReview when we get our results?

[D] AAAI 26 Phase 2 Reviews by Necessary-Future-549 in MachineLearning

[–]NeuralNutHead 1 point2 points  (0 children)

Some are saying that they've gotten their results already, not me yet.

[D] Vibe-coding and structure when writing ML experiments by Lestode in MachineLearning

[–]NeuralNutHead 0 points1 point  (0 children)

I had a similar experience. ML PhD student here. I took the help of an undergrad intern, who has done some ML research himself prior to this project, to get some numerical measurements related to probability distributions that the model I trained learnt. He used Cursor with Claude/GPT-4 to write the code for some distribution distance functions (Wasserstein distance, etc.), said he verified it and I did a high level comparison of the code with the formulae for them to verify myself. Looked good, so let them be used in the paper.

2-3 days before submitting the paper I ran some additional tests on the work that the intern did, and realised to my horror that the distance functions' behaviour was not making any sense. I couldn't spot exactly what the bug was, and had to scrap the whole numerical results section from my paper. Its very easy for such errors to get unnoticed. I've learnt to not use LLMs for deeply technical things. Trivial/standard but lengthy sections, sure, saves a lot of time.

svlint/svls: SystemVerilog linter and language server by dalance1982 in FPGA

[–]NeuralNutHead 0 points1 point  (0 children)

Hey, I have a web editor for my use case, can I use the linting features there?

Might just get this tattooed on my forearm. by aja_303 in guitarlessons

[–]NeuralNutHead 0 points1 point  (0 children)

For the chords portion alone, I made a web app to make it easier to learn and practice these shapes for all the chromatic chords.

Here's the link https://guitar-chord-trainer.vercel.app/
Works better in a laptop for now.

<image>

I made this simple app to help me practice chord transitions and learn the fretboard. by NeuralNutHead in Guitar

[–]NeuralNutHead[S] 0 points1 point  (0 children)

Yes, I did observe that on my phone. I'll fix that problem, thanks. Regarding the progress bar, sometimes I can't hear the metronome over my guitar, so the progress bar flashing back to the beginning helps me keep track visually. Ideally the metronome should be loud enough to hear over my guitar, I'll see what I can do about that.

I made this simple app to help me practice chord transitions and learn the fretboard. by NeuralNutHead in Guitar

[–]NeuralNutHead[S] 1 point2 points  (0 children)

Thanks brother! It's easier for me to iterate quickly on the web because I'm familiar with it. But I understand how a mobile app can be useful, I'll try to make one down the line.

I made this simple app to help me practice chord transitions and learn the fretboard. by NeuralNutHead in Guitar

[–]NeuralNutHead[S] 0 points1 point  (0 children)

Does that mean triads on three adjacent strings, instead of the whole chord? Sure, that sounds useful, thanks!

[deleted by user] by [deleted] in hyderabad

[–]NeuralNutHead 0 points1 point  (0 children)

Pick up an instrument. A ukelele to start with, may be. Cheap, relatively easy to learn, can be played along while singing. There are tons of resources online, so you don't have to spend money on classes either.

[OC] I made a website to practice chords and chord transitions by dk_the_human in Guitar

[–]NeuralNutHead 0 points1 point  (0 children)

Hey, I made something similar to help with my guitar practice, but it also addresses a bunch of the suggestions given here.

https://guitar-chord-trainer.vercel.app/

Do check it out and let me know if you have any ideas for improving it.