jbperry | 7 months ago | on: A Brief Publishing History of Don Quixote (2024)
jbperry's comments
jbperry | 1 year ago | on: The masters of Commodore 64 games
jbperry | 1 year ago | on: Mermaid Gantt diagrams for displaying distributed traces in Markdown (2023)
jbperry | 2 years ago | on: NASA selects a plan to "swarm" Proxima Centauri with tiny probes
Imagine this was Proxima Centauri doing the same mission on our solar system. Assuming that some of the swarm was on target enough to go thru the inner solar system:
Mars is ~13 light minutes from the sun. So double that for the whole diameter of the orbit, 26 light minutes. At .2c that's 130 minutes total transit time (less really unless it passes really close to the sun). So probably less than 2 hours total in the inner solar system. And that's assuming you can hit that small of a target from 4.25 light years away.
Light distance Sun-Saturn is 1.3 hours. 2.6 diameter. 13 hour transit time for most of the solar system.
You don't know where the planets actually are going to be, or were to point a camera or any other instrument, except the sun. And you have probes that weigh grams.
That's a tough problem, without considering the laser.
But I like thinking about it.
jbperry | 2 years ago | on: 9 years of Apple text editor solo dev
I too find it very annoying, especially for such a long article.
jbperry | 2 years ago | on: 100x Faster Than Wi-Fi: Light-Based Networking Standard Released
jbperry | 3 years ago | on: Greg Bear has died
Followed by The Forge of God and Blood Music. I don't won't to ruin the endings of these two, but who knew you could end books like that?!
Queen of Angels was the weirdest detective book I'd ever encountered, with futuristic CSI way ahead of its time.
The power levels of the conflicts in Moving Mars and Anvil of Stars seemed unimaginable.
Slant, one of my favorites, felt like something like cyberpunk, but something else as well.
I've always thought him as my favorite of the Killer B's (Bear, Brin, Benford). And one of the authors that really changed how I thought about things
jbperry | 3 years ago | on: Obese People Burn Calories Less Efficiently, Even After Weight Loss Surgery
jbperry | 3 years ago | on: Obese People Burn Calories Less Efficiently, Even After Weight Loss Surgery
I have always struggled with my weight. I find that the solution is always diet. Exercise does make me feel better, but doesn't seem to have much effect on my weight loss, if at all. At least in the short term.
I assume more muscle mass, would mean a higher resting metabolic rate. But how much. Is the effect large or small? Is it like this study, where sure it changes, but not enough to ever be able to eat like a "normal" person?
jbperry | 4 years ago | on: Commodore 64 Guides
Writing machine language by hand on the C-64 is the closest I've ever felt to the hardware as a programmer. 3 registers, some flags and interrupts.
jbperry | 4 years ago | on: Ask HN: What is your favorite programming language and why?
The language I reach for the most is C#. LINQ is great and the base libraries are solid. Plus, the industry I'm in (building controls) is largely Windows based, so that obviously influences that choice.
I really enjoy the concepts and syntax of OCaml, but I've repeatedly lost of the battle of making it work on Windows.
The JVM has become much more popular in the building controls industry in the last decade. So I've been thinking of picking up a JVM language this year. Trying to decide between Clojure and Kotlin.
jbperry | 4 years ago | on: Chess pros burn a Michael Phelpsian 6k calories per game
jbperry | 4 years ago | on: Michael Collins, Apollo 11 astronaut, has died
jbperry | 5 years ago | on: How far does sound travel in the ocean?
Another interesting thing, is to see how people react in these situations. Some people can't take the high stress, some the long hours, some the long stretches of boredom. And they deal with it in different ways. And it can bring out the best and worst in people. And everyone comes out of the experience changed.
jbperry | 5 years ago | on: Ropes, an Alternative to Strings [pdf] (1995)
http://avalonedit.net/ https://github.com/icsharpcode/AvalonEdit/blob/master/ICShar...
jbperry | 5 years ago | on: Ask HN: What is your favorite ergonomic chair/desk
jbperry | 5 years ago | on: My friend starts her job today, after learning to program in prison
jbperry | 5 years ago | on: Learn from Anyone
Me: Explain Feynman diagrams Richard Feynman: Ok. Let’s start with the basics. If we have a simple electron traveling from x=0 to x=3 then we could use this diagram: The node circled in blue means that the electron isn’t interacting with anything and is just moving, the node circled in orange means that the electron is interacting with the photon and has an “integrated” or a sum of all possible solutions with differing amounts of spin.
jbperry | 5 years ago | on: Birth of BASIC (2014) [video]
jbperry | 5 years ago | on: Visual Studio Code June 2020 (version 1.47)
https://marketplace.visualstudio.com/items?itemName=idleberg...
I don't think NSIS can create MSIs. But it can create windows installers.