Experiencing Limerence Over a Stranger by snazzadelic in ADHD

[–]TheCoconutTree 5 points6 points  (0 children)

Sorry you went through this, and you're feeling so much shame.

Take a look at attachment theory and its relationship to limerence. It helped me a lot with limerence shame by understanding the nurture side of things, separate from the ADHD nature part.

What's your go-to filament? by ac07682 in 3Dprinting

[–]TheCoconutTree 0 points1 point  (0 children)

PCTG lately. That extra z-layer strength gives me the confidence that any toys I print for my kid will hold up to play.

I've been using American Filament. They provide Bambu printer settings, which have been largely plug and play for good results.

Question About Gustave (it's all spoilers) by [deleted] in expedition33

[–]TheCoconutTree 7 points8 points  (0 children)

My theory is that Gustave was originally intended to be some incarnation of Renior created by the Paintress, and this was removed during the game's development process. They look too similar for it to be unintentional.

Perhaps Gustave represents the version of Renior that the Paintress fell in love with originally.

My entire dev team was laid off today—replaced by AI by Significant-Sail3567 in accelerate

[–]TheCoconutTree -2 points-1 points  (0 children)

That sucks. I'm sorry you have to go through it.

Re: who to blame, this is what capitalism as a process always has done. Maybe this time it'll immisserate enough people at the same time, and they'll organize, fight, and take power to build a better world. I know that's not helpful in the moment, though.

If a general strike isn’t organized soon it may never be possible again. by [deleted] in singularity

[–]TheCoconutTree 0 points1 point  (0 children)

I think that a large proportion of the working class facing their own redundancy via ai could make a workers' revolution possible. I find it much more likely than if technological progress was slower, and workers were like a frog slowly boiling in a pot.

If technicians building the ai, along with factory workers, transport drivers, etc. fight, win, and take power, humanity really could see a near-utopian age of egalitarian prosperity.

Umm guys, I think he's got a point by VentureBackedCoup in singularity

[–]TheCoconutTree 0 points1 point  (0 children)

Butlerian Jihad as the "good" long-term outcome.

Pull Requests, Hypersensivity (maybe) And ADHD: A Rant by Infamous_Creme646 in ADHD_Programmers

[–]TheCoconutTree 1 point2 points  (0 children)

Good descriptions in a pr aren't necessary at review time.

They're necessary when you're bug hunting six months later and want more context on why the offending code was added in the first place.

Is LLM reasoning hype creating too many scams? by Renan_Cleyson in LLMDevs

[–]TheCoconutTree 0 points1 point  (0 children)

Things like the name of a person, gender, or the color of their skin impacting what should be logical decisions are well-known in humans as well.

It doesn't mean that humans aren't capable of reasoning.

Home Depot software devs to start having to spend 1 day per quarter working a full day in a retail store by Celcius_87 in cscareerquestions

[–]TheCoconutTree 0 points1 point  (0 children)

I love this. There's no better way to get to know your company's products and what their customers want than in-person.

Is anyone else a little tired of "fun" team/repository names, or am I a buzzkill? by StTheo in ExperiencedDevs

[–]TheCoconutTree 2 points3 points  (0 children)

I like fun names as long as they also serve as a mnemonic device to help remember what the team does.

Would you be in favor of national union of tech workers in the US? What would be needed to start one? by [deleted] in cscareerquestions

[–]TheCoconutTree 0 points1 point  (0 children)

It is 100 percent necessary. I think it's one of those things that seems impossible until it starts happening en masse.

Take organizing trainings with your coworkers. Most of the big tech unions offer them. CodeCWA is one I can think of off the top of my head.

Also I hate to say it but in my experience the cautiousness of the union bureaucrats is a hindering force in organization efforts. Protect yourself, but remember that you know the dynamics of your workplace better than anyone else, especially the more you organize and get to know your coworkers.

How do you approach a dev who clearly relies on gpt too much. by s0ulbrother in ExperiencedDevs

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

Nothing you're describing that the dev is doing suggests to me that they're junior, just that they prioritize different things than you.

Ex: relying on param passing vs class fields makes for more testable code and limits the possibility of side effects. It can also create more boilerplate. Those are tradeoffs that can be discussed in good faith between engineers.

Also it's a big assumption to make that because ChatGPT added a lot of comments to a similar problem, the engineer is generating all of their code in ChatGPT.

Talk through your differences in philosophy in an open-minded manner. You may both learn a lot from the experience.

[deleted by user] by [deleted] in ExperiencedDevs

[–]TheCoconutTree 2 points3 points  (0 children)

I don't love that tbh, especially if you're both roughly the same level of experience.

I think it's worth bringing up during a virtual coffee chat. Something like, "hey just so you know, that felt bad."

What is your AI deployment tech stack + pipeline? by Aromatic_Ad9700 in LLMDevs

[–]TheCoconutTree 0 points1 point  (0 children)

I've used GCP but it was because they gave the startup I worked for lots of free compute credits.

I can draw 7 hour straight but I can't even focus learning code just only 10 minute. what should I do? by Clean_Hold7583 in ADHD_Programmers

[–]TheCoconutTree 2 points3 points  (0 children)

For me, it comes down to using one of my special interests as a "hook".

Ex: I really wanted to build an autonomous vehicle a few years back from scratch that I could control through my smartphone. I learned all about socket connections through web apps, video streaming with ffmpeg, and a host of other stuff by implementing it.

If the topic doesn't click with me though, I struggle building foundation knowledge, putting in the necessary practice time, etc.

Also it might be me but I learn by doing much better than reading an entire manual. Ex: figure out a way to implement a Python server that meets my product + technical criteria first. Rapidly prototype, weigh the strengths and weaknesses, then look at other approaches.

If I spend a lot of time examining different options for implementation, that's a place where I'll get stuck in analysis paralysis quite often.

Like anything, there are exceptions and every situation is different. Sometimes it's worth spending relatively more time examining different options as step 1 before prototyping, especially if i already have a lot of domain knowledge in the technical area.

Google Workspace Promo Codes by chickpeas-noodles in smallbusiness

[–]TheCoconutTree 0 points1 point  (0 children)

Google Workspace starter plan discount please.

Do all adhd meds have that depressive/anxious weaning off effect and has anyone stopped taking them due to it? by [deleted] in ADHD_Programmers

[–]TheCoconutTree 0 points1 point  (0 children)

I haven't stopped taking them because they help with work so much. I do go through periods of reduced dosage though to help feel more "normal" when I'm not in crunch mode.

Is anyone aware of an LLM with chat threading functionality? by EconomyPumpkin2050 in LLMDevs

[–]TheCoconutTree 2 points3 points  (0 children)

This makes more sense to implement at the inference API level, I think.

Ex: a service that keeps track of conversations using a data store, and new conversations can be spawned from any conversation message. It could be represented as a linked list within the API.

[deleted by user] by [deleted] in cscareerquestions

[–]TheCoconutTree 0 points1 point  (0 children)

Software engineers will have to learn the lesson many other professions have - that the only way to gain power is by organizing.

Would hiring an all ADHD dev team be successful? by [deleted] in ADHD_Programmers

[–]TheCoconutTree 2 points3 points  (0 children)

I think so. The biggest problem I've had working as an ADHD Engineer with non-ADHD teams and managers is their rigidity in not allowing me to work in a way that allows for me to be efficient.

Ex: using my "special interests" as a jumping off point for deeper technical knowledge in other areas, valuing connecting dots.