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

help-circle
  • Just don’t let it go too stale, I recommend updating it a few days or a week after a release gets made, since sometimes there are patches for important stuff released the next day or so after a minor one. That being said what I do is I have an RSS feed for their releases so I get a notification when a new release has been made and can check the changelog for important information, most of the times it’s just bumping the version on the .env file.






  • Please tell me that the moment they start complaining about it you switch to Catalán, Gallego or (pretty please) Basco. Some of them do know Spanish, at least enough to get by, but I noticed that even though it’s extremely similar they can’t make the jump to Catalán (I’m new here and haven’t had time to study Catalán just yet, but Spanish being my native tongue I can understand around 80% of what people tell me in Catalan, but I noticed that people who don’t speak fluent Spanish can’t make the jump from one language to the other that easily). I’ve never heard Gallego but I assume it’s somewhat similar as well, but speaking to them in Basco would be just perfect.






  • Realistically the best option here is to not have the data in the laptop. So they would remote into a machine you control to access the data, or something of the sort. Regardless the laptop should have full disk encryption so if it gets stolen no data is accidentally leaked.

    Other than that the best way I can think of is giving the user a non-root account and have the laptop connect to tailscale automatically so you can always ssh into it and control it if needed. But this is not ideal, because a malicious person could just not connect to the internet and completely block you from doing anything. This is true for almost any sort of remote management tool you would be able to find.



  • Much more storage space

    Much more storage than 512GB?

    a higher-rez 120hz screen (beautiful)

    Much higher res than 2160x1080? And Is the difference between 90hz and 120hz really that noticeable?

    cameras that rival my DSLR but take MUCH better low light pictures (cats)

    I’m sure other devices already had cameras just as good, but for the comparison I’m going with I’ll grant that it’s very likely your new phone has a better camera

    USB-C

    Almost every phone was USB-C 6 years ago

    more speed (I didn’t need more speed, but it’s nice that it’s there)

    Probably the only number that would be extremely higher on your new phone is a benchmark for speed, which probably won’t mean much unless you’re a heavy gamer on your phone, and even then most games try to hit a wider audience so they have lower specs.

    absolutely bonkers battery life

    Much more than 4000 mAh?

    So, let’s forget the camera and benchmarks for a second, compare your phone with this: https://www.phonearena.com/phones/Asus-ROG-Phone_id10914 which you could have bought 6 years ago for $900 and tell me if your new phone is really that much better or cheaper. Then let’s do the same with an extra 6 years, so find me the best smartphone you can from 2012 and see if it’s even comparable, and if you go back 6 extra years there weren’t even any smartphones. And that’s the whole point OP was making, your new shiny phone is great, but you could have gotten a very similar thing 6 years ago when you bought your previous model, you would still be wanting to change it now because that device would not have received updates and the battery would probably have started to lose it’s charge faster, etc, but technically phones today are not that much better than 6 years ago, especially not considering the amount of advances that happened in the 6 years prior to that, or the 6 before then.



  • The thing is that 10 years ago the phone I had was very similar to the one I have now, the laptop I had was very similar to the one I have now, and up until very recently I still had parts from the desktop I used to had back then installed on my current desktop, I also visited lots of the same sites I do now and played some of the same games. But if you go back another 10 years it’s very different. In 2004 I didn’t had a cellphone, by 2014 I had a Google Nexus, now I have a Google Pixel. In 2004 I didn’t had a laptop, in 2014 I had a 8GB RAM 512GB dual core laptop, now I have a 32GB 1TBB 6 core one. In 2004 My desktop had 256MB RAM 10GB single core 1.6GHz processor, in 2014 it had 16GB RAM 1TB 6 core, now it has 32GB RAM 3TB 6 cores.

    Obviously my computer now is much better than the one from 10 years ago, bit not by the same amount than the one form 2014 was from the one from 2004. To try to put it in perspective I would need to have around 500GB of RAM for it to be the same leap in RAM amount.


  • For the majority of people, doing all that you described is a lot more work than just flipping a light switch. Let me explain with two xkcd comics, first:

    https://xkcd.com/1319/

    You say write your own program as if that was something everyone can do on a whim. Even experienced programmers might find relatively simple tasks can hold possible complications. So it’s not as easy as just doing it. But most importantly:

    https://xkcd.com/1205/

    I have to get up to turn off the lights possibly once a day, most of the times I turn them on/off I’m already walking past the switch, but let’s be generous and assume once a day I have to go out of my way to turn them off, and let’s be extra generous and say it takes me 30 seconds to do it, so spending more than 12h trying to automate that is a waste of time because it would take me more than 5 years to gain the time I saved back. However, my Christmas lights are all plugged to a smart plug, because otherwise I would need to turn them on individually once a day and turn them off individually before going to bed, and buying a random smart plug I can control with my phone took me way less than that time, so it’s worth it.

    You seem to think automation is always worth it, but sometimes it’s not. It depends on how much it costs (be it in money or time) vs how much you gain, and also you need to contemplate how much you lose. For example my Christmas lights are on smart plugs like I mentioned, technically someone might be able to hack them, so I wouldn’t put my computer on one of them, even though it might be useful to measure power consumption, because someone might theoretically turn my computer off so the possible drawback outweigh the benefits of measure the consumption. Sure, I could design my own smart plug and use it, but that would take me a long time and I’d rather spend that time with my family.





  • On my personal computer ~/Projects/<name>, you need to remember that real-life is not like college, you won’t be working on a new project every week. If you have more stuff than you can manage like this, you’ve bitten more than you can chew.

    On my work computer it’s a bit more complex, because I have to work with other people’s projects as well, so I have a ~/Work folder and in it several folders by type of stuff, e.g. ops for operational stuff such as scripts to deploy stuff or grant permissions, code for servers (and client) code, etc. Also if I’m working on something specific that requires multiple repos I create a folder for that project with the repos inside.