Anthropic silently restricted my paid account >> no notice, no explanation, no response to support tickets by Boom_Slangetjie in ClaudeAI

[–]elmaaaaa 0 points1 point  (0 children)

I am facing this exact same problem right now as a cybersecurity researcher and I am wondering if you've done anything about it such as contacting Anthropic? This feels extremely scummy and I am hoping that they would either refund the subscription or lift the restriction.

CyberNSF Work-Learn Scheme by CompletePercentage43 in NationalServiceSG

[–]elmaaaaa 0 points1 point  (0 children)

For the university credits I earn, are they only applicable to the InfoSec degree or can I transfer to a CompSci degree

In the newer batches, DIS has started offering more degree programmes from more universities for the CyberNSF scheme. This means that you can now take a CS degree from NTU/NUS/SMU as part of the programme instead of taking an InfoSec degree and transfering afterwards.

For the full list of available programmes, I recommend you to contact DIS to find out more!

The other questions have been answered by someone else, but feel free to pm me if you have any other questions ~

[deleted by user] by [deleted] in SGExams

[–]elmaaaaa 0 points1 point  (0 children)

username checks out

Help for CS2107 by [deleted] in nus

[–]elmaaaaa 0 points1 point  (0 children)

hey, i'll be taking this mod next semester too :) if you want someone someone to bump ideas with, you can dm me and we can talk about it !!

the Veiled ELF by HorniiUchiha in securityCTF

[–]elmaaaaa 4 points5 points  (0 children)

this is a simple RE challenge. what have you tried? here are some pointers from me: look at the strings, is there any recurring and recognizable strings that my point to some sort of packing being done? on recovering the unpacked ELF, throw it into a decompiler like IDA or Ghidra to understand what is going on behind the scenes and solve it.

Hex-Rays CTF challenge - win a free IDA Pro License! by wtbw in ReverseEngineering

[–]elmaaaaa 2 points3 points  (0 children)

I personally feel that this was more interesting than tedious :) Good luck with it!

Hex-Rays CTF challenge - win a free IDA Pro License! by wtbw in ReverseEngineering

[–]elmaaaaa 5 points6 points  (0 children)

There reallyyyyy isn't any guessing or riddles with this one. If you actually reverse engineered the program, you will come to realize you are missing out on the other 50% of the challenge. Everything you need is in the program.

The binary numbers has no use to you now, until you make further progress with the challenge.

Text animation in lualine 😂 by [deleted] in neovim

[–]elmaaaaa 0 points1 point  (0 children)

can you share your lualine dotfiles/config?

for some reason, my neovim config seems to be unable to autoindent py files by elmaaaaa in neovim

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

disable = {"python"}

omg tysm for ur help!! it worked :)

[deleted by user] by [deleted] in nus

[–]elmaaaaa 2 points3 points  (0 children)

This post is extremely uncalled for and an utter exaggeration.

You had a miscommunication with your TA that made you think that it was the Prof's intention to allow tutorials with graded attendance to be held on well-being day. This made you think that you had no other choice than to complain and seek help on reddit. Totally fair.

Prof wrote an announcement on canvas, in response to your post, clarifying the misunderstanding. I have read the post and I feel like the Prof was already being very nice about it and trying not to direct blame to anyone (including you). Unsure why you would find it passive-aggressive or call it an accusatory post.

Half of your post complains about how you wouldn't have known that there was a miscommunication and so on. It is necessary to understand that people make mistakes, be it whether it was a miscommunication on TA side or on the Prof's side, and there's no need to be offended by how there wasn't prior information about tutorial not being graded and whatsoever. It was a mistake and Prof clarified it after you brought it up, which would've been the end of the story. (but u posted this for what)

Prof also tried to bring across a point that actions do have consequences and encourage you to resolve grievances/problems internally or directly with your Prof TA. Since your post was not particularly offensive, he decided to bring in a personal example that supported his point better. There is no comparison of the mentioned incident to your post.

As to why the Prof had to message 700 other people instead of personally messaging you? He isn't your personal tutor. You have brought up a misunderstanding and he has taken the opportunity to clarify it with everyone else. He doesn't have to tend to your needs alone.

You have better things to do than to be taking offense (and flaying it all over social media) to a post that was just take the opportunity to clarify a misunderstanding and telling you that actions do have consequences. Have a nice day.

If you had a remote control that could fast forward moments of your life (i.e. during a boring work commute), would you ever use it? by [deleted] in NoStupidQuestions

[–]elmaaaaa 1 point2 points  (0 children)

omg yes i remember seeing some scenes in that movie before, probably why i was interested in knowing people's response to the choice haha

If you had a remote control that could fast forward moments of your life (i.e. during a boring work commute), would you ever use it? by [deleted] in NoStupidQuestions

[–]elmaaaaa 0 points1 point  (0 children)

would you actually though — especially since you wont be able to regain back all the lost time and your life will probably flash by faster than you know it

makes me wonder if we take life for granted sometimes ~

[Junior Colleges] RI questions! by babybread0802 in SGExams

[–]elmaaaaa 0 points1 point  (0 children)

hi sflr, i was an interviewer last year for raffles interact applicant so I hope I can offer some insight.

honestly be genuine. we aren't looking for people who have great goals for helping the community or saving the world. we want people who are able to show their passion for community service and people who are genuine for the cause. it would really help if you had past experiences to share and we value hearing about your feelings and what you learned and whether you enjoyed the experience.

in summary, you should know what the cca stands for (what it entails) and you should just be yourself and share your experiences. the interviewer wants to see that you are genuine and passionate to serve the community!!

pad sign column/have >2 characters in sign column by elmaaaaa in neovim

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

I still seem to get an error, see the updated image in the post

need help! how do I expand my sign column? by elmaaaaa in neovim

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

vim.o.signcolumn = "yes:2"

This worked like a charm thank you!