The Chill Coding Lounge
前往频道在 Telegram
Welcome to the Coding Lounge, chill and relax as we talk about programming, memes, and the pain of errors.
显示更多878
订阅者
+824 小时
+387 天
+5630 天
帖子存档
Repost from AM Kaweesi
AfuChat is now Open Source!
Contributors can explore the code, submit improvements, and help build new features. Production remains fully protected and secrets are safe.
Check it out here: https://github.com/amkaweesi/afuchatv1
So Go returns slice element + 1 when it can't find a specific element using the sort package? Is there a reason it was implemented like this and not return a -1 like JavaScript/TypeScript?
numbers := []int{45, 20, 42, 90, 39, 10, 20, 28}
sort.Ints(numbers) //sorts package alters original slice
fmt.Println(numbers)
int_index := sort.SearchInts(numbers, 90)
fmt.Println(int_index) // returns 7 (after sort)
int_index_no_existo = sort.SearchInts(numbers,100)
fmt.Println(int_index) // returns 8 (There aren't 8 elements, so it doesn't exist)Weirdest interaction gang, buckle up
> Going to use the bathroom to wash my hands at this one restaurant
> Need a key to open the bathroom
> wtf.html
> Go get the key
> As I went to go back, a woman was passing by and I let her go through first before I went to the bathroom
> gentleman_lookin_aah.exe
> As I open the door, the same woman comes back to open the female bathroom
> She turns a looks at me and says
> ቁመትህ በጣም ያምራል
> ayo.wav
> I stare at her and say thank you and she repeats the same thing
> huh.wav
> I get into the bathroom, wash my hands, lock the door and give the key back
Bros... What? Genuinely got me bugging out 😭
Repost from Mr. SeeFun.Dev
When you start getting good at coding, you realize you can build pretty much whatever you want. There’s no "hard" project it’s just that some things take longer to build than others.
@sifendev
+2
And with that Chillaton 1 comes to an end. I do have a few things I want to say (and hope you can take your time to read 😁)
For starters, thank you to @Jonazz22, @DEVLUTO, @Sha_lom for participating in the first ever Chillaton. Means a lot you dedicated your time and as such deserve all the recognition coming your way. Amazing builds, and honestly each and every single one had me wowed. I can see the creativity and energy put into it, and I can only hope I can have such creativity soon!
Second, for all the new subscribers who came here, thank you so much! I honestly don't deserve your subscriptions, and rather I think the contenders should get the influx of subs instead. Nonetheless I am grateful for your support and votes, I didn't think it would be this big. Thank you so much!🙏🏾 🫡
On that note, thank you for participating and making this a successful start to what I hope to be a monthly thing (hopefully)😁
TL;DR: Thank you everyone for everything and amazing effort from the contenders🙏🏾
Save me🙏🏾
Also why the heck isn't GitHub not counting my pushes to private repos even if I have set it to be visible publicly 💀
Good morning, it's a Thursday gang! Get your money up not your funny up ya feel me🫡😂
And Merry (western) Christmas yall
The poll will end tomorrow, and just to clarify the prizes:
1st place: 2K birr
2nd place: 1K birr
3rd place: Weekly Unlimited Data
Let's see who wins by tomorrow afternoon 🫡
Went to the dentist and got my cracked tooth fixed, which by proxy also damaged the tooth next to it, which also had to get fix.
I will never financially recover from this ✌️🏾
Whoooaaa 300 votes???? Damn thank you guys for showing you appreciation to these devs 🙏🏽🙏🏽
They are keeping my santa video hostage, GPT you're breaking my spirit, it's been over a day. You said it'd take a couple of mintues😭
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
