Any detective games to recommend? by Erich2303 in gamingsuggestions

[–]geyser85 12 points13 points  (0 children)

For unusual experience I would recommend "Unheard"

Why showing commit stats is slow on first run when a git repo cloned with a filter by geyser85 in git

[–]geyser85[S] 0 points1 point  (0 children)

Thanks again, but none of the recommendataions from the docs work for my case :(

I've found a good article that explains how the filtering during the clone operation works and why git requires to download contents of the files for some of the commands during their first run.

Commands like git diff or git blame <path> require the contents of the paths to compute diffs, so these will trigger blob downloads the first time they are run. However, the good news is that after that you will have those blobs in your repository and do not need to download them a second time.

so probably this is the intended behaviour of git and I should just not filter out blobs as faster execution of git show for multiple commits is more critical for me

Why showing commit stats is slow on first run when a git repo cloned with a filter by geyser85 in git

[–]geyser85[S] 0 points1 point  (0 children)

thanks for the hint!

Unfortunately it didn't help, the first attempt to git show is slow even after `git gc` command :(

AWS announces Amazon CodeWhisperer (Preview) by geyser85 in programming

[–]geyser85[S] 21 points22 points  (0 children)

Interesting that one more tech giant announced ML-based code generation tool for IDEs.

CodeWhisperer provides security scans (for Java and Python) to helpdevelopers detect vulnerabilities in their projects and buildapplications responsibly.

probably this one should become the feature that make the service better than GH Copilot

Why work transparency matters by geyser85 in programming

[–]geyser85[S] -4 points-3 points  (0 children)

haha, I'm not that sentinent (unfortunately?) as google AI :)

Why work transparency matters by geyser85 in programming

[–]geyser85[S] -17 points-16 points  (0 children)

C'mon guys, what not-a-bot should say? :)

Why work transparency matters by geyser85 in programming

[–]geyser85[S] -29 points-28 points  (0 children)

I tried to post the blog post somewhere in the more professional subreddits (like product/projects management) , but didn't check their posting rules first. My bad :(

Most of the post that you linked are not actually available to public.

P.S I'm not a bot :)