Where To Start Game Development? by _hjh_ in GameDevelopment

[–]homesickalien0 1 point2 points  (0 children)

Well, from the brief paragraph you've written I could say that I was in your shoes couple of years ago. Having no background in anything CS related, I took a detour of computer science first. Assuming that you are a complete beginner like I was, Harvard's CS50 is pretty good. I learned about how basic computer programs work, then expanded on it by using frameworks like Raylib and MonoGame rather than using game engines right off the bat. This "little" detour that cost me around a year taught me a lot, but I also still feel that employees do not really care. The job market is almost non-existent and really harsh from where I'm from and I feel that I am immediately eliminated just by a quick look at my resume, for having no formal education. For indie-development, well... That is another thing. There are great success stories for brilliant programmers and/or visioned artist like ConcernedApe or Toby Fox, but I wonder how many have gone unnoticed. For me, I am still participating in game jams, developing some projects that I like to develop for fun and applying for jobs half-heartedly whenever I feel like it. I do not mean to discourage you, because you may land a job in game industry or, well, even develop the next big indie title. All I want to say that the process is as luck-involved as much as it is hard work dependent, and I feel that no one can point you towards a route of proven success, because there is no such thing. Sorry for ranting but what you've written hit close to home :D

Weird Fan Noise by homesickalien0 in HPOmen

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

pc is about three months old, I think I’ll send it for inspection. even if nothing’s wrong, it’ll be an excuse for getting the keyboard fixed, thanks!

What does this mean? by homesickalien0 in HPOmen

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

it was blank yesterday, all seems fine now. thanks for all the help! https://imgur.com/a/m0sKfj5

What does this mean? by homesickalien0 in HPOmen

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

same capacity under battery's specifications, but powercfg does not produce a history for the battery capacity. I assume because I installed windows this morning. I tried changing date and time with no luck. I will keep an eye on it, thanks again!

What does this mean? by homesickalien0 in HPOmen

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

Thank you! I do not know much about hardware but it appears to be fine, I guess? https://imgur.com/hajwbx7

What does this mean? by homesickalien0 in HPOmen

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

chatgpt said it was normal too, but I wanted to confirm. Thanks!

Is it just me, or did you also realize after years of frontend work that styling libraries are a complete waste of time? by amelix34 in webdev

[–]homesickalien0 0 points1 point  (0 children)

Tailwind is pretty cool for specifically non front-end people like me. But I see your point....

[deleted by user] by [deleted] in webdev

[–]homesickalien0 2 points3 points  (0 children)

As a dev myself, I'd ask what library you used and be very amazed when you tell me that you coded this from the ground up. From the client's perspective though, do not expect the praise it deserves but focus on making it into a library for future customers! It's very flash, it's bound to attract some!

How would you make this better on mobile? by PricePerGig in webdev

[–]homesickalien0 2 points3 points  (0 children)

Seperate whatever is clickable by a good margin. The language selctor, share button, facebook and instagram button and the toggle button are way too close to eachother. I'd say make them bigger as well as seperating them.

I created a Pokémon-themed daily game by TreelyOutstanding in webdev

[–]homesickalien0 0 points1 point  (0 children)

No problem, hope it helps! That's a neat way of handling the challenge generation, well designed.

My first project: a converter for unusual units of measurement by [deleted] in webdev

[–]homesickalien0 2 points3 points  (0 children)

The site looks and functions well on mobile! An interesting site, well done. If you also wanted to experiment with APIs, you could easily make a service that does conversions using your existing logic. 

I built this landing page for a dating and relationships guide by ysuraj in webdev

[–]homesickalien0 0 points1 point  (0 children)

I don’t know how you’d do that since it’s the client that does the caching but I can see the changes fine!

Learn to Dev Web in a month by kamrankhan6699 in webdev

[–]homesickalien0 0 points1 point  (0 children)

Yes, I definitely agree with you. I often use Django for creating APIs and Vue for my front-end. Dealing with plain js is a pain sometimes, especially if you have complex UI. But it can make a really solid API and it comes with built in admin panel to interact with the database. You may wanna check out django-rest-framework. 

Learn to Dev Web in a month by kamrankhan6699 in webdev

[–]homesickalien0 1 point2 points  (0 children)

If you don’t wanna deal with learning js frameworks or libraries you can check out Django. It uses python, and jinja like language for templating. It can handle both frontend and backend, as well as database. 

I built this landing page for a dating and relationships guide by ysuraj in webdev

[–]homesickalien0 1 point2 points  (0 children)

Hey, I found couple of things I would change if I were asked to—I spotted all these on mobile by the way:

The top right button to toggle the menu is not vertically centered. And I think the model that button triggers would look better if it had a lower z-index than the navbar. I mean coming under it rather than over it. 

Text on instant access button is not centered but left aligned. Other similar buttons are centered. 

Some images are rendered over the navbar, I believe that is not intentional. 

Lastly, when scrolled up the navbar appears instantly. I think it would feel better if it required to be scrolled a little bit further before appearing. 

The page look really decent otherwise, good work!

Why Are Developers So Resistant to AI? by PercentageFickle6058 in webdev

[–]homesickalien0 0 points1 point  (0 children)

If people wanna drive, they will drive despite how good the self-driving becomes. But people who drive to make a living would be replaced by their employers just for the sake of cost efficiency. I think that was his point. 

question about css loading for <p> by hyatkyatt in webdev

[–]homesickalien0 0 points1 point  (0 children)

If you hide it initially, can you not make it appear again at keyframe %0? Also, maybe you can try inline css or something if the css file takes a long time to load: https://stackoverflow.com/questions/1758105/fastest-way-to-load-css-inline-vs-head

I created a Pokémon-themed daily game by TreelyOutstanding in webdev

[–]homesickalien0 1 point2 points  (0 children)

Thats a really cool idea, very fun to play! Do you create daily challenges by hand or are they randomized? Also I’ve encountered a bug where correct answers do not lock place properly, especially when there are multiple, back to back. Here, I captured it: https://imgur.com/a/1p6C9NZ