• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Dunno what OS’s it supports besides Windows but I use Kdiff for random comparisons regularly, I think it works pretty well untill you get to much larger files (20+ MB slows down a lot). The huge file wasn’t code but needed to check output changes for those curious.

    I constantly check git comparison with previous versions to see what changed to break things in a build though. Didn’t know there was a way to diff any files in git,should probably just learn to use that one.


  • How do you find which one you want with 150 open? Genuinely curious is all, I’m old and mostly use PC and can type quick enough to find what I want if I know which site (wikis for games and such). If I had to scroll through 150 tabs I’d spend half the time looking through a list so wonder how it helps to have that many open. Or maybe I just don’t read fast enough to scroll well.


  • orbitz@lemmy.catoProgrammer Humor@lemmy.mlWorst is UTC vs GMT
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    3 months ago

    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.


  • First year programming in the late 90s … segmentation fault? I put printfs everywhere. Heh. You’d still get faults before the prints happened, such a pain to debug while learning. Though we weren’t really taught your point of the comment at the time.

    Least that was my experience on an AIX system not sure if that was general or not, the crash before a print I mean.




  • The problem with stuff like flow charts is that when you do a new feature that changes the chart then there’s another chunk of time to update that document. If you’re really interested in that all you can really do is make your own as you go through software and you’ll see usual patterns how different code areas interact. it’s not as useful as figuring it out on your own or studying design paradigms.





  • I’m a lefty so this may be incorrect but I think you also want to keep good tension on the paper while you do it. If that’s not a thing, then oops. Sometimes the glide works, the other 80% it bunches up about halfway through so I tend to try a few times then just give up. Also I assume it works opened more because the scissors tend to be sharper closer to the handle where they’re less used, in case that helps anyone figure out the sweet spot. So just do what usual leftys do, make the contact between scissor blades pull together with a good grip, have a nice tension on the paper and push it through slowly. Then get annoyed when it rips after it working once.



  • 48 hours is too long to blame on an acid trip usually (from my experience) let alone a mushroom trip. Maybe doses and potency were different but I’ve done up to 4 tabs of acid and 1/4 oz of shrooms (different trips) both with some bud smoked, and never had much effect after I slept. From acid sleeping took much longer but not over 40 hours, I wasn’t at a rave doing amphetamines or anything. Not those nights anyways.

    I will say people are different and I was well down the road of experimentation by the time I did those strongest trips.

    Oh forgot to add if they didn’t sleep that would really fuck someone up. I used to party for days and I made day 3 my limit for good reason, so 48 hours is start of day 3.




  • orbitz@lemmy.catoRisa@startrek.websiteScotty Burn!
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    1 year ago

    As a joke explainer / ruiner, it’s the misdirection of the punchline makes you think it’s going one way then delivers a line from the movies, which was a joke line. Don’t mind me, I’ve been dissecting language lately to see what make what’s work. I haven’t got as far as I’d hope for living this many years.