"We can't see the characters at all on the projected screen with that thin orca-uxn font!"
Good point, typography time.
"We can't see the characters at all on the projected screen with that thin orca-uxn font!" Good point, typography time. Here's a little story I wrote. I had just fought my way through a blizzard, on the request of a friend who invited me over to witness the completion of a recent project. I hung my snow-covered coat on something that, by the look of it, might very well have been a time machine. A silhouetted shape across the dark room, invites me to make my way through the unlit workshop and join them. Arched over a heap of what I first perceived to be a exposed innards of some camera-like mechanism, my friend held a minuscule weight above an equally small machined brass hand. After allowing only ever the briefest of time to settle myself before the inscrutable contraption, they carefully lowered a pea-sized weight onto the machine's opened palm. Let me introduce you to one of my favourite #esolang. Thue is a matrioshka esoteric computer based on string rewriting rules. A Thue program consists of two parts: a list of substitution rules, which is terminated with a line having both sides of the operator empty, followed by a string representing the initial program state, which may extend over multiple lines. Wrote a little Thue program that bounces a ball back and forth and writes "ping", "pong" when it hits the walls.
Show previous comments
I wonder if getas(wooden sandals) would be good boat shoes.. Half the time I only need shoes to get across beds of barnacles. I just need something that's easy to repair.
Show previous comments
@neauoire my primary shoes are chala sandals. i bought these ones, but when they wear through i intend to make my own next time, out of whatever junk material i have available essentially they are insoles with paracord knotted in a particular way. i like them for the simplicity, they work well to protect my feet in town without restricting them https://chala.de/en/chala-run/ (beware, some other products on site are leather) @neauoire hemp sandals are easy enough to fix if you keep a little ball of hemp thread on the boat. also, you could experiment with making full scale hemp shoes. canβt be too difficult. Stocking up for food and water for two months is not too hard, but two months without any way of disposing of waste is the tricky one. Almost everyone we meet stay for at any one place for at most week or two, then they have to make their way back to the city to dispose of trash, refuel, charge their batteries and restock. @neauoire yep, we start to run out of fresh food after a week, low on water after 2-3 weeks. Then dry food would see us through a month with some foraging. Power is pretty infernate and fuel over a year traveling 1,000+ km's #boatingeurope #lifeboat For the past year or so, whenever I write a bit of code that is slightly faster than the last time I did that same thing, I write it down in this little program's memory. Now, I always run this program over everything I do, and it tells me how I've previously made that same thing faster before. It's kindda neat, it catches all sorts of things. https://git.sr.ht/~rabbits/uxnlin/tree/main/item/src/uxnlin.tal#L332 For two (positive) integers N and M, the properties of their greatest common divisor gcd() and the least common multiple lcm() come in pairs; the phenomenon is partly explained by the formula gcd(M, N) Γ lcm(M, N) = M Γ N. π€―
Show previous comments
neighbor paddles over "so how long you think y'all be staying in here" @neauoire huh, people say yall in Canada? (that's cool; I think it's a good word. just unexpected) There's this funny thing with fractions where, if you divide 2 by 3, getting 2/3, you can flip the numbers to get the reciprocal 3/2. Now, while a division takes two whole numbers and gives you a fraction, there's no way to get back to two whole numbers again. It's destructive in a way, so I've added this little operator that is basically the opposite of a division, but that is also not a multiplication, taking the fraction 2/3, and giving you 2 and 3.
Show previous comments
@neauoire What number representation is used here? It looks like the display format is integer part plus fraction. Are the individual component regular machine words or bignums? @neauoire A few years ago I came up with a neat algorithm for this for a floating-point number, including support for expressions with square roots and multiples of pi. It works by trying to deduce a repeated fraction for the number (similar to how the golden ratio is constructed). The code is here: https://gist.github.com/nakst/f8a70fd69724b8a239138c3f03dd1b75 I looked around the internet for a while to see if anyone had described this algorithm, but I couldn't find anything :( @neauoire A fraction represents a part of a whole. The Numerator is the top of part of a fraction. The Denominator is the bottom of part of a fraction. An proper fraction must be less than 1, like 3/4 and 7/12. An improper fraction is more than 1, like 9/2 and 13/4. A mixed fraction is a whole number and a portion less than 1 together, like 2 3/4. I'm not sure if you're familiar with this visual way of multiplying numbers together, it has nothing to do with fractions, but I just thought about it. I think it's called vedic multiplication sometimes, or just the sticks method. I'm using a thicker line here to represent 4 to save me some time, so intersections with the thicker line are worth 4, two thick intersecting lines would be worth 16. Added snarf buffer support so I can paste directly into the calculator, it makes for a pretty neat little hex/dec converter. # set-hex mode We were having coffee outside this morning, Rekka looked at the lifelines sleeves and asked "do you think it's rusty inside". Turns out the metal cables we rely on to keep us from falling overboard are completely corroded, and some spokes are even cut through.
Show previous comments
@neauoire Yup, I've seen that on past boats of mine. Will you replace them with more coated wire or leave them bare? Here's something I have never seen before. The binary for the graphical calculator works BOTH as a graphical user interface, and is equally usable in the console without the GUI. The same rom file can be used with both the cli and gui emulators. To add onto the food preservation thread, which is unfortunately private. If you're hoping to keep oats for a while, don't stock up on the rolled oats, instead get whole oats, and process(grind/roll) them as needed, they take half as much space that way, and will last a lot longer. @neauoire I remember when you got (or were gifted?) that grinder; do you happen to have a model number or other documentation available for it if I were to look for a similar on the second hand market? This is one of those things I probably *could* find a higher-tech solution for, but don't *need* to (Though I guess a burr-style coffee grinder, like the one I have, actually probably works for grains in a pinch. It's just a motor and blades, eh?) |
@neauoire
Time for the Chicago font! π
@neauoire let me know if I can help out at all!
It was a totally valid criticism that Orca's font was so thin that nobody could even read the code projected on the screen, so here's my attempt at a thicker font :)
It combines my favourite elements of Input Mono, Chicago and VGA.
Not too sure about the 'g' and 'y' ascending line at the bottom, I might remove them so it's more in line with the f which doesn't have one.