@bunbun - eviltoast
  • 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • Databases are not really about what information is stored, but instead how it’s going to be used. Compared to writing software you have to kinda think backwards while designing them. So not “we create a profile to calculate everything that goes into the economic planning”, but “what simplest parts constitute the economy”.

    To give you a direct example - you’d need a dataset for people Person() who use and manipulate the economy, and another for stuff made of individual Thing() that together form it. You can say that people have a labour_value property to them. And things could have their production/maintenance Thing().labour_cost expressed in that Person().labour_value.

    From there it’s about actual programming and understanding the smaller parts of the problem as you solve it step by step. You can delve deeper into additional relationships between people and stuff- Person().basic_needs_cost, Thing().lifetime, Thing().transportation_cost(Person().location), whatever.

    To put it very simply, programming is about having a refined final idea and breaking it into simpler parts. Data architecture, on the other hand, is taking the basic components and building the details on top of them.


  • Unironically “but the other choice is worse!”. The democrats have been doing literally the same shit that republicans did (police funding, title 42, Roe v Wade, willow project, rail strike blocking, sinophobia, etc). And even the little good they’ve done, like the student loan freeze and forgiveness, infrastructure bill, build back better/inflation reduction act, are not really their campaign focus. So we’re just doing the 2020 election 2: electric boogaloo.


  • I can only comment on the shitty mic part. There’s a lot that can be done with software processing - leveling volume, cutting static and background noise, adjusting the sound of your voice. I recommend VSTHost with reaper plugins. The two really useful ones are:

    reagate - noise gate. It cuts audio below a certain threshold. Great for random noises in the back, mouth sounds, etc. Here is a good explainer on how to use it.

    reaeq - equalizer. You can tune out ambient sounds, level your voice frequencies, and compensate for all the weird things that cheap mics do. There’s a bunch of youtube videos on how to set up a good baseline for voice recording, and from there you can adjust by feel.