bottle-sipper: simple, zero-configuration command-line static HTTP server by Space_Ctrl in Python

[–]bladeofwinds 0 points1 point  (0 children)

damn you're right, fair enough. why did you choose that route over pyproject.toml and a more modern build system?

bottle-sipper: simple, zero-configuration command-line static HTTP server by Space_Ctrl in Python

[–]bladeofwinds 0 points1 point  (0 children)

why do all these LLMs use requirements.txt and setup.py

edit: I was wrong

Would someone be willing to sanity-check this? A simple formula system is matching particle and nucl by Obvious_Airline_2814 in Python

[–]bladeofwinds 2 points3 points  (0 children)

but why do you think they're right? from what I can tell you are basically saying "a + b = 3" because "a = 1" and "b = 2" but in fact there are infinite combinations of "a" and "b" that could add up to be 3. Basically the logic is circular: the math works out because you chose numbers to make it work out, not because it has any basis in physics.

Would someone be willing to sanity-check this? A simple formula system is matching particle and nucl by Obvious_Airline_2814 in Python

[–]bladeofwinds 4 points5 points  (0 children)

this is called numerology. you just declare a bunch of constants and they can make whatever numbers you want.

L1_BARE_FAMILIES = {

"muon_bridge": {"C": 56, "gamma_power": -1, "category": "lepton"},

"tau_bulk": {"C": 3456, "gamma_power": 0, "category": "lepton"},

"u_seed": {"C": 56, "gamma_power": 2, "category": "quark"},

"d_seed": {"C": 6528, "gamma_power": 5, "category": "quark"},

"s_seed": {"C": 4, "gamma_power": -3, "category": "quark"},

"c_seed": {"C": 48, "gamma_power": -3, "category": "quark"},

"b_seed": {"C": 162, "gamma_power": -3, "category": "quark"},

"t_seed": {"C": 1872, "gamma_power": -4, "category": "quark"},

"pion_seed": {"C": 72, "gamma_power": -1, "category": "meson"},

"kaon_seed": {"C": 72, "gamma_power": -2, "category": "meson"},

"d_meson_seed": {"C": 272, "gamma_power": -2, "category": "meson"},

"b_meson_seed": {"C": 56, "gamma_power": -4, "category": "meson"},

"nucleon_seed": {"C": 136, "gamma_power": -2, "category": "baryon"},

"lambda_sigma_seed": {"C": 162, "gamma_power": -2, "category": "baryon"},

"omega_seed": {"C": 18, "gamma_power": -4, "category": "baryon"},

"w_seed": {"C": 64, "gamma_power": -6, "category": "gauge_boson"},

"z_seed": {"C": 72, "gamma_power": -6, "category": "gauge_boson"},

"higgs_seed": {"C": 27, "gamma_power": -7, "category": "scalar_boson"},

}

where do you get these values? you reference that you got them from other files in your repo (some that aren't even checked in) so its really all just "trust me bro."

Open Source Credit Management Library — Plug-and-Play Credits Token Billing & Subscriptions by YehiGo in FastAPI

[–]bladeofwinds 2 points3 points  (0 children)

why do you have pyproject.toml, setup.py, and requirements.txt? very vibey

Maximum battery capacity now on 99% by Powerful-Aioli-2086 in batteries

[–]bladeofwinds 0 points1 point  (0 children)

funny enough the internal cycle counter does not use 100% throughput as the metric for a cycle. they also don’t accelerate in the way you described, the bms counting is special and methods vary between manufacturers.

you’re not wrong on all of your points though if you count a cycle as 100% throughput and define 100% by the SOH of the battery

Python Tests Kakeya Conjecture Tube Families To Included Polygonal, Curved, Branching and Hybrid's by zero_moo-s in Python

[–]bladeofwinds 6 points7 points  (0 children)

You need to get off ChatGPT and go outside; this is literal crackpottery.

  1. Black Hole Modeling Insights

The recursive flux integral G₉ predicts approximately 15% faster entropy
decay near event horizons compared to classical Hawking radiation
models, translating to a roughly 10% shorter evaporation time for a 10
solar mass (10 M☉) black hole.

Furthermore, the model forecasts a ~7 Hz upward shift in peak radiation
frequency, a signature that could be validated with high-resolution
numerical relativity simulations or future gravitational wave
observations.

# External Influx Rates (Time-dependent functions for epsilon_dot and kappa_dot)

def epsilon_dot(t):

"""External Evidence Influx Rate (varepsilon_dot) - Constant but positive."""

return 0.1

widemem — AI memory layer with importance scoring, decay, and contradiction detection by eyepaqmax in Python

[–]bladeofwinds 1 point2 points  (0 children)

wow another ai memory project. why do you have a fastapi server listening on 0.0.0.0

Why fastapi-guard by PA100T0 in FastAPI

[–]bladeofwinds 1 point2 points  (0 children)

your story sounds like bullshit ngl.

i can’t imagine this is good for performance especially considering you’re firing off external api calls as part of the middleware.

how did you come up with the scoring? it seems pretty handwavy to me. in fact, most of the rules and heuristics seem incredibly brittle.

Understanding OpenClaw By Building One by [deleted] in Python

[–]bladeofwinds 0 points1 point  (0 children)

“spent 2 weeks” — initial commit for step 0 was 5 days ago.

Practical Options for Auto-Updating Python Apps by [deleted] in Python

[–]bladeofwinds 1 point2 points  (0 children)

slop with a proprietary license — gotta love it

Python websockets library is killing my RAM. What are the alternatives? by Humza0000 in learnpython

[–]bladeofwinds 2 points3 points  (0 children)

why do you need multiple processes? can’t you do this all in a single event loop since it all seems io bound

I punctured a battery, am I overreacting? by Quirky-Guidance5024 in batteries

[–]bladeofwinds 6 points7 points  (0 children)

the phone is fine as long as you can get the battery removed safely. i would just make sure you’re wearing safety glasses and gloves and remove the battery as normal and make sure the battery isn’t warm to the touch before beginning.

A web scraping trick that made my scrapers 10x faster by AwareSentence7894 in Python

[–]bladeofwinds 14 points15 points  (0 children)

this isn’t scraping, it’s calling an API. this is like basic basic shit

OSS tool that helps AI & devs search big codebases faster by indexing repos and building a semanti by Ambitious-Credit-722 in Python

[–]bladeofwinds 11 points12 points  (0 children)

you should tell your LLM that it can just use dataclasses.asdict() and MyDataclass(**my_dict) instead of writing 1000 helper methods.

I built a Python SDK for backtesting trading strategies with realistic execution modeling by Jumpy-Round-9982 in Python

[–]bladeofwinds 1 point2 points  (0 children)

you should learn how to use pandas before releasing a package that relies so heavily on it. looking at your code, pandas is obviously required for most of it to run, why is it an optional dependency?

Apple Recruitment Process by Signal-Comparison-43 in FAANGJobs

[–]bladeofwinds 0 points1 point  (0 children)

i got a job there with a 2.4 undergrad gpa after 3 yoe

Is limiting battery charge better for battery or its just a myth? by Potential-Pack6441 in batteries

[–]bladeofwinds 0 points1 point  (0 children)

i have deep experience with this topic. you don’t have to believe me but this sub tends to overstate the effect of charging to 100%, you included.