memes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

SootySootySoot, in Surprised Pikachu

Given how quickly everyone I know took to using Chrome on phones despite no adblock being available, I think sadly it won’t have as big an impact as I wish it would.

bitwolf,

Tbf it’s not exactly made easy to completely remove chrome + Google from phones.

Even if you set Firefox as default, even with webview, some Google apps will call chrome anyway using the built in webview.

dangblingus,

CFW baybee

okiloki, in Air cooling is just better

My GPU had a shitty blower cooler, switching to water-cooling made my system so much more quiet!

Blackmist,

I don’t understand why they sell GPUs for up to $2000, and they still come with the same crappy fans we had on $150 cards.

Want watercooling? Have fun invalidating your warranty.

beefcat, (edited )

I don’t follow. The cooler designs on modern midrange and high end GPUs are way bigger and more elaborate than anything that has ever shipped on a $150 GPU.

RaoulDook,

There are also great coolers that come on stock cards, you just have to pick one that isn’t shitty. No temp issues with my EVGA or Gigabyte cards that have huge heatsinks and 3 big fans on them.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Did you consider this earth shattering idea of replacing shitty stock fans with actually good fans? Or mounting atop good fans?

TootSweet, in Why?

Edit: Just to completely change the whole meaning of the post to make people who responded to me look like assholes.

Designate6361, in The most secure OS named windows

Pretty most of the people i know who work in IT are all just using Defender now, i have even stopped paying for AV and just use defender out of the box. Unless you are doing something that exposes you to risk there really is no use to use anything other than defender. In saying that enterprise or businesses environment i would still say 100% have something other than defender in place.

wrath_of_grunge,
@wrath_of_grunge@kbin.social avatar

i'm one of those people. haven't used anything other than Windows Defender for over a decade at this point.

corbin, in time to code

This is actually about Daylight Savings Time

spyjoshx, in The most secure OS named windows

I understand that antivirus software is necessary on Windows, but I’ll never understand the existence of Windows Defender. If Microsoft knows enough to prevent a virus that exploits something in windows, why are they putting their effort into an antivirus program, and not fixing ththe problem in Windows? If someone has a good explanation for this, I’d love to hear it.

sternail,

I‘m sorry you got downvoted for asking a question because you don‘t know. Good old reddit behavior…

nightdice,

Because… They are? Whenever there is a problem in Windows itself, they release an update to fix that ASAP.

Defender doesn’t just work against viruses that exploit weaknesses in Windows. It also works against viruses in programs the user installs. The purpose of Defender is the same as any other antivirus software, to detect known virus signatures in downloaded software, as well as attempt to detect programs that display virus-like behaviour. It also attempts to ensure that users only install software from sources they trust. For these purposes, Windows Defender is at least as good as most other antivirus software on the market.

I would also generally recommend using an antivirus program on a Linux/OSX machine, unless you really know the risk you’re accepting by not using one. Even then, I recommend occasionally running ClamAV or a Malwarebytes scan. There is a misconception of “there are no viruses for non-Windows platforms”, but the thing is that a lot of viruses these days are cross-platform compatible, and all it takes is one program or dependency becoming an infection vector. Keep yourselves safe, people!

cobra89,

The only caveat I’ll add is that because of the way package managers work in Linux, it’s much less likely someone will be running something from an untrusted source. It’s less true these days with snap and flatpak but those are at least sandboxed.

It’s not that common these days for Linux users to be downloading random binaries and running them.

spyjoshx,

That makes a lot of sense, thanks!

dzervas,

I never got where the misconception of “*nix doesn’t have malware” came from. Maybe from the 2k era where “malware” was anything that was slowing down your PC (I also don’t get why a malware would slow down your PC, unless it’s a ransomware)?

I remember the c99.php shell from way back which is an amazing example of cross-platform (PHP can run anywhere) “virus” and it was considered a golden standard (2010 era?)

nightdice,

I think it’s born from a misinderstanding of infection statistics, especially back when windows was also more popular on servers.

GeneralVincent,

There’s also the kind of malware that uses your PC to mine crypto without you knowing. And especially back in the day there were plenty of trolls just infecting computers with malware to slow them down for fun. And since malware is just software, it’s all gonna be made differently so there probably plenty that just has bad code.

Appoxo,
@Appoxo@lemmy.dbzer0.com avatar

Tell me you know nothing about software without telling me.

spyjoshx,

I know nothing about software. That’s… Why I asked.

spectre,

All OSes have vulnerabilities, and the thing is MS Defender is a working solution that prevents many attacks. Microsoft also has to provide some nominal support to enterprise apps that are 30 years old, because that’s a significant amount of what keeps them in business. Patching actual root causes would often mean changing the way things work at a fundamental level in the OS, and would break apps for a lot of their users. This could create a big problem for a lot of people.

brainw0rms, (edited )
@brainw0rms@hexbear.net avatar

Don’t worry about it too much, this meme is just garbage and basically everything it asserts is wrong or inaccurate. The other person who replied to you was just being a condescending smuglord because you asked reasonable questions instead of participating in the “Windows Bad” circlejerk.

dzervas,

wow, you should become a teacher or something

dzervas,

ok so let’s start with the exploits. Exploit is a bug (problem) in a piece of software that when… umm… “abused” (well the word is just exploited) it allows you to do stuff that you shouldn’t. An exploit could be live from your browser to the program you use to zip files. The top 2 reasons to use an exploit is to either get initial foothold on a machine (e.g. an exploit in a browser that would allow an attacker to execute arbitrary code when you visit their page or an exploit in winrar that when you open a zip file executes code)

From the attackers perspective, you got in, nice. Mind you you got in through means that have nothing to do with windows (and that’s true most times, especially on desktops). but now? what?

You hacked into the machine for a reason! You might wanna grab the browser cookies (giving you direct access to the accounts that the victim is logged into), grab some files, screenshots, passwords

That’s where the AV kicks in. After the initial exploit the malware behaves like a normal program. But not completely. Assuming that the AV hasn’t seen the same exact malware before (which would an insta kick ban) it’s going to see a random process accessing files in chrome’s directory. HUH. ISNT THAT SOMETHING. quarantined.

Wanna start listening to each and every keystroke? quarantined

Meanwhile the way that the exe ended up in your system was not through an installer, you don’t provide an uninstaller and it was downloaded from www.xXxveryNicEsiteyou.got. HUUUUUUUH

the whole process is a bit simplified of course, but it captures the general idea

So why does linux not have an AV? FUCK IF I KNOW! It would be very, VERY useful. Writing malware that bypasses AV is an art of its own. Can be done for sure, but it’s an extra step and it’s not fun

background: used to get paid to do shit like that (legally, pentest) and it’s a fun hobby (writing code around it, not hacking people)

nightdice,

why does linux not have an AV?

I can recommend running ClamAV, if anyone is looking for a good one that runs on Linux.

dzervas,

I’ve never even considered ClamAV. I have the idea that it’s just a malware signature DB (changing the signature of a binary is almost as simple as recompiling it with a bit different variables)

Am I incorrect? does it have heruistics/active scanning?

nightdice,

It is pretty exclusively a file scanner, but that, combined with Linux’s privilege separation, any decent firewall and not willfully executing untrusted files is enough for most cases, I would say.

dzervas,

what kind of privilege separation? you’re talking about containers/namespaces?

cause as it is linux desktop has 1 unprivileged user and that’s it. from an attackers perspective privilege escalation is irrelevant - you have access to the screen, keyboard, browser, files. there really is nothing left to gain from gaining root

and if you have any reason to gain root, it’s super easy by just replacing sudo with an alias in .bashrc you’ve got the user’s password

We REALLY need sandboxing and soon, that’s why I want to give fedora silverblue a try but my hopes are quite low

btw windows is in a bit of a better place and M1 mac is in much better place

nightdice,

If you want sandboxing, isn’t firejail pretty exactly what you’re looking for?

dzervas,

I’ve not looked into fire jail in depth but I’ve read lots and lots of bad takes on it

What we need is docker with a better graphics integration, in terms of both ease of use and security. maybe wayland can help in that (cause with X you just forward the whole management socket and that’s it, anyone can draw anything)

There’s a chance that snap has done it right (I know that everyone hates it but there’s a CHNACE that they got it right in terms of security and ease of use)

flatpak “is not enough” since the controls it gives you are not enough. first you need flatseal to disable stuff per application and the defaults aren’t good enough and steam for example REQUIRES access to the whole home folder which defeats the whole purpose

spyjoshx,

Makes sense! I guess without an antivirus there’s no way of distinguishing legitimate activity from illegitimate activity at the system level when dealing with downloaded programs. Also, my Voyager app decided that your “link” was actually a link and tried to make an embed lol

dzervas,

exactly!

sorry if I overexplained/oversimplified a bit but I didn’t want to make assumptions ☺️

beefcat, (edited )

because that isn’t really how these things work. It doesn’t matter how secure your operating system is, it can still get infected with malware if you let the user download and install arbitrary software. every modern desktop operating system that allows this has this hole.

features that pop up warnings when running code not signed by the OS vendor (like Windows SmartScreen or macOS Gatekeeper) help to an extent, but are not magic bullets since users can still override them.

at the end of the day, the best defense is to make sure you actually trust any software you download before running it.

MataVatnik, in Why? Are we not doing enough?
@MataVatnik@lemmy.world avatar

Give it time.

lolcatnip, in If Chomsky has taught me anything its that someone other than Gaza is getting genocided right now.

I can think Elon Musk is a shitter, more racist version of Lex Luthor at the same time I think Israel is run by bloodthirsty monsters.

DmMacniel, in "OpenAI Staff Threaten to Quit Unless Board Resigns"

Fuck/Eat the Big Wigs!

Prunebutt,

Sam Altman is a bigwig.

FlexibleToast,

From my understanding, Sam Altman is the one pursuing profits, and the non-profit board is the one that was overseeing it being done “safely.” If this is the case, it is the non-profit board that should be rallied for.

Kusimulkku,

Life is much simpler when you are like OP though

MojoMcJojo,

It’s like GMO crops. Currently we have not figured out better methods to feed the planet at scale. If anyone knows how to get the billions of dollars needed to build, run, maintain, and constantly improve such a massive super computer for the world to use, today, by all means let us know. To be clear, I agree with you, but a project this big, without something like international funding (LHC or CERN or ISS) its just not going to happen. As far as I know, for profit is currently the most effective way to funnel resources into a project.

FlexibleToast,

But that’s what this is. OpenAI is both for-profit and non-profit. It has a profit arm that made the huge deal with Microsoft and ensures research continues, but there is the non-profit board that oversees them to make sure it’s done “safely.” If when the non-profit board makes a correction it gets immediately dismantled, then it was all for show and really the profit side is actually unchecked.

MojoMcJojo,

Great point. I don’t understand what happened yet for all of this to implode so quickly, but something this important is due to hit every emotional fault we have as humans. I think this showed how weak the board was for something like this to happen so quickly. A governing board is supposed to slow down rash decisions, not generate them. Either something drastic happened, or someone acted rashly. This should be a deliberate and rational endeavor. The people building AGI should never be surprised by the decisions being made, if not for the benefit of humanity, at least for the billions of dollars on the line. WTF OpenAI, get your shit together.

FlexibleToast,

A governing board is supposed to slow down rash decisions, not generate them.

Yes, this is the weird part. The board seemed to do what it was designed to do but did it in the worst way possible.

jherazob,
@jherazob@kbin.social avatar

Correct!

eatham, (edited ) in If Chomsky has taught me anything its that someone other than Gaza is getting genocided right now.
@eatham@aussie.zone avatar

Yeah, Azerbaijan (I can’t spell it) is genociding some parts of armiena. Also, Gaza isn’t even being genocided.

IndiBrony,
@IndiBrony@lemmy.world avatar

Azerbaijan.

Prunebutt, in I have a game Development joke

I have a video joke but youtube would demonetize it.

toasteecup, in If Chomsky has taught me anything its that someone other than Gaza is getting genocided right now.

We’re about to see another Hotel Rowanda if that’s your interest

Custoslibera, (edited )

Genocide in Africa? Which country this time?

Diplomjodler,

Sudan. Ethiopia. Mali. Congo. Somalia. Take your pick.

toasteecup,

Rowanda again as well

NoiseColor, in If Chomsky has taught me anything its that someone other than Gaza is getting genocided right now.

Chomsky thinks anyone that disagrees with him is manufactured

h3mlocke,

no u

ShitOnABrick, (edited ) in choose...
@ShitOnABrick@lemmy.world avatar

What is better than reddit?

The correct answer: Reddit

Unhappy_grapefruit_2’s answer: we don’t serve your kind round here partner get yo circlejerkin city slickin cock suckin ass diddlin coal breathin soy milk drinkin qourn meat eatin public transport simpin fancy german car enjoyin you sittin in dar corna while based big Tyrone fuckin yo pumpkin spiced wife twerkin ass outta here buster FOOKIN NAFF SAID LAD INNIT SIMPLS AS

IndefiniteBen, in I have a time-travel joke, but you didn't like it.

I have a resolution joke, but I can’t read it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • memes@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #