RonSijm

joined 2 years ago
[–] RonSijm@programming.dev 2 points 1 week ago (2 children)

Since you're getting downvoted, maybe you want to explain why using Github free is "pointing a loaded gun at your foot"?

I'm using github for a bunch of my public repos as a free backup service... Why would I want to use a self hosted or way more obscure git forge? Seems riskier than just dumping it on github

[–] RonSijm@programming.dev 12 points 1 week ago

Documentation? Maintainable? Test cases? You're too attached to old paradigms in a new vibe based world.

Why do you need any of those? If you need any new features, you just re-engineer your prompt and ask the AI to rebuild it from scratch...

[–] RonSijm@programming.dev 3 points 2 weeks ago

Can someone explain how you accidentally rack up such a bill?

For example: You can deploy your Python script as a Lambda. Imagine somewhere in the Python script you'd call your own lambda - twice. You basically turned your lambda into a Fork Bomb that will spawn infinite lambdas

[–] RonSijm@programming.dev 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

A lot of the times this comes down to a user error.

For example, very similar to your case, I knew someone that enabled Cloudtrail, and configured some things to have Cloudtrail logs dumped on S3. Guess what? Dumping things on S3 also creates a Cloudtrail that gets logged to S3 that Cloudtrail logs. Etc

Doing things like that and creating a loop can get you massive bills

[–] RonSijm@programming.dev 4 points 1 month ago

From a sales perspective it makes sense... What percentage of the female tinder users would have Tinder Premium compared to men? I'd think the numbers are very lopsided.

And women don't need the other Premium features of "Getting more swipes per day" or something, because they'll get plenty of matches every day anyways. If they want to sell more Premium to women, adding features that might interest women behind a paywall is a smart move

[–] RonSijm@programming.dev 3 points 1 month ago

His mom claims this led to [...] disability, disfigurement

( ͡° ͜ʖ ͡°)

[–] RonSijm@programming.dev 1 points 2 months ago

Probably the best thing Ubisoft released since assassin's creed black flag

[–] RonSijm@programming.dev 7 points 2 months ago

They were streets ahead in their logo design...

[–] RonSijm@programming.dev 1 points 3 months ago

We also got fully self driving cars in 2 years though, in 2016....

[–] RonSijm@programming.dev 4 points 3 months ago (1 children)

Snowe is sysadmin of programming.dev...

So source: Snowe

 

I started this challenge and it's pretty fun.

  • First round: Program a runner to jump over hurdles
  • Second round: Program runners to jump over hurdles. Problem here is that 4 games are running at the same time, and you can only give 1 input every game-loop that'll go to all 4 games
  • Third round: 4 different games are being played at the same time, and you have to give an input that'll be for all 4 of them every game-loop

They have this graphical interface that'll actually show what your character is doing, which makes it more interesting than just a "code-only" leetcode or adventofcode challenge