Email or username:

Password:

Forgot your password?
2,445 posts total
Devil Lu Linvega

I've been taking it easy for the last days of the year, cooked a lot, walked a lot. I've been re-reading SICP and idly poking at a silly Lisp system. I don't have any specific goal for it beyond exploring low-level symbolic computing.

After watching a documentary about the Newton, I found myself reading about the ways to convert hand-written letters into their digital representations, and soon found myself inventing my own little shorthand calligraphy and interpreter.

wiki.xxiivv.com/site/now.html

I've been taking it easy for the last days of the year, cooked a lot, walked a lot. I've been re-reading SICP and idly poking at a silly Lisp system. I don't have any specific goal for it beyond exploring low-level symbolic computing.

After watching a documentary about the Newton, I found myself reading about the ways to convert hand-written letters into their digital representations, and soon found myself inventing my own little shorthand calligraphy and interpreter.

Devil Lu Linvega

Time to look back on 2023, and write a sort of review of the year.

tomasz stecko

@neauoire I really like doing backups and going back through logs, metrics and read lists every New Year

Devil Lu Linvega

ASCII having ( and ) next to each other, but every other types of brackets having something inbetween is kind of a pain.

herbert

@neauoire you know what really is a pain? having to read those endless mails on the @ietf lists about ASCII, its history, how it didn’t get registered appropriately, etc. and, especially, all those dudes being so convinced their version of the story is the truth and nothing but. mailarchive.ietf.org/arch/brow

DELETED

@neauoire just recently started using it for myself, its insanely cool how plug and play it was

m0xEE

@neauoire
Wow, that's an amazing project! I've even managed to build it for PowerPC — for no particular reason 😅 As it generates static website to be placed anywhere, you can use any machine to generate it.
It literally takes zero effort and the resulting pages look pretty!

Devil Lu Linvega

"Going through Patagonia"
ddg: "2 retailers at your location"
"Going through Patagonia, Argentine"

WimⓂ️

@neauoire When I hear Patagonia, I think of
"Far Away and Long Ago" by William Henry Hudson

Y⃒̸̷̝̜̙ͥͥͥngmar

@neauoire Apple Maps was like this in its early days:

Cairo? Sure, that's in USA somewhere.

Memphis? Also in the US!

Europe? Yup, here's a US town called Europe!

I haven't used it since those days.

Devil Lu Linvega

I need matching parenthesis highlight in Left, I'm going blind.

Show previous comments
Cricket

@neauoire Please provide alt text on images for accessibility purposes.

Kozmo Danton

@neauoire it's interesting that you started implementing that after you worked a bit with LISP

rezmason

@neauoire Imagine a font with binary notches on brackets and parentheses, so you can match them visually when they're printed in black and white

Devil Lu Linvega

*modifies self-hosted compiler directly, braces for impact*
*doesn't blow up, still compiles*
"WOW"
git.sr.ht/~rabbits/lispkit/blo

Devil Lu Linvega

#DecemberAdventure Playlist
Hiko Momoji & meat computer - White Light
VINNE, Evokings - By My Side
Mylène Farmer - Oui Mais Non (SM:LY Remix)
MATRAKK - Mon Amour (Part IV)
Halsey - New Americana (THYPONYX Remix)
mobbs radical - road of the headless
Noro - DEEP END
Yarimov - Controlla
Max Fail, MEYSSTA & KURY – Squid Game (LANNE Edit)
Popsimonova & Zarkoff - Wall To Wall
Josh - lauf!
WEJDENE - JE T'AIME DE OUF(POUMTICA REMIX)
akiaura, LONOWN, STM - Sleepwalker
more: paste.sr.ht/~rabbits/fedf52255

#DecemberAdventure Playlist
Hiko Momoji & meat computer - White Light
VINNE, Evokings - By My Side
Mylène Farmer - Oui Mais Non (SM:LY Remix)
MATRAKK - Mon Amour (Part IV)
Halsey - New Americana (THYPONYX Remix)
mobbs radical - road of the headless
Noro - DEEP END
Yarimov - Controlla
Max Fail, MEYSSTA & KURY – Squid Game (LANNE Edit)
Popsimonova & Zarkoff - Wall To Wall
Josh - lauf!
WEJDENE - JE T'AIME DE OUF(POUMTICA REMIX)
akiaura, LONOWN, STM - Sleepwalker
more: paste.sr.ht/~rabbits/fedf52255

DELETED

@neauoire never expected to see you listening to a meat computer song.

Devil Lu Linvega

I wonder what we should do with the Wiktopher manuscript with all the corrections. It's a thick stack of paper, storage it? Is there any point in keeping that. Feels weird to just throw away.

Show previous comments
David JONES

@neauoire if you have a local town with a library and an ephemera collection, donate it there? Or you fave uni's ephemera collection.

Diego F. Goberna

@neauoire I think it's easy to decide answering: Do you think in 20-30 years time you will like to find it in an old box?

Devil Lu Linvega

Shared a day with an old friend from Montreal who's visiting and our little winter sailing community. We went to watch the waves crash violently on the ocean side for a bit. We made tourtiere gyozas for dinner, it was fabulous, we took some pictures and some notes, so we can turn it into a recipe.

I hope everyone is having an enjoyable end of year.

Gaëtan Perrault

@neauoire 😱 I am now salivating at the notion of "tourtière gyoza", that may be the perfect fusion dish.

Devil Lu Linvega

Put some music, made some buckwheat tea, hid under the blanket and implemented a little base1 arithmetic system(church encoding) in purelisp.
git.sr.ht/~rabbits/lispkit/tre

Devil Lu Linvega

An abstraction inversion is the phenomenon that happens when "a simpler notion is defined in terms of more complex notions". The cost of abstraction inversion is paid by high-overhead in implementation, difficulty in semantic analysis and proofs, mismatch of development tools, general bloat, complexity and unsafety.
plover.com/~mjd/misc/hbaker-ar

tomas

@neauoire That's a good list of costs. Where I work there is a general habit of sending in very large and complex data structures as input to functions (Java), not because the function needs all that data, but because the caller generally already has that data structure prepared. The long-term problems that the code experiences because of this habit pretty much correlates exactly with your list of costs... I ought to take some of this and turn it into evidence.

Go Up