• 35 Posts
  • 316 Comments
Joined 10 months ago
cake
Cake day: December 28th, 2023

help-circle


  • It’s going to confuse everyday users

    Call me a conspiracy theorist, but I believe this is the intention. I think big companies deliberately put in confusing and bad design to “test the waters” and see if people will still buy their products. It’s the same with the apple mouse charging on the bottom, or why companies keep making their logos uglier with each iteration. It’s a psy-op to condition the masses into accepting worse products without complaining.




  • “This is why I <lukewarm take> in <current year>”

    Didn’t read the article, but I hate this style of headlines with a passion. Using custom ROMs isn’t even something controversial, yet they go out of their way to make it sound like they’re breaking some social taboo or something. Why not a simple and concise title like “Advantages of custom ROMs” or “Consider installing a custom ROM”. It sounds like a meme speech pattern straight out of 4chan, except they’re using it with zero self awareness or irony. How about an actual hot take: journos who write like this are pretentious pricks that deserve to get replaced by chatgpt.



  • I really wish email had a built-in aliases feature. Like, so you can create unlimited new addresses that just point to your normal inbox. That would help so much with spam, since you could just block individual aliases. I know some email providers have this feature, but usually it’s paid. Plus Addressing is also nice, but it does nothing to hide your “real” address. Also I’m disappointed that end-to-end encrypted email is basically never used by normal people.






  • renzev@lemmy.worldtoScience Memes@mander.xyzNobel Prize 2024
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    19 days ago

    When I hear “AI”, I think of that thing that proofreads my emails and writes boilerplate code. Just a useful tool among a long list of others. Why would I spend emotional effort hating it? I think people who “hate” AI are just as annoying as the people pushing it as the solution to all our problems.


    • What happens to the ball? It rolls of the side of the table.
    • Color: I didn’t imagine a specific color
    • Gender: I didn’t imagine a specific gender. Most of the person was “out of the frame”
    • What did they look like: Again, most of the person was out of the frame, they were just kind of a gray silhouette
    • What size was the ball? Like a dodgeball I guess?
    • What about the table? Very minimalist square table made up of five rectangular prisms (the surface and four legs). No specific material, uniform texture. I imagined everything in isometric perspective.

    This is what I recall from my first time imagining the scenario, I’d have to imagine some more if I wanted to give specific answers.

    With all due respect, I don’t believe aphantasia is a real thing. The way people imagine things is so varied, weird, strange, and unique that I don’t think it makes sense assigning labels. Different people will give varying levels of detail to different parts of their imagination based on their past experiences and knowledge.If you ask someone to imagine a chessboard, someone who plays chess might imagine a specific opening or valid board state, while someone who doesn’t might just have a vague blob of chess pieces on a board.

    Even with your ball on a table experiment, the experiences people have had throughout the day may give more or less detail to the imagined scenario. I’m fairly certain that the reason I imagined everything so abstractly is because recently I found an artwork with a similar minimalist isometric style that I liked a lot, so it’s kind of floating around in my subconsciousness and affecting how I imagine things.




  • Maybe I’m confused, but from what I understand, “declarative” means you tell the computer what you want the final thing to look like, and “imperative” means you tell the computer what steps to take. So Dockerfile would be imperative because it’s a set of commands that are executed in-order to create the image. Meanwhile docker-compose.yml is declarative because you say which containers are used with what options and how they’re interconnected. IDK tho, as far as I understand the definitions aren’t that rigid




  • This (and systemd bugs) is the main reason I moved away from nixos on my homeserver. Nowadays if I want declarative configuration, I just cram everything into docker containers and write a huge docker-compose.yml for everything that I want to run. Would still recommend nixos for things that don’t require a lot of tweaking. Like if I had to set up a simple website for a small business or something. I love how you can set up SSL certificates for nginx with autorenewal just by switching it on in configuration.nix.