Technology will make your life easier

Only if you work for Harmonix.

2 Likes

Being at a small company, I have done the odd bit of audio stuff when it’s needed.

And there was the time I spent the afternoon setting up an electronic drum kit my boss had bought.

3 Likes

I’ve written a password manager (don’t do this) using PGP and recfiles - I tell it ā€œpw arenaā€ and it prompts me for a password, decrypts the pw file, and spits out the record for BGA with my login details. For extra fun, if there’s a ā€œTOTPā€ field, that contains the same key that’s stored on my phone or whatever, and the program converts that to the next four six-digit codes.

2 Likes

I also did my work experience at a place that matches that exact description!

2 Likes

RR was basically the family business, as my mum, aunt, uncle, and grandad all worked there :laughing:

4 Likes

My dad worked there on engines for nearly his entire career. I almost applied for a job there when I graduated.

4 Likes

I’m sick of tools that are not the same as the last time I used them.

I had to force a deployment to proceed outside of the allowed time period, and couldn’t find the option to do so, because the UI was entirely different than the last time. I expect to have the same problem in six months or so. (With much clicking, I found the right place to override. And landed a diff to remove a schedule for that job, because it doesn’t need one)

2 Likes

That’s when you know you’ve given up on having good tools.

I can’t bring myself to give that a heart, but I am laughing :ā€)

I’m sick of tools that are not the same as the last time I used them.

I can highly recommend a certain actively-maintained editor and framework which hasn’t significantly altered its UI in 40 years ;ā€)

(And seriously, that consistency over all the years I’ve used it really is one of the reasons that I love it.)

2 Likes

None of the things I interact with is controllable from emacs. (I mean, they could be, they’re all api driven, but i have a job.) they’re also not anything used anywhere else. (Even the stuff that is used elsewhere is different.)

Other people may feel differently about this.

ā€œJust as GitHub was founded on Git, today we are re-founded on Copilot.ā€

For me it’s ā€œvery glad I’ve already moved all my public code to Codebergā€.

3 Likes

Oh good, Clippy learned to code. This will end perfectly excellent without any sorrow or regret.

5 Likes

(stolen from Mastodon) ā€œI don’t see the problem. Just train the AI on bug-free, well-commented codeā€¦ā€

6 Likes

And after you find such code, you can go sell the golden eggs that your goose lays for a fortune and just retire.

2 Likes

I have a question.

I am still struggling with work infrastructure stuff.

To work I need to RDP to a remote computer. Other connections are being shut off or too slow. I need an alternative.

I’ve been offered the option of using SSH to connect to the remote computer and I had hoped I could create an SSH Tunnel and do RDP through that. Not that I have ever before used an SSH Tunnel but I was assuming the setup of that not complicated using the proper tools and the internet suggests tunneling RDP through that from Windows to Windows is an actual possibility tested the ssh tunnel variant while still using the old zscaler connection and it worked and was fast and so I was slightly enthusiastic.

But to test this I was given a URL I could go to in a browser where I could log onto a website with my work credentials and that then offered me the option to paste my private key (yay that it is only the one I specifically made for work and nothing else) and from there connect to the windows computer via SSH. All of this was via https… but still… not exactly increasing my trust for this solution. Also to my understanding this means:

Me → https → webserver@work → ssh → computer@work

How on earth would I funnel RDP through that? That’s not how browsers work to my best knowledge? After logging in I have a terminal to the remote computer and I can copy and paste clipboard and files… which does NOTHING for me as far as I can tell. Am I wrong?

Is the SSH client running on your computer? Or on a remote server?

1 Like

On a remote server…
I have a call with the IT guy tomorrow. I hope we can clear up the confusion.

1 Like

Certainly my experience of this sort of thing tends to be an entirely local ssh either direct to the target machine or to a jump-host from which I can then set up a second ssh connection.

Perhaps they have a web-based RDP server? [shrug] At the very least I’d expect a key that lives on someone else’s computer to be a distinct key from my local one.

2 Likes

I am just making an installation medium for my own hardware.

The meeting mostly cleared up that they can’t or won’t provide me with adequate tools for my work… so I am on my own. The RDP connection via the only way that is open to me is for some reason not giving me the full resolution even when it is at times reasonably fast. I am getting graphics errors that are so bad I am once again unhappily willing to use my own hardware…

And buy another computer for our homeserver.

3 Likes

As I had to repurpose my NUC from homeserver to its original purpose serving as my work-computer… we now need more hardware for our homeserver.

I’ve been having discussions about it with my partner.
The NUC I have has an i7 of the lastest generation and is a bit faster than my 2 yo laptop for work purposes which is great.

However… i7 vs i5 makes a difference a) in availability and b) 200€ in price. I want to run gitlab, nextcloud, some home automation stuff and also video streaming from our library with plex. Probably not all active at the same time (although gitlab acts up on its own regularly on my cloud server with housekeeping tasks and I know it needs a ton of processing power even though we’re only using it in the most basic way possible as git front-end and not with ci-pipelines et al)

Do I really need an i7?

(it’s also getting fast ram and a fast ssd obviously, but those are easier to find)

1 Like