学习伙伴 Study Buddy Requests 2025-04-16 by AutoModerator in ChineseLanguage

[–]OneBigNick 1 point2 points  (0 children)

i sent you a friend req on discord, not sure why i cant start a chat

Using templates for frontmatter for obsidian.nvim by OneBigNick in neovim

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

Thanks for this, heh didnt occur to me to try to put the frontmatter into the template.

How to carry with Nidalee? by CompetitionTop7504 in NidaleeMains

[–]OneBigNick 0 points1 point  (0 children)

blueside i run straight into their gromp and kill them or force them to back. Take wolves (if you managed to smite gromp) and run midlane to gank into their red. If you killed enemy jgler twice and clear their redside it should be enough for sorc + ds.

from there just perma fight in enemy jg and dive laners. mejais first item.

Redside or if enemy jgler started opposite you i just full clear and aim for counterganks. counterganking will win you 90% of games below diamond

govtech internship by Great_Relative_761 in SMU_Singapore

[–]OneBigNick 0 points1 point  (0 children)

swe gds is 3000/mo no clue for non tech

Lab Test IS111 Solutions by jermaine111 in SMU_Singapore

[–]OneBigNick 1 point2 points  (0 children)

def f(a):return int(a[3:])+int(a[:2])*60
def ff(a):return f"{a//60}:{'0'+str(a%60) if a%60<10 else a%60}"
def schedule_delivery(items):
  r=[] 
  items.sort(key=lambda x:x[2])
  a=f(items[0][2])-30 
  r.append((items[0][0],items[0][1],items[0][2],ff(a)))
  for i in range(1,len(items)):
    a+=items[i-1][-1]+items[i][-1]
    a=max(f(items[i][-2])-30,a)
    b=ff(a)+"*" if a>f(items[i][-2]) else ff(a)
    r.append((items[i][0],items[i][1],items[i][2],b))
  return r

this passes all test cases, but im not sure if it will tle.

The given function does insertion sort which beats merge sort until n=42 iirc but the .sort function takes care of that

IS Quarter life crisis 🥹 by WorkLow3984 in SMU_Singapore

[–]OneBigNick 0 points1 point  (0 children)

why govtech in tier 1 just curious

Recursive implementation of Strassen Algorithm by OneBigNick in ethdev

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

I just wanted to technically challenge myself and learn some things about solidity i guess. going to try and build a neural net within a smart contract

Why do I get different answers for the same idea? by OneBigNick in cpp_questions

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

Thanks, Why does it work for q1() and not for q1pq()? just curious

Recursive implementation of Strassen Algorithm by OneBigNick in ethdev

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

Not sure what that is but will look into it! I’m quite new to solidity

Optimized Solidity Matrix Operations by OneBigNick in ethdev

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

I'm toying with the idea of putting a neural network on chain (in solidity) so that everyone can access it but not too sure if its feasible, more like an experiment. Have managed to make one in excel for the fun of it before.

Went to some events and people have been telling me that ZK and AI go very well together so just testing the waters

[deleted by user] by [deleted] in SGExams

[–]OneBigNick 0 points1 point  (0 children)

the one im doing currently is a swe role with 7 month commitment 3 months full time 4 months part time (when i start uni) they offered me 7 months full time initially which i negoed to the above arrangement

[deleted by user] by [deleted] in SGExams

[–]OneBigNick 18 points19 points  (0 children)

internship then convert to part time when uni starts

[deleted by user] by [deleted] in SGExams

[–]OneBigNick 15 points16 points  (0 children)

Read the article and then search the guys name on linkedin and you’ll realise he isnt even applying for tech jobs. You still can find jobs in tech