• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
rss




  • Yes I always think of that Simpsons line, this is the worse day so far. It doesn’t help any anxiety about the geopolitical situation even backdropped by an amusing sitcom. I do hope people learn better, but maybe we’ll see the way of nuking ourselves and wonder what happened while still being intolerant (as a whole, I know many individuals are cool but those are never in position of power it seems).

    I limit my political stories these days after Trump’s first term I can’t handle the same input, not American but that doesn’t matter to the world’s outcome.



  • If you could only play it when you rented the game, it was more difficult to memorize. Unfortunately none of my friends owned it, I rented it semi often but can probably only passed the level under 10times. Even thinking back I can remember the exhilaration of passing it. Course I kinda suck at games and after dying at the level would find something else to do rather than keep playing. This is someone who loved the turtles back then too, only reason I’d keep renting it.


  • @orbitz@lemmy.catoScience Memes@mander.xyzNom nom
    link
    fedilink
    English
    34 months ago

    As a kid I saw it as an arrow pointing, it points to the small number. That’s how I remembered it. I can now understand it ‘facing’ the big number but it was never pointing any direction other than the point, which is to the smaller one. Now I understand it eats the bigger one but it took awhile to see it as anything but an arrow point, if they drew them with teeth I’d have understood the eating better as a kid but I don’t think any teacher did that. I never had trouble understanding overall so wasn’t an issue.




  • Not who you asked but I hook up mine to a PC meant for streaming, there’s no need for it to be smart with either browser or applications that stream the content. Unless I’m missing something.

    It’s not a need as much as a preference to not want every device need a connection if you have other means to handle the tasks. Also less bandwidth used since they don’t send back random data to headquarters, not that I imagine it’s a lot.


  • After listening to the book a half dozen times or so, I came to the thought it’s like poetry in novel form, the prose can be beautiful and horrid in emotions. Case is high as often as he can and he’s the lens we see most things through so everything is a bit surreal. So I’m guessing that’s agreeing with you calling it an art house novel it that’s close to what you meant.

    It’s one of my favourite novels of all time, I only wish I read it when it was newer, only got it like 10 years ago and I was prime age to read it in the 90s. Oh well,glad I got around to it.



  • Depends on the reaching of the action, even if the event was out of their control but going to impact them, say an invasion or war breaking out at their location it’d be warranted. However in a general sense I agree, it causes undue stress if there’s nothing directly they can change.

    People thinking like that is how we get some people fighting for rights, the current fight may not directly impact them but they can see how it’ll impact things in the near future when more rights are changed. I mostly agree with not adding undue stress but sometimes it can be difficult to know when it’s undue or warranted because it can happen quickly once the ball starts rolling.



  • I do agree but if you wanted to make to case for ‘God’ they could have made sure some of their creatures evolved to understand his work, assuming they did it in a logical way. I’m not a person with faith but just try and think a way is possible, though usually trying to understand weird comic and media universe type actions.

    We are the way for a universe to understand itself (paraphrased from Sagan). Though his writing is much more interesting than this comment. I just think there’s room for belief if it works for people, but not for the strict literal interpretations that many seem to believe.




  • Not if the place doesn’t do daylight savings time, and not all places in a timezone will do that (least in North America) so you need extra code if they do or do not. It becomes a pain after awhile when you do it in multiple projects. Technically one extra setting but it’s still a pain to make sure it’s handle properly in all cases, especially when the previous programmer decided to handle it for each case individually, but that’s a different issue.

    Also when you deal with the times, say in .Net you gotta make sure it’s the proper kind of date otherwise it decides it’s a local system date and will change it to system local when run. Sure it’s all handled but there are many easy mistakes to make when working with time.

    I probably didn’t even get to the real reason, I sort of picked this up on my own.