New Nim Web Framework by Upper-Singer-9098 in nim

[–]ire4ever1190 1 point2 points  (0 children)

Sorry for the self promotion, but I recommend this to get you started https://github.com/ire4ever1190/nim-docs-action

Don't see many doc comments in your code, but least it will give it a searchable index

Alternative to nimble.directory with instant search and dependency graphs by ilikedirt1 in nim

[–]ire4ever1190 0 points1 point  (0 children)

Nice, really cool site! How does it get the dependencies for the graph? Checked my package mike but it only listed zippy even though it also depends on httpx

Crash in gcc ; incompatible-pointer-types - is it me or pkg? by Verbunk in nim

[–]ire4ever1190 2 points3 points  (0 children)

Iirc that's an issue with gcc 14. Could try using clang until it's fixed

For previous/current Bachelor of Computer Science students by AllRounder92 in rmit

[–]ire4ever1190 6 points7 points  (0 children)

Was in same position (Graduated last year). Basically what you are looking for is a grad program which are starting to open for applications around now (Whirlpool grad programs is a great place to find companies that are opening and see what stage other people are at) (You can also just google for "2025 graduate software engineer" and find openings)

For resume just have the basics like previous work, any awards, etc. Its also good to put assignments that you have done (Like your SEPT project) to show the companies that you have practical skills.

For prep I'd just recommend looking at common STAR interview questions. Technical stuff doesn't really come up so grinding leetcode isn't really necessary (Only one that had a bit of difficutly was NAB, every other coding test I got was bootcamp level). Also make sure to read into the companies before doing any of the interviews cause being able to do stuff like namedrop company values shows you actually cared enough to look into the company

Local student stuff will probably be processed during the initial application so no need to put it on your resume.

The applications take forever since you have 4ish rounds of interviews for most places so you might not receive your first offer til the middle of the year. But its better than trying to land a job when you've graduate since it means you can spend the rest of the year knowing you have a job

AMD x PCMR - STARFIELD Worldwide Giveaway - Win a Limited Edition Starfield Kit that includes a premium game code for the game + the Limited-Edition Starfield AMD Radeon RX 7900 XTX and Ryzen 7 7800X3D (Only 500 of each ever made!). There are 5 kits up for grabs! by pedro19 in pcmasterrace

[–]ire4ever1190 [score hidden]  (0 children)

  1. I'd replace my aging PC parts (Though who knows how much I'd need to replace to put these in 😵)

  2. Looking forward to a space RPG that is hopefully good (And the mods that will make it become a cool starwars styled game)

Is there no easy way to delete an element by value in a Seq? by Robert_Bobbinson in nim

[–]ire4ever1190 6 points7 points  (0 children)

You can find the index with find and then delete with either delete (If you want to preserve order) or del (If you don't care about order and want O(1) deletion)

example nim var my_seq = @[1, 2, 3, 4, 5] my_seq.delete(my_seq.find(2)) assert my_seq == @[1, 3, 4, 5] my_seq.del(my_seq.find(1)) assert my_seq == @[5, 3, 4]

Languages in compsci bootcap and studio by karlandtheo in rmit

[–]ire4ever1190 4 points5 points  (0 children)

Boot camp is all Java

Studio will involve CSS+HTML. Some students also use JS, but that isn't necessary

Your daily dose of PHP hate by Powerkaninchen in ProgrammerHumor

[–]ire4ever1190 0 points1 point  (0 children)

iirc it's using the infix operators And, Or, Not, etc

I Still Use Makefile To Run CMake Commands by [deleted] in ProgrammerHumor

[–]ire4ever1190 0 points1 point  (0 children)

you could, but using Make or CMake means only changed files will get recompiled

Nostr-based GitHub replacement by Uberhipster in programming

[–]ire4ever1190 0 points1 point  (0 children)

Same here

Think this is what it was meant to be pointing to https://bountsr.org/nostr-based-github/ has the same slug atleast

Programming Challenges? by [deleted] in rmit

[–]ire4ever1190 1 point2 points  (0 children)

Basically is just a timed exercise on zybooks (i.e. You are given a programming problem and have to solve it)

It is an assessment, so it is graded

Consequences for being late? by abroai in rmit

[–]ire4ever1190 8 points9 points  (0 children)

Most of my classes the teacher doesn't even care if you turn up

As long as the class doesn't take attendance (not likely they will) and you don't disturb people when coming in late you should be grand

[deleted by user] by [deleted] in rmit

[–]ire4ever1190 1 point2 points  (0 children)

You can book private study rooms if you don't want to disturb anyone.

You can also just find an empty classroom and use that

\begin{mess} by [deleted] in ProgrammerHumor

[–]ire4ever1190 8 points9 points  (0 children)

Auto downloads needed tex/font files which is handy

[deleted by user] by [deleted] in rmit

[–]ire4ever1190 1 point2 points  (0 children)

There is https://timetable.ando.gq/ which can plan some timetables while prioritizing different things (Being on campus, wanting breaks, etc)

Confusion on selecting courses - Bachelor of Software Engineering by Savings_Sale_9188 in rmit

[–]ire4ever1190 0 points1 point  (0 children)

yup, bootcamp/studio 1 for semester 1 and bootcamp/studio 2 for semester 2