drdnl

joined 1 year ago
[–] [email protected] 3 points 4 months ago

I've been using one full time for about five years now without issue. Even kind of like having to move around a little

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

I'd like to be able to say it'll work, I've been gaming on Linux for years and just finished Doom Eternal at 5120x1440 at 120fps

But I have the previous generation top end cpu and gpu, 16 core something and a 5900xt iirc, so we can't quite compare

One thing I did notice though is that your cpu seems weirdly overloaded? Or at least, the windows values are very different from the Linux ones? Are you dual booting? Or did you maybe reset something in the bios whilst switching?

Just wondering if you might be looking in the wrong place

Is that cpu one of those with an embedded gpu? That you're maybe running the wrong hardware?

Nm, looked it up, it's a mobile cpu, no idea unfortunately

[–] [email protected] 1 points 5 months ago (1 children)

I have had a couple T14s without issue, did you remember to change the suspend mode in the bios to Linux?

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

We use about seven ThinkPad T16 and P16s professionally with zero issues. Can recommend

Edit: the AMD versions, those generally work better with Linux

[–] [email protected] 4 points 11 months ago (1 children)

A header might be useful, although there's likely better ways to (not) document what each sql statement does.

But inline documentation? I'd suggest trying to work around that. Here's an explanation as to why: https://youtu.be/Bf7vDBBOBUA

If possible, and as much as possible, things should simply make enough sense to be self documenting. With only the high level concepts actually documented. Everything else is at risk to be outdated or worse, confuse

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (2 children)

My advice to learning test automation in this form is: don't

Look up the testing trophy, try to do everything using any tool but Selenium until you absolutely have to. You'll notice that you can come very far using integration tests, you'll also notice the tests are fast and reliable. Something selenium tests rarely are.

For frontend, look at testing-library or storybook with test runners. Former is more lightweight but a hassle to debug, latter is heavier but much more visual and easy to maintain. Both are not flaky and fast and easy to run in a ci pipeline.

Run your tests as close as possible to the logic, you'll get the quickest feedback.

Once you're done with all this, make a happy flow E2E test or two. And I'd use typescript instead of Java. Then you have some hope of a frontend dev wanting to help you maintain it. And playwright instead of selenium, simply more modern and thought out

[–] [email protected] 3 points 11 months ago (1 children)

Pretty happy with nixos these days, after the initial (crazy) learning curve. But I really like the creative simplicity of this idea

[–] [email protected] 5 points 11 months ago

I thought it had to do with the fact that most themes on Linux consist of a large collection of dotfiles, dots, rice. But that might just be me

[–] [email protected] 1 points 11 months ago (1 children)

Tbh, these days WSL2 might be slightly better than macOS at being Linux. As it is Linux (in a very transparent vm) instead of posix or *nix

But for most dev work all three are good options. I've noticed that once you start deploying against stuff like kubernetes or, less so, doing docker stuff you run into limitations on Mac and wsl2. Just random weirdness, especially with new the m1 chips and say cockroachdb. At that point there's no substitute for the real thing :)

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Feel like you only received half of, possible good, advice:

I used 'two years, up or out', in my career. Who cares if you work somewhere for a longer period of time as long you keep progressing in all the various metrics of career progression?

It's when things become stale that out is a good idea

[–] [email protected] 2 points 11 months ago

Completely agree, Knowing what you don't know and being able and willing to learn are the most important things

[–] [email protected] 1 points 11 months ago

You're the second person to mention no vcs, I've never seen a company like this and I was a professional job hopper for ten years (consultant, then freelance dev)

Are there still 'developers' out there using an ftp client to develop their php app directly on prod like its 2002? I simply can't think of a normal, workable project without some kind of vcs

view more: next β€Ί