asklemmy

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

resurge, in What is the name of your cleaning robot?
@resurge@lemmy.ml avatar

“Ons moeder”, which translates to something like “Our mom”.
With the idea that if the robot cleans half as good as my mom does, the house will be clean enough to live in.

kablammy, in What is the name of your cleaning robot?

Grim, short for The Grim Sweeper

polite_cat, in What is the name of your cleaning robot?
@polite_cat@lemmy.world avatar

Sir Vacuumsalot

hperrin, in Go through your saved posts on Lemmy, what's something cool that you saved?

programming.dev/post/3830313

“The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)”

If you’re a software dev, or just interested in how computers represent text, it’s a very good read.

kuneho, in I use Brave to test whether my websites work on Chromium browsers, but their scummy actions lately make me want to find a new Chromium browser to test with. What's the best Chromium based browser?
@kuneho@lemmy.world avatar

if you use Windows and want to have Chrome, why not just use Edge? It’s just conveniently therr, you need nothing to install.

It works with everything that “needs” chrome.

edit: one comment gave me the idea you use Windows but now I’m not sure in it. if not, then sry, ignore this comment :)

hperrin,

I don’t use Windows much, but Edge is available on Mac and Linux. I’m just not a fan of all the “features” they put in it. I’m looking for more of a clean browser experience, if you get what I mean.

intensely_human,

Why not use Chromium then?

kuneho,
@kuneho@lemmy.world avatar

I think you can’t go more clean than Chromium. Pretty sure all browsers based on Chromium has some extra features, since those are the only differences in them. Vivaldi, Brave, Maxthon etc…, the same engine in different car, with different extras.

this is why I usually recommend people to use Edge if they really want Chrome, since on Windows, it’s already there. But yeah, on Linux, I wouldn’t really tell anyone to apt install edge.

Cordyceps_cereal, in What is the name of your cleaning robot?

Twobert, my first one was called Hoobert as in hoover and have since upgraded and so Twobert

wal_kr, in What is the name of your cleaning robot?

Crushinator

I just thought it was kinda neat

RangerOs, in Go through your saved posts on Lemmy, what's something cool that you saved?

lemm.ee/post/12108935He was just too funny as a cat owner.

YungOnions, in I use Brave to test whether my websites work on Chromium browsers, but their scummy actions lately make me want to find a new Chromium browser to test with. What's the best Chromium based browser?

Tempest browser is basically Brave but without the Crypto stuff. It’s still in beta atm so take that as you will.

thelsim, in Go through your saved posts on Lemmy, what's something cool that you saved?
@thelsim@sh.itjust.works avatar

This super cute reaction I got from @ahdok
sh.itjust.works/comment/2420525

I like to save interactions I have with other users.

otter,

That’s amazing 😊

WeLoveCastingSpellz, in What nicknames have you been given?

Mine would be terrorist If I wasn’t privacy concious >:3 (this is a joke please don’t add me in a list xoxo)

Meho_Nohome,
@Meho_Nohome@sh.itjust.works avatar

I’ll just need you to verify your address, please.

Pons_Aelius,

1060 W Addison St, Chicago, IL

PetDinosaurs,

That’s a reference I haven’t heard in a long time.

shinigamiookamiryuu, in What nicknames have you been given?

Knotty because of how complicated I come off as.

vivadanang, in Tech workers - what did your IT Security team do that made your life hell and had no practical benefit?

I dunno, gluing usb’s in a super sensitive environment like that is actually logical; on the disc drives - they could disable autoplay as well though removing or gluing them closed would be preferable. USB is just such an easy attack vector where the individual plugging it in may not have skills themselves - it might be easier to bribe cleaning folks for example - or inject a person into a cleaning team. Ideally they would attack multiple nodes of your target’s network via as many avenues as possible; which makes the network and vpn thing just silly indeed; perhaps they were waiting for someone to try something with excellent infosec / firewalls / traffic shaping. yeeeeah lol.

SendMePhotos,

So like… Unplug the mouse and plug in the thumb drive… Bam!

Hobo,

That’s obvious when a mouse or keyboard doesn’t work. OP, and clealy other people in here, don’t really understand the actual attack vector in play. They aren’t using the USB as data storage, they are using as a cellular connected RAT and/or a tool to deploy a RAT to a workstation.

I think gluing usbs is dumb in just about any environment (disable them on the BIOS is the right answer), but attackers aren’t using it to drag and drop files and then physically take the usb with them. They are plugging them into a workstation, or just leaving them in the parking lot and letting other people plug them in, leveraging them to get initial access, and then essentially abandoning them.

For example see stuxnet: en.m.wikipedia.org/wiki/Stuxnet

MrMcGasion,

Pretty easy to make a hub device that you can plug the keyboard into and make it transparent to the user. Could even build in a keylogger to capture direct from the keyboard. The attacker would likely need physical access for that, so it wouldn’t be as convenient as the thumb drive in the parking lot attack vector, but unless you’re using PS/2 peripherals (or gluing those USB devices in too somehow), there’s still a fairly open attack vector there, even if you are disabling unused ports in BIOS.

mystik,

If it’s a secure enough environment, I imagine that there will be monitoring on the device, and the moment a hub shows up that’s not supposed to be there, or any other USB device tree that doesn’t match the approved list, , alarm bells ought to go off. If it’s valuable enough; the attack would be to use a passive device picking up leaky signals on the wire, or even hidden camera watching screen/keyboard.

Hobo,

Yep you’re right, but at least that adds another layer of complexity to their attack. A lot of security controls are at least somewhat situational, and most non-draconian companies have a process to put further mitigations around those exceptions either from increased monitoring or adding additional supplemental controls.

There’s no such thing at perfect security, just better risk mitigation. Slipping in a usb hub between the computer and keyboard while someone isn’t looking is a bit trickier then just plugging in a usb stick. If you disable unused usbs in the bios, instead of trying to do silly stuff like glue them shut, then the attacker has at least been temporarily thwarted if they slot it into a dead port. Aside from the high traffic areas, disabling ALL usb ports in places like datacenters and especially colocated datacenters, can thwart the attack outright as well.

Really from looking through this thread a lot of people seem to be under the misconception that security that isn’t perfect is pointless. It’s like claiming that locking your doors is pointless because lockpicks exists. The point isn’t to keep a sophisticated attack at bay, but rather to keep script kiddies and drive-by attacks from hitting your network. To defend against sophisticated attacks you really have to go a bit crazy, and even then very small slip ups can be disastrous. Ask Microsoft about their root cert getting leaked via a core dump!

I fully acknowledge that many people also work for places with dumbass security controls. Gluing usbs is WAYYYY up there on that list in my opinion. It also looks like a lot of people work at places that have really shitty security teams that haven’t quite figured out that controls are situational and require more thought then, “see checkbox, execute checkbox.”

xigoi, in Go through your saved posts on Lemmy, what's something cool that you saved?
@xigoi@lemmy.sdf.org avatar

Read this if you want to get rid of hiccups.

Seriously. I tried it and it works.

Fogle,

I can just control my breathing and simply will them to stop

OceanSoap,

When you get hiccups, the trick is to stretch out your diaphragm. So, inhale as deep as you can, and hold it for as long as you can, even if you hiccup once or twice while holding your breath, the hiccups go away almost immediately

otter,

I gotta try this next time

lvxferre, in Go through your saved posts on Lemmy, what's something cool that you saved?
@lvxferre@lemmy.ml avatar

This post about text generation models failing to infer that, if A is B, then B is A.

Rest of my saved content is mostly my own comments, things that I feel proud of. e.g. analysing one of my favourite poems or an anime intro song.

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