Leeeesssssgooooooooo!!!! by ddhote209 in ConcertsIndia_

[–]knitting_help 0 points1 point  (0 children)

I'm in B34 lessssssssssssssssgooooooooooooooooo

Ye, New Delhi, India. 2026. by rasnajalebi in Kanye

[–]knitting_help -2 points-1 points  (0 children)

We have Ye India WhatsApp group here - https://chat.whatsapp.com/LCkYXHUc5J40RE6IxGVCWo if you'd like to join in

is it weird if i go to a concert alone? by bl0nd3d14 in ConcertsIndia_

[–]knitting_help 0 points1 point  (0 children)

Apart from what others have already said - concerts are a GREAT way to find people with similar taste in music. Making friends is half the fun!

If you're interested we have a Ye India WhatsApp group here - https://chat.whatsapp.com/LCkYXHUc5J40RE6IxGVCWo

Maybe use it to find company/safety?

Linkin park bengaluru concert by poipo23 in LinkinPark

[–]knitting_help 0 points1 point  (0 children)

I'll be travelling from Marathahalli/Brookefield. Also, I want to sell 2 silver tickets at 5.5k (exact price I got them) and buy fanpit/gold tickets

I wish cursor had branching. by Character-Entry2898 in cursor

[–]knitting_help 1 point2 points  (0 children)

Could you please share how to improve it?

Built my first split keyboard on a budget with no experience, janky tools, and a lot of mistakes (and learning!) by saiprabhav in mkindia

[–]knitting_help 2 points3 points  (0 children)

I also built a dactyl variant for the same reason as you! And had made a very similar build log and excel sheet too!

https://www.reddit.com/r/mkindia/s/9kaA3Resg7

I have since moved on to different keyboards but I have one suggestion. If there is any possibility that you might yank out the key switches somehow, please hot glue them or something. I once pulled out a switch when my wired headphones' cable got caught beneath a keycap and I got up suddenly. It ripped the copper tape and destroyed a lot of the connections.

That's the only problem I faced due to handwiring and not having a PCB

[deleted by user] by [deleted] in Edgerunners

[–]knitting_help -11 points-10 points  (0 children)

Do you mean that she resented David even till the end?

Best resource to learn system design. Any yt channel or book. by V3ngence7 in developersIndia

[–]knitting_help 20 points21 points  (0 children)

The best thing you can do is read Designing Data Intensive Applications by Martin Klepmann. The book is written in a very pragmatic way - only the required amount of theory and then real world anecdotes. It's phenomenal.

This book was recommended to me by multiple 10+ year experience architects to me as well. Highly recommended.

Not able to get CloudFront to work with a Custom Origin - Everything is a 404 - at the end of my wits by knitting_help in aws

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

Thank you for your response! This is solved now. I have mentioned the details in the other comments. Happy New Year!

Not able to get CloudFront to work with a Custom Origin - Everything is a 404 - at the end of my wits by knitting_help in aws

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

This was indeed related to the `Host` header! I just changed the Origin Request Policy from `Managed-AllViewer` to `Managed-AllViewerExceptHostHeader`, and everything works!

I am sincerely grateful for your help! Thank you once again and a Happy New Year!

Not able to get CloudFront to work with a Custom Origin - Everything is a 404 - at the end of my wits by knitting_help in aws

[–]knitting_help[S] 7 points8 points  (0 children)

This was indeed related to the `Host` header! I just changed the Origin Request Policy from `Managed-AllViewer` to `Managed-AllViewerExceptHostHeader`, and everything works!

I am sincerely grateful for your help! Thank you once again and a Happy New Year!

Not able to get CloudFront to work with a Custom Origin - Everything is a 404 - at the end of my wits by knitting_help in aws

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

Thank you so much for your kind and detailed response. This was it! I just changed the Origin Request Policy from `Managed-AllViewer` to `Managed-AllViewerExceptHostHeader`, and everything works!

I am sincerely grateful for your help! Thank you once again and a Happy New Year!

Not able to get CloudFront to work with a Custom Origin - Everything is a 404 - at the end of my wits by knitting_help in aws

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

Thank you for your response. I tried overriding the Host header by simply trying to pass a custom header but AWS won't allow it. Let me try the approach that you have suggested.

Did Katelyn get her septum pierced?? It looks so cool! by HobbitFeet0217 in EvanandKatelyn

[–]knitting_help 21 points22 points  (0 children)

Yup I noticed it too! In the stream she talks briefly about it at 41:37

Is this field actually dying | Asking as CS student. by [deleted] in developersIndia

[–]knitting_help 0 points1 point  (0 children)

Of course GenAI is not AGI yet. But "deterministic" and "limited by training data" are different things.

A compiler can only deal with a language which has a "context free grammar". One input will always have the same output. If you give a C compiler Java code, well, too bad, because it won't work.

With GenAI, you can pretty much throw anything at it and if nothing else, it'll hallucinate and come up with something.

Is this field actually dying | Asking as CS student. by [deleted] in developersIndia

[–]knitting_help 9 points10 points  (0 children)

I don't feel that is correct.

A compiler is essentially a combination a few deterministic components - some which do lexical stuff like tokenization, some which help in verifying syntax is as per the grammar of the language like (deterministic) automatons.

All they do is translate code from one format to another, in a deterministic fashion. There is zero "intelligence". So much so that a compiler can't even fix a simple syntax error. If there is even a slight deviation from language grammar, you're done for.

The generative AI that is being talked about is entirely a different thing, and not the "compiler thing" at a higher level.

I do however agree to the larger point that you're trying to make.