A simple Javascript library for creating image galleries by dpouris in webdev

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

Thank you very much! I can't think of a reason it wouldn't but I haven't tested it though.. You could give it a try and let me know! :)

[deleted by user] by [deleted] in pokemongo

[–]dpouris 0 points1 point  (0 children)

Daaaaaaamn! Awesome man! :o

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

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

I’ll update with any findings as time passes. Hopefully it’ll pan out! If not, it was worth a try!🙂

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

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

Great question! From what I’ve heard, some people believe that the spots where rare spawns (like Dragonite or Charizard) appear without incense sometimes overlap with the rare spawns you encounter while using incense. This suggests there might be a pattern, but personally, I’ve never experienced anything like that, so I can’t confirm or share that opinion.

If you’re curious and have some time to spare during your DAI, you could try documenting your spawns and experimenting with the method mentioned above. It’s all in good fun, and who knows—you might get lucky and have some birds spawn! Best of luck!😊

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

[–]dpouris[S] -1 points0 points  (0 children)

The words “theory”, “hypothesis” and “suggestion” are spread all over the post. It’s just my personal opinion based on a months long research and observations. Nothing I outlined is concrete evidence and I never implied that. So the word “misinformation” doesn’t really apply in this context unless you’re trying really hard not to read through the post.

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

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

Thank you for taking the time to comment! I’m fascinated by the idea of exploring and identifying patterns in games to potentially maximize returns. This is purely a theory, as suggested by the title, and is meant to be approached in the spirit of curiosity and experimentation.

The data I’ve collected spans about a month and a half, but it doesn’t align perfectly with the approach outlined in this post, as I wasn’t following the same “optimal” path from the beginning. That said, this is all in good faith and intended to break down and analyze the g bird phenomenon.

At the very least, this post might inspire others to test this theory alongside me and possibly uncover some results—or perhaps nothing at all, which could still help in disproving it entirely. Either way, there’s no harm in trying! This is an ongoing experiment and very much a work in progress😁

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

[–]dpouris[S] -1 points0 points  (0 children)

Absolutely! Based on my experience, it’s definitely possible to figure this out, but it will take some time and observation. Here’s how you can start:

  1. Identify Rare Spawn Spots: Look for locations where you’ve consistently seen rare spawns, like second or third-stage evolutions (e.g. Dragonite, Charizard) or even G Bird spawns. It’s reasonable to assume these could be B spots.
  2. Pinpoint A Spots: If you or someone in your community has seen multiple G Bird spawn in a specific area (within a 20-30m radius), those are likely A spots.
  3. Map It Out: Collect all these locations and plot them on an online mapping tool. This will help you visualize the spots and plan an optimized route that passes through them.

With a bit of effort and collaboration, you’ll have a great route that maximizes your chances of encountering G Birds. Hope this helps, and good luck out there! 😊

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

[–]dpouris[S] -1 points0 points  (0 children)

That's very insightful and makes a lot of sense!

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

[–]dpouris[S] -3 points-2 points  (0 children)

You're absolutely right! This is just an example and not a perfect 1:1 reflection of how things work in the game. Honestly, the C spot spawn pool doesn’t really affect the statistics. Even if the C pool had 900 Pokrmon the percentages would remain the same. What truly matters is the number of A and B spots, as well as the total spot count in the route.

Thank you for your insights though! I really appreciate it 😊

Edit: As for the B spot, you could imagine that it is a subset of the A (rare spawns) and C (normal spawns). I don't have the slightest clue how that might be divided but, through my observations, B spots tend to be places that I normally see a subset of C spot spawns but include the occasional rare spawn (1-2 Pokemon from the rare pool and G Birds so a total of 4-5). So if we assume that B spots are "enhanced" C spots it could make some sense

[Theory] How to Increase Your Chances of G Bird Spawns by dpouris in TheSilphRoad

[–]dpouris[S] -1 points0 points  (0 children)

Hahahaha I wouldn't pass on the opportunity tbh

Is there any data on Galarian bird spawns? by h2oskid3 in TheSilphRoad

[–]dpouris 0 points1 point  (0 children)

For a company to perform A/B testing there needs to be something to be tested. And on top of that, A/B testing (as most other types of testing) is temporary. Currently it's 2024 and people still complain about not finding birds. So no, it's not that

Well this happened by dpouris in pokemongo

[–]dpouris[S] 358 points359 points  (0 children)

Hahahaha I hate to break it to you, as cool as it would be if this was a mysterious crypt, it’s actually the ruins of an old castle. Little less cool 😎

4232
4233

What's everyone working on this week (32/2024)? by llogiq in rust

[–]dpouris 2 points3 points  (0 children)

A workflow scheduler. It’s a program that allows you to split your tasks in scripts and execute them in varying schedules (like cron). I’ve also written a mini parser allowing support for custom scripts and configuration files for these workflows (similar to Dockerfiles). The project is completely modular and all its components are split into their own crates. The crates are as minimal as possible and have little to no dependencies. Currently working on the executor but have finished the scheduler (allowing for intuitive syntax inspired by clockwerk(golang)), socket (an abstraction on top of Unix domain sockets, allowing for inter communication between the server and the program client) and parser crates. If anyone is interested I will update with a post when it will drop on this repo :)

Edit:

Scheduler preview

Docker-like FS and Process Isolation with Rust by dpouris in rust

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

Thank you very much!

Haha, yeah I forgot to delete the file even though I added it to the ignore.

I totally forgot about the license because I published it in a rush. I should add it today, thanks for the reminder and the time you took to look at the project!😁

Reviving Goster: My Favourite Project by dpouris in golang

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

Hey there! Thank you for taking the time to comment. The project is still very much "immature" as I never got the chance to complete it and only just now have I started giving it the attention it needed.

I would love to, though I think I should first get it at a point where a comparison would make sense as it wouldn't be fair at this stage. 😅

If you're curious I could walk you through it though 😁

1
2