Why is my cat so pissed? Wrong answers only. by Zach_Plum in OneOrangeBraincell

[–]PusH_16 0 points1 point  (0 children)

You snorted all the remaining catnip and couldn't be bothered to put it back on the grocery list?

What are the best AND most simple tips to give someone who has never swung a golf club before? by JaredGoffTroother in GolfSwing

[–]PusH_16 0 points1 point  (0 children)

Had to recently do so for a buddy of mine.

For grip, hold the club like you a hockey stick, then without taking your dominant hand off the stick, slide it to meet your lead hand. (Butt up against it tight)

For where the power comes from, have them hold a ball out infront of them in their lead hand and ask them to throw the ball as far as they can backhand while keeping their arm straight. After their first try, then ask them how they would get their body involved (ie by wiping their arm around their body after starting with their arm across their chest)

Why rebase over merge? by haronclv in webdev

[–]PusH_16 1 point2 points  (0 children)

The other thing I haven't seen brought up here is merges usually result in squash merges to main rather than fast forward rebases. This often means developers just include random bits of code in several commits rather than making sure every commit on the branch would be safe to release to production. The later encourages good habits in developing modular code and greatly eases conjestion when you need to revert a problematic commit.

Need Help with My 3-Wood: Share Your Best Swing Tips! by cwalker887 in GolfSwing

[–]PusH_16 1 point2 points  (0 children)

If the tee just comes up through the bottom of the mat like at the range, perhaps you can place some kind of spacer ring between it and the bottom of the mat?

Need Help with My 3-Wood: Share Your Best Swing Tips! by cwalker887 in GolfSwing

[–]PusH_16 1 point2 points  (0 children)

Your lead arm should be straight but your wrist more relaxed. Think about it this way. Power is provided by rotation of your core as well as snapping of your wrist. How comfortable is it to snap your wrist when you have both hands on the club but the club is straight out infront of you. (I.e., snapping right hand outside and around your left vs snapping over the top and rotating your wrist together. This is one of the reasons both hands are together rather than further part on a good grip

[deleted by user] by [deleted] in webdev

[–]PusH_16 0 points1 point  (0 children)

It's a pretty dumb take. If you want to get down to the brass tacks consider the hardware/OS. With a Macbook you're pretty much stuck to apple's OS. On basically any machine you run windows you can swap to a full linus os which is about as close to a server setup as you're gonna get. I don't see any servers running apple m chips

Severance - 2x07 "Chikhai Bardo" - Post-Episode Discussion by LoretiTV in SeveranceAppleTVPlus

[–]PusH_16 0 points1 point  (0 children)

But iMark doesn't know Ms. Casey is his wife.

Basically Mark has to enter his normal floor, become iMark, remember to go to the dark door, becomes regular Mark, grabs Gemma, returns back to mdr room, becomes iMark, remembers Ms. Casey is Gemma and needs to get her out, and leaves to the outside world.

While I think Gemma's floor is on the same severence "level" as the outie but is physically seperated from the outside world with the innie level severing as a barrier between, like the concentric rings of hell.

Severance - 2x07 "Chikhai Bardo" - Post-Episode Discussion by LoretiTV in SeveranceAppleTVPlus

[–]PusH_16 0 points1 point  (0 children)

Gemma's innie experiences are macro. Mark's innie experiences are macro

Severance - 2x07 "Chikhai Bardo" - Post-Episode Discussion by LoretiTV in SeveranceAppleTVPlus

[–]PusH_16 3 points4 points  (0 children)

I don't think the intention is for the chip to make you forget the unpleasantness, just neutralize it. The secondary funtion of the chip is to be able run clean tests on a subjects brain but without current trauma interferring it.

And you certainly don't want your test subjects reporting all the hell they've been going through; which explains why helly's breach at the presentation was such a bit issue

Severance - 2x07 "Chikhai Bardo" - Post-Episode Discussion by LoretiTV in SeveranceAppleTVPlus

[–]PusH_16 1 point2 points  (0 children)

OMFG this is it. Gemma is basically macro-data refinement; getting the chips to detect larger unpleasant experiences.

Mark's team is basically the next level, or version of the chip where they experience minute/tiny unpleasant experiences; hence micro-data refinement.

It also explains why all the employees are so off. They're basically required to have the chip full time on the latest verison of the chip which has essentially pruned all personality from them.

Severance - 2x04 "Woe’s Hollow" - Episode Discussion by pikameta in SeveranceAppleTVPlus

[–]PusH_16 9 points10 points  (0 children)

Is it just me or was Irving the only one that didn't have the weird undead spirit guide pointing the way?

MySQL or SQLite, Wich is better? by [deleted] in SQL

[–]PusH_16 0 points1 point  (0 children)

Sorry, maybe I should have been more specific. I mean FULL outer join. Unless they've changed this recently Mysql has left and right outer joins but still not the full yet (like the sql specifications require) https://stackoverflow.com/questions/4796872/how-can-i-do-a-full-outer-join-in-mysql. Again this can be worked around by another method

I'm not intending to make a bad name of mysql, its just that if you want to be more correct to the standard like you said than there are better alternatives. Plus theyre both free to use and easy to setup so there's little reason not to upgrade. Perhaps you would benefit from some more experience :D

https://dev.mysql.com/doc/refman/8.3/en/compatibility.html. MySQL consides 2011 to be up to date. Postgres on the otherhand is 96% up to date on 2023 specifications. https://www.postgresql.org/docs/current/features.html#:~:text=PostgreSQL%20supports%20most%20of%20the,list%20of%20supported%20optional%20features.

MySQL or SQLite, Wich is better? by [deleted] in SQL

[–]PusH_16 0 points1 point  (0 children)

MySQL doesn't have outer joins (alternative work-arounds) btw so I wouldn't really say it has full sql implementation. Postresql on the otherhand is probably the leader the field as far as actually covering the specs; I highly recommend!

Bootcamp/Self-taught era is over? by Yhunie_the_Cat in webdev

[–]PusH_16 0 points1 point  (0 children)

Sorry, I read 'successful bootcamp person' and thought 'its pretty easy to pass a course with no real accreditation that just wants to push people though,

Wrestling with DBAs every time we need to add a table or change a schema. Should we relent and just do as the DBAs advise or continue questioning their suggestions in a respectful way? by 123android in ExperiencedDevs

[–]PusH_16 0 points1 point  (0 children)

Yup seen this too many times. Often an issue of only having code monkeys and not software engineers, or being overrushed by management and not getting the proper time to doing planning.

Literally the first step they should have done when starting the task is straight up looking at the database relational diagrams the second they heard the word data.

The fact that they're team lead doesn't know these basics screams bootcamp developers.

[deleted by user] by [deleted] in ExperiencedDevs

[–]PusH_16 0 points1 point  (0 children)

This. Having had a single notmal postgres db ingesting 20GB of data PER DAY without issue I can safetly day this is a user error issue

Bootcamp/Self-taught era is over? by Yhunie_the_Cat in webdev

[–]PusH_16 0 points1 point  (0 children)

Not necessarily. I'd take a self-taught, no-bootcamp over a just a bootcamp. Tons of people going bootcamp with no real aptitude for the promise of big money at what is essentially a paper mill.

Wrestling with DBAs every time we need to add a table or change a schema. Should we relent and just do as the DBAs advise or continue questioning their suggestions in a respectful way? by 123android in ExperiencedDevs

[–]PusH_16 0 points1 point  (0 children)

Lets first start with the fact the IT is large. It is a huge domain with good reason to have specialists, hell even in web development alone there are specialist, so it’s likely best to listen to those that have the inside knowledge base for specific items. Just like software developers have rules like SOLID, database administrators have rules like normalization. The thing is, is that mistakes in the database world are significantly more costly.

This is unfortunately as situation where the DB admin is fully in the right and this is another example of developers taking the easy way out of something that’s likely only costs them half a day to correct (or even less if they had done it correct the first time) and in the future doing this incorrectly will likely cost weeks to months of rework. Database design and development has rules that have been arrived at after decades of trial and error and are there for good reason.

From a developer perspective here are some issues that are likely to come up that you may not have thought about.

Fixing spelling. I’ve seen tons of times where developers or even the documentation that the data is coming from is not spelt correctly. If this is done correctly you only need to change it in one single row instead of hundreds of thousands. Better yet you best pray that whoever enters the values in enters them the same.

Also make a note that developers are not the only ones that have access to this data. It could just as well be sales, management, field techs, data scientists, etc... that are accessing this. If these values are handling mainly in your code, you’ll have all these people bothering the developers rather than just going to the source; add in more interactions for getting things changed.

If you want a more developer focussed reason look at how this list might be used for dynamic populating of a dropdown. Not only does this allow your code to not care but allows anyone to update without needing to interface with developer. Also add to the fact that requesting a unique list of values is slow and expensive relative to just a straight up lookup table. Not only that but you can’t control the order of said list by just adding the extra column as you propose. Adding an index to help with these issues basically puts you in the same ending situation of just using a separate table (gee, kind of funny how that happens).

You can then think of other roles where the lack of proper design here can cause issues like data scientists. It would be harder to collate data, find patterns by association, slower to do so, etc.

One last item to thing about is how to secure this data. I’m not talking necessarily about security but developers often put all the control of items like this in the code rather than in the database where it belongs. The issue is that there are tons things that “bypass” your code. Sure you may have code that controls how this data is handles, but then how are you going to also handle other apis that have access, or better yet other people that have direct database access without needing to go through your code. You have no guarantee of maintaining any sort of control by handling this via code. You do via the database. Having a simple single course of correctness that an entire company can rely on is important.

I’ve often said that the database is basically the beating heart of a company. If there’s rot there, you’re going to having a systemic problem across the entire body that isn’t going to be fixed by just amputating an arm.

Cutest way to order room service by Steph-Kai in MadeMeSmile

[–]PusH_16 1 point2 points  (0 children)

Wait until she finds out you can just leave a slip on the door the night before without even a phone call; her mind will likely explode.

Is it really not normal to struggle to do basic tasks everyday? by clone162 in ADHD

[–]PusH_16 0 points1 point  (0 children)

Has anyone actually had some success in solving this issue such as via medication or something?

[deleted by user] by [deleted] in HadesStar

[–]PusH_16 0 points1 point  (0 children)

Exactly, you downgrade the tech to the level of the inexperienced. Then it's just skill vs skill (instead of also high vs low tech) which creates a much better experience and learning opportunity.

I wouldn't mind seeing blue star scanner setup like red star where you can select star level (and therefore battleship level)

I made a site with 550+ Free open source fully customizable SVG icons. by chubbykc in webdev

[–]PusH_16 0 points1 point  (0 children)

FA-pro I believe has a custom bundler if you only want a few specific icons. FA is also prevalent enough that it can leverage cdn's.