• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: August 7th, 2023

help-circle

  • Been a while since I used the new thing, immediately hated it. All on mobile.

    First of a, the bottom scroll thing on my phone to select a server or whatever it was just ain’t it. I didn’t use it much, but it seemed extremely annoying to move between dm and servers, especially if they weren’t the top ones. You can get lists and such by swiping.

    Second was that server channels turned into a huge mess. Showing the last message makes absolutely no sense on any server I use. Especially on bigger game server like destiny group finding one’s already long lists turned into miles long lists. Absolutely unusable. I need things compact and clean personally, having the channels big and wide wastes so much space, and again long lists.

    Being in a server hides any notifications and dms too.

    Everything that was close at hand before is now far away. And that sucks for me.



  • It gets less effective, down to running at 100% and not moving heat. Heat pumps work by expanding a gas, which cools it. Since it’s cold, the “heat” outside was the gas. Then the gas is taken inside and compressed, the gas heats up from the compression (since all the energy is squeezed into a smaller space, effectively speaking). Now that heat can be transferred to the colder air inside. So long as the expanded gas turns colder than the outside, it can absorb heat.

    From a Google, common ones can go as low as - 25C, which means they are able to cool a gas to lower temps than that when expanded. There is still heat to get, even in -25C.




  • I’m not too much of a fan of the SQL equivalent of SELECT not being at the top. Granted I’m fairly sure there are some arguments for it. Since select is optional there’s a higher mental load trying to figure out where and what is actually being returned imo. At least from looking at this for the first time.

    On the other hand, i’d kill for f-strings, the top N in group (which is nigh unreadable in SQL), and null handling that doesn’t require me to write either COALSECE or NVL too often. The joins were a little less pretty though, I’m quite fond of normal SQL joins since they are very reasonable unless chained beyond the line count your screen can show.


  • Probably not your problem, but my completely different phone (oneplus 7 pro)has been pretty solid. But, lint and dust gathered into the port, making some of the plugs extremely loose to the point it would fall out from the weight of the cable… I took a needle and scraped out the compacted lint at the bottom. (avoiding touching the middle thing in the port. Good as new afterwards, even the one cable I’ve been using with the phone since 2019 which is pretty loose after use now, still sits without problems when moving the phone around.

    But I’d definitely suggest cleaning it out if you haven’t. Even the small specs you get out makes a big difference. My powerbank came wouldn’t stay in, after cleaning it’s more well behaved. But there’s a clear difference in USB-c plugs and how they fit phones.



  • Norway also just has the same though spread over many sites and services, and also is two factor. The most common system is using a bank connected verification. Older people stick to the the old physical code generator that is shipped to you, while most use the more convenient “accept the phone popup” and input a pin there.

    Its not the only way, but the one I use. And it works for a lot, down to insurance. It’s honestly a great and somewhat safe (bar bad choices in developing the system of course) way to always have access to the big things if you need them. When I got a loan for my first house I pretty much only interacted through few phone calls and using my phone to access the bank and other relevant sites, while at work.

    It is troubled in some ways, when that solution has technical problems it prevents access to a lot of other services. But even with delay, that seems way more fast than waiting for mail. It’s also the very epitome of a system that fully has you tracked and connected through an online ID across platforms. But Norway isn’t quite dystopian yet at least. I also think it gives you some trouble if you are immigrating or living here medium term, since you do not have access to all of this immediately.



  • BehindTheBarrier@programming.devtoGames@lemmy.worldThis should be illegal
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    1
    ·
    10 months ago

    This is also the reason I’m all open source. Not just games, but seeing someone abandon a program hurts. Or just wanting to make a change on your own to suit your needs. I don’t have any big fancy programs, but I at least put my code openly on github.com for that reason. Both my “big” ones are just me using another program and realizing I could make something that worked better for me. At like 100x the time investment, but programming is fun.


  • I just mean, when you hold the phone you instinctively have your finger on the power button and audio button. That amount of force won’t press any down. But when you want change volume, you also press power button by accident. Instead, to avoid this i try to place my finger on the audio slider(ring, vibrate, silent slide, so not actually a button you press) that is above the power button. As that also forms a natural place to place your finger. At least with the case I’m using.

    It doesn’t exactly prevent pressing volume when going for the power button though, so you have to be a bit aware of if you have the finger on the audio buttons. But for me, it most happens when I change volume, and not when using the power button.




  • I’ve been generally happy with the documentation, but sometimes you need to see how something is supposed to be used.

    It’s not the python documentation, but the Qt documentation (which is used to understand PyQt) where I wanted to play some video. Well, you need a QMediaPlayer to control the video. But the video apparently needs to be a QGraphicsVideoItem for the actual video, but wait that also has to be in something, Turns out you need to put it into a QGraphicsScene, which ALSO needs to be in a QGraphicsView. And it wasn’t easy to find out, because some of these needed to take another item as init argument, while others needed to call a method to add them. So you are left to figure out what all these things are and what purpose each of them do differently, which order all should be created in, and try too keep track without messing up all the similar type names. One place where loosely typed python gets real weak. It’s seemingly obvious from the way I wrote it though, but having just the video playback as my starting point, finding out what classes to use to begin with was hard.

    Another case isn’t Python, but C#. Where some framework docs give class definitions but don’t tell you that those are used to be “subclassed” to override a specific method and then the class is set as a property on a object you want behavior to change for, using a class name that really wasn’t letting on what it was doing at all. This happened after ChatGPT came into existence, and it throw me a complete example. Other times tho, it makes up a similar thing… which sucks




  • Getting out quicker is always good.

    But the main reason, there isn’t much traffic where you are backing in. But backing out sure as hell will have both passing cars and people assume you see them perfectly well. I also have no depth perception so the ass of my car is like a big unknown. So backing into a spot is easy because I can just use the side mirror to line up my position relative to there cars. Only issue is how far back I can go. Now I got a camera back there, and everything is much easier.