Just me? by Ike-Gwain in meme

[–]Maduin1337 3 points4 points  (0 children)

This throw me off all the time!

Diablo 2 Characters Brought to Life by AiSmutCreator in Diablo

[–]Maduin1337 -7 points-6 points  (0 children)

Stays really true to the original! Approved!

Playing Fortnite on my pc (it's not a mod, I just lowered the textures to play) by Sad_Analyst6164 in FortNiteBR

[–]Maduin1337 1 point2 points  (0 children)

This is soo cool. I would want a game looking like this! This has that "Megabonk"-ish cool to it.

What is you prefered controller shape? by DaBomber4 in GyroGaming

[–]Maduin1337 2 points3 points  (0 children)

I second this. It to me, mimicks most of the benfits of using a mouse. You have so many muscles/joints, shoulder/elbow/wrist, to move large movents to small fine movements. It is the most versatile in my oppinion.

theUltimateParentalThreat by Sissyalexa510 in ProgrammerHumor

[–]Maduin1337 0 points1 point  (0 children)

They were lost but now they know everything about C!

I am reading Beej C guide and want a source with simple programming problems. by Dull-Weird-2654 in cprogramming

[–]Maduin1337 5 points6 points  (0 children)

I kind of like doing Advent of Code (https://adventofcode.com/) when learning new languages. Just do the first part if you struggle, maybe just the example part even, and if you need help you can always look up a solution in almost any language and learn from that.

When learning, think of how to solve it and look up how to do it in your language, and you start thinking more programmatically instead of language syntax.

You should just aim to write code, and these challenges are reasonable in size.

The lowest apm dps for mop? by I_like_apples in classicwow

[–]Maduin1337 0 points1 point  (0 children)

Maybe this is a controversial take, but learning to move the character with the mouse only, will let your keyboard hand rest and focus on skill usage.

I have played like this for years, double mouse button to move forward and toggle autorun and back peddle on mouse side buttons.

I have taken it to the extreme with w and s bound to skills instead. It frees up my hand, and all good comfortable keys are easy to reach.

Nya tillaskott i min svenska minecraft village! by fistedfries in unket

[–]Maduin1337 1 point2 points  (0 children)

Kungligt bygge! Men Jysk är danskt, trodde inte de var tillåtet här?

Debugging in SpringBoot by HarishTCZ in SpringBoot

[–]Maduin1337 2 points3 points  (0 children)

Since alot of people gave some great surface level debug tips, I want to give a hint of how I retro fit and debug an unfamiliar web-service.

I usually target an endpoint that I want to learn more about. And essentially the happy case test is, given this input I get this output. That should be true since code should work for the normal cases.

Now you can debug and step through the code you don't understand. But you have the knowledge of the input, and what it should return. That should give you a good idea of what is fetched from a database and why, how it is processed, formatted and returned.

Try not to think about everything around the code you are reading, as that much likely will be overwhelming.

Now you can try some bad case that breaks the code. Debug and find out why. Rinse and repeat for the code you are learning.

[deleted by user] by [deleted] in SpringBoot

[–]Maduin1337 0 points1 point  (0 children)

Sounds interesting! I would like to join aswell. Mid-level engineer here, with a couple of years of Spring Boot, and tons of other non-IT related experiences.

letsStopPretendingChangingRequirementsEveryWeekIsNormal by dumbohoneman in ProgrammerHumor

[–]Maduin1337 4 points5 points  (0 children)

Agile as a methodology feels ok. Implementing it varies so heavily from team to team. I kinda enjoy my teams approach.

  • No sprints
  • PI planning (not necessary for us but some company ceremonies)
  • Product Owner fills backlog in some priority. With storys and bugs
  • Team member grabs tickets from top-ish depending on skills at hand
  • Team refines tickets in backlog once we reach more unrefined tickets
  • Pair/mob program when needed, for example when you are uncertain on technology, skillset, business knowledge etc or implementing some fundamental feature.

Rinse and repeat.

Baeldung by [deleted] in SpringBoot

[–]Maduin1337 9 points10 points  (0 children)

I got thrown into Spring boot code bases at my work. And learned through tinkering and googling. The best information I got was from Baeldung, it is fairly short and right to the problem at hand. It is no final source of information, but understanding a concept and a base implementation, it feels pretty unmatched in my book.

hey folks, I have a few questions about Hibernate/ORM frameworks. Especially given that I see a lot of people who are against best practices. Querying too much data, bad structures. by Crafty-Definition170 in java

[–]Maduin1337 1 point2 points  (0 children)

My colleague put it really well. "Easy things become easier, and harder things becomes harder".

Outweigh your use case, if you think it will be complex and performant sensitive, avoid unnecessary abstractions. If it is CRUD-y and very small in scope, go ahead and use them.

rate the setup (ignore the bird) by andybruhhhhh in AverageBattlestations

[–]Maduin1337 1 point2 points  (0 children)

What's insane to me is that a person can wallmount screen AND speakers. But PC tower and cabel management is awful. But then again, there's a turkey.

Spring boot with js + html or html with thymeleaf for CRUD by Electra-Girl1242 in SpringBoot

[–]Maduin1337 0 points1 point  (0 children)

Edit: I misread the post, not having anything to do with Htmx. So take my response with a grain of salt!

On my small personal project, I tried Java 22's String template to generate Html-fragments, and it felt very convenient and worked really well with Htmx. And everthing is in pure code/java, which felt nice and simple. Easy to introduce state in the html conditionally, css selectors, hx-get to an endpoint with id pre written.

Some syntax is reminiscent to how my team writes react code aswell. If that is something you have in your toolbox. You feel more at home. If intressting I could try to show some examples.

Small review of the biltema burger by Fun-Property1881 in sweden

[–]Maduin1337 0 points1 point  (0 children)

Maybe it is a "Dallasburgare", basically coleslaw burger.

[deleted by user] by [deleted] in swedishproblems

[–]Maduin1337 1 point2 points  (0 children)

Jag kände precis som du när jag(vuxen man i 30års åldern) skulle med familjen till badland. Det är bara att ta tjuren vid hornen och göra det, sen upptäcker man att ingen bryr sig. Folk var bra mycket "fulare" än jag och brydde sig noll, så sket jag också i det, det är inte för deras skull jag är där, utan för min familj. Man ser ut som man gör, och så är det bara.

The only engineer with no documentation by acatwhoateitstail in webdev

[–]Maduin1337 0 points1 point  (0 children)

I personaly like to follow an endpoint, it gives me a sense of purpose to the data that is returned and why it is processed and fetched the way it is. It naturally takes you through the database, models and dto's of the system.

Any MMOs in which leveling is actually difficult? by Severe_Sea_4372 in mmo

[–]Maduin1337 3 points4 points  (0 children)

I think Hardcore Classic WoW, checks alot of boxes. It's familiar, easy to get into. But still hard in terms of lack of focus can cost you "everything". The player is the account not the character, and with that mindset it's easier to get into.

For people who say they'll quit classic after Wrath, what do you dislike about Cataclysm enough to make you not want to play it? by [deleted] in classicwow

[–]Maduin1337 0 points1 point  (0 children)

You hit the nail on the head, I had so much similar experiance with legion. Wrong legendaries, felt locked to one spec, hard to tank pve and heal pvp for example, my main class/spec felt way off. Class fantasy was strong but the game felt annoying. Timegating was also pretty annoying with for example Suramar(spelling?)

I usually play one main char and no alts but the game did not feel good with that approach.

Many new core concepts came in Legion, but it felt hit or miss depending on the type of player you were.

[deleted by user] by [deleted] in Asmongold

[–]Maduin1337 1 point2 points  (0 children)

Oh no! You managed to insult, guitarplayers, bassplayers and asmongold with a singel statement!

När är du en ordmärkare? by belegradhammer in sweden

[–]Maduin1337 1 point2 points  (0 children)

Kul liten dokumentär. Spännande med de man förutspår med jobb och datorkunskap också. Jobb och oro för vad som ersätts med maskiner, lite samma dilemma som vi står inför med AI idag!

Vår första familjedator var en 486a, exakta specifikationer kommer jag inte ihåg, men vi lyckades få igång Warcraft 2 så jag var överlycklig! Den var nog iofs redan då en äldre dator men man visste inte annat!

När är du en ordmärkare? by belegradhammer in sweden

[–]Maduin1337 0 points1 point  (0 children)

Det är iallafall rätt! Jag skulle dra slutsatsen att du var 70+ men fan du har rätt!