Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

aparrish, to random
@aparrish@friend.camp avatar

if you add beam search and custom scoring rules to a markov chain text generator, you can do some pretty fun things. like enforcing alliteration, limiting word length, and adding a bunch of adverbs (corpus is Frankenstein, output limited to twenty tokens, ngram length of 3)

jupyter notebook screenshot with output: Indeed, I knew that I felt then that I felt when I have read with the more sure- Indeed, I feel that I knew that I made that I felt that I have made me what I Indeed, I felt then that I felt that they hear from me with hope. I know that soon Indeed, I felt cold also, they said, that the poor girl, whom I have read with Indeed, I felt then that I felt that they were the only link that held me to look back Indeed, I have said that he said,“ Alas! What must have been the only link that held Indeed, I feel that I felt that they were days of happiness that I felt this delay very bitterly Indeed, I look back upon the past with self- deceit, to find that the wind died away Indeed, I felt then that I have read with the dark mountains, I knew that I have made Indeed, I felt that they hear from me with fear, from the city. The poor victim,
jupyter notebook screenshot with output: And then I was passionately fond of the nightly wind; the only one of his children. I quickly And then I was quickly discovered, and the only school in which I vainly attempted to accompany them and And then I was hardly morning, and thus I should scarcely regret Switzerland and the season, so lately And then I was absolutely necessary, and lastly of my family in peace and beauty of the saintly sufferer And then I was absolutely ignorant, but certainly I should ultimately succeed. I gradually saw plainly the clear And then I was absolutely necessary, and rashly and ignorantly I had willingly chosen. The same lulling sounds And then I was firmly convinced in my early years. You may easily perceive why I am only induced And then I was absolutely necessary, and rashly and ignorantly I had been so deeply was I really as And then I was passionately fond of the saintly sufferer. My daily vows rose for revenge— a miserable And then I was gradually recovering, I should comply with a lovely sight, and lastly of my unearthly

aparrish, to random
@aparrish@friend.camp avatar

opens the hood of your laptop welp i see your problem. you got transistors in here. lil electric switches. maybe billions of 'em. not much i can do for you

aparrish, to random
@aparrish@friend.camp avatar

testing out a bit of code to display text on the gameboy by rendering 3px x 8px characters to VRAM tile data and tile maps, as needed at runtime. I like that the density of this allows more information on screen, but i'm worried that in practice it would be difficult to read—both because of the small size on an actual hardware screen, and because of the letters that don't take well to being rendered at 3px width, like Ms and Ws

aparrish,
@aparrish@friend.camp avatar

@eob gameboy has four shades of grey—i'm actually using these a little in the screenshot for antialiasing and to try to make M/W/m/w/u/v etc more distinctive

eob,
@eob@social.coop avatar

@aparrish Oh yes, now that I zoom in on the image I see the grey pixels.

Nice!

aparrish, to random
@aparrish@friend.camp avatar

!!Con has consistently been one of the weirdest and most fun tech(-adjacent) conferences out there for a while, and their call for talks is open for their 12th and final(!) gathering later this summer in Santa Cruz. consider submitting something! https://bangbangcon.com/give-a-talk.html (talks are ten minutes long, must have something to do with computing, should be about something you think is neat, and need to have an exclamation mark in the title)

aparrish,
@aparrish@friend.camp avatar

(i'm not big on promoting in-person events lately, on account of covid risk, BUT the !!con organizers are holding the conference outdoors this year and will have other covid mitigation strategies in place, with potential virtual attendance options for speakers)

villares,
@villares@ciberlandia.pt avatar

@aparrish very cool! PyCon US had everyone masked and that was nice. I met Jim in person for the first time, it was awesome :)

aparrish, to random
@aparrish@friend.camp avatar

the first assembly-like language i've ever seriously tried to learn is rp2040 PIO (two registers, no RAM access, no math, programs have max 32 instructions), and now that i'm picking up a bit of game boy assembly (z80-ish), everything i come across seems like a luxury. you mean i can just check if a bit in a register is set?! i can increment things?

joel,
@joel@fosstodon.org avatar

@aparrish will you make a game

aparrish, to random
@aparrish@friend.camp avatar

made myself a simple little board today that has a few useful logic gates made from discrete bjt transistors (i found myself breadboarding the same gates over and over and thought i'd save future-me some trouble)

aparrish,
@aparrish@friend.camp avatar

also i just like making logic gates with transistors. i think it's neat

awoodsnet,
@awoodsnet@phpc.social avatar

@aparrish at what point does a set of logic gates with transistors become a rube goldberg circuit? 😛

aparrish, to random
@aparrish@friend.camp avatar

latest issue of Taper is gooood https://taper.badquar.to/12/index.html (online journal of literary web experiments, all of which are implemented in 2KB of html/css/javascript or less)

aparrish, to random
@aparrish@friend.camp avatar

imagine how much more mystique low level programming would have if instead of calling it a "memory map," we called it "the map of memory"

aparrish,
@aparrish@friend.camp avatar

— so uh how do i send a byte to the serial port
— ah my child. to do this you must inscribe your data... in the map of memory

aparrish, to random
@aparrish@friend.camp avatar

my bootleg gameboy cart lives!! sorta! i can flash a game on it and play it but only on the occasions when the rp2040 actually starts up... which seems to happen only randomly, like one out of twenty tries. but that is a problem for tomorrow allison; tonight allison is overjoyed that it works at all!

underside of the gba sp shows a cartridge with no top revealing a pcb with a lot of ics and a janky led soldered in place

18+ aparrish,
@aparrish@friend.camp avatar

if anyone has ideas about the inconsistent power, i'd love advice! the schematic for the voltage regulator section is attached. the lm66200 is there so i'm never accidentally powering from both gameboy and USB; the regulator is a regular old 3.3v linear regulator. 3.3v goes to the rp2040, which has the normal decoupling cap setup. after power up, voltages on inputs/output are normal, but the rp2040 doesn't initialize. i suspect startup current draw is an issue?

aparrish,
@aparrish@friend.camp avatar

getting close to v0.2 of this cart! changes include: open drain-compatible level shifter (should hopefully help w/a bunch of subtle bus contention problems); smaller footprint qspi flash; shorter battery clip and inset usb port (so it'll fit inside an unmodified cart shell, hopefully); and i added one more address line to both the parallel flash and sram (8MB flash is cheaper than 4MB, and 256KB sram is about the same price as 128KB... would be fairly easy to make this a multicart?!)

aparrish, to random
@aparrish@friend.camp avatar

I'm teaching an experimental new class called "Human-scale Natural Language Processing" this summer (mid-June to mid-July) for the School of Poetic Computation https://sfpc.study/sessions/summer-24/human-scale-nlp it's being taught online, with two sections scheduled to (hopefully) be convenient for folks all over the planet. applications are due April 15th!

aparrish, to random
@aparrish@friend.camp avatar

first version of my gameboy cart boards are back from fab and they're so pretty! unfortunately i won't have time to put one together and see if it even comes close to working until this weekend probably, boo

aparrish, to random
@aparrish@friend.camp avatar
aparrish,
@aparrish@friend.camp avatar

love to know that part of my municipal taxes are being used to pay microsoft to lie to me

aparrish, to random
@aparrish@friend.camp avatar

three years out from the Stochastic Parrots paper (https://dl.acm.org/doi/10.1145/3442188.3445922) it's remarkable the extent to which LLM researchers and startups have seemingly used the paper's recommendations as a list of things to specifically not do

aparrish, to random
@aparrish@friend.camp avatar

celebrating nearly 100 years of "educational institutions must adopt [this tech thingy that i want to sell] or risk falling behind the times" https://www.si.edu/object/pressey-teaching-machine%3Anmah_1367149

SvenGeier,
@SvenGeier@mathstodon.xyz avatar
aparrish, to random
@aparrish@friend.camp avatar

good news, our startup has been acquired by adobe (immured behind a mud-brick wall)

trochee,
@trochee@dair-community.social avatar

@aparrish

For the love of God, Montrésor !

trochee,
@trochee@dair-community.social avatar

@aparrish

Brb gonna go check if amontilla.do is registered already

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • megavids
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • provamag3
  • tester
  • Leos
  • JUstTest
  • All magazines