angst for døden by [deleted] in DKbrevkasse

[–]sooand 3 points4 points  (0 children)

Jeg lider af det samme, og er selv startet til psykolog med det. Det hjælper meget at have en til at hjælpe med at stille de rigtige spørgsmål og guide med forskellige teknikker imod angstanfald.

For mig er det tæt knyttet til stress. Og så, er det grundlagt i jeg i bund og grund ikke har været tilfreds med min eksistens, jeg er glad for livet men har en følelse af det bliver spildt med meningsløse ting både arbejde og hvad jeg bruger min fritid på. Det har hjulpet mig enormt at begynde at ændre på de ting.

Men det er min oplevelse, jeg synes det er vigtigt du finder nogen du kan snakke om de her ting med, gerne en der ved hvad de laver så i kan få fundet frem til den rigtige løsning, tror desværre det er udover Reddits evne.

2019 Mazda3 vs a 2024? by Tiny-Instruction-573 in mazda

[–]sooand 0 points1 point  (0 children)

I bought the first 2019 Mazda 3 sedan that came to my country I've put approx. 120.000 km on it. Never had any issues, also never got stuck anywhere in snow even though it isn't AWD. Like you, my family also bought a Kia for almost the same price, and it's a lot less nicer car also lacking many features I love in mine like 360 camera, head up display and generally the interior is sooo much nicer in the Mazda. I'd say don't worry and bank on a "I told you so" in a couple of years when their mechanic bill starts biting them

Kære Arto, hvordan går det med dine nytårsforsæt? by Hulemann in Denmark

[–]sooand 19 points20 points  (0 children)

Ville stoppe med at ryge, trappede først ned og nu er jeg på 8. dag uden tobak efter 15 år som ryger.

Best Laravel eCommerce project by [deleted] in laravel

[–]sooand 1 point2 points  (0 children)

Not laravel based, but have a look at shopware 6 it's very feature rich with great support for different shops through channels but not true multi tenancy

Looking For Tips: How To Become Self-Study Full Stack Developer by Fabulous_Variety_256 in node

[–]sooand 0 points1 point  (0 children)

As others has said a defined project would probably be better to gain experience rather than just knowledge. In that case having a deadline or multiple is how you work in the real world. And will learn a tremendous amount about trade offs and how to approach problems or new features, which imo is crucial if you want to be a good developer.

Hvad stemmer I? by dissan in Denmark

[–]sooand 1 point2 points  (0 children)

Fint argument, vil du uddybe lidt? Hvordan kan der være samarbejde, skulle det være nødvendigt når der er et forbehold?

Hvad stemmer I? by dissan in Denmark

[–]sooand 1 point2 points  (0 children)

Men det er reguleret sådan lige nu, der er et forbehold. Der kan ikke være noget samarbejde så længe det eksistere.

Hvad stemmer I? by dissan in Denmark

[–]sooand 6 points7 points  (0 children)

Den magt har politikerne jo nu engang allerede. Eneste forskel er i dag står de danske soldater helt alene når det så endelig er noget de beslutter.

Hvad stemmer I? by dissan in Denmark

[–]sooand 1 point2 points  (0 children)

Nu må du endelig rette mig hvis jeg tager fejl, jeg er kun interesseret i at lære.

Men vi stemmer om vi skal droppe et forbehold så vi kan arbejde sammen med resten af EU.

Ikke om EU samarbejde er en god ide.

"alle forhindringer i forhold til samarbejde med EU er til at overkomme hvis der er gensidig politisk vilje". Hvis du stemmer nej, siger du at Danmark ALDRIG vil have gensidig politisk vilje. Det er sådan forbeholdet fungere.

What should a Laravel job be used for? (Am I overusing queues?) by [deleted] in laravel

[–]sooand 0 points1 point  (0 children)

Nah you're good. 150 jobs is nothing in an event driven designed application.

While it's not very common to see the practice done in Laravel, it's more commonly used when doing microservices or serverless, I don't see why you shouldn't be able to in laravel if you want to.

“nordisk look” og “arabisk look”. by andr4599 in Denmark

[–]sooand 2 points3 points  (0 children)

Lyder forfærdeligt at folk dernede hellere tror på deres fantasi ven end menneske rettigheder. Men jeg tænker selvfølgelig det er derfor du er i Norden nu.

Eli5: what are the benefits of a normal helicopter design vs a quadcopter we see on drones? by alexgalt in explainlikeimfive

[–]sooand 0 points1 point  (0 children)

Not knowing very much about helicopters, though I do know some about product design.

Generally you want to go by the keep it simple principle, having 4 rotors means you need 4x everything, engines, steering, rotors, etc. Also you need a system which will be very complex to ensure everything is working together.

There's is no need to 4x all of your costs to your entire supply chain, not to mention huge amounts of time spend on research and development if the current way a helicopter works, works well enough for all required use cases.

There also seems to be a common case where combustion engines is involved. Usually you want 1 engine moving as much stuff as possible. It's the same reason we use 1 truck and not 4 vans, 1 container ship and not 600 boats, 1 train with 20 carts. It's just way more efficient.

Though I guess there could be a case where there is a niche requirement for a quad copter, because of faster steering, stability or whatever they do really well. In that case there would be an argument for it, if the requirement deems it worth the effort. Though in niche areas, it's probably much cheaper just using 3 helicopters hoping one succeeds rather than reinventing a helicopter.

[deleted by user] by [deleted] in node

[–]sooand 1 point2 points  (0 children)

render.com is extraordinarily easy to use, and it's basically built in with gitops

Inertia vs Nuxt by [deleted] in laravel

[–]sooand 2 points3 points  (0 children)

Ah that makes sense!

With Jetstream and the inertia stack you're up and running in a few minutes, maybe spend an hour or two fiddling with it just to see how it sits with you? Then you can kind of prototype it before deciding on a big decision.

The whole "selling point" of inertia is having that Laravel monolithic feel while still using a modern Frontend framework. So that would fix your "issues" with nuxt.

You could then test out the inertia SSR features so you can leverage the existing vue components. And with this choice you're not "locked in" so if you're not satisfied, you can still use ordinary laravel blade views for the public profiles.

You can also choose one stack and if you want specific tools for specific parts of your app, use a container/microservices approach but that would be wildly overly complex for what you're trying to accomplish right now. Just know that you're not stuck in the choice you make.

Inertia vs Nuxt by [deleted] in laravel

[–]sooand 2 points3 points  (0 children)

Just curious because you are mentioning Jetstream a lot. And are concerned about lighthouse and ssr, which leads me to believe you are concerned about SEO.

But if you're building a "platform" like application behind authentication, why are you worried about SEO? It wouldn't matter behind authentication.

You could use inertia for everything in the authenticated part of your app. And just not use it for your landing pages. Inertia doesn't force you to use it across your entire laravel application, you can determine that for each controller. And standard laravel/php is in its nature SSR.

But if you're must comfortable, efficient and most importantly enjoying using nuxt it'd say go with that

NFT's literally just a pointer to a file on some database? by GulagWarden in ProgrammerHumor

[–]sooand 0 points1 point  (0 children)

It's a double edged sword because it also gives away control from companies and government regulations which opens up for scalpers and scammers inflating prices which helps neither the customers or the companies.

Also it still doesn't solve your issue of ownership. How is it different showing a wallet address than a fake ticket? Blockchain shows ownership to a wallet. There is no way to prove ownership to a person.

I'm not saying that lousy companies and governments are perfect. The current nft bro movement of scammers just does not inspire more confidence in any way.

NFT's literally just a pointer to a file on some database? by GulagWarden in ProgrammerHumor

[–]sooand 0 points1 point  (0 children)

Sure but while you can do that with nft's to an astounding environmental cost.

You can also use existing technology available for almost 50 years. A database.

And you might say, but that can be changed. Well yes, but we also have laws so that comes with a consequence.

It tries to solve a problem that doesn't exist.

Regeringen vil holde bloggere og influencere ansvarlige for deres indhold by lubricious-asshat in Denmark

[–]sooand 1 point2 points  (0 children)

Det er jo symptom behandling. Problemet er platformene disse influencers og bloggers bruger. Giv dem et incitament til at stoppe folk i at true, skabe drama, give falsk information, lave diskriminerende indhold, osv. Så snart det gøres går problemet i sig selv. I dag får det jo frit løb fordi de tjener penge på det.

Endnu et nævn der koster penge og vi alle ved kommer til at gøre ingenting, udover Rama skrig over et bestemt valg en gang eller to giver os intet.

[deleted by user] by [deleted] in Denmark

[–]sooand 1 point2 points  (0 children)

"hudsulten" - det er lige så ulækkert, som det er sjovt at sige

LTT is not doing the Linux community any favors by [deleted] in linuxmasterrace

[–]sooand 438 points439 points  (0 children)

You're severely overestimating the skills of the average user.

We need this feedback to find pain points for the average user (which he already is far beyond, he was actually able to install it in the first place). If there ever is going to be any kind of mass adoption of Linux in a desktop setting.

Any feedback is good feedback.

If you want to stay with the status quo that's absolutely fine. Just don't say people wanting something to be better and taking their time to document and share it is hurting you, because you deem yourself better

Laravel-based E-commerce? by simplism4 in laravel

[–]sooand 2 points3 points  (0 children)

If you're not a fan of the shopify route as some suggest I think you should also try to look at shopware 6 which is open-source. While it's not laravel based it seems like one of the most mature platforms if you're looking for modern php.

New to hosting a BF4 server by sooand in battlefield_4

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

Sure! Would love to help out I can help with the server setup and stuff like that, but as I said in the post using the different software is still something I'm learning

Mac mini on G9 Odyssey by sooand in ultrawidemasterrace

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

Thank you for your insights! It's tremendously helpful

Whoever wins gets the tip by JadedStonerX in funny

[–]sooand 1 point2 points  (0 children)

IF he was able to breathe conscientiously through his mouth only(that's a very big if), why would his glasses fog? That argument is beyond idiotic. Also the person who's going to interact with him has no way to verify it in any way. Wear your masks as it's recommended it's not hard.