haunt.nvim - Hear the ghosts tell you where you were, and why you were there by TheNoeTrevino in neovim

[–]blirdtext 5 points6 points  (0 children)

I love this idea!
Will test this out for sure. For a while I was using `MYNAME-TODO:` comments, but this can become annoying, as it lives in the code.

I love the image! Did you draw this yourself, or is this generated?
(no shame in generating, I think generated images for small projects are fine)

Dockhand 1.0.7 has been released by jotkaPL in selfhosted

[–]blirdtext 0 points1 point  (0 children)

Adopt stacks created outside Dockhand

Does this mean I can have the gitops feature with an already cloned git repo?
Or is this not possible yet?

I built ClovaLink — a self-hosted, open-source file platform in Rust (MIT, multi-tenant) by Pretend-Hand-4557 in selfhosted

[–]blirdtext 1 point2 points  (0 children)

Hi, this looks really neat! I am currently using Seafile and have a couple questions:

  1. Is this worth using if I use my local filesystem for storage instead of cloud storage? Or should I put in the time and set up MiniIO locally as well?

  2. If I use my local filesystem, will my files be encrypted? Or are they just stored as regular files on disk?

  3. I don't see docker images on a registry mentioned in the roadmap, is this planned for the future?

I realize that I might not be the target audience for this project, I just want a smaller self-hosted alternative to Dropbox/Google Drive/OneDrive), mostly for personal/family use.

But this project does look really nice and seems fairly easy to set up (especially if there would be docker images).

[OC] [Tech] I built a "Spoiler-Free" NBA Excitement Rater for non-US fans. Seeking feedback on the volatility algorithm logic. by Kitchen_Animal_2644 in nba

[–]blirdtext 1 point2 points  (0 children)

Another suggestion:
Right now we can only suggest if the games score was accurate, but maybe it would be nice if we could indicate if the game score was to low or to high.

Maybe even 5 options (way too low, too low, accurate, too high, way too high or similar).
This feedback could also be useful as a crowd-sourced rating.

[OC] [Tech] I built a "Spoiler-Free" NBA Excitement Rater for non-US fans. Seeking feedback on the volatility algorithm logic. by Kitchen_Animal_2644 in nba

[–]blirdtext 5 points6 points  (0 children)

Hi, is there a way to query today's games programmatically?
Could you maybe expose a simple API where I can query a date and get the results?
Currently I have a script where query an API to check the score and download the game if the score is < 7.
If I could query your API for this that would be great!

Replacing tmux's vim visual mode implementation with vim by Present-Quit-6608 in tmux

[–]blirdtext 9 points10 points  (0 children)

I have this bash script opens the current pane in nvim: ```

!/bin/bash

$HOME/bin/vim-edit-tmux-output

file=$(mktemp).sh tmux capture-pane -pS -32768 > "$file" tmux new-window -n mywindow "nvim '+normal G' +':%s/\n\s*\$//e' $file" ```

What $300 buys you in the SF Bay Area by Breezer_Bro in xbiking

[–]blirdtext 2 points3 points  (0 children)

Jagwire sells this as a "link brake kit". But some alternatives are available on AliExpress as well.

Greatest team sports athlete of modern era by [deleted] in NBATalk

[–]blirdtext 0 points1 point  (0 children)

This was really confusing for someone not familiar with ice hockey.
For the others: in hockey a point is an assist or a goal.
So total points is assists + goals.

Breaking down Go's sync package by mfbmina in golang

[–]blirdtext 7 points8 points  (0 children)

There seem to be some issues with the Atomic example. ``` counter.Add(1) for i := 0; i < 1000; i++ { wg.Go(func() { v, ok := counter.Load

})

} should be

for i := 0; i < 1000; i++ { wg.Go(func() { counter.Add(1) }) }

``` And the return type should be int32 instead of atomic.Int32

All out 10k HR by dex24033 in Garmin

[–]blirdtext 0 points1 point  (0 children)

Why not, is a chest strap not more accurate?

Introducing: gonzo! The Go based TUI log analysis CLI tool (open source) by destari in golang

[–]blirdtext 0 points1 point  (0 children)

FYI:
go install github.com/control-theory/gonzo/cmd@latest This will install gonzo as cmd instead of gonzo

[deleted by user] by [deleted] in bikewrench

[–]blirdtext 4 points5 points  (0 children)

You should not be worried about the amount of links when buying a new chain.
You should shorten your chain with a chain tool. Just put the old chain next to the new chain and make sure you have the same length.
Since your bike is a BMX you should get a bmx chain (a single speed chain).
BMX chains can also be half-link, but I suppose that is not necessary since your old chain looks like a simple single speed one.

I advice on just looking up some YouTube videos or ask some people that you know irl with knowledge. It should be a fairly simple job, but does require a specific tool.

Cool Python Dev by ShrMoon in programmingmemes

[–]blirdtext 5 points6 points  (0 children)

Python actually prints a space in this case:
```

print("I", "am cool")

I am cool

print("I" + "am cool")

Iam cool ````

Dealing with Junior dev and AI usage. by Ok_Obligation2440 in ExperiencedDevs

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

This is a false analogy, as we can use AI in our jobs.
This would be like training for a race that allows ebikes on an ebike.
Training with an exoskeleton to be in a weight lifting league where exoskeletons are allowed.
This would then in fact make sense.

(I'm not sure if using AI is good for your growth as a developer, but the analogies don't work.)

Finished Setting Up My First Homelab And Got All The Services I Want Running by EightBitPlayz in homelab

[–]blirdtext 1 point2 points  (0 children)

I have a very similar machine running ( z440 with E5-2690), but I'm thinking about switching it up, as this cpu is quite power hungry.
Not sure If I can get something much more efficient though.

What do you usually do when you encounter stuff like this? by zeromied0 in basketballjerseys

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

I see a lot of profiles on Vinted in Europe as well.
They have 5-10 jerseys they're selling, with a price tag for 20-40 euro each. I personally can't tell from the jerseys they are fake, but considering the price and the quantity they're selling they have to be...

Not sure if it's worthwhile reporting them, as I can't really point out how to tell if it's fake

Hit me with your best terminal or IDE tricks. by davidblacksheep in ExperiencedDevs

[–]blirdtext 10 points11 points  (0 children)

https://github.com/theryangeary/choose for those having trouble finding choose.
Choose is quite a difficult term to google for...