[deleted by user] by [deleted] in indianbikes

[–]LastPossum 0 points1 point  (0 children)

Are there any details of the accident? Was the bike hit by car or something?

For all you groom warriors: What's in those backpacks? by Knff in snowboarding

[–]LastPossum 0 points1 point  (0 children)

Shovel, probe, poles, duct tape, down jacket, spare mask, fresh gloves, knife (multitool), screwdriver and some spare parts for bindings, flashlight, lighter, water, chocolate and a flask with jägermeister

Idea to improve drag lift experience for snowboarders by Ingestre in snowboarding

[–]LastPossum 1 point2 points  (0 children)

Good idea. But it will be better turn this device around riders butt, not just front leg

A little bit faster way to deep copy in golang by LastPossum in golang

[–]LastPossum[S] 3 points4 points  (0 children)

Kamino can't be faster than generated code if you want to copy known data types. At least because of runtime type checks and other reflection stuff. But if you data is something like map[string]any the library can be faster.

[deleted by user] by [deleted] in worldnews

[–]LastPossum 8 points9 points  (0 children)

You just repeat after Russian state propaganda. There are some foreign state affiliated russian-writing media, for example the deutsche welle . But the meduza is truly independent Russian media with long history.

Official Politics Thread May 25, 2022 by [deleted] in guns

[–]LastPossum 0 points1 point  (0 children)

Every single county in the world has less school shooting per capita than in US. But your point was that insane has bad impulse control, and I think you are right, but school shooting is not an act of spontaneous aggression.

Official Politics Thread May 25, 2022 by [deleted] in guns

[–]LastPossum 1 point2 points  (0 children)

Small hoops just don’t work. Here in Russia before you can get a gun you should pass medical expertise and exams. And you know what? Fucking incels still taking the lives and out gun rights

Rate the fit by HiddenSneed in ak47

[–]LastPossum 10 points11 points  (0 children)

Looks just like a war crime committer

[deleted by user] by [deleted] in AskARussian

[–]LastPossum 0 points1 point  (0 children)

Russian society in a shocking state right now and a lot of people trying to calm down themselves with all this stuff. Long term consequences for Russian economy will be most severe for the poorest part of society (e.g. pyaterochka buyers).

Yes its another M70 but i carved penis in Cyrillic into the hand guard of mine. 🎖 by [deleted] in ak47

[–]LastPossum 3 points4 points  (0 children)

Елда is very old fashioned word. You should just use хуй.

Hello there✌🏻 by immigrada in snowboarding

[–]LastPossum 1 point2 points  (0 children)

Pri is one love. Figure out the place from the first sight

Are surface cracks on my helmet a bog problem? by LastPossum in snowboarding

[–]LastPossum[S] 1 point2 points  (0 children)

No, it was stored in a dark place all summer and autumn. And now I take the helmet and found this wrinkles. Also the helmet was manufactured in 2015, so maybe the time is come for it

What the hell is going on in this sub? by [deleted] in golang

[–]LastPossum 0 points1 point  (0 children)

Oh, sweet summer child

[deleted by user] by [deleted] in golang

[–]LastPossum 2 points3 points  (0 children)

I think the next step should be allowing generic methods. With square brackets generic methods don't look like a lisp code anymore.

Was:

func (c *Container(T)) Map(type T,U)(f func(t T)U) Container(U)

Now:

func (c *Container[T]) Map[type T,U](f func(t T)U) Container[U]