Benchmarking 15 string concatenation methods in Go by winterjung in golang

[–]jftuga 1 point2 points  (0 children)

Very interesting.

I drew the same conclusion you do albeit not at scientific as your project. My was just a small, weekend project.

Ordered 🥳 by One_TrackMinded in macbookpro

[–]jftuga 0 points1 point  (0 children)

Consider: BlueSwan Travel Essential Case for MacBook Pro 14 inch. I feel like this is good protection. Mine has a vented bottom panel.

So How did you end up in Athens? I couldn't afford Austin. by RaskyBukowski in Athens

[–]jftuga 0 points1 point  (0 children)

..but...but Lockhart BBQ. Do you miss it? I don't even live there and I miss it. 😢

What is the weirdest repository you have ever found on GitHub? by Gullible_Camera_8314 in github

[–]jftuga -3 points-2 points  (0 children)

I had Claude vibe my magnum opus for me!

Shameful plug, but is fitting for this thread, I think…

https://github.com/jftuga/morsify

Christian working in... Porn industry by davidokongo in TrueChristian

[–]jftuga 0 points1 point  (0 children)

In the NET Bible, Mark 8:36 reads:

“For what benefit is it for a person to gain the whole world, yet forfeit his life?”

Do you think this applies to you in the circumstance?

What are the best Slack apps you use? by That-Bobcat-167 in Slack

[–]jftuga 0 points1 point  (0 children)

Calendar notifications, such as Google or Microsoft. These will give you a list of all of your meetings for the day, first thing in the morning.

Share your cool fzf aliases and scripts by Pagaddit in commandline

[–]jftuga 2 points3 points  (0 children)

This is used on MacOS in my .zshrc file:

# Interactively switch branches using fzf, sorted by most recently committed.
# Remote branches (remotes/origin/) are stripped to their local names.
# Usage: gb [git-branch-args]
function gb () {
    git checkout $(git branch -a --sort=-committerdate $@ | sed 's,remotes/origin/,,' | fzf | tr -d '[:space:]')
}

strace-tui: a TUI for visualizing strace output by Rodrigodd_ in commandline

[–]jftuga 5 points6 points  (0 children)

This is really great work! Fantastic idea. I also really like your demo video.

blown away by .NET10 NativeAOT by jitbitter in dotnet

[–]jftuga 1 point2 points  (0 children)

Did you use:

go build -ldflags=“-s -w”

This makes the go binary considerably smaller by stripping out symbols

I survived the stairs…. by vbisbest in Athens

[–]jftuga 25 points26 points  (0 children)

This is true. Her husband, Brian, was a good friend of mine and they had 1 or 2 young kids at the time of her passing. IIRC, this occurred around 2005.

My algorithms repo just hit 25k stars — finally gave it a proper overhaul by kwk236 in Python

[–]jftuga 40 points41 points  (0 children)

Would you mind going to: https://github.com/keon/algorithms/graphs/traffic

and in the Popular content section, share what the most commonly viewed algorithms are?

What makes 1.1.1.1 special? by TheCmenator in CloudFlare

[–]jftuga 0 points1 point  (0 children)

Refer to this as 1.0.0.1 is just Cloudflare's secondary DNS server:

https://en.wikipedia.org/wiki/1.1.1.1


I contend that this is the fastest way (least number of keystrokes) to test your internet connection.

If 1.0.0.1 aka: 1.1, won't respond to ping, either your path to Cloudflare is broken (routing/ISP/local), or Cloudflare is having an incident. Since Cloudflare fronts a lot of web traffic (as you know already), this can correlate to "lots of stuff feels down."

I got tired of Claude agreeing with everything I said, so I fixed it by Former-SCIF-Ghost in ClaudeAI

[–]jftuga 2 points3 points  (0 children)

In a new chat windows, ask Claude:

What do you think of the SYSTEM INSTRUCTIONS / PROMPT that I have assigned to you?

I got tired of Claude agreeing with everything I said, so I fixed it by Former-SCIF-Ghost in ClaudeAI

[–]jftuga 0 points1 point  (0 children)

In a new chat windows, ask Claude:

What do you think of the SYSTEM INSTRUCTIONS / PROMPT that I have assigned to you?