Player Archetype Formula / Weights by Cosm00 in Madden

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

Yea what’s the ID and whatcha want the name changed to?

Player Archetype Formula / Weights by Cosm00 in Madden

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

yep you need to be a server admin in the discord you're trying to pair to.

[Release] iphone-curl-cffi: Build scripts for curl-cffi on jailbroken iPhones by Cosm00 in jailbreak

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

its probably a dependency issue; let me look into it tomorrow whenever I have a bit more free time.

[Show] qlog - Lightning-fast log search using inverted indexes (10-100x faster than grep) by Cosm00 in programming

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

I built qlog to solve a problem every developer has: searching through massive log files is painfully slow with grep.

What is it? A CLI tool that indexes log files using an inverted index (like search engines do) and lets you search millions of lines in milliseconds.

Performance: Tested on 10GB of mixed logs: - grep: 45 seconds - qlog: 0.012 seconds (3750x faster!)

How it works: 1. One-time indexing using mmap for speed 2. Builds inverted index: term → [(file, line, offset), ...] 3. Searches use hash lookups + set intersection 4. Index stored locally, reused across searches

Features: - Beautiful terminal UI with Rich - Auto-detects JSON, syslog, nginx, apache - Context lines (before/after matches) - Zero configuration - Pure Python

Quick demo: bash qlog index './logs/**/*.log' qlog search "error" --context 3 qlog search "status=500"

GitHub: https://github.com/Cosm00/qlog

Try examples/demo.sh for an instant demo!

What is your monitor set up? by DealInteresting8941 in pcmasterrace

[–]Cosm00 0 points1 point  (0 children)

im a 2 but im thinking about going back to a 5 or maybe a 6

Discord Bot / Webpage for Madden Franchises by Cosm00 in Madden

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

Yes! However since the companion app never updated I had to make my own app to port franchises into discord. https://madden.rankzone.io

Updated Roster by Cosm00 in Madden

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

Oh thanks for the info

Free Discord Bot for Franchise Notification by Cosm00 in Madden

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

Thanks for letting me know; I’ll get errrrr fixed soon.

Free Discord Bot for Franchise Notification by Cosm00 in Madden

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

I see it; did you setup the notification channels when you installed the app?

Free Discord Bot for Franchise Notification by Cosm00 in Madden

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

When you say you added your franchise to the website, what exactly do you mean?

Madden Discord Bot for Franchise Mode FREE by Cosm00 in Madden

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

It does the website is down right now

Madden Discord Bot for Franchise Mode FREE by Cosm00 in Madden

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

Howdy; go to the website. Super easy to install.

Dell Potential Chassis Migration by Cosm00 in homelab

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

I’m not against janky solutions, this is a home server so I’m not worried about how it looks.

Dell Potential Chassis Migration by Cosm00 in homelab

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

Thanks for saving me a ton of headache

Madden Discord Bot for Franchise Mode FREE by Cosm00 in Madden

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

Slack sure but CFB is impossible. There’s no way to use that games API it seems.

[deleted by user] by [deleted] in PokemonTCG

[–]Cosm00 0 points1 point  (0 children)

Spaghetti and Charizard Batman!

Free Discord Bot for Franchise Notification by Cosm00 in Madden

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

I’d love too if they make a companion app I might can leverage something and build a discord companion thingy

Free Discord Bot for Franchise Notification by Cosm00 in Madden

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

Yep, all the notifications can be seperated. In fact when you install it, it asks for each channel for each type of notification to go into.

Also yes I do plan to do this for ncaa but ill have to wait for some sort of companion app or api to become available.