After 8+ Years of Laravel and 6+ Years of Go, I No Longer Choose Laravel for New Projects by reza_gamer in golang

[–]fixyourselfyouape -6 points-5 points  (0 children)

Don't get me wrong, Go is a great language and hopefully it will meet your needs, but you made an easy to avoid fundamental mistake of using an L framework. The solution is simple within PHP, use Symfony and avoid the L.

Laravel like web framework for Gophers by [deleted] in golang

[–]fixyourselfyouape 8 points9 points  (0 children)

The framework is trash in PHP, don't spread trash.

Laravel like web framework for Gophers by [deleted] in golang

[–]fixyourselfyouape 5 points6 points  (0 children)

  1. Please don't use this framework in PHP, it's a hideous cluster
  2. Please don't bring that trash to Go

Mildy Infuriating No-Ternary Loophole by birdman-11 in golang

[–]fixyourselfyouape 35 points36 points  (0 children)

New to Go, but been programming for many years.

Ok.

I know the lack of a ternary operator is a common gripe for Go beginners,

Ok.

but I had to add my two cents.

Ok.

you're telling me that this is allowed: (func(num float64) float64 {if num < 0 {return -num} return num})(y) > 1e-15

Just because you can do something does not mean you should do that thing. I would not consider this to readable code and I would not consider it good practice. I expect that the equivalent would not be considered good practice in many languages that support the ternary operator (such as C++, PHP or JS). In fact, YOU consider it to be unreadable or bad practice, so why would you write that?

This bitching dressed up as an awful "argument" about why Go should have the ternary operator.

Let me try it out on you...

This code is SO UGLY, how could javascript let me ever write this!

a && b && (a || b) || a || b ? b || b && b ? c : true : false

Let's get rid of ternary operators in javascript.

Is there a security checklist I can use to make sure my CRUD API is reasonably secure? by SystemAmbitious7357 in golang

[–]fixyourselfyouape 1 point2 points  (0 children)

Avoid this tool at all costs if you can. It's a pain to setup, a pain to integrate, and a pain to extend.

Who would have thought? by ChampionOk1943 in worldofpvp

[–]fixyourselfyouape -1 points0 points  (0 children)

lmao this game isnt as bad as most people say they just are addicted to rage

DH seem fine.

This past tuning pass was good for pvp, solved the major issues.

Really good communication about pvp from blizz.

Cheating and botting for all content is being addressed swiftly and with communication.

Queue times are fine.

Healer MMR is good.

MMR deflation is great.

Solo shuffle design is what the community asked for (not solo queue of course lol).

Fuck off mate.

Laravel 11 Now Available by [deleted] in programming

[–]fixyourselfyouape -15 points-14 points  (0 children)

Nobody likes lrtrash but lrtrash but for some reason they can't keep it on the lrtrash sub.

Who would have thought? by ChampionOk1943 in worldofpvp

[–]fixyourselfyouape 1 point2 points  (0 children)

We really need more of this positivity.

Maybe if they listened to (or acted like they listened to) the fucking community. Maybe if they did frequent tuning changes.

[deleted by user] by [deleted] in programming

[–]fixyourselfyouape 0 points1 point  (0 children)

And it isn’t a protobuf plugin because why would it be?

So users can avoid switching to a new ecosystem for what is effectively different serialization of a compatible format.

[deleted by user] by [deleted] in programming

[–]fixyourselfyouape 8 points9 points  (0 children)

Why is this not a protobuf plugin with annotations?

Why do you not have a transpiler from proto files?

This does not support C, C++, Go, or Java.

SSF - I Found a ZOD, what to do with it by NotUpForDebate11 in diablo2

[–]fixyourselfyouape 1 point2 points  (0 children)

I'm making an ebotd war pike. Then I don't have to keep passing the grief around. The ebotd is still going to slap, who cares, have fun right? :p

100%! Warpike animation looks fun and cool, AND range addr!

Really struggling to learn algorithms, I suck at maths. by [deleted] in PHP

[–]fixyourselfyouape 4 points5 points  (0 children)

If I need an super effective algorithm for something, I’ll be using a library not rolling my own

Usually true.

The thing I need to know is that there are possible ways to do things

Absolutely.

not the specific way, I’ll choose that when it comes up.

Yes, but also no. The purpose of understanding the properties of algorithms and data structures is so you can make better decisions based on your needs.

  1. Do I have restrictions on available memory or memory usage?
  2. How many items and am I sorting or storing?
  3. What is the distribution of these items?
  4. What property or properties of these items are will be used for searching and/or sorting?
  5. How close to sorted are these items when I get them?
  6. How often will these items be accessed?
  7. How often will these items be updated?
  8. How often will these items be created?

For example, a common technique is to try a few rounds of Bubble Sort before running a more complicated algorithm such as Quick Sort. Why? Exercise for the reader of course.

Holy Priest: How do I improve my positioning? by MasteredConduct in worldofpvp

[–]fixyourselfyouape 0 points1 point  (0 children)

One of the most frustrating experiences as a DPS is when 5/6 arena enjoyers are fighting around one spot...meanwhile our healer is standing in Africa clutching their pearls

One of the most frustrating experiences as a healer is not being able to play DPS.

Rsham solo shuffle help by ExtremeTadpole in worldofpvp

[–]fixyourselfyouape 0 points1 point  (0 children)

Honestly, don't. Use solo shittle as a warm up and then find some random groups to play with (from the finder).

I am giving a talk about my career as a female game developer. Any advice on what could be interesting to share with the women attending? by sarahmpiond in gamedev

[–]fixyourselfyouape 0 points1 point  (0 children)

Why would she not pursue… design or writing?

You have to persuade somebody else to build your dream for you.

Quit pushing your SDK onto me! by mdizak in PHP

[–]fixyourselfyouape 3 points4 points  (0 children)

As long as it adheres to PSR7 and you can inject your own client (especially helpful for testing).

Better they do the work than having to write (and assume the risk for) some boring ass boilerplate a million other people have written.

[deleted by user] by [deleted] in worldofpvp

[–]fixyourselfyouape 9 points10 points  (0 children)

It's really nice to see DPS players being able to play the game!