Posts

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

alcinnz, to random
@alcinnz@floss.social avatar

Beware the cloud of hype - Jay Hoffmann "The History of the Web":
https://thehistoryoftheweb.com/beware-the-cloud-of-hype/

alcinnz, to random
@alcinnz@floss.social avatar
alcinnz, to random
@alcinnz@floss.social avatar

Links (4 June 2024) - Baldur Bjarnason:
https://www.baldurbjarnason.com/2024/links-19/

Some AI links from it...

Trust - Jeremy Keith "adactio":
https://adactio.com/journal/21160

Information is Relational - Emily Bender "Mystery AI Hype Theater 3000":
https://buttondown.email/maiht3k/archive/information-is-relational/

How it feels to get an AI email from a friend - Neven Mrgan:
https://mrgan.com/ai-email-from-a-friend/

Despite buzz, generative AI tools such as ChatGPT see minimal daily use, survey finds - Imane El Atillah @ EuroNews:
https://www.euronews.com/next/2024/05/29/despite-buzz-generative-ai-tools-like-chatgpt-see-minimal-daily-use-survey-finds

alcinnz,
@alcinnz@floss.social avatar

Links from Bjarnason's linkdump discussing the Google leak...

Google won’t comment on a potentially massive leak of its search algorithm documentation - Mia Sato @ The Verge:
https://www.theverge.com/2024/5/28/24166177/google-search-ranking-algorithm-leak-documents-link-seo

An Anonymous Source Shared Thousands of Leaked Google Search API Documents with Me; Everyone in SEO Should See Them - Rand Fishkin @ Spark Toro:
https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-me-everyone-in-seo-should-see-them/?ref=platformer.news

Google Search’s Internal Engineering Documentation Has Leaked - Mike King @ Pull Rank:
https://ipullrank.com/google-algo-leak

alcinnz,
@alcinnz@floss.social avatar

Regarding the Google leak I'll concur with @Seirdy : I don't trust any conclusions from these leaks as to how Google uses these metrics they gather.
Apparently it included docs, but we all know quickly those get out of date!

And for a final webdev link...

Engineering for Slow Internet - brr:
https://brr.fyi/posts/engineering-for-slow-internet

I actually think I reshared practically links from https://github.com/vkohaupt/vokoscreenNG this time...

alcinnz, to random
@alcinnz@floss.social avatar

I finally got my rewritten FontConfig language bindings passing their fuzz tests!

Mostly this is adding conditions under which FontConfig errors out, so I should go in & do a better job enforcing them...

alcinnz, to random
@alcinnz@floss.social avatar

As I engage with my local community it really strikes me...

My training in software development provides a solid grounding in Systems Theory. That is: Social systems aren't all that different from software systems, only there isn't source code to treat as a point of truth. We're stuck theorizing based on (if we're lucky) imperfect documentation.

And I also think that the "low coupling, high cohesion" systems we software devs strive for are also ideal in social systems.

alcinnz, to random
@alcinnz@floss.social avatar

Yesterday I established that compiling SQL queries & many of the more tangential features of a relational database can be framed as queries themselves, just on internal tables which we already know the schema of. So today: How do we read the desired data?

The common approach today is to store extra electrons between a transistor & its enable wire, I'll get into how we write those electrons tomorrow! Now that we've mastered the technique, it can store enough data for most non-archivists!

1/?

alcinnz,
@alcinnz@floss.social avatar

We've even refined our circuits fine enough to read back analogue data stored in this "flash" memory, though I strongly suspect there's limits to how cost-effective this strategy will be to further refine.

Stuff a silicon wafer full of these flash storage cells in 3D adding a decoder, place multiple such wafers in the same microchip package, & place multiple microchips into the hardware until we've got enough storage to meet your needs!

2/?

alcinnz,
@alcinnz@floss.social avatar

For each of those flash wafers I'd include a CPU core with very little memory, separating data (read from Flash) vs code (uploaded by CPU). Thus letting it evaluating any filters, column-extraction, & synopsizing it wants!

I'd want it to be able to handle strings, ints, & floats including non-trivial maths like multiply, divide, & remainder. Then again minimal & segregated code storage can allow for a simpler instruction-decoding pipeline without branch prediction!

3/4!

alcinnz, to random
@alcinnz@floss.social avatar

Taking an initial look at PeePDF...

It rolls its own AES decryptionn. Not great, but at least its decently well tested & they didn't roll their own encryption...

They vendor utils to format terminal output.

As well as utils for evaluating (via terminal command) or analyzing embedded JavaScript.

0.5/0.5 Proper study of PeePDF's central code tomorrow!

alcinnz, to random
@alcinnz@floss.social avatar

A common web component learning blunder - Dave Rupert:
https://daverupert.com/2024/05/cold-turkey-wont-fix-your-javascript-addiction/
Boosted by Robin Rendle "The Cascade":
https://csscade.com/a-common-web-component-learning-blunder/

The Gap - Ahmad Shadeed:
https://ishadeed.com/article/the-gap/
Boosted by Robin Rendle "The Cascade":
https://csscade.com/the-gap/

Hints & Suggestions - Miriam Suzanne @ International Symposium on Making Web Sites Real Good:
https://invidious.private.coffee/watch?v=iLxJ6PtuF9M&si=UmqNz2JfyDfWh0pN&t=4191 (Youtube via Invidious)
Boosted by Robin Rendle "The Cascade":
https://csscade.com/hints-and-suggestions/
Great talk, must see for any webdev!

alcinnz, to random
@alcinnz@floss.social avatar

New zine: How Git Works! - Julia Evans:
https://jvns.ca/blog/2024/04/25/new-zine--how-git-works-/

alcinnz, to random
@alcinnz@floss.social avatar

Every dependency is a potential vulnerability - Go Make Things:
https://gomakethings.com/every-dependency-is-a-potential-vulnerability/

alcinnz, (edited ) to random
@alcinnz@floss.social avatar

The tech industry likes to portray itself as pursuing linear "progress", but to me it feels a lot more cyclical than linear...

I've started describing my position as: I'm a rock in the ocean. The tide wants to keep dragging me in & out, whereas I try to stay steady.

For all the talk about "constant change" I reckon "illusion of change" is a good meme to spread...

alcinnz,
@alcinnz@floss.social avatar

Could it be that this illusion of change is having the effect of keeping people too busy to effect real change?

alcinnz, to random
@alcinnz@floss.social avatar

Having recently finished discussing how I'd implement a web browser (and server) from the hardware on up, how'd do the same for a relational SQL database?

To start I'd have a central processor parse the SQL sent to this machine, & compile it in reference to queries upon some internal tables. The architecture of this central processor (whether x86, ARM, RISCV, 6502,or my hypothetical string-centric design) doesn't really matter, we're not asking much of it.

1/3?

alcinnz,
@alcinnz@floss.social avatar

Its worth digging into those "internal tables" some more.

This would include tables listing all the tables & table-columns in the database, with or without including themselves. Aside from needing to assume its schema, these'll be queried like any other table. Maybe like PostgreSQL we'll store code for processing the different data types in yet more tables?

Additionally there'd be tables for "views" which we'd parse to subqueries. As well as user accounts & access rights.

2/3?

alcinnz,
@alcinnz@floss.social avatar

Finally I'd include a table of precompiled "triggers" to run before or after the query itself.

So compiling a query to run involves running several other queries! How'd we evaluate these queries?

Lets see the data is stored in flash memory, that should be plenty for most people today! Which allows me to say: What if we paired every flash wafer with a (RISC64fim?) CPU core?

We'd want non-trivial ALUs to process the common SQL types, but barely any RAM. Separating code from data.

3/3today!

alcinnz, to random
@alcinnz@floss.social avatar

The limitless potential of humanity will grow exponentially!

#BullshitBingo

Quoting Dr Chronopolis from The Red Panda Adventures, who regrets the line...

alcinnz, to random
@alcinnz@floss.social avatar

I'm now going back to gather all my threads regarding devtools for my hypothetical string-centric hardware, KMod, PDFid, & ELF Utils!

Lets see how long it takes me to get these into a reasonable shape?

alcinnz, to random
@alcinnz@floss.social avatar

For the last of ELF Utils' commands, unstrip restores the the extra debugging information (not strictly required to run the program) strip has removed. Across all the software comprising an OS this can really add up!

After initializing I/O locking & internationalization whilst parsing commandline flags unstrip may take 1 of 3 codepaths. 2 of which are mostly the same.

It might open the given ELF file, possibly by validated 2nd unstripped ELF file, ...

1/3?

alcinnz,
@alcinnz@floss.social avatar

... iterates over the unstripped file's program headers if any locating the PT_LOAD entry & computing the "bias" between the 2 files, validates the file, & copies over the stripped sections (involving gathering sorting, filtering, & outputting them before adjusting other sections to match & applying relocations until fixpoint) with or without generating a new output file.

Or it retrieves the DWFL modules possibly outputting them, opening the corresponding ELF file to process same, or ...

2/3

alcinnz,
@alcinnz@floss.social avatar

it may generate new output file before locating the ELF module.

There's a decent amount of code for the equality comprising the merge & sorting operation I described.

2.2/2.2 Fin! Next: PeePDF!

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