HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spinningD20

no profile record

comments

spinningD20
·anno scorso·discuss
A little off topic, but I had to refresh my memory as to what Garuda was. As a long time user of arch in various "forms" (initially manjaro until I grew frustrated with all the extra/different things, then antergos because it was mostly just plain arch with a nice installer/sane default packages, then endeavouros because it was the closest thing to what antergos provided me), I'm not sure how I missed garuda. Some of their utilities look convenient.

Thanks for the mention! I'll have to try them again on my next machine.
spinningD20
·2 anni fa·discuss
Yet if the business model / customer's _existing_ service agreement is changed, the temperature of the water that the frog is in just went up a little bit, so folks continue using it, which is what often happens as well.

"well, I'm not sure if they're going to start collecting or using my data, because I don't actually really KNOW that or the extent of everything, just an email from them with a vague update to an equally vague privacy policy that I apparently implicitly agree to if I don't discontinue using their service."

Just like a manufacturer/seller on say, amazon shouldn't be able to revise their product with cheaper quality under the same model number (and yet it happens all the time), changes to the agreement of a service should be treated as a new service.

Whatever the solution, it should be a big enough deal that it cannot be implicitly agreed to, and clear enough language (maybe vetted by a third party review of the agreement) to communicate to all users, what is at stake and how, to which third parties, etc.
spinningD20
·2 anni fa·discuss
As a toddler in the early 80s, I playfully stole my older sister's pencil when she was working on her homework, ran away with it, tripped and fell, the lead breaking off in my eye. Fortunately I don't remember any of that myself...

Almost 40 years later it's still there, still scaring any new eye care establishment personnel with each visit.

Fortunately no noticable side effects, other than when I get something in my eye and back out again, my brain keeps telling me something is there for an hour or two afterward.
spinningD20
·2 anni fa·discuss
it took me two weeks to get the sealed pinetime working back when it launched. for some reason it would get stuck on the initial boot screen, and it would be in a state to where I couldn't update the firmware. eventually in a mindless "flap/spin it in a circle with my hand while I was thinking about work" I felt it vibrate and to my surprise, it booted for the first time ever.

It turned out, even with a firmware update months later applied to it, that whenever it gets rebooted, I have to do the above movement until it finally decides to boot, and it's random. Sometimes it takes a few spins/flicks, sometimes I'm doing it for minutes on end.

I confirmed this isn't a red herring by leaving it in its frozen state and motionless, and it would never recover, even 24hr later.

This was the second Pine purchase of mine, the first being the PinePhone Pro, which A) I couldn't get activated on AT&T (not Pine's fault with the 3g phase out and whitelist approach, but I digress), and when I used TMobile, I couldn't make a call with it without having audio problems or etc.

Look, I wanted to support them, and the idea of less expensive open hardware/software, even if it meant rough edges, but completely non functional for even the most basic usages... I might as well just build my own and understand all of the reasons why something doesn't work instead of spending days or months getting it to do what it said it would do on the tin out of the box.
spinningD20
·2 anni fa·discuss
That tracks well (both the quotes and your thoughts).

One example that comes to mind where I want to roll my own thing (and am in the process of doing so) is replacing our ci/cd usage of jenkins that is solely for running qa automation tests against PR's on github. Jenkins does way way more than we need. We just need github PR interaction/webhook, secure credentials management, and spawning ecs tasks on aws...

Every time I force myself to update our jenkins instance, I buckle up because there is probably some random plugin, or jenkins agent thing, or ... SOMETHING that will break and require me to spend time tracking down what broke and why. 100% surface area for issues, whilst we use <5% of what Jenkins actually provides.
spinningD20
·2 anni fa·discuss
Just to clarify, I am definitely not saying this is only useful or only applies to databases.

The point was more that, I don't see how this testing approach (at the level that it functions) would catch all of the bugs that I have seen in my career, and so to say "all of the bugs" or even "most of the bugs" is definitely a stretch.

This is certainly useful, just like unit tests, assertions, etc are all very useful. It's just not the whole picture of "bugs".
spinningD20
·2 anni fa·discuss
The other issue I would point out is that building a database, while impressive with their quality, is still fundamentally different than an application or set of applications like a larger SaaS offering would involve (api, web, mobile, etc). Like the difference between API and UI test strategies, where API has much more clearly defined and standardized inputs and outputs.

To be clear, I am not saying that you can't define all inputs and outputs of a "complete SaaS product offering stack", because you likely could, though if it's already been built by someone that doesn't have these things in mind, then it's a different problem space to find bugs.

As someone who has spent the last 15 years championing quality strategy for companies and training folks of varying roles on how to properly assess risk, it does indeed feel like this has a more narrow scope of "bug" as a definition, in the sort of way that a developer could try to claim that robust unit tests would catch "any" bugs, or even most of them. The types of risk to a software's quality have larger surface areas than at that level.
spinningD20
·3 anni fa·discuss
I'd call it something like "Risk analysis, identification and mitigation group"
spinningD20
·3 anni fa·discuss
When outsourced, you either A) rely on someone in your org to tell them what to test and what the workflows are, ie use them as a warm body/monkey to click on things for you - this is what most people see QA as, which is silly - or B) you rely on the outsourced QA to know your product and know what is important or what all of the edge cases are.

If your product is non-trivial in size or scope, ie it is not a cookie-cutter solution, then the testing of your product will also be non-trivial if you want it to work and have a good reputation (including during those all-important live demos, poc's, etc).

QA does not mean "click on things and go through the happy path and everything is fine" - not saying you are implying that, but gosh the amount of companies that think it's child's play is crazy.
spinningD20
·3 anni fa·discuss
Doing every quality activity "after the fact" I agree is the issue. That's the root of the problem you're seeing, not that there was a separate quality team.
spinningD20
·3 anni fa·discuss
There are so so many instances where "rolling back" is just not a feasible solution. Working for a SaaS company with mobile/web/api and huge db's, migrations, payroll uses in the product, rolling back is and should always be a LAST RESORT. In 99% of the cases, something significant enough to want to roll back usually results in a "hot patch" workflow instead because rolling back or etc has its own risk.

> QA has always been about risk management.

100%.

QA should be related to identifying risk, likelihood of failure, impact of failure to user, client and company. The earlier this is done in the varying processes, the better. ("shift left" but I've seen a ton of differences with how people describe this, but generally QA should start getting involved in the "design phase")

Another example from my own first-hand experience:

A company I worked for made a product that plugged into machines that were manufacturing parts, and based on your parameters it would tell you whether or not the part was "good" or "bad".

When interviewing the leadership of the company, as well as the majority of the engineering group, "what is the biggest risk with this product" they all said "if the product locks up!". Upon further discussion, I pulled out a much larger, insidious risk; "what if our product tells the client that the part is 'good' when it is not?"

In this example, the part could be involved in a medical device that keeps someone alive.

You're not going to be able to roll that back.
spinningD20
·3 anni fa·discuss
I had this happen to me as well, though I remember that it was either a docker or snap/flatpak/etc version of it. Got things working but lost a few months of data, likely something I foolishly did while trying to make things work. Stopped using it and went with Seafile for a while - grew frustrated with that and stopped syncing files between computers altogether.

Later on, when I set up an old dell xeon workstation as a home server (using proxmox), I used the turnkey image of nextcloud, and have (knock on wood) not had any issues at all.

Anyway - I wanted to ensure it was fully virtualized this next time if/when this happens again. I have it backing up the base vm once a week (I have the file storage separate/outside of the vm). So... hopefully this doesn't happen again to the degree that it did.
spinningD20
·3 anni fa·discuss
Let me rephrase... Regardless of the interpretation of intent, this was not "rape in ff6" or "discussing rape", and "rape" is not in ff6.

If I heard as a parent that a game has rape in it, I am thinking "there is a scene in which a character is raped", and there is no way I would let my kids play that game, regardless of the rating, until I felt they were mentally or emotionally ready to be exposed to such an awful scene.

This is not rape in a game or anything like that. Speculation or interpretation of events or intent is FAR different than a scene literally displaying such an act.

So, my commentary in this thread has been to clarify, there is no such scene in this game, and any interpretation or speculation is just that. It does not explicitly actually occur in the game.
spinningD20
·3 anni fa·discuss
This is not explicitly stating that it is rape by any means, and I don't interpret it that way. It seemed to me that Maria and Setzer had a history already and he was stealing her away from her opera life, which she may or may not have wanted, we are not told whether or not she even wanted to work at the opera house, or what those conditions were. Casting characters in these negative lights without explicit proof is just silly. Especially after you get the backstory on Setzer and his love interest - nothing else in the game paints him as character that would do something awful like that.

The grounds for "FF6 has rape in it!" seems super super shaky. It feels like the sort of thing where people are decided that Satsuki & Mae from Totoro are really "dead and ghosts" during the entirety of the movie. It's silly.

Don't scare people away from a classic for things that aren't true.
spinningD20
·3 anni fa·discuss
Your mentioning of "rape" here sent me on a google journey... I don't remember anything like that happening or even being hinted at in FF6, what are you referring to?
spinningD20
·3 anni fa·discuss
This seems like a negatively charged take. Vampire Survivors could have been made in a ton of different engines that are far far less capable that Godot, for example. The engine is not the thing that holds back a product from succeeding.

This is the same as saying "no FAANG company uses X language/platform so X is a toy", it's far too reductive and not actual reality.
spinningD20
·3 anni fa·discuss
Serious question: Why would this be any different than reading a book?

Is the implied suggestion, that, anything that is not "real" is bad? Does watching a tv show, movie or youtube video, reading a novel, or listening to podcasts of people discussing things (either fictional or "real world") have the same supposed impact? What about listening to a co-worker tell me about their weekend?

How do we define a disassociative activity?
spinningD20
·3 anni fa·discuss
I used to wear a special bite splint / alignment device thing after I had the misfortune of an accident that messed up my jaw in my teens. To this day, one side of teeth make contact before the other side by just a mm or 2.

My teeth don't grind at night, but the next time I head to the dentist I'll look into seeing if I can have the issue corrected... worth a shot!

Thanks for the suggestion!

Edit for more info:

My wife helps out with back and neck massages, and my traps (neck and between the shoulder blades) usually have knots on the days I have trouble. I plan on ruling out weak traps and other muscular imbalances for good this spring, but as I mentioned in my initial comment, I have had three different rounds of PT sessions with different workout strategies over the last decade, and still no resolution (nor improvement during/after).

This tension thing waxes and wanes just like the other symptoms, but far more frequently.
spinningD20
·3 anni fa·discuss
Thanks for the response!

Yeah, Ménière’s and BPPV has been ruled out, thankfully.

The oddity is that the sets of symptoms waxes and wanes on the order of months. I had sudden hypertension (170/100, not overweight, ~155lbs and 5'9, decently healthy diet for sodium, etc) from 2016-2019, then within a couple months it completely disappeared and went back to normal (120/65). No known or significant changes in diet or lifestyle when it dropped or leading up to it.

I've kind of just "accepted" that I will have these various, "random" health issues, and am just doing my best to figure things out / mitigate them as they come along. The neck-tension-turning-into these "cervicogenic headaches" are the largest common hurdle to my life on a frequent basis. I can deal with the other noise of issues.

Anyway. Thanks again for responding!
spinningD20
·3 anni fa·discuss
You just sent me on a research adventure. I have struggled with chronic neck tension and pain for the last 15 years with no obvious origin event, and sometimes take 2-3 ibuprofen every day to take the edge off, when it's at its worst.

Thank you for bringing this up!

Background for me for those interested:

Within a few years of struggling with chronic pain and tension headache episodes (vomiting, catch-my-breath level of pain for hours), I had my first "vertigo event". I was sitting in a chair in an office in front of a whiteboard, writing and thinking and chatting with a team, nothing special or different. Never had an inner ear issue before this moment.

Since then, I have struggled (seemingly randomly) where I have ear fullness (almost entirely without hearing on left ear for a month about 6 months ago, then everything slowly came back, for example), varied tinnitus levels, light-headedness, unable to turn around too fast without losing balance... and it waxes and wanes.

Now I am wondering if any of the waxing or waning of these symptoms have anything to do with my usage of ibuprofen. I found a study suggesting this back from 2010 just now, and wonder how I've never connected these two dots.

Of course, I have to mention neck tension and inner ear related issue, aren't the only health issue I've had in the last 15 years. I've gained GERD (probably not surprising), hashimoto's and vitiligo, as well as sudden onset of mild astigmatisms after the first few years.

I have tried my best to avoid using ibuprofen at all, but it is the only thing that can take the edge off of the neck trouble before it turns into that awful, torturous headache/barf session.

PS) I know most folks will see "neck tension" + "inner ear problems" and jump to pinched nerve, spinal damage, ergonomics, posture, etc, but even after a great deal of lifestyle changes, reduced time at an office desk, yoga, Feldenkrais method, numerous physical therapy stints, I am confident that it is not the cause and "how good I am doing posture/movement" has no strong correlation to pain levels or inner ear trouble on any given day - it is seemingly random.

PPS) Definitely open to suggestions or ideas, but I will be surprised if something is mentioned that I have not tried or looked into.