• 0 Posts
  • 248 Comments
Joined 1 year ago
cake
Cake day: October 17th, 2023

help-circle
  • The 100% fake enthusiasm, especially if it comes after buying a mediocre product.

    The annoying corporate speak.

    The bad voice over where lipsyncing is completely gone, this is mostly a thing of the past here in Sweden, but from time to time you get ads from companies launching a product across europe and only record one video to the ad and then translate and do a new voiceover for specific languages as needed, but fail to sync the audio with the video.

    Annoying music, for months now a company has been pushing their financial services withe the same terrible ad that is a slideshow and an increadibly annoying music, there is no person talking, they just have a fast tempo music track. I have vowed to never buy anything from them because their ad sucks and is annoying.

    Reusing ads, sometimes a company buys almost all ad slots on YT over months and reuse their one ad video so it is completely grating.

    Self-righteousness, some ads go from being overly enthusiastic to being intolerably self-righteous. There was a new clinic chain of companies that started a big push a few years ago on yt and for several months you had to listen to an overly kind and happy grandmother wearing a company branded sweater, faking a hearty laugh and telling people to go to their clinic.









  • Eh, I get what you mean but I disagree.

    That is sort of saying that if someone want to learn Swedish, but since they don’t know any Swedish, it is better to start them on Norweigan first.

    If UFW had used a similar syntax to that of iptables, then it would be a decent way of doing it, but in this example I disagree with you


  • stoy@lemmy.ziptoLinux@lemmy.mlFirewalls: what SHOULD I block?
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    2 months ago

    UFW

    This is just my personal computer and I’m a newbie to configure firewalls

    Leave it alone.

    If you want to experiment, set up a VM and experiment there.

    Also, if you want to learn about Linux firewalls, go for iptables instead. UFW is easier, yes, but you won’t get the standard way of configuring a Linux firewall, though to be honest, unless you are directly connecting the computer to the internet, you probably won’t need to bother.

    And if you are working in an environment where you are dealing with a segmented network with limited access between segments, they will probably already use a separate firewall that is easier to manage centrally than induvidual firewalls running on individual computers



  • I don’t have a lot of crazy stories, but I have one unusual story.

    I got to go take a private train with my dad.

    We had one first class car and one locomotive.

    My dad worked in the train industry, he sold equiment used for railroads.

    He called me one day and asked if I wanted to ride a private train, I had time so I gave the only apropriate answer, “yes”.

    So after having worked a night shift I slept far too little, got on the train to the city my dad was in to ride the private train back.

    He was doing a demo of his company’s equipment and had arranged for them to use a private train, I just joined him on the journey to our city as a fun and interesting experience.




  • THE solution is not to buy the wife an Android, that is ONE solution.

    In total, there are a few solutions, I number them to make it easier to refer to them, not to order them from best to worst.

    1. Get yourself an iPhone
    2. Get your wife an Android
    3. Wait for iOS 18
    4. Switch to a messaging app like Element or Signal.

    1 and 2: Unless you yourself can accept switching to using the other system, it is unfair to demand that the other part does that.

    I have tried to switch to Android, I did it back in 2019, but I just disliked the feel of the OS enough that after dropping my phone and smashing the screen after 2-3 months, I didn’t even bother to get it fixed, I just moved back to my iPhone.

    1. iOS 18 will have RCS, and will probably solve this.



  • This is not just one simple question.

    You need to break it down into smaller tasks.

    First things first, you need to get data from a Pixelfed instance, ok, start by looking up how to connect to the Pixelfed API.

    Once you have a way to connect to the API, you need to request the data you need.

    Once you have the data, look at the actual data, do you need to do extra formating?

    Once you have the data, it is time to get/build the display.

    Once you have the display, you need to figure out how to get your computer to talk to it, is it as simple as just sending the number to the serial port or do you need to use something like the GPIO interface on a Raspberry pi?


  • It sounds as you want to evaluate different Linux Distributions.

    DE/GUI is a good one, terminal commands is a bit useless since the vast majority of Linux systems use Bash as default.

    This is what I would look into on a new distro:

    UI - What DE or WM is it using, what is the default config like, and try to learn from that. How is the terminal prompt configured (the default Ubuntu and Debian prompts are terrible, I allways change them)

    Package Manager - how does it work, what software is available?

    Unique software - Does the distribution include some tools, applications or games I haven’t heard about? If so, what do they do, and how do they work.

    This gives me a feel for the distribution and how to use it.