• 2 Posts
  • 85 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle

  • Ngl I love tailwind, I’ve been through so many different css paradigms

    • separate css files: why did we ever do this, if you’ve ever used kendo’s css stuff you’ll understand how unfathomable hundreds of thousands of lines of css with complex rules is. Identifying all the things that affect a single component is the work of dozens of minutes at minimum, sometimes hours, you have to understand every nook and cranny of the css spec.
    • inline styles: fine, but verbose and requires object spreading, harder to compose, theming is tough and requires discipline to be consistent in your theme conventions, almost impossible to also theme imported library components
    • module.css with imported classes: my go to outside of tailwind
    • scss: I actually really like scss but it exacerbates the complexity and mystery of css, great for small projects but terrible as projects bloat
    • bootstrap: basically just worse tailwind, providing only components and colors

    That’s all I can think of right now, but tailwind is my preferred way to style a new project, I love how easy theming and style consistency is









  • My experience is every person in the US who enters the workforce and gets their first paycheck is always surprised. Since here in the us salary is given in pretax dollars, you never get the amount you’d expect for your first one.

    Otherwise, some complain scout sales tax in the us for a similar reason, especially going from a state with none to a state with a high rate



  • “Which is bad news for developers”

    Nah, we’ve been through lots of iterations of community for developers, irc, maillists, forums, stackoverflow, etc. Most of my complex questions go through specific discord communities now. I’m not trying to spend a year editing a single post because some swamp ass weanie on stackoverflow has his nose covered in rule dust.

    Yes ai has changed the game a bit, but it is not removing community, it’s mostly just cutting down on the question duplication

    My most recent foray into a new technology was working with vulkan in rust on a mac, stackoverflow is useless compared to the vulkan discord.


  • Finding community in the modern age requires you to get interested and participate in something specific. Specific communities are often on Discord or equivalent, for example I’m super into some very specific video games with thriving communities, into specific genres of books and have found like minded people, love chatting about specific computing topics, etc. Specialize your interests and find others who have done the same





  • Likely a prefrontal cortex, the administrative center of the brain and generally host to human consciousness. As well as a dedicated memory system with learning plasticity.

    Humans have systems that mirror llms but llms are missing a few key components to be precise replicas of human brains, mostly because it’s computationally expensive to consider and the goal is different.

    Some specific things the brain has that llms don’t directly account for are different neurochemicals (favoring a single floating value per neuron), synaptogenesis, neurogenesis, synapse fire travel duration and myelin, neural pruning, potassium and sodium channels, downstream effects, etc. We use math and gradient descent to somewhat mirror the brain’s hebbian learning but do not perform precisely the same operations using the same systems.

    In my opinion having a dedicated module for consciousness would bridge the gap, possibly while accounting for some of the missing characteristics. Consciousness is not an indescribable mystery, we have performed tons of experiments and received a whole lot of information on the topic.

    As it stands llms are largely reasonable approximations of the language center of the brain but little more. It may honestly not take much to get what we consider consciousness humming in a system that includes an llm as a component.


  • How do you think god comes into the equation? What do you think about split brain syndrome in which people demonstrate having multiple consciousnesses? If consciousness is based on a metaphysical property why can it be altered with chemicals and drugs? What do you think happens during a lobotomy?

    I get that evidence based thinking is generally not compatible with religious postulates, but just throwing up your hands and saying consciousness comes from the gods is an incredibly weak position to hold.