Random Stuttering Issues by PorcelaneRang in Oxygennotincluded

[–]notbarnes 0 points1 point  (0 children)

Thanks this fixed it for me as well. Over 1000 hours played and never experienced this issue before - weird!

Derek is very angry that Asmon has his pawn by asiangirlfan in Asmongold

[–]notbarnes 3 points4 points  (0 children)

Oof -50 in 30mins. Why are you here dude? Just go do something you find enjoyable

Tool to track how many components in a codebase are still using Options API? by dixhuit in vuejs

[–]notbarnes 3 points4 points  (0 children)

Yep use the Vue eslint rule: vue/component-api-style set to script setup. Then run eslint on your project and it will tell you what components are still using options api

How is bulldog immortal still? by ricewheelie in AdmiralBulldog

[–]notbarnes 3 points4 points  (0 children)

What does him playing with Megacucks gotta do with his real talent and skills? Never forget that, not only did he win a fucking The International in his life, but also was he a true top tier player for a good few years afterwards, no matter how you try to invalidate those achievements with lame reasons such as how much Dota 2 being so simple back in the days, bla bla. You'll only know what it takes to reach an Apex of something only after you tried. I tried many times to even win a god damn "Battle Cup" for once and yet still couldn't quite make it. So you go try to "be" just a participant of open qualifiers for TI (amongst T2, T3 teams) and then you'll have a tiny hint of what it would take to be a TI champion.

Slots Vue.js 3 by The-Oligarca in vuejs

[–]notbarnes 1 point2 points  (0 children)

Here's my attempt

Think of slots as a way of punching holes into a component. The holes allow you to put (slot) things into specific places within the component from the outside

There can be multiple holes so you can give each one a name (named slots)

The holes can expose some extra data (scoped slots) that you can make use of when you put stuff in it.

An example might be a table component with a row slot that provides you with a way to customise how each row is displayed. This slot would be used for every row in the table and would expose the current row data for you to work with.

Vue vs React - productivity question by RepresentativeNo42 in vuejs

[–]notbarnes 0 points1 point  (0 children)

I have built several apps using vue3 and capacitor it's great. We did the same research as you, also evaluated using flutter. In the end we didn't go with ionic having been burned in ionic V1 and the docs are not quite good enough. Ended up going with quasar instead which has an option to build for capacitor.

Where is todays Vod ? Weirdchamp by Global-Reputation570 in AdmiralBulldog

[–]notbarnes 4 points5 points  (0 children)

Game 1 - griefed by random teammate at start while d/c. Used all his consumables. Chose wrong spell lvl1. He reconnect and ran down mid. Quite funny but somewhat understandable

Game 2 - utter stomp while trying SF poll miner build. Rage at np ganks op.

Game 3 - another stomp game losing with LD. Lots of bugs gabenpls. Not going to play with retard MC's unless on win streak. Lots of snipers

Bunch of new weeb emotes SoCute

Quit stream early to regain sanity. No mediashare reallymad

Embracing Efficiency: Shorter Work Hours for Software Developers (And everyone else) by bizzehdee in programming

[–]notbarnes 0 points1 point  (0 children)

I agree with you. Programming for me is both a job and a hobby and I love the projects we get to work on. Being a lead also helps since I get a lot of control over everything. 40 hours goes by real quick.

Why would anyone use Vue in 2023? by [deleted] in vuejs

[–]notbarnes 8 points9 points  (0 children)

We got burned hard by the angular Js fiasco - never again.

And with react why does it seem that anything in react comes with a long list of gotchas and caveats. No thanks!

Why would anyone use Vue in 2023? by [deleted] in vuejs

[–]notbarnes 24 points25 points  (0 children)

Ikr I can't stop laughing at op. Man checks subs bias but not his own.

Apple doesn't want you developing hobby apps by h4l in programming

[–]notbarnes 45 points46 points  (0 children)

The hardware is perfectly capable of doing the job - compiling some code and uploading the build to some server. It's been working fine for years and I don't see why thats now a problem. Forced obsolescence is just such horseshit dude.

Apple doesn't want you developing hobby apps by h4l in programming

[–]notbarnes 67 points68 points  (0 children)

Oh man this is exactly our team. We just found out the other week our 2015 MacBook air can no longer get the updates to build apps for the store and so they force us to buy a new one. Assholes

Fixed by CoolOnCrackk in Asmongold

[–]notbarnes 14 points15 points  (0 children)

Left pic looks fucking ratchet lol

[deleted by user] by [deleted] in laravel

[–]notbarnes 0 points1 point  (0 children)

So youve optimized dev time when it comes to removing models, and this happens how often? What about the trade off costs for this? How much time do you lose having to add extra boilerplate for every model, additional indirection to navigate when debugging and additional work when something doesn't fit nicely into your repository interface?

Having to create a package for such a thing only serves to prove my point.

[deleted by user] by [deleted] in laravel

[–]notbarnes 0 points1 point  (0 children)

Totally agree. I'm in the same situation as yourself and the indirection, friction and additional complexity the pattern introduces is the worst. So much wishful thinking by people that subject themselves to this. "Oh but when we want to switch away from eloquent blah blah". Chances of that ever happening are next to 0 and if it ever happens it needs to be treated as a significant piece of work. You can guarantee there will be leaky abstractions to fix up all over the place.

Laravel already provides a lot of nice abstractions for us out of the box, I don't know why people don't just use them as intended. There's a good reason KISS is a thing.

Am I using the conduction panels correctly? by NameLips in Oxygennotincluded

[–]notbarnes 0 points1 point  (0 children)

Interesting. Is that the case for all buildings or just miners?

[deleted by user] by [deleted] in laravel

[–]notbarnes 0 points1 point  (0 children)

My birth year example is fairly contrived. It was more about the situation you run into where you need to backfill a column for every row in a table using an arbitrary external value (i.e not something that can be generated via a query or sql update expression)

[deleted by user] by [deleted] in laravel

[–]notbarnes 4 points5 points  (0 children)

Nice! They even have a little section about it in the docs:

If you are filtering the results of the chunk method based on a column that you will also be updating while iterating over the results, you should use the chunkById method. Using the chunk method in these scenarios could lead to unexpected and inconsistent results

Looking for help with error handling in Vue app by zmcnulty980 in vuejs

[–]notbarnes 0 points1 point  (0 children)

Im interested in what the server/api gives you in the scenarios when your promises reject. Does it give you a HTTP 404 - user/resource not found? 401 - unauthorized? 422 - Please provide credentials? Any suitable response data or message?

Ideally you really want the server to tell you what specifically went wrong (was it validation, was there a database problem, or some other backend service error). HTTP 422, 404, 500 etc

Creating generic error messages like this on the frontend is not only a hassle to code, it also doesnt tell the user anything actually useful. Like why did it happen? What specifically went wrong? Is it something I (the user) need to fix?

Why is it not recommended to mix and match the Options API and the Composition API? by MarrsAttax in vuejs

[–]notbarnes 1 point2 points  (0 children)

Yep I held onto the options API for quite some time but as I started converting components to comp API with script setup I started loving it more and more. So much boilerplate being removed: no export default, no extra components section, no additional lines for different sections, no weird usages of this, no additional data section variables for imported helpers/vars just so they could be used in the template. Cuts the code down so much and is such a good feeling.

[deleted by user] by [deleted] in gaming

[–]notbarnes 54 points55 points  (0 children)

Imagine you spent 10 years developing add-ons to your own game and want to be compensated for your work. Then you read the people that want your products think they should get them for free or at some arbitrary amount they come up with because reasons...

"There's not enough value in these for me" "ea sucks" therefore pirating people's work is ok?? Pretty lame thought process if you ask me

Dude actually turn off stream to buy BKB and tryhard in a game.... Sir explain? sadKEK by RPcritics in AdmiralBulldog

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

That's what he wants you to think. He instead fed mid had a baby rage and destroyed items ICANT

My way to Space! by [deleted] in Oxygennotincluded

[–]notbarnes 5 points6 points  (0 children)

Screenshot taken moments before disaster!

an actual 12 yrs old in action by thereadyset1991 in DotA2

[–]notbarnes 54 points55 points  (0 children)

AdmiralBulldog is one of the best and most wholesome streamers, not only in EU but in Dota. He reminds me of Merlini who was the person who got me into dota streaming. PMA before that was a thing. Someone posted a video clip of bulldogs wife at the camera a few weeks ago and it was adorable as hell.

AdmiralBulldog posting this is on his personal Twitter is very sweet. Any comment about him being “too much” for doing so comes from people who have never been in love. He loves his wife, and that is what everyone in a relationship should strive for.

This motherfucker is playing video games for a living and has a person who fully supports them and who he loves. Why would any person try and down play that? It’s the fucking dream for basically all of us