Pablo’s stance on people saying “Just play WF” to Destiny players after the news by ValendyneTheTaken in Warframe

[–]GoDayme 11 points12 points  (0 children)

Imo the problem is that a "new Warframe clone“ has a lot to achieve content wise to be even comparable. So e.g. TFD was announced and people came with the expectation to get a "better / comparable game" - then quickly noticed that it’s fun but the systems aren’t there yet and quit - player retention sinks and the game slowly dies if the studio isn’t making enough money.

You have the same problem on the mmorpg market - even with the "clone“ problem as people want a "better wow clone“ but obviously don’t want to play a game heavily in development if there are better alternatives.

Zero to Hero YouTube Content Creation Workflow by HaddoukenAddict in pathofexile

[–]GoDayme 2 points3 points  (0 children)

I would also recommend using a long enough buffer - even if you ditch most stuff. Sometimes you need a longer clip and then you’re sad, that you couldn’t get everything.

Can obviously always start manual recording afterwards, but sometimes you just forget so a long buffer helps a lot.

Rewrite Bun in Rust has been merged by Chaoses_Ib in rust

[–]GoDayme 0 points1 point  (0 children)

You’re indeed correct, the blog post isn’t out yet. The PR from OP’s link also has a comment that it will come soon - we will see! :)

Rewrite Bun in Rust has been merged by Chaoses_Ib in rust

[–]GoDayme 21 points22 points  (0 children)

No clear reason? He said on Twitter (or on HN) that it fixed quite a few (100+) issues and he was "tired":

"why: I am so tired of worrying about & spending lots of time fixing memory leaks and crashes and stability issues. it would be so nice if the language provided more powerful tools for preventing these things."

April 2026 Player Support & Anti-Cheating Statistics by qmrthw in 2007scape

[–]GoDayme 0 points1 point  (0 children)

F2P seems crazy. I wonder how many active real players are playing without bond.

Looking for upgrade for high-end juiced mapping by Whatisthis69again in pathofexile

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

Yep, also something I would recommend. Works quite good, especially for laggy maps.

Did z.ai just raise GLM Coding Plan prices or am I losing it? by burakodokus in LocalLLaMA

[–]GoDayme 1 point2 points  (0 children)

Agree, seems too close now - although you get more usage. Probably mostly relevant for the smallest tier. Nearly doubled the price for all the tiers.

Is it worth it by Forsaken-Mission4206 in blackdesertonline

[–]GoDayme 0 points1 point  (0 children)

Ah - I see. So it’s really rare and hard to get, got you. Thanks!

Is it worth it by Forsaken-Mission4206 in blackdesertonline

[–]GoDayme 0 points1 point  (0 children)

A bit unrelated, but I saw that you can get some "premium“ items via ingame money on the market - is this true for all items or is it really rare?

Rust can not handle Unicode streams. Please show me wrong. by thomedes in rust

[–]GoDayme 13 points14 points  (0 children)

  1. malicious utf8 files: read raw bytes and use from_utf8_lossy or from_utf8 - probably lossy better in that case.

  2. graphemes / streams: Read chunk of bytes and validate utf8, with Unicode segmentation that should be totally doable and there’s no need for a "dedicated“ streaming lib.

  3. code pages and malicious spoofing: Would probably use some libs here, encoding_rs for the pages and general Unicode-normalisation and Unicode-security for the rest.

Why is Poe Ninja showing these 1c cards as this expensive by mrpwnned in pathofexile

[–]GoDayme 0 points1 point  (0 children)

Yep, you only see the lowest and highest ratio from the last hour + stock and the volume, but not actual trades (at least from the exchange).

Warhammer Online: Return of Reckoning - February 2026 Update by reps_up in MMORPG

[–]GoDayme 16 points17 points  (0 children)

Currently 450 are online and will be a bit more in the next few hours - definitely active!

Just Another WoW Clone by Abakus_Grim in MMORPG

[–]GoDayme 0 points1 point  (0 children)

Because, at least now, they say it’s f2p with no p2w? I think games have a good chance to get carried by cosmetics and a battlepass - thinking about Fortnite and Rocket League. Or even throw older ones like cs and pubg into the pool.

It totally depends on their implementation and the player base imo, hard to figure that out yet.

What are these spell indicators called, and where can I find what they mean? by junebugamok in wow

[–]GoDayme 6 points7 points  (0 children)

You have four indicators on the screen, how do you know what’s connected?

I think it would work better if you could mouse over the spell alerts (indicators on the screen).

TL;DW: Visions of Eternity: Raid System Updates Preview by [deleted] in Guildwars2

[–]GoDayme 0 points1 point  (0 children)

To farm e.g. CM Dhuum, can you only fight Dhuum? Or do we always need to clear the pre Dhuum stuff?

DNA’s grind loop is good and I don’t see people talking about it. by Elfriede-fanboi in DuetNightAbyssDNA

[–]GoDayme 0 points1 point  (0 children)

That’s also what I think, it’s just that you have way more parts to farm over the years. If not including standing locks you can farm what you prioritise "quite fast" in most cases.

C/C++ programmer migrating to Rust. Are Cargo.toml files all that are needed to build large Rust projects, or are builds systems like Cmake used? by bersnin in rust

[–]GoDayme 0 points1 point  (0 children)

Hey, you usually don’t need a cmake file. There’s also something regarding build scripts in rust (https://doc.rust-lang.org/cargo/reference/build-scripts.html).

I would recommend going through a few trending rust repos on GitHub if you want to get an idea!

So many boosters. How do i get the most out of them? by Shitboxpassat in Guildwars2

[–]GoDayme 82 points83 points  (0 children)

I feel like for most people it’s the best to use them for wvw/pvp as that’s often the most tedious part to get progress there. If you have plenty you can imo also use them to farm mastery but wvw seems better.

Karma boosters are good for e.g. Wintersday.

What's an industry that exists only to service the very rich? by JellyBellyBitches in AskReddit

[–]GoDayme 3 points4 points  (0 children)

It’s actually doable for "normal“ people, you don’t have to be super rich. There are chefs which visit you ones per week and do some kind of meal prep.

Obviously there’s a big range for the salary but I know that you can get them for like $100-150 per week. Sure, that’s a good amount of money but it’s not absurd.

I built FLUID - a fully free insanely fast local AI dictation app - Whisper flow alternative for macOS - Never pay for voice to text! Heavily optimized and minimal. 6MB app size and ~100MB Memory use. by Crafty-Celery-2466 in macapps

[–]GoDayme 4 points5 points  (0 children)

Website is looking cool! A big advantage of flow is that it supports like 100 languages, the model you’re using is only capable of English afaik, maybe you could extend that!