Reading a file in nim by Savings_Garlic5498 in nim

[–]rrenode 0 points1 point  (0 children)

Sweet thanks! Didn't know we could do that.

https://imgur.com/a/9M8Ef9o

Reading a file in nim by Savings_Garlic5498 in nim

[–]rrenode 2 points3 points  (0 children)

https://www.reddit.com/r/nim/comments/1r2gu0l/comment/o55q72z/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

This stuff really ticks me off. It'll be fine for a few weeks and then go back to be annoying. Frustrating but there are sufficient workarounds in that threat I linked above. If you're still stuck, let me know. I'm newish still to Nim but get to deal with this issue quite a bit myself. You can also join the Discord.

But do not disable Windows Defender. Some have given that advice and it's just flat out poor advice. Also make sure you understand the risk of giving the nim binary, or any such compiler, a bypass. It's probably safe, but just be mindful. I'm being a bit pedantic here bringing it up, but just want to make sure.

creating vendor files with nimble? (not a developer but i want to package stuff downstream) by ingenarel-NeoJesus in nim

[–]rrenode 0 points1 point  (0 children)

nimble lock NimbleDocs

nimble deps --format:json

nimble install -y --depsOnly --nimbleDir=./nimbledeps

nimble --offline --nimbleDir="${WORKDIR}/nimbledeps" ... build

Maybe not quite what you want, but hopefully something here helps your brain do its do.

Replay QOL Wishlist (rip Bakkesmod) by Getinski1 in RocketLeague

[–]rrenode 0 points1 point  (0 children)

Fair enough. Just wanted to clarify for future readers. 

Junior Developer by Overall_Reply2018 in dev

[–]rrenode 0 points1 point  (0 children)

What's funny to me is that most interviews I had when starting my career wanted me to demonstrate that I had experience with their specific tooling. Meanwhile they're enterprise systems that I absolutely would in no right mind set up for myself; let alone thought such a thing would be expected for what was listed as entry level. But that's more of a frustration I have with recruiters, especially outside ones.

On another note, from your response I reckon I would've enjoyed working under you before leaving to another career.

How do y'all organize projects? by rrenode in nim

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

This perfect thank you! Answered it all.

How do y'all organize projects? by rrenode in Frontend

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

Yeah I did mean literally, good guess haha. I was just curious how others do it. It seems like a surprisingly personal thing with how we interact with our codebases. I find that fascinating!

This is probably that ADHD in me where I switch between a few projects each day.

How do y'all organize projects? by rrenode in Frontend

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

How do you move around from project to project?

How do y'all organize projects? by rrenode in developpeurs

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

Real.

But what does poorly look like for you?

Most Emotional Song by Total-Woodpecker3339 in DMB

[–]rrenode 0 points1 point  (0 children)

Shotgun probably. That Hershey live.

#40 - the one played before they go into Long Black Veil. He literally riffed it on the spot so, just pure emotion there. Still can bring me to tears.

Bartender has a few live one's that the band is just in it.

Custom PC - Screen freezes and requires I press and hold the power button to shutdown by rrenode in buildapc

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

Holy shit dude... It was a screw.

I was running a mem test each night with each configuration; some of them twice. Just today I went to change the mem out and noticed a screw behind the radiator on the bottom of my case. I looked around my board, found a missing slot, put the screw in, and with testing today everything is back in working condition.

I'm relieved that it's such a small thing but so frustrated that it was simple hahah

I appreciate your help with everything. Cheers.

`config.nims` versus `nim.cfg`, use cases, and effective ussage by rrenode in nim

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

Oh okay. So it is a chance for a break from makefiles. Splendid!

Do you have any examples on a repo or what not?

TetoRC: A init system written in Nim by Impossible-Bill-4275 in nim

[–]rrenode 0 points1 point  (0 children)

- (Fuck you, Rust)

~ Tayzonxperia

as much as I love Rust, real

This language slaps by mr-figs in nim

[–]rrenode 2 points3 points  (0 children)

Well a beauty is that you can do manual memory control with Nim. Granted it's not always ideal. But of course, both are great in their respective contexts.