HackerLangs
TopNewTrendsCommentsPastAskShowJobs

krinchan

no profile record

comments

krinchan
·5 maanden geleden·discuss
It's not just the status quo, it's a nightmare to enable. Somehow between Google Play Advanced Protection and Google Account Advanced Protection I have to resort to several reboots and adb + USB debugging sideload to get an app loaded. @.@
krinchan
·5 maanden geleden·discuss
[flagged]
krinchan
·5 maanden geleden·discuss
I feel like we work at the same place. IT Husbandry/Debt Paying/KTLO whatever you call it is being ground into dust. Especially repetitive stuff that I originally would've needed a week to automate and never could get to the top of the once quarterly DevOps sprint...bam. GitHub Action workflow runs weekly to pull in the latest OS images, update and roll over a smoke test VM, monitor, roll over the rest or rollback and ping me in Slack. Done in half a day.

I've got a couple Claude Code skills set up where I just copy/paste a Slack link into it and it links people relevant docs, gives them relevant troubleshooting from our logs, and a hook on the slack tools appends a Claude signature to make sure they know they weren't worth my time.

That said, there's this weird quicksand people around me get in where they just spend weeks and weeks on their AI tools and don't actually do much of anything? Like bro you burned your 5 hour CC Enterprise limit all week and committed...nothing?
krinchan
·5 maanden geleden·discuss
No, Claude Code reads the CLAUDE.md in the root of your project. It's case sensitive so it has to be exactly that, too. Github Copilot reads from .github/copilot-instructions.md and supposedly AGENTS.md. Anigravity reads AGENTS.md and pulls subagents and the like from a .agents directory. This is probably why you have to remind it to re-read it so much, the harness isn't loading it for you.
krinchan
·7 maanden geleden·discuss
I got an email update for a very adult kink event recently that was entirely written by Claude with emoji bulleted lists and everything. All that was missing was the EXECUTIVE SUMMARY header.

My reaction was about the same.
krinchan
·10 maanden geleden·discuss
As someone who started out a GenAI skeptic, I’ve found the truth is in the middle.

I write a TON of one off scripts now at work. For instance, if I fight with a Splunk query for more than five minutes, I’ll just export the entire time frame in question and have GHCP (work mandates we use only GHCP) spit out a Python script that gets me what I want.

I use it with our internal MCP tools to review pull requests. It surfaces questions I didn’t think to ask about half the time.

I don’t know that it makes me more productive, but it definitely makes me more attentive. It works great for brainstorming design ideas.

The code generation isn’t entirely slop either. For the vast majority of corporate devs below Principal, it’s better than what they write and its basic CRUD code. So that’s where all the hyper productive magical claims come from. I spend most of my days lately bailing these folks out of a dead end fox hole GHCP led them into.

Unfortunately, it’s very much a huge time sink in another way. I’ve seen a pretty linear growth in M365 Copilot surfacing 5 year old word documents to managers resulting in big emails of outdated GenAI slop that would be best summarized as “I have no clue what I’m talking about and I’m going to make a terrible technical decision that we already decided against.”
krinchan
·2 jaar geleden·discuss
Just say BofA.
krinchan
·7 jaar geleden·discuss
The US has a lot of weird norms in the corporate office culture.

It's a result of a protracted period of tucking more and more of the emotion of an interaction into the background context to avoid offense, conflict, or resentment. A lot of this is early Corporate Culture engineering.

A good beginners example is the phrase, "per my last email." That's the one you'll see most, but variants such as "per the last meeting" and "per our previous conversation" are included.

This phrase seems innocuous enough, but it's an expression of deep frustration with a tinge of insult at it's target. It's essentially saying, "You haven't been paying attention or you're an idiot. Either way, you are wasting my time."

Imperative requests framed as optional questions is kinda a part of that. A constant stream of imperatives from your manager begins to feel like you're being "ordered around" and you're not "appreciated." So a manager will often ask you giving you the appearance of choice even though you both know you do not because the context of their authority makes it so.

For a very long time, this worked. It was definitely manipulative, if not borderline brainwashing. Baby Boomer's misguided advice to younger generations about loyalty to employers is a result of this.

For Gen X and on, it's mostly an empty husk of norms that are either meaningless or just the accepted way to insult someone without losing your job. "You're an idiot" will cost you your job but "Per my last email" carries the same message and doesn't cost you your job. Asking me politely to do a task is just how you assign tasks now, no one thinks it means you actually respect or care the assignee.

I can definitely see how this layer would cause issues with people on the spectrum. It causes enough problems for neurotypicals.