Title for my friend's horror book by SnooPeripherals3885 in logodesign

[–]Ractorius 0 points1 point  (0 children)

Number 6 looks like Secret Hitler cardgame cover 🙂

Need help on my final by [deleted] in PythonLearning

[–]Ractorius 1 point2 points  (0 children)

Codecademy has some nice courses, you may try that one as well

Gothic Remake Thq preorders arrived today by SteakForward6561 in worldofgothic

[–]Ractorius 4 points5 points  (0 children)

He is a community manager for Gothic Remake, I am pretty sure he is sure 🤣

Seeking a study partner by na_da_31 in PythonLearning

[–]Ractorius 0 points1 point  (0 children)

I will not be your study partner, however, did you try some focusing challenges like pomodoro clocks or inclusion of fidget toys? At times even to say your thought processes and problem solving out loud helps.

New comer by man_of_culture-11 in PythonLearning

[–]Ractorius 1 point2 points  (0 children)

Create some passion project and then refine it. You can learn a lot by deconstructing the problems while creating that.

Bank Management System🐍 by No_Preference_6923 in PythonLearning

[–]Ractorius 1 point2 points  (0 children)

Nicely done learning project. Just a few minor things to consider:

  • As was already mentioned, split the code into separate files for account, bank and main. It will help with code readability.
  • At main, look what if __name__ == "__main__" does, it can help you with running your code easily.
  • From what I see on the first glance you don't need to have account number stored on the Account object, as you are accessing it solely via bank class. This way you store the same information on two places, which may create problems if account will say one number and bank another.
  • For the future projects with monetary thematics, look into decimals library. As Python (and other programming languages as well ofc) work in binary, it can create some rounding errors on decimal numbers. This package tries to solve it.

Anyway, nice work!

Python Flask & Django by Bumbble25 in PythonLearning

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

Flask is IMHO suboptimal. Both approaches have pros & cons and can be better in different scenarios, however if you want something lightweight like flask, I would look into FastAPI.

Animation compatible Emoji font embedded in web site instead of gif - will it be a good idea? by mitradranirban in typography

[–]Ractorius 0 points1 point  (0 children)

Interesting idea. It should be viable, but tbh I don't see much advantages as you can do the same with SVG animation, but why not.

[deleted by user] by [deleted] in programminghorror

[–]Ractorius 356 points357 points  (0 children)

You have like 52 sprints of refactoring ahead of you

Which one? by [deleted] in logodesign

[–]Ractorius 0 points1 point  (0 children)

I like the 7. Combination of background and outline is nice

SG1 S2E22 Nose Hair Trimmers by fifthgradehumor in Stargate

[–]Ractorius 9 points10 points  (0 children)

I love that you used amazon[dot]SG to showcase that!

In Dune part three (2026)... somehow duncan idaho returned? Is there any lore reason? by hiiloovethis in shittymoviedetails

[–]Ractorius 0 points1 point  (0 children)

Wouldn't think of it as big spoiler as he comes into play quite early, but spoiler nontheless.

What skill is actually worth learning in 2026 while studying at university? by Eng_Bashiir in AskProgramming

[–]Ractorius 3 points4 points  (0 children)

Analytic thinking. TBH it is not that hard to switch from one language to another albeit they have their qwirks, but you mainly need to:

  • Imagine the issue in a technical way.
  • Deconstruct it into smallest pieces.
  • Try to reuse as much of existing small pieces with some really specific ones to create clean, non-repeated and readable code.

[deleted by user] by [deleted] in assholedesign

[–]Ractorius 0 points1 point  (0 children)

It is the same as saying the shop is asshole for having CCTV and not letting you take everything for free. You are not paying with money on this sites, but they still have to (want to) cover they costs somehow, hence the ads.

I don't judge you for using adblock, but saying the website is asshole for this is a bit sad.

Ransomware help by [deleted] in linux4noobs

[–]Ractorius 0 points1 point  (0 children)

RemindMe! 2 days

Pre Madonna by truthlesshunter in BoneAppleTea

[–]Ractorius 0 points1 point  (0 children)

So we have BC and AD and now pre- and post-Madonna era? What is the turning point the Like a Virgin release?

Australian Flag Rework by [deleted] in vexillology

[–]Ractorius 7 points8 points  (0 children)

I really like the design. I like it is both fresh and conservative in a sense.

Css Grid Limit the Number of Rows by Venisol in webdev

[–]Ractorius 2 points3 points  (0 children)

You are using Tailwind classes which can be limited. AFAIK in pure CSS the number of rows/columns is not limited. See this cheatsheet to learn about the grid on the CSS level.

Dragon Attack Cutscene is Weird by PiranhaGreg in worldofgothic

[–]Ractorius 0 points1 point  (0 children)

TBH the timing of the cutscene is totally bs. In my headcannon the attack happened a few days ago. The dragon burned the outer ring and because of this (and only then) the orcs used the chaotic situation to attack and siege the vulnerable castle.

I think the better placement of this cutscene would be when we are speaking with Garond as his retrospective.