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

help-circle
  • Vlyn@lemmy.mltoAsklemmy@lemmy.mlWhat's some really unpopular opinion you have?
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    11 months ago

    I totally get that, same here.

    But ultimately you can’t just blame people. There is literally an entire industry trying to sell you cheap carbs and fat. Down to the sound a bag of chips makes when you open it (this is not a joke).

    So on one hand you have evolution, your body still being stuck in the past where food was scarce. On the other hand you have too much food and it’s highly engineered to be addicting on purpose.

    It’s no surprise most people are going to lose that challenge.




  • Vlyn@lemmy.mltoLemmy Shitpost@lemmy.world"It has to be Chromium"
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    1 year ago

    Good joke.

    You know what happens if a customer complains your website doesn’t work in Chrome? A bug ticket is raised, goes to a developer and they fix the “bug” so it works again.

    If the developer is good they’d also make sure their “fix” doesn’t break the website for Firefox and Safari. But there are plenty of developers who only test Chrome and call it a day.

    Chrome is the default browser nowadays, if it doesn’t work in Chrome you have a problem. The developer might blame Google, but the user and management won’t care.




  • end of A Realm Reborn

    Google says that’s roughly 120 hours, oof.

    I’ve been playing video games for the last 27 years or so. If a game isn’t starting to be fun in the first few hours it’s usually not worth sticking with it. For example anyone saying “The game starts at max level!” totally missed the point in my opinion, if everything before that is shit, why have it at all?

    Btw. if you do slog it through ARR, what happens if you make a new character to play a different class? Do you have to go through it again?


  • Sheesh. I heard FFXIV is really good later in the game. But you first have to get over a 60 hour bump or something?

    I did try it out and barely lasted a few hours. So many boring cutscenes, so much running from NPC to NPC. And barely any combat, the quests were like “Run 3 minutes over there, kill 3 enemies, then run 3 minutes back to the NPC”. It was tough :-/



  • At first I never used it, always thought typing with two fingers was the fastest (and actually got me the result I wanted).

    Nowadays I swipe 99% of the time on my Android phone and it is a lot faster. Especially when your phone learns the words you like to use. It’s not perfect of course and you will have to correct some words down the line (it still sometimes refuses to swipe “Fuck”), but overall I’m faster with it.

    Also super comfy for long and complex words when you just roughly swipe it and get the full word written there without errors.

    Overall though I prefer to touch type on a proper keyboard on the PC, that’s still the fastest :)


  • It’s also a shitty take because it hypes up Meta. Which basically took Instagram (handling billions of users posting text, images and videos) and creating Threads by turning images and video off. It’s the same user accounts too.

    That’s like Google creating YouTweet by taking their YouTube platform and reducing it to video comments only. Then praising them that they managed to launch a text based service in 2023.

    Why not actually talk about Mastodon instead?


  • This is a shitty take. Twitter ran perfectly fine before Musk took it over.

    Turns out if you don’t pay your hosting bills, or your office building bills, fire most of your engineers (after annoying them with bullshit) and making rash decisions without consulting people with technical know-how your service goes to shit.

    Musk was stupid enough to DDOS his own service because he doesn’t understand it. Blocking public access to tweets while having tweets embedded in millions of websites turned out to be a really bad idea. Simply because Twitter engineers always expected Tweets to be publicly available, so they kept retrying to fetch the data. There’s probably a hundred+ developers at Twitter who could have told Musk that little tidbit.

    This is 100% on the egomaniacal billionaire and has nothing to do with the technology.


  • Ever heard of .bat files? There is no need for admin rights to steal company and user data. All it takes is opening the wrong file. Windows is also terrible about file names, per default extensions are hidden. So you can have a file named “report.pdf.bat” for example and it will show for most users as “report.pdf” with a funny icon. It’s a terrible default setting security wise.

    Btw. you’re still comparing a desktop OS with a phone OS. You have to compare Android with iOS. Or Windows with Linux and macOS.


  • Just be careful with AWS, you need a PhD in it to even approximate what hosting will cost you. The company I currently work for is all-in on Azure, which has been working out great so far. It’s also much easier to see your monthly cost on there with budget alerts and so on.

    Either way, DevOps is extremely expensive. For the money you pay for a single VM in the “cloud” you could get a really nice virtual server from your favorite hosting provider. But if you just want to learn for now, stick with the free offerings (and be very careful with them! Plenty of stories of someone getting a $1000 or even $15000 bill because they messed up along the line).


  • Vlyn@lemmy.mltoNo Stupid Questions@lemmy.worldWhy GitHub?
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Yeah, I have no clue how they make software that’s so damn inefficient.

    Don’t even get me started, for example I bought a personal license from Jira (Atlassian) to run on my Linux server. Tiny university project, 5 users (with no one using it most of the time) and the thing ate up all my memory and used half my CPU cores just by idling. That server also hosted Minecraft, which used less resources than that…


  • Oh and I didn’t answer your original question: If you have to select between Ruby and JavaScript, 100% go with the JavaScript course :)

    Though DevOps and “free” or “open source” doesn’t really mix. The moment you touch DevOps you’ll either land at Amazon (AWS) or Azure (Microsoft) or Google (Google Cloud).

    Sure, in theory you could set up your own servers with your own clusters, but then you’re a system administrator and not DevOps.

    Btw. Azure might be Microsoft, but they have plenty of Linux options on there, it’s not a Windows shop at all.


  • That’s a weird question, you are comparing a desktop OS with a phone OS (except you are talking about Windows phones, but I don’t think you are?).

    All it takes to kill your Windows installation is double clicking a random .exe file (and being unlucky that Windows doesn’t warn you about this particular file). And nope, if it is a custom program your antivirus won’t detect it either. Every time I hear of a company getting a crypto locker on their systems it was over a Windows PC (mostly by email). I haven’t heard of your average company getting compromised by a phone yet (but those phones usually don’t have network access to shared drives…).

    Android is relatively locked down, a lot more than Windows. Even if someone sends you malware per email, there is no easy way to execute it on your phone. It’s also not true that you can just install a rogue APK in two clicks, you have to do the following steps:

    1. Open the Settings app on your Android device.
    2. In the Settings menu, tap Apps.
    3. Tap Special app access (or Advanced > Special app access).
    4. Tap Install unknown apps.
    5. Select an app to use to install an APK file—your browser and file management apps are the best option here.
    6. Tap the Allow from this source slider to allow APK files to be installed via that app.

    Definitely not something that happens by accident :)

    Overall for your average user I’d say Android is safer.


  • Vlyn@lemmy.mltoNo Stupid Questions@lemmy.worldWhy GitHub?
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 year ago

    From the view of a small team that actually paid for GitLab Bronze: Their pricing is a mess and they keep changing things. We went with GitLab at first, Bronze tier, everything was great.

    Then they removed Bronze tier (which was $4 per user per month) and only offered a premium tier from then on, $20 per user per month. Which is insane if you look at GitHub pricing.

    So instead of paying that much we went with the free tier afterwards. Then GitLab limited free tier repos to 5 users max. Which was yet again annoying and we had to act on that.

    In the end the company moved to GitHub, all we wanted was a stable solution we pay for and be left in peace. GitLab kept messing with things and wasting developer hours (Damn meetings with management). GitHub still has a $4 per user per month tier, GitLab… wtf… just raised the price again to $29 per user per month. Are they insane?



  • But as OP said, they already failed several times. That’s like telling someone who nearly drowned in the shallow end of a pool to go jump into the ocean.

    See here:

    So what would be a good distro to look into for a novice and where should I look for a tutorial?

    For me it feels like they do want to learn, but aren’t comfortable yet as a day to day user. They want to use Linux, but struggle with commands and how to use it. Having a stable and easy to use system you can use each day without trouble would probably be a better start than telling them to fiddle with Arch. Give them an easy distro and when they want to learn more they can use the crappy old laptop and try to install Arch on there (while leaving their daily driver alone).

    I think I learned the most when using Ubuntu for school, 90% of it was easy and straight forward. 10% of it was hell, like back in the day getting HDMI or audio to work. But because the 90% were there I just dug in and spent a dozen hours to troubleshoot the rest.