RonSijm

joined 1 year ago
[–] RonSijm 2 points 2 months ago

What are you building, it depends a bit on your usecase

Otherwise c# Blazor compiles to WASM

[–] RonSijm 24 points 2 months ago

Whatever you do, don’t use G2A and other similar CD key reseller websites

For indie games, sure, I always just buy those legit.

But some EA / Ubisoft game; I rather pay $5 on G2A than risk accidentally downloading a malware infected crack

[–] RonSijm 7 points 2 months ago (1 children)

Where does it end though? It's a bit like infinite craft - but instead of combining resources you'd have to find an inverse for every emoji

[–] RonSijm 9 points 2 months ago (2 children)

It's a bit weird how that actually works though...

"Which of these pictures are traffic lights?"

I'd hope with all the self-driving-(ish) cars coming out, any AI like that should be able to identify a traffic light, right?

[–] RonSijm 2 points 2 months ago

If it's a public repo, revoke the key (on your own/company repo it might not matter so much)

Then

  • git reset head~1
  • remove api key
  • git push - f
[–] RonSijm 1 points 2 months ago (1 children)

Interesting idea to store github comments inside git, the article just isn't very clear to me on how to actually do it.

He's talking about using an "internal CLI tool" so I guess it's not a public tool?

But anyways, this kinda sounds like something you could do though a Github Action right? Like if a PR is merged, run an action that also appends PR comments or other meta-data from github into git

[–] RonSijm -1 points 2 months ago

I've started to prefer option A to be honest.

In C# I'm using Verify - So I prefer to just use Verify(state); and compare the entire state against a json saved state, instead of manually verifying every individual property

[–] RonSijm 3 points 2 months ago

Do you have any book recommendations?

I think The Pragmatic Programmer by Andy Hunt and Dave Thomas is a great book everyone should read every couple of years. It's not really a lot of "low level coding tips" - more like overall paradigms

[–] RonSijm 3 points 2 months ago

I’m always privating my repos because I’m not sure if I’m doing some horrible beginner inefficiency/bad practice where I should be embarrassed for having written it, let alone for letting other people see it.

Well that's something not to do. Make you "horrible code" public, and ask people to do a code review. Or see what contributors want to change through a PR (if you're so lucky). You're not going to learn anything from others by hiding your mistakes. And no one besides you really cares if you're committing horrible code.

It's pretty hard to just give generic advice on how to write clean code, but if people can just tell specifically what you can improve it's much easier

[–] RonSijm 11 points 2 months ago

Me: building a fluent interface framework...
I already support a WrapperOf<T, T, T, T>
User: Can I have a WrapperOf<T, T, T, T, T> because I'm doing something weird?
Me: *sigh* god-damnit. You're right but I still hate it.

[–] RonSijm 3 points 3 months ago (1 children)

How essential are certifications in this field? Can I pursue a career without them or with only a few to kick-start my early career?

It depends what kind of company you want to work for. Most 'real companies' barely care about your diplomas or certificates. If you want to work from some consultancy company like SAP or Capgemini these certifications check checkboxes you need to have checked to get promotions

[–] RonSijm 38 points 3 months ago

O(n)? More Like Oh(No)

view more: ‹ prev next ›