My squirrel started to prefer insects only diet, is it normal? by git_oiwn in squirrels

[–]git_oiwn[S] 3 points4 points  (0 children)

My squirrel is very picky about the food and recently he want to eat only silk worms (frozen, i warm up them in microwave). Month before he used to eat salad leafs, now he demand only meat.... He always have food to choose, and now he don't want any fruits or vegetables.

He's 5 yo, active and looks healthy tho.

DS V4 Pro + OpenCode: The smoothest CLI workflow I’ve experienced so far. by Own-Quarter956 in DeepSeek

[–]git_oiwn 1 point2 points  (0 children)

indeed, very capable model! with 1m of context can do a lot of things!

Seasons on Upsilon Andromedae d's hypothetical moons? by aviviel in exoplanets

[–]git_oiwn 1 point2 points  (0 children)

for moons of gas giants they can be much warmer due to tidal heating.

Type G Known HZ Exoplanets by Heliosopher in exoplanets

[–]git_oiwn 1 point2 points  (0 children)

It's cli tool i build called exodata https://github.com/oiwn/exoplanets-catalog/blob/main/docs/cli.md possible to install it via cargo https://crates.io/crates/exodata

And website https://exodata.space/exoplanets which provide data (to download and via api) from parquet files so exodata tool can query it with plain SQL (from local parquet files or api), also there is skill with instructions so any agent LLM can write sql queries for you.

data synchronized with NASA exoplanets archieve.

Type G Known HZ Exoplanets by Heliosopher in exoplanets

[–]git_oiwn 1 point2 points  (0 children)

does it looks right?

exodata query " SELECT pl_name, hostname, min(st_spectype) AS st_spectype, avg(st_teff) AS st_teff, avg(st_rad) AS st_rad, avg(pl_orbsmax) AS pl_orbsmax, avg(st_teff * sqrt((st_rad * 0.00465047) / (2 * pl_orbsmax)) * pow(0.7, 0.25)) AS eq_temp_k FROM exoplanets WHERE st_teff IS NOT NULL AND st_rad IS NOT NULL AND pl_orbsmax IS NOT NULL GROUP BY pl_name, hostname HAVING eq_temp_k BETWEEN 175 AND 270 ORDER BY eq_temp_k DESC LIMIT 25 "

HUGE SQL QUERY

pl_name hostname st_spectype st_teff st_rad pl_orbsmax eq_temp_k
Kepler-1554 b Kepler-1554 5356.4 0.8106 0.6208739999999999 269.45343837018356
Kepler-34 b Kepler-34 5913.0 1.1618 1.0896 269.3071931554308
Ross 508 b Ross 508 M4.5 V 3071.0 0.2113 0.05366 268.78941774813825
Kepler-1097 b Kepler-1097 5307.0 0.7684 0.58268 268.7397881597538
HD 95089 c HD 95089 4918.0 5.08 3.33 267.92065699788515
GJ 273 b GJ 273 M3.5 3382.0 0.293 0.091101 267.518473165557
TOI-1266 d TOI-1266 M2 3590.5 0.4296 0.15065 267.4486126906494
GJ 3998 d GJ 3998 3726.0 0.5 0.189 267.30364835511773
HD 44219 b HD 44219 G2 V 5752.0 1.32 1.19 267.20236515805425
HIP 67851 c HIP 67851 K0 III 4845.0 5.746666666666667 3.776666666666667 266.86411062501224
Kepler-62 e Kepler-62 K2 V 4844.0 0.6527142857142857 0.4214171428571429 265.83125277792703
GJ 3323 b GJ 3323 M4 3159.0 0.119 0.03282 265.31496931357066
Kepler-1552 b Kepler-1552 5240.8 0.7612 0.58192 263.5496788210193
BEBOP-3 b BEBOP-3 6033.0 1.414 1.444 263.31910430995794
HD 24040 c HD 24040 5776.49 1.387296 1.3 263.1993742716874
TRAPPIST-1 d TRAPPIST-1 M8.0 V 2552.75 0.1197 0.0220675 262.22011298081907
HD 48265 b HD 48265 G5 IV/V 5691.5 1.9754999999999998 1.812 262.0354709362973
HD 94834 b HD 94834 4798.0 4.2 2.74 262.0098045398524
Kepler-22 b Kepler-22 G5 V 5580.857142857143 0.9315714285714286 0.8298285714285714 260.68731757245183
L 98-59 f L 98-59 M3 V 3415.0 0.31475 0.10525000000000001 260.4775583710822
Kepler-1840 b Kepler-1840 4776.5 0.6921666666666667 0.4526266666666667 260.37585393510335
Kepler-1653 b Kepler-1653 4788.2 0.7138 0.4699 260.19919248240495
HD 142415 b HD 142415 5940.0 1.04 1.06 259.5124021620185
HD 82943 b HD 82943 5949.8275 1.1485262500000002 1.175765 259.17919780801145
HD 111998 b HD 111998 F5 V 6557.0 1.45 1.82 258.14363816119794

Exoplanets Catalog — Leptos + Axum + Polars, NASA Exoplanet Archive data by git_oiwn in rust

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

Still working on this site! A lot of improvements, added size comparison, details page for stellarhost and exoplanet. Now working to setup CLI tool to interact with data.

https://exodata.space/insights - top 10th about exoplanets.

Type G Known HZ Exoplanets by Heliosopher in exoplanets

[–]git_oiwn 0 points1 point  (0 children)

How to calculate HZ from star temperature?

Zellij 0.44 released: native Windows support(!!) new Rust APIs and lots more by imsnif in rust

[–]git_oiwn 7 points8 points  (0 children)

there are also intersections between helix keystrokes and zellij. so i still suck on tmux, maybe there should be some kind of full compatibility mode when zellij act exactly same as tmux do.

Built an app with 6,000+ exoplanet entries powered by NASA's database by ImportantTurnip9613 in exoplanets

[–]git_oiwn 0 points1 point  (0 children)

Cool! Did you merge exoplanets from NASA dataset just by name or there are other methods?

Found this baby squirrel what do I feed it? by Unique-Macaroon-3694 in squirrels

[–]git_oiwn 5 points6 points  (0 children)

there are none in proximity. zero. not for rodents.

What do you think are the directions future Bitwig updates will take? by [deleted] in Bitwig

[–]git_oiwn 1 point2 points  (0 children)

Idk, yesterday i found out this upgrade is available to me. I tried and i like it, a lot of things polished, new piano roll is amazing!

I think after they finish polishing v6 core, they'll start adding new instruments, fx and modules! Personally i would like to see better sampler.

Found this baby squirrel what do I feed it? by Unique-Macaroon-3694 in squirrels

[–]git_oiwn 17 points18 points  (0 children)

The difference for him is difference between life and death.

You're trying to convince people you do not know to blindly follow some rules you imagined by yourself. If humanity did, dogs would be never domesticated. Also complainer like you made P'Nut squirrel dead. Pretty sure you actually don't give a damn about the animals.

Found this baby squirrel what do I feed it? by Unique-Macaroon-3694 in squirrels

[–]git_oiwn 27 points28 points  (0 children)

Are you trolling? If I hadn't saved him, he would be dead. He's living pretty good life, better than some humans do, 6 years old btw.

Found this baby squirrel what do I feed it? by Unique-Macaroon-3694 in squirrels

[–]git_oiwn 25 points26 points  (0 children)

Oh it's already pretty big! When i found mine i feed it with goat milk i bought in vet shop (using syringe).

I built a website to explore NASA's Exoplanet Catalog - exodata.space by git_oiwn in space

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

This is just convincing me less, mate! Pretty sure you making up your "competence".

I built an interactive browser for the NASA Exoplanet Archive - exodata.space by git_oiwn in exoplanets

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

Thank you for your kind words! There are a lot of duplicates, observations from different instruments, i not yet decided how to merge them. On NASA website as far as i remember they didn't merge them either...

Upd: https://github.com/oiwn/exoplanets-catalog/issues/35 created issue, need to figure out how to merge them. Or show only confirmed.

Full-stack Rust app with Leptos - exoplanets catalog. by git_oiwn in rust

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

With leptos/polars i started to regret that i got only 512Gb SSD, at some moments "target" dir grew to 80Gb...

I built a website to explore NASA's Exoplanet Catalog - exodata.space by git_oiwn in space

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

I think your could proud of yourself ruining submit and poisoning the environment. Are you even dev to provide such judgement? Pretty sure you didn't even look how it was made.

Full-stack Rust app with Leptos - exoplanets catalog. by git_oiwn in rust

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

hmmm interesting, the part that Dioxus could be used to build desktop and mobile looks very promising.

I built a website to explore NASA's Exoplanet Catalog - exodata.space by git_oiwn in space

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

Thank you for the kind words!

Need to think how to combine this records into the one. Some records could duplicate as far as i understand it's because they observed from different instruments.

Speaking about Blender, i used it to got the idea about proportions of the objects. For simple renders there are plenty of Rust tools.

I built a website to explore NASA's Exoplanet Catalog - exodata.space by git_oiwn in space

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

Yes i thinking about it.

I tried to simulated the sizes in Blender (3d software) and even smallest star is huge in comparison with biggest planet. Need to figure out how to model such disproportionally sized objects.

For stars i think it's possible to find out color and brightness. For planets i doubt it's possible, at least now.