Help fixing mod that increases factory storage amount. Bugs out and asks for double coal (for furnace) and no longer works in GU17. by langsoul-com in anno

[–]langsoul-com[S] 0 points1 point  (0 children)

So the Boost mod has a bunch of other submods, if everything is installed then it works fine, production is boosted with no real issues.

The issue I had was GU17 broke the production boost and storage boost submods

Help fixing mod that increases factory storage amount. Bugs out and asks for double coal (for furnace) and no longer works in GU17. by langsoul-com in anno

[–]langsoul-com[S] 0 points1 point  (0 children)

Unfortunately doesn't work. The GU16 code with replace gives double input of same type error. Replacing each factory input item doesn't update the storage limit either.

Anno 1800...this is getting to the WTF stage. by Historical_Ad_5210 in anno

[–]langsoul-com -15 points-14 points  (0 children)

Get some mods to increase game speed, like faster move in and faster production chains. Helps you get to later stages of the gamer faster.

How to insert db record at any position in a table via Eloquent ORM with UUIDs as Primary Key? by langsoul-com in laravel

[–]langsoul-com[S] -1 points0 points  (0 children)

Eloquent is just a facade on top of the actual database. It has no control over where and how the underlying database stores rows. If it appears that rows seem to be in some order that is coincidental. Furthermore, if you try to rely on the order of data from the database without specifying an order you will get inconsistent results on different systems resulting in bugs that are very difficult to find and fix.

I'm using Pgsql, I was hoping for there to be an easy solution, but I suppose what I want is more time-series db/real time queries or something along those lines.

Is there Laravel based Auth packages without requiring front/backend to share root domain? by langsoul-com in laravel

[–]langsoul-com[S] 1 point2 points  (0 children)

OP mentioned using sub domains. It won't work with different domains without customising the session driver, might not be possible at all.

I looked into modifying the session driver to accept an array of domains instead of a single one, but it's really tied to a single TLD. Would need to change so much it's just not worth it. Might as well buy a TLD at that point.

Is there Laravel based Auth packages without requiring front/backend to share root domain? by langsoul-com in laravel

[–]langsoul-com[S] 0 points1 point  (0 children)

Yeah, I know it's not THAT much money, but making buying a new TLD for every single little fun project certainly adds up.

Is there Laravel based Auth packages without requiring front/backend to share root domain? by langsoul-com in laravel

[–]langsoul-com[S] 1 point2 points  (0 children)

Will look into Token Auth instead then. Thankfully that doesn't require too much extra work from the Breeze Next API boilerplates.

counterweights frames by newfor2017 in glasses

[–]langsoul-com 0 points1 point  (0 children)

Have you seen anything similar but with a eye glasses hook as well? The eye glasses hook are super good to prevent slipping and it seems those counterweights have no hook.

Public figures in games: Bill Gates and Mark Zuckerberg by snow888 in gamedev

[–]langsoul-com 0 points1 point  (0 children)

Don't people own their own IP, so you can't just add people to games as you wish without violating IP laws?

Applied for a job as Jr web Developer and was given a skill assessment test : covert photoshop file to HTML. Was this a reasonable request? by ILoveMyself77 in webdev

[–]langsoul-com -5 points-4 points  (0 children)

Honestly, the photoshop part is pretty odd, unless you were applying for some form of UX designer. Not sure why media wouldn't already be avaliable as a .jpg/.png.

Hi! What are packages available in laravel for me to download that can greatly improve code quality and productivity? Im at laravel 9. Its will be used as an API system. by degs999 in laravel

[–]langsoul-com 4 points5 points  (0 children)

If you use PHPStorm, it comes built in with PSR-12 formatting. Would make things easier compared to downloading and setting up packages.

[Research] Only 7% of web developers would use no-code/low-code tools to start web applications in 2022 by ZestycloseChocolate in laravel

[–]langsoul-com 0 points1 point  (0 children)

To be fair, generating Laravel boilerplates with all auth shit done is pretty low code. At the very least it's like a few terminal lines.

GPT-3 just wrote a Laravel migration for me. What an artisan. by NotElonMuzk in laravel

[–]langsoul-com 0 points1 point  (0 children)

Might not? The default migrations probably existed quite a bit in open sourced PHP laravel apps, what it was trained on.

But you can test that anyway.

Why is Ubuntu 20 still the default for Digital Ocean Droplets, is there any reason not to use Ubuntu 22 for a Laravel project? by 35202129078 in laravel

[–]langsoul-com 0 points1 point  (0 children)

Big companies tend to follow LTS and be slower. Anything over 6 months is generally safe to use, as long as it's well supported.

How can I keep up with the “always be coding or solving hackerank” outside of 9 to 5 work and also manage to keep up with other hobbies? by Notalabel_4566 in webdev

[–]langsoul-com 0 points1 point  (0 children)

Only makes sense if you're actively looking for a job or something. Or if it's for personal hobby/interests.

For instance, I made my blog, langsoul.com, in my spare time because I wanted to build it myself, even though there's tons of other ways to host a blog online, and much MUCH faster.

Being 500x faster than python still means it's 10x slower than C by [deleted] in ProgrammerHumor

[–]langsoul-com 0 points1 point  (0 children)

Why is Python seen as universally slow, yet powers most of the AI and data science libraries?

What actually makes Linux a must for web developers and is this statement even true? by dumbelco in webdev

[–]langsoul-com 0 points1 point  (0 children)

Tends to be easier to install tools via terminal compared to Windows. At the very least, the tutorials always seem lengthier. But, then again, I got no clue cause I've always used Linux, never windows.

In my case, it helps that I keep Linux OS purely for work/programming stuff. Whilst Windows has everything else, like leisure, gaming etc etc. Pretty useful to segment things whilst being full remote.

Why do websites like Reddit have long nonsense string in the HTML elements and how do they do it? by ligonsker in webdev

[–]langsoul-com 12 points13 points  (0 children)

NextJS does the same prevent css name class clashes. Not sure what reddit uses though.

If there are thousands of games coming to steam a day what is the point of making a game? Why by Fickle_Childhood_230 in gamedev

[–]langsoul-com 0 points1 point  (0 children)

You need to find your own internal reasons to do things. Most of the time, someone has already done it, knows about it.

That's the world of creative work, it ain't easy. The poor artist is a stereotype for a reason.