Technology will make your life easier

My team at ork has a short name of EVE. Some silly automation was assigning tasks to a poor woman named Eve instead of the oncall. (It was actually choosing a random one each time, which is a bit more amusing. )

5 Likes

I had the same problem, which is why I legally changed my name. Never was quite sure why my parents decided to call me Engineering Task Queue

7 Likes

Now that I have migrated my repositories (one after the other manually with the gitea migration tool) over from gitlab, life should indeed be easier.

Gitlab annoyed me with 3 things:

  • takes 10 minutes to start the container
  • complains that it has yet another super important security issue, please update
  • complains that I have to do the update to 1.1.bar version first because I cannot go to version 1.2.fu directly because no sorry we’re not backwards compatible ever beyond maybe 2 minor versions, suck it up.

I have no idea what drove me to choose gitlab for my personal use. I need NONE of its features.

Remaining work is to switch out all the remotes in my checkouts

5 Likes

And then gitea helped me almost lock myself out of my server completely because I messed up the ssh configuration and whoopsie hours of my life gone remembering how to get back in. Eventually I tried something that worked. Emergency console at hoster with a certain user and a certain password that magically worked, yay for remembering I might need this because obviously I was NOT WRITING IT DOWN ANYWHERE (it is now)

3 Likes

I spend a lot of time with gitlab, and while I appreciate many of its features (albeit without needing to maintain it), I’ve come to accept that its UI designers have brains which work very differently to mine – it’s quite remarkable how difficult I’ve always found it to locate things in its web interface.

In more recent times I’ve started using the Forge extension to Magit in Emacs, and have come to greatly appreciate having a readable offline interface all of the issues and merge requests in my projects. (Although the gitlab API design means the initial cloning of all the issues and merge requests takes forever. Subsequent syncs are relatively quick, though, so long as you run them regularly (on a timer is sensible)).

1 Like

A friend asked me about ereaders. I recommended my pocketbook over the tolino he was holding in his hand in the Thalia shop downtown… however he then decided to do some research and came up with this: boox (https://euroshop.boox.com/)

Have any of you heard of these? They look real nice. And I am surprised I haven’t heard about them when I did my research on the pocketbook. Or did I and rejected them?

(I sound like a bad advertising bot, sorry, but I am curious and I suppose I have posted enough on this forum to not be mistaken for a bot :wink: )

1 Like
1 Like

Interesting, I’ll try it on the Kobo.

I just received some email from a web site I’m a member of with the subject:

ā€œYour comments are getting noticed!ā€

I think the intention here is to make me feel like a valued member of the community, and motivate me to continue my participation.

I think my most recent comment at this site would have been about 15 years ago.

8 Likes

I recently had to login into an old forum for the first time in 10 years because I was notified that my password has been compromised.

Logging in somehow triggered earning a badge for ā€œActive Userā€. While true I suppose, not quite what I would expect

6 Likes

A colleague recommended Paperless NGX to me. (https://docs.paperless-ngx.com/)

Iā€˜ve set it up via docker on my homeserver and itā€˜s just so nice.
I can have it access a folder from my local nextcloud installation as ingest, use the nextcloud app to scan documents, drop existing pdfs in there and now I have a huge inbox of stuff to sort. (Paperless can scan, but nextcloud does it better)

I have hope for the first time in my adult life that I might actually get my paperwork in order. All the invoices, tax stuff, etc sorted and that I might stay on top of it in the future.

It has decent enough OCR for German, English should be even better.
It has a really nice search :slight_smile:

The sorting of the initial dump will take some time. I am halfway through about 500 files that I put in via my mailserver. This is mostly due to the house renovations producing incredible amounts of paperwork.

5 Likes

The AI scams are getting really obvious. ā€œ1minAIā€ offers lifetime access to a wide variety of AI services for a one-off payment of $39.99.

1 Like

not my day. first i git-fucked-up and then I rm -rf projectdir/

8 Likes

I’ve just moved jobs from a large company (~1400 employees) to a much smaller one (~20) and it’s fallen on me to set up their code base, because they didn’t have much at all… I know roughly what I’m doing with Gitlab but have never had to set up a release process before. But at least we have git now! Their current release process involves drag+dropping python files into folders.

7 Likes

Which works… until it doesn’t.

(I mean to be fair the same coukd be said for git.)

4 Likes

Given the chance to pick a scm system for greenfield environment, I’d go with sapling. (Meta’s open source version of their mercurial fork.) it’s compatible with git remotes, and has the distinct advantage of not being git. The general world view it has is easier to understand than git’s, the smartlog is very useful, it’s hugely faster (especially as repo sizes go up), and has less stupid baked in than git does.

2 Likes

We use git for lots of things other than software.

However, it’s only software engineers who are willing to interface with git from the command line (or Visual Studio).

Everyone else relies on the minimal features in the Azure DevOps web UI or half-baked implementations in IDEs like MATLAB.

So today I helped someone fix a merge conflict in their MATLAB project by using Visual Studio. :joy:

5 Likes

I just made a local git repository for some in-house code that we are trying to get updated, as the current versions are a decade old and are starting to get messed up by .NET updates.

Now to actually add the files to the repository…

1 Like

My most active git repo is the one with GURPS character files in it.

1 Like

But thatā€˜s on gurps :wink:

I am actually using git quite a lot. And itā€˜s been a while since I fucked up anything badly. I have learned to troubleshoot my own fuckups usually these days. Itā€˜s not that hard…

I think the real culprit was an unfinished merge or rebase on their side. The problem was less whatever I did and more that they donā€˜t really know what they are doing… and blaming me.

3 Likes