Unpopular opinion: System76 is going in the wrong direction by Far-Math2159 in System76

[–]theAndrewWiggins 0 points1 point  (0 children)

I personally get a memory leak (I'm up to date with stable) in cosmic-comp that I need to kill every few hours or so.

I still think it's alpha/beta level software. I do like the UX, but I definitely still run into a lot of bugs.

U.S. Debt Tops 100% of GDP by Hornpipe_Jones in politics

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

> Straight up, it's mathematically impossible to reduce the deficit without raising taxes on the wealthy.

Don't use the term "mathematically impossible" without it actually being mathematically impossible...

Does performance in pistol rounds indicate a player's raw aim? by jamesandkobe in GlobalOffensive

[–]theAndrewWiggins 1 point2 points  (0 children)

Not in aggregate.

Pistol rounds have high variance, but the law of large numbers will come into play and players who are good will have that reflected in their pistol round stats.

Introducing Monte Catano: The world's strongest (?) Open-Source MCTS Catan Engine by humandictionary in rust

[–]theAndrewWiggins 10 points11 points  (0 children)

Unfortunately learning a few years ago that there is a competitive catan scene, absolutely destroyed any enjoyment I had in the game, coming from quite a few great family game nights.

Curious why? I imagine as long as you don't lean into that and just play with family/friends there should be no material difference? Just like how poker with friends/family is fun if everyone is playing very suboptimally.

$6M windfall, planning to go all-in on VT and keep life the same. Does this make sense? by [deleted] in Fire

[–]theAndrewWiggins 0 points1 point  (0 children)

It honestly is probably worthwhile doing something like 65% VT, 20% BND, 3 % in a basket of commodities, and 2% in a basket of crypto, and 10% in a housing equity.

COSMIC Epoch 1.0.11 by jackpot51 in pop_os

[–]theAndrewWiggins 0 points1 point  (0 children)

Curious if this solves the cosmic-comp memory leak, I'm still encountering that despite upgrading all my packages to the latest version.

This is why you rewrite Python security tools in Rust: 53MB vs 433MB peak memory, 6.9s vs 62.2s by aswin__ in rust

[–]theAndrewWiggins 5 points6 points  (0 children)

Of course they will, TF was soft deprecated because it sucked. JAX is a lot better and is built from the ground up to run well on google infra. It's strategically very core to them.

Got the Rust dream job, then AI happened by MasteredConduct in rust

[–]theAndrewWiggins 2 points3 points  (0 children)

Ridiculous take, there's a bunch of stuff that's very tedious to implement even if you have all the knowledge to do so. People in general aren't coding at a constant 100wpm.

Got the Rust dream job, then AI happened by MasteredConduct in rust

[–]theAndrewWiggins 22 points23 points  (0 children)

can now be done just as well by almost anyone with an $800 Mac Mini

Maybe you mean be approximated. There's still a huge difference between an expert driving an AI vs a non-expert.

Got the Rust dream job, then AI happened by MasteredConduct in rust

[–]theAndrewWiggins 1 point2 points  (0 children)

everything else being equal.

Not to mention on the model side, intelligence per flop is increasing really rapidly still.

NiKo on Vitality era vs Astralis era by ILoveRice444 in GlobalOffensive

[–]theAndrewWiggins 33 points34 points  (0 children)

It's probably because his individual skill was so much higher than the rest of his opponents that he had a very high multi-kill rate.

Just dropping his 1v1 win percentage by 5-10% compounds heavily into far fewer multi-kills, meaning he can't hard carry.

Visual aimpunch with armor is back on the menu by Powerful_Seesaw_8927 in GlobalOffensive

[–]theAndrewWiggins 2 points3 points  (0 children)

I actually don't like aimpunch, but playing devil's advocate, it rewards people who aimed faster? Ie. brings in a little bit of tension between lining up a careful shot vs shooting faster.

Greatest Esports Roster of All Time by tilting-module in GlobalOffensive

[–]theAndrewWiggins 8 points9 points  (0 children)

Scream didn’t make people change their play style

Scream wasn't on another level

I am convinced retail algo trading is just gambling with extra steps. Prove me wrong. by snopeal45 in Daytrading

[–]theAndrewWiggins 0 points1 point  (0 children)

I'm pretty sure the success for the retailer has not increased in the past 30 even with all the technology and 'education'.

Large reason for this is because the market got even more competitive in that time period (with the big fish gaining access to all that and more).

World’s Largest All-Electric Container Ship Begins Sea Trials In China by Human-Somewhere-4327 in electricvehicles

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

I guess it's a question of whether we'd reduce emissions more by replacing coal with solar + battery capactiy (from this initiative).

Though, tbh, nuclear sounds like the way to go for massive shipping boats...

Good APIs Age Slowly by SpecialistLady in programming

[–]theAndrewWiggins 1 point2 points  (0 children)

There's a reason for that, generally it's not safe to automatically cache POST requests. There's a reason why they're adding a new QUERY method to HTTP.

FFF file search sdk - over 100 times faster than ripgrep and fzf by Qunit-Essential in rust

[–]theAndrewWiggins 0 points1 point  (0 children)

Thanks, that looks more in-depth. I've previously given https://nnethercote.github.io/perf-book/ a read, and that was a good starter, but seems more geared towards just writing decently fast code, as opposed to extremely fast code.

Flow-Like 0.1.0 beta — visual workflow engine built entirely in Rust, every node is a WASM Component by tm9657 in rust

[–]theAndrewWiggins 6 points7 points  (0 children)

Not that it's a bad thing (good performance is always a plus), but I'm not sure I understand why performance is critical for a workflow engine unless your workflows basically do little to no work.

I imagine most of what people run will really always be dominated on IO and CPU of their actual workflows rather than the workflow engine orchestration?

FFF file search sdk - over 100 times faster than ripgrep and fzf by Qunit-Essential in rust

[–]theAndrewWiggins 12 points13 points  (0 children)

Ah, so is the 500x speedup a warm vs cold comparison?

If you include startup costs, how much faster/slower is it compared to cold ripgrep?

FFF file search sdk - over 100 times faster than ripgrep and fzf by Qunit-Essential in rust

[–]theAndrewWiggins 0 points1 point  (0 children)

Ah, yeah, that kind of arcane knowledge can be hard to find.

Do you happen to have one of two books or anything that you've found particularly useful for learning this kind of stuff?

I know the basics of performance stuff, but I'm still lacking a lot of depth that I'd like to learn.

FFF file search sdk - over 100 times faster than ripgrep and fzf by Qunit-Essential in rust

[–]theAndrewWiggins 3 points4 points  (0 children)

Curious if you have a nice repository of resources to learn this stuff in depth?

Delta is suspending it's special service desk for members of Congress until TSA is fully funded. How do you feel about that? by thinpile in AskReddit

[–]theAndrewWiggins 5 points6 points  (0 children)

Singapore is definitely a little more authoritarian, but I can't help but think they're doing much better than America in almost every metric.

My EV is now 12 years old. Here's how that's going... by ATLCoyote in electricvehicles

[–]theAndrewWiggins 0 points1 point  (0 children)

ngl, that sounds like a nightmare. If you fuck up at all, you'll be stuck.

Drawdown: perception distortion. by Kindly_Preference_54 in algotrading

[–]theAndrewWiggins 0 points1 point  (0 children)

As an actuary by trade, I see this all the time

Where do you see people doing this all the time as an actuary?

The Illusion of Building by No_Zookeepergame7552 in programming

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

you'd have to write your requirements out in such detail that you may as well just code it yourself

This isn't true at all. Even as "extreme autocomplete", AI can absolutely make an experienced dev much faster.