HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gusgordon

no profile record

Submissions

Show HN: API for Flight Prices

ignav.com
3 points·by gusgordon·vor 4 Monaten·1 comments

Show HN: Intuitive nutrition information

spe.lt
39 points·by gusgordon·vor 3 Jahren·40 comments

Segmented Displays [video]

youtube.com
3 points·by gusgordon·vor 3 Jahren·0 comments

Segmented Displays [video]

youtube.com
1 points·by gusgordon·vor 4 Jahren·0 comments

The Intuition Behind Bernoulli's Principle (2021) [video]

youtube.com
27 points·by gusgordon·vor 4 Jahren·3 comments

Lego Reaction Wheel Inverted Pendulum

youtube.com
3 points·by gusgordon·vor 4 Jahren·0 comments

Show HN: Simple Alternative to AirTags

safelyreturn.com
1 points·by gusgordon·vor 4 Jahren·1 comments

How did the Enigma Machine work?

youtube.com
2 points·by gusgordon·vor 5 Jahren·0 comments

Show HN: I built a newsletter that sends you cheap weekend trips from your city

briskvoyage.com
2 points·by gusgordon·vor 5 Jahren·1 comments

comments

gusgordon
·vor 2 Jahren·discuss
I was doing some analysis of a solar-electric plane that can fly indefinitely: https://github.com/gusgordon/atmospheric_satellite

Seems feasible, never went past the analysis phase though :)
gusgordon
·vor 2 Jahren·discuss
This is awesome, nice work! In case it's useful, I made a Python package for calculating solar irradiance at altitude: https://github.com/gusgordon/airmass

Takes into account lots of stuff (e.g. attenuation from air, ozone, and water vapor) with the goal of estimating solar power at any altitude/latitude/day/time.
gusgordon
·vor 3 Jahren·discuss
Totally - right now it's using the USDA food nutrient database [1] which has all nutrients, so all the nutrients on the back-end are there. Calories is the most important thing to the majority of people (in my experience), so there's a balance between showing too much information vs. keeping things simple. Probably should just add a setting to show everything, though.

[1] https://fdc.nal.usda.gov/download-datasets.html
gusgordon
·vor 3 Jahren·discuss
Stopping by to say this is super cool! I've been pretty obsessed with this idea for a while — here's an analysis I did a few years back: https://github.com/gusgordon/atmospheric_satellite

I got a minimum wingspan of around 8m for self-sustaining flight on the winter solstice with a small payload — pretty close to what you all built.

The biggest problem I ran into when creating this analysis was accurately estimating solar irradiance at different altitudes. Here's the module I built for estimating that, in case you find it useful: https://github.com/gusgordon/airmass

Congrats and good luck!
gusgordon
·vor 4 Jahren·discuss
Given that there have been multiple mass extinction events in Earth’s history, it seems reasonable to spend a small fraction of GDP on colonizing another planet. How about something roughly equivalent to the amount we spend on chapstick?
gusgordon
·vor 4 Jahren·discuss
Yeah, that’s basically what I do, but I often find I need to play around with intermediary data within functions.
gusgordon
·vor 4 Jahren·discuss
What’s your recommendation in terms of tooling for cases where it’s not just prototype -> production, but an iterative process? I love notebooks for prototyping, but I find it’s a lot of work to make sure notebook code and prod code are in sync. Maybe just debugging with IPython?
gusgordon
·vor 5 Jahren·discuss
Having used this, it's fine, but not that great compared to similar products. I understand some people do like it.

That said, has anyone else noticed the quantity of reMarkable posts here (about once per quarter) with hundreds of votes that are essentially ads for the product? reMarkable clearly has a large advertising budget given the amount of ads I/others see from them on social media. Is it possible that they're purchasing HN votes?
gusgordon
·vor 5 Jahren·discuss
Good question. One requirement for the aircraft in this optimization is that they must have more energy in the battery than they did 24 hours prior. If the aircraft started at full energy, they wouldn't ever be able to satisfy this requirement, so that's why it's an independent variable.

For example, an aircraft could "start" at 50% battery state of charge, then charge to 95% over the course of the day, then come back 24 hours later at 51%, and that would be valid. There are other ways around this, but this is what I came up with at the time.

This is similar to why the starting altitude is allowed to float. The gravitational potential energy of the aircraft can be used as another "battery", but the aircraft is only a valid solution if it's not losing altitude over the course of 24 hours.
gusgordon
·vor 5 Jahren·discuss
Yes it's a lot easier at lower altitudes since you can get more lift, but you might run into some extra regulatory issues with that :)
gusgordon
·vor 5 Jahren·discuss
For those curious about the physics of these aircraft, here's an analysis I did of the same concept. The goal is to determine the smallest aircraft configuration that can indefinitely sustain flight: https://github.com/gusgordon/atmospheric_satellite#readme