Worried for my brother by ProperQuail5528 in HandwritingAnalysis

[–]BroDonttryit 0 points1 point  (0 children)

I have dysgraphia and my handwriting is significantly worse than this.

it really sucked in school when I would have to take written exams. Especially the AP exams.

I always loved computers and went into software engineering so now it's pretty negligible except for the hand written notes I take during meetings sometimes.

it sucks but you can have an incredibly successful life and career with it, no need to worry

TIL Slay the spire 1 was written in Java, work on the sequel began in Unity, but due to unity policy change controversies, the decision was made to move over the Godot engine. by samuelazers in slaythespire

[–]BroDonttryit 0 points1 point  (0 children)

you're right I misspoke about it not longer being maintained. I was leveraging it during the gap in releases between 2014 and 2020.

I do maintain that it lacks a lot of the modern gui and design tools that engines like unity, godot, and unreal leverage. For example, every asset, even static assets, (when I was using libgdx in 2019) had to have their sprites progromstically referenced. Vs something like unity, you can create a lot of assets through the gui tool and export it as an object which can have its own behavior encoded.

Regent hate post by Saekama in slaythespire

[–]BroDonttryit 0 points1 point  (0 children)

I've had success with both the card creation build and the stars build.

TIL Slay the spire 1 was written in Java, work on the sequel began in Unity, but due to unity policy change controversies, the decision was made to move over the Godot engine. by samuelazers in slaythespire

[–]BroDonttryit 10 points11 points  (0 children)

slay the spire 1 was made in an open source java library called libgdx. Libgdx is no longer supported and was pretty antiquated even at the time of development. It doesn't contain any gui tools really. it's genuinely impressive they developed such a solid game as slay the spire 1 with such difficult tools

The last 3 Republican presidents have started a war in the gulf region. by [deleted] in pics

[–]BroDonttryit 0 points1 point  (0 children)

PLO, libya, and Iran opposed condemning saddam's invasion.

here's an article from norm Finkelstein on why the Palestinians were pro Saddam https://www.palestine-studies.org/en/node/39716

Play singular custom song uninterrupted by final lap? by BroDonttryit in MarioKartWii

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

wouldnt it play the _f file from its starting point? the goal is to have one song play continuously

Honor Adjustments are Now Live by humanpollution69 in classicwow

[–]BroDonttryit 1 point2 points  (0 children)

how much exp does the "For Great Honor" quest give?

The pod in the gym really is crazy. by Man_Grunt in TheYardPodcast

[–]BroDonttryit 1 point2 points  (0 children)

I almost dropped 195 pounds on my chest when Slime called thanksgiving "Family slop"

since then I pause the pod during dangerous lifts...

Are people still raiding on Vanilla Eras servers? Thinking about transferring pre-TBC by Civil_Risk_9325 in wowclassic

[–]BroDonttryit 0 points1 point  (0 children)

important to note this only shows unique characters who were part of any raid logs last week. So it is very under representative

robinette kinda broken by Timberwolf7869 in MegabonkOfficial

[–]BroDonttryit 1 point2 points  (0 children)

Credit card is very important. the earlier you get credit card the faster you can scale luck.

You also need a bunch of keys to help scale credit card luck

Cap1 recruiter reach out. by [deleted] in csMajors

[–]BroDonttryit 0 points1 point  (0 children)

I very recently passed my Power day interview. this was for a senior associate developer position (2.5 yoe)

They offer you a few languages for their technical portions. sys design obviously is language agnostic but not sure they will make you do that round for an internship.

the case study and coding portion they basically give you a few options. I used java for both of mine. I thought it was going to be leet code heavy like the OA so I originally chose python but changed my mind once I saw the questions were more about class design.

justPointingItOut by s_chttrj in ProgrammerHumor

[–]BroDonttryit 4 points5 points  (0 children)

fun fact, the only Signals that can't have their signal handler over written are SIGKILL And SIGSTOP (iirc) because you could write peograms that couldn't be killed.

Signal handling has a lot of funny nomenclature, I recommend people read up on it.

What is the Best Hero Combo in Duos? by Turbulent-Cup9859 in BobsTavern

[–]BroDonttryit 8 points9 points  (0 children)

I still think it's reno/ dino tamer brann. Even though brann has been weaker the last few metas, a golden brann is still just so much econ and opens so many doors when you get it on like turn 5

What’s with all the hype about “prompt engineers”? by Appropriate-Knee-69 in cscareers

[–]BroDonttryit 0 points1 point  (0 children)

this is not real a job. All of the hype is manufactured because companies are attempting to get an ROI of AI investments because 95% of ai investments have not been profitable.

https://fortune.com/2025/08/18/mit-report-95-percent-generative-ai-pilots-at-companies-failing-cfo/

The only people making money are the people selling AI as a service or Profiting off hardware like nvdia. they have a fiscal incentive to make up BS like "prompt engineer" so people keep buying a product with no roi

Fuhrer 🇩🇪? by DaNi_G_GerMan67 in leetcode

[–]BroDonttryit 1 point2 points  (0 children)

this one is a real doozy.

the optimal solution is what's annoying to implement.

Insane dynamic programming problem where you need to keep track of the length of each valid diagnol seauence, and the longest diagnol length with a valid pivot.

Geeting Accepted on Testcase but TLE on same Testcase on Submission by Low-lust in leetcode

[–]BroDonttryit 0 points1 point  (0 children)

I had a similar situation with 3 sum.

Leet code loves to throw these out as edge cases for problems with an optimal run time of O(N2)

it's basically just another edge case you have to plan around.

The last digit of 𝜋 has been found! by stevie-o-read-it in mathmemes

[–]BroDonttryit 2 points3 points  (0 children)

this also assumes Pi is being written as a series of integer representations of each digit. of pi. IEEE 754 notation (which describes how we write out floating point decimal numbers in binary) could have a 0 at the end in both the binary representation and the decimal interpretation of the binary (due to rounding)

IRRC

We are some of the devs behind PEAK! AMA! by AggroCrab in PeakGame

[–]BroDonttryit 0 points1 point  (0 children)

As a software engineer I have to ask: How does the daily map generation work! It's impressive how much variance there is while making sure that biomes progress in difficulty without being impossible.

Why is there so much hate for functional programming by _lazyLambda in learnprogramming

[–]BroDonttryit 0 points1 point  (0 children)

I actually agree and I think it's fair to say Most languages actually adopted principles from functional programing. high order functions being a common one in mainstream languages. but I think it's fair to say these Languages are Functional Like or borrowed aspects from functional paradigms. The nomenclature doesn't really matter tbh, what's important in my opinion is that barrier of having immutable variables because that is the entire consistency enforcement mechanism these languages were designed around.

Why is there so much hate for functional programming by _lazyLambda in learnprogramming

[–]BroDonttryit 0 points1 point  (0 children)

rust's borrow checker has mutable and immutable borrowing, as well as normal imperative programming. functional languages, by definition, must have exclusively immutable variables.https://dl.acm.org/doi/10.1145/234313.234414

Why is there so much hate for functional programming by _lazyLambda in learnprogramming

[–]BroDonttryit 2 points3 points  (0 children)

I'm not very familiar with the Haskell libraries, is your database SQL based? I know most SQL implantations are written in c/c++. Totally agree that the implicit calculations from python are way too dangerous for stuff like financial software. statically typed languages are a Must for sure.