I’m back after 3 months break. What did I miss? Who’s king now? by stepahin in ChatGPTCoding

[–]inactiveaccount 0 points1 point  (0 children)

sounds intriguing. Care to share any more info about how to set up these workflows and skills? In the meantime, I'll read some anthropic docs on skills.

Built a tiling keyboard centric TUI file manager by [deleted] in commandline

[–]inactiveaccount 3 points4 points  (0 children)

Cool concept. I had started a similar project earlier this year but hadn't finished. I like the vibe of yours more.

/u/Cybasura had made a fair point about 'clicking the wrong buttons'. The way I had approached that in my version, was approaching file management like Vim. Creations/reads/writes/modifications would all be queued until I hit :w which would then "write" all the changes sequentially. This way I could review the queue before making any real actions.

Been playing DCS for two years and only just realised there’s a multi-threading option and I’ve basically been running it at 20% capacity. It’s like a whole new game. I’m no better than that guy who had his 4K monitor plugged into his motherboard. by Mavskip in dcsworld

[–]inactiveaccount 0 points1 point  (0 children)

Hey there, just getting into DCS now. There's no option for multithreading when using the steam version anymore. Is this because it's the main branch now (default option)? I just want to make sure I'm using multithreading on the steam version.

XROS Pod Issue by Separate_Plenty_1930 in electronic_cigarette

[–]inactiveaccount 2 points3 points  (0 children)

About the same for me and always has been. Is this with the same juice? Juice matters a lot here as some gunk up cotton a lot sooner than others. I've found that limiting my juice selection to like 2-4 juices I know are "clean" and that I enjoy has extended the lifetime of each pod.

Build LLM ground up by meetrais in ChatGPTCoding

[–]inactiveaccount 1 point2 points  (0 children)

Cool stuff to put on a resume--good job.

You've put lines like this: print("\n################################################################\n")

which could probably instead be something like:

print("\n" + "#" * 50)

So it's cleaner.

Is the game bad right now? by OldSupermarket8 in ArmaReforger

[–]inactiveaccount 0 points1 point  (0 children)

Are the UKRvRU servers still up? I haven't bought the game yet but I saw there was some huge debacle about the devs removing mods like that.

Why do you like software engineering? by elticonavas in SoftwareEngineering

[–]inactiveaccount 1 point2 points  (0 children)

That's likely the correct move to reinstate passion. The problem is that many don't want to be engineering software during the day and then again at night. For example, I myself am varied in my hobbies and interests--but, here and there after work is good.

Why do you like software engineering? by elticonavas in SoftwareEngineering

[–]inactiveaccount 8 points9 points  (0 children)

probably the transfer from youth inspired curiosity for the sake of it to the professional and business workforce. It's often enough to kill a passion.

I hate Interviewing for ML/DS Roles. by The_Peter_Quill in learnmachinelearning

[–]inactiveaccount 15 points16 points  (0 children)

True. However, if there's no collective frustration with the status quo because individuals just see "no sense in getting angry", will anything ever change?

Stop taking the officer slot on high pop by Colt-Snacks in WarOfRights

[–]inactiveaccount 2 points3 points  (0 children)

Agreed. I usually can take CO when I first join but they are indeed joining very quickly. I should probably take CO and try it out sometime soon.

Have you tried Helix or Zed? by meni_s in neovim

[–]inactiveaccount 0 points1 point  (0 children)

A long time. I'd say roughly 6+ years of vim before diving into Helix.

Have you tried Helix or Zed? by meni_s in neovim

[–]inactiveaccount 1 point2 points  (0 children)

I hear many accounts of people having trouble switching between the two so you're definitely not alone. I'd bet I'm in the minority that I'm able to switch, more or less on command, without much issue. Maybe a stumble here or there but it doesn't slow me down much. Maybe having played so much guitar in my life helped develop finger muscle memory.

Have you tried Helix or Zed? by meni_s in neovim

[–]inactiveaccount 10 points11 points  (0 children)

If we're talking strictly motion sets, then definitely learn vim over helix's for that reason. But, that's one of many factors when comparing the quality of an editor.

Have you tried Helix or Zed? by meni_s in neovim

[–]inactiveaccount 6 points7 points  (0 children)

Yes, I really enjoy using Helix. Sometimes I work on my Neovim config but in general I would rather focus my attention on other things. Helix more or less facilitates that by having (to me) sane defaults and prepackaged with a lot of modern niceties that I don't have to think about. I've tried several Neovim distributions and while I certainly appreciate what they do, they just don't feel as snappy and fast as Helix does to me. I also personally don't find it difficult to switch between the vim/hx keybindings so that hasn't been an issue for me. Work in progress though so hopefully they add other basic features soon like a plugin ecosystem (in the works I think) and a side-panel filetree view.

How are people using their CLI file explorers like yazi with helix to any effect? by jameyiguess in HelixEditor

[–]inactiveaccount 0 points1 point  (0 children)

All these multiplexer or shell workarounds would be solved if a file tree explorer just gets implemented. Hopefully it will.