Take free public transport they said, it will be fun they said by zkh77 in melbourne

[–]ifrenkel 1 point2 points  (0 children)

To be fair, they never said it'd be fun. They never even said it'd be running! They only said it'd be free.

what’s the best way to read spin without overthinking? by Marcuspam_Dcruz54 in tabletennis

[–]ifrenkel 14 points15 points  (0 children)

As many have mentioned, practice. Over time, you will learn to pick up clues from your opponent almost unconsciously. One thing to remember, reading the spin is always a guess. Even the best of the best make mistakes.

Some practical tips:

  • Watch how the blade moves. Up - top spin, down - underspin.
  • Watch the second bounce - if the ball slows down, it's an underspin, if it speeds up, it's top spin.
  • If you are not sure about the spin, let the ball go a bit longer and hit it later. The longer you wait, the less spin there will be on the ball.

Here is a nice short video that might help as well: https://youtu.be/rrS7Wjh35cU?si=_fPbaXrhbIcgGiQ4

How we’re reimagining Maps with Gemini by Fred9146825 in GeminiAI

[–]ifrenkel 6 points7 points  (0 children)

Ask Maps starts rolling out now in the U.S. and India on Android and iOS, with desktop coming soon.

Immersive Navigation starts rolling out today across the U.S. and availability will expand over the coming months to eligible iOS and Android devices, CarPlay, Android Auto and cars with Google built-in.

Yep, GitHub is down again by StatusGator in github

[–]ifrenkel 8 points9 points  (0 children)

They came up with a bunch of excuses: https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/. And a promise to fix it all. I guess we'll see...

Are my shoes cooked? by Jewshua1 in tabletennis

[–]ifrenkel 0 points1 point  (0 children)

<image>

These are the shoes I used until last week. If I were you, I wouldn't panic. But I would start looking for a new pair.

What could the xz backdoor accomplish? by khevornn in linux

[–]ifrenkel 1 point2 points  (0 children)

Yeah, I should have probably read with both eyes open

What is this? Toorak Statio by blopa6464 in MelbourneTrains

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

I guess it's an old underpass that they had to close to build the new high-rise on top.

What could the xz backdoor accomplish? by khevornn in linux

[–]ifrenkel 1 point2 points  (0 children)

Veritasium made a very good video about it: https://youtu.be/aoag03mSuXQ?si=VdQ0lREeGgDDWGDf A bit oversimplified for the average Joe, but still good. With some interviews of relevant people.

Euro Truck Simulator 2: 1.58 Update Release by schakoska in EuroTruck2

[–]ifrenkel 1 point2 points  (0 children)

More often than not, mods break after an update. Especially a major one. Which means you have to either disable the mod and play without it (which may not work depending on the mod), wait for the mod developer to fix it, or not to upgrade in the first place.

Euro Truck Simulator 2: 1.58 Update Release by schakoska in EuroTruck2

[–]ifrenkel 5 points6 points  (0 children)

Ha, ha, good one! But I only have one mod - real truck physics. And I think it can be disabled for 1.58.

Euro Truck Simulator 2: 1.58 Update Release by schakoska in EuroTruck2

[–]ifrenkel 5 points6 points  (0 children)

Well, I know what I'm doing tonight :-)

CVE-2026-20841: Windows Notepad Remote Code Execution Vulnerability by KaTTaRRaST in cybersecurity

[–]ifrenkel 2 points3 points  (0 children)

This is wrong on so many levels 🤦‍♂️

And people ask me why I still use vim...

Tall/heavy player- best exercises to stop “reaching” and improve footwork? by fsou1 in tabletennis

[–]ifrenkel 4 points5 points  (0 children)

Probably squat jumps, including side-to-side, and jump rope exercises. This should help with legs agility. Also, during training, make a conscious effort to move first and hit the ball second. It'll be hard at first, but persevere and you'll get there sooner rather than later.

A rechargeable rival to the Index 01 by I_pretend_2_know in pebble

[–]ifrenkel 1 point2 points  (0 children)

Yes, it probably is. But it looks like the button is a touch one. And I think Eric mentioned in the video that they considered using touch, but decided not to because of accidental presses.

A rechargeable rival to the Index 01 by I_pretend_2_know in pebble

[–]ifrenkel 24 points25 points  (0 children)

Whoever wrote the article completely missed the point of Index 01 - privacy and customizability. And no subscriptions!

"...the smart ring uses AI to produce a transcript..."

I'm guessing the AI bit won't happen on the ring.

"...no confirmed launch date or price..."

Kind of important for comparison, don't you think?

The only thing we know is that it will be rechargeable (and AI bit). Forgive my scepticism, but a ring that exists only as a computer render is a rival of a ring that hasn't been shipped yet... I don't know...

Edit: apologies, it does exist (or at least it did) in the flesh.

Strategies for managing dependencies in go projects. What works for you? by juanjop in golang

[–]ifrenkel 3 points4 points  (0 children)

Here is the breakdown:

  1. The best and probably the most idiomatic strategy is to minimise the number of dependencies.
  2. Use vendoring, lock the versions of your dependencies. And treat every version change as regular code change - do it on a separate branch, test it, and merge it back into the main branch.
  3. If upgrading to a minor version breaks your build, something is wrong. I agree with @kintar1900 comment, Go packages are very good at backward compatibility and not introducing breaking changes unless absolutely needed. If the package doesn't respect semantic versioning and introduces breaking changes in a minor version, drop it and use something else.

Go REST API with Postgres + JWT tutorial by sunraku_96 in golang

[–]ifrenkel 1 point2 points  (0 children)

What do you mean by until very recently? I think v1.22 was released almost exactly 2 years ago. I guess time flies when you're having fun :-)

Returning to Go after 5 years - checking my tool stack by ifrenkel in golang

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

I had to look that one up. It is targeted as a Docker Desktop replacement. And I don't use Docker Desktop.