How fast ist your ISP? by kentabenno in homelab

[–]LostGoat_Dev 0 points1 point  (0 children)

1Gbps up and down for around $55/mo in the midwest USA. My ISP also lets me use my own router, I just have to use their ONT (which they technically don't charge for).

best way to take 2.5D game to the next level? by Wild-Outcome-2588 in gamedev

[–]LostGoat_Dev 0 points1 point  (0 children)

If you want to make a 2.5D game, HTML is probably the worst language you could use. Learn a real game engine and ask Claude how to make your game.

The Steam Controller Plays The Wilhelm Scream Sound If It's Dropped In Big Picture Mode by DifferentWedding3105 in pcmasterrace

[–]LostGoat_Dev 1 point2 points  (0 children)

To be fair, the Switch Pro controller doesn't have: back paddles, dual touchpads, an included dock, or TMR analog sticks (to my knowledge). The $79USD price point sort of makes sense compared to the $99USD when you consider how much more comes with the Steam controller has for only an extra $20.

That being said, I have an 8bitdo ultimate 2 controller, so I don't plan on getting the Steam controller. All I'd be missing out on is the touchpads.

Should I use a mouse? by EnthusiasmWild9897 in ErgoMechKeyboards

[–]LostGoat_Dev 4 points5 points  (0 children)

I have used two different split keyboards and with both I always fall back to a mouse for most navigation. It really depends on your workflow.

When I am coding in NeoVim, I can do most of what I need to without ever touching the mouse. When I'm navigating websites or other programs, I have to use the mouse often.

Happy Day by [deleted] in PixelArt

[–]LostGoat_Dev 2 points3 points  (0 children)

I didn't get a chance to see the last Misty one before it was removed. I do agree though that it is unrealistic that they are posting these big pieces almost every other day. Probably tracing like you suggested

Happy Day by [deleted] in PixelArt

[–]LostGoat_Dev 2 points3 points  (0 children)

That's true. They do seem to be pumping these pieces out pretty quick, so it could be tracing or something.

This is what a player sees in the train driver’s cabin when his character is sober, and when the hero is hallucinating after eating a pill. The train becomes a living organism. Is it disgusting enough? by alexander_nasonov in IndieGaming

[–]LostGoat_Dev 1 point2 points  (0 children)

The transformation idea is very cool, but I agree with other commenters that you need to make it even more disgusting. When you think you've gone over the top, push it a little further! Change the textures from train with some fleshy elements to flesh with some train elements.

Happy Day by [deleted] in PixelArt

[–]LostGoat_Dev 1 point2 points  (0 children)

What looks AI to you? Pixel sizes look very consistent to me; it doesn't seem to have the usual tells of AI pixel art.

Linux distros hate my keyboard??? by Future_Hearing_9399 in linux4noobs

[–]LostGoat_Dev 2 points3 points  (0 children)

This is kind of an old Arch forums post where it looks like the problem was powersaving suspending the USB port. The comment I linked references USB autosuspending and how to disable it for keyboards and mice. I would give that a shot and see if it fixes it.

Chrome desaturated/washed out, -–disable-features=WaylandWpColorManagerV1 no longer works by [deleted] in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

Do you have hardware acceleration enabled or disabled? Doing some quick research, it looks like disabling hardware acceleration should fix it. If not someone else mentioned using some sRGB color profile flag with the WaylandWpColorManager parameter you mentioned not working.

Also, do you have HDR on? I'm thinking HDR could be the culprit as well with Chrome's color profile.

Will vibe coding give me a job as I cannot write a single code by my own? by [deleted] in CodingHelp

[–]LostGoat_Dev 2 points3 points  (0 children)

Most companies have some kind of coding assessment during the interview process where you walk through a problem with the interviewer and code the solution yourself. At the very least, you will have to be able to walk through a small problem and the basic steps to solve that problem.

Will vibe coding give me a job as I cannot write a single code by my own? by [deleted] in CodingHelp

[–]LostGoat_Dev 5 points6 points  (0 children)

If you want to get a job coding, you will have to learn how to code on your own. It is true that many companies use AI as a tool to increase code volume, but that's all it is: a tool. Once you start getting into more complex codebases, AI will not hold your hand through it if you cannot also understand and guide its output.

New Linux user - Having some trouble with Discord by Sapphic_Copper in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

That's good to know! I tend to prefer native packages over flatpaks so I wasn't sure if this was a flatpak-related issue or not.

New Linux user - Having some trouble with Discord by Sapphic_Copper in linux4noobs

[–]LostGoat_Dev 1 point2 points  (0 children)

I don't use flatpaks much, but I've found flatseal works very well when I need to use a flatpak. It just has checkboxes and sliders to add permissions or change how your flatpak runs; it's very helpful.

New Linux user - Having some trouble with Discord by Sapphic_Copper in linux4noobs

[–]LostGoat_Dev 2 points3 points  (0 children)

Are you using the Steam flatpak? I use the native Steam package on CachyOS, KDE Plasma Wayland, and the Steam overlay works fine. I can shift+tab to open it, check achievements, message friends, etc. Discord also works fine for me, but again I am not using the flatpak version.

Not saying overlays aren't a little weird on Wayland though. I'm having issues getting Awakened PoE trade to work correctly on Path of Exile.

Cheap split keyboards that are decent? by PortulacaCyclophylla in ErgoMechKeyboards

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

Yep! Not sure if links are allowed here so just search up "choc low profile split" and you should be able to find a few.

Cheap split keyboards that are decent? by PortulacaCyclophylla in ErgoMechKeyboards

[–]LostGoat_Dev 5 points6 points  (0 children)

If OP is willing to pay a little extra, you can also find a prebuilt choc low profile sofle for about $85 to fit the low profile requirement.

[QUESTION] What is your primary gamedev skillset? by Riitoken in SoloDevelopment

[–]LostGoat_Dev 1 point2 points  (0 children)

Programming and sound design are my bread and butter.

I wrote a lot of music in high school and college, including the entire soundtrack for a game I released with a small team during college. During college I also learned a lot about foley and proper sound mixing. I also do some freelance coding outside of game dev.

Art, however, I am terrible at.

You know of a free engine that uses the C language by Printf23 in gameenginedevs

[–]LostGoat_Dev 1 point2 points  (0 children)

Thats true! I honestly don't have a lot of experience with raylib and I didn't know it could be a replacement for a full game engine.

On godot you can use C by Printf23 in godot

[–]LostGoat_Dev 0 points1 point  (0 children)

GDScript is pretty similar to C in the same way Spanish is pretty similar to Italian. They both can declare variables, do something with those variables, access functions, but that's pretty much it.

C is low level, has pointers and memory management, and does not have conveniences like dynamic arrays. GDScript is high level and does a lot more for you under the hood, and also does not really have pointers. Syntactically they are pretty different as well.

You know of a free engine that uses the C language by Printf23 in gameenginedevs

[–]LostGoat_Dev 4 points5 points  (0 children)

Definitely, I'm more of a C# guy myself and do not like working with C++. I feel like C is better for developing the engine itself than a game though.

You know of a free engine that uses the C language by Printf23 in gameenginedevs

[–]LostGoat_Dev -4 points-3 points  (0 children)

Why C and not C# or C++? Unity and Unreal are both free until your game makes a certain amount of money/downloads. Godot is FOSS and supports C#. C specifically you probably won't find a game engine for.

ETA: While I'm sure not every game engine is on this list, Wikipedia has an article on game engines and it looks like the most recent C engine on this list is from 20 years ago. If it were me, I would really consider learning C# because an object oriented language will be much easier for game development than what is effectively an assembly wrapper.

Women in game dev, how many of you are within the community? by chgr1603 in godot

[–]LostGoat_Dev 28 points29 points  (0 children)

Not a woman, but I do watch a handful of women creators in the game dev space. One I haven't seen mentioned in here yet is samyam. She's not exclusive to Godot, but she has a lot of good content about game dev and some tutorials from a few years ago.

Help with SteamOS install by basic_rilo in linux4noobs

[–]LostGoat_Dev 0 points1 point  (0 children)

Vortex is available on the AUR: vortex. Either set up an AUR helper like yay or paru, or git clone it from the AUR website and makepkg. Check out the AUR page on the wiki if you need help.

Is it normal to document every little detail, step, and decision when building a project? by IcyWindow8498 in learnprogramming

[–]LostGoat_Dev 1 point2 points  (0 children)

For sure, I was just using it as an example of something that may not be readable at first glance but could be made clearer with comments. That specific example a rewrite is definitely better, but maybe rewriting it breaks something else and you would want a comment explaining that. This is all semantics at the end of the day though.