
Ivanti discloses another flaw in Endpoint Manager Mobile (EPMM) that is being exploited by malicious actors.

Yup, I’ve been plagued by this bug for a long time. I’m very excited to use this!
Good point! I wonder if we’re spoiled by computer invention though. Would be interesting to compare preWW2 invention rates and now. I suspect computers just made everything else easier, but now we’re back to hard problems
To be fair, there’s only been 24 year’s of 21 century. Most things you gave listed happened at the end of the 20th century. But also the question is somewhat self negating - we won’t know what’s the greatest invention until we see it working great, but it takes much more than 24 years to take an invention from concept to consumption. For example computational biology is kicking off. Computer aided dna generation started in the past 24 years. But it’s so new few people think about it. Just like no one thought of internet as the greatest invention in the 70s… it was just too new
Alternatives or not, I think it’d be very beneficial to document concept of operation that you want. That way you can either take pieces of these conops and tell lemmy devs what you want, or if you have your own project this will be its conops and you can guide developers towards features you need.
To be fair even in trek - there’s a world war 3 that’s driven by pure greed before humanity decides it’s enough. And the climax of the greed and that war starts in 2026… so we might be on the course to the utopia … but not before suffering some more.
Centralization is likely the unintended end result of the internet. Consider a mesh network where all the links have even throughput. Now suddenly one node has some content that goes viral. Everyone wants to access that data. Suddenly that node needs to support a link that’s much wider because everyone’s requests accumulate there.
Someone goes and upgrades that link. Well now they can serve many more other nodes so they start advertising to put others' viral information on the node with larger link.
Gentoo. It makes me feel like I’m in full control of my system.
My friend, let me tell you a story during my studies when I had to help someone find a bug in their 1383-line long main() in C… on the other hand I think Ill spare you from the gruesome details, but it took me 30 hours.
The Test part of TDD isn’t meant to encompass your whole need before developing the application. It’s function-by function based. It also forces you to not have giant functions. Let’s say you’re making a compiler. First you need to parse text. Idk what language structure we are doing yet but first we need to tokenize our steam. You write a test that inputs hello world
into your tokenizer then expects two tokens back. You start implementing your tokenizer. Repeat for parser. Then you realize you need to tokenize numbers too. So you go back and make a token test for numbers.
So you don’t need to make all the tests ahead of time. You just expand at the smallest test possible.
On regular desktop environments I really like Guake - it’s a drop down terminal emulator similar to how old games used to do it. It’s nice for quick use here and there. Though these days I just run tilling wm with xfce-terminal. It gets the job done and still looks good.
What are you talking about? Modern phones are all just slightly different to be incompatible with what you’re talking about.
My first thought is Cingular Wireless
I see your edit but in case you’re interested - a capacitor is technically a 0 resistance battery for DC.
I miss the times when different phones had character. Even phones of the same company looked completely different:
Now it’s just the same rectangle stretched different ways and maybe different color sides.
I like the concept of IR blaster but the one I had was in Samsung Galaxy s6 (or 5 don’t remember) and it came paired with a HORRIBLE app that tried to do its darnest to datamine your viewing habits and it’d do push notifications 5 times per day with just crappy ads. I really hate all the ad spam on Samsung phones back then. Idk if that’s still the case
Ivanti discloses another flaw in Endpoint Manager Mobile (EPMM) that is being exploited by malicious actors.
What was that about him doing twitter’s technology policing and leaving running the company to the new CEO?
Your own article says it’s VMs. The tpm itself can be bricked. Ok that sucks. Still not persistent like you describe.
I haven’t worked directly on gov cloud but I’m familiar with its design. The two systems are completely isolated from each other with internet in between. I know you can port forward in AWS so a solution would be to spin up a VPN server in AWS and connect to it from gov cloud.
No they don’t. Worst case known attacks have resulted in insecure keys being generated. And even if malware could somehow be transferred out of it you wouldn’t have to trash your whole computer - just unplug the TPM
Just bought lumber to build 90s themed arcade in my shed
I'm building 90s themed arcade In my shed... but I still want to keep a little workshop area so I'm splitting my shed into 3 rooms including the attic/upstairs.
I've never done construction aside from small things like routing cat6 through the house, so I decided to practice virtually first - I've reconstructed my shed's frame in Blender and added all the lumber that I need to add the second floor. I've also 3d-scanned the current structure and superimposed it in blender so it was a bit easier to see if what I'm doing is sane at all.
Bonus: 3dscan video:
I have a laserdisc collection with a few CRT TVs, Pentium 3 computer with Windows 98, and PlayStation1. I'm also planning on building a few arcade cabinets with emulators.
Article: We need more of Richard Stallman, not less
We need more of Richard Stallman, not less écrit par Ploum, Lionel Dricot, ingénieur, écrivain de science-fiction, développeur de logiciels libres.
I want to start a discussion of MIT vs GPL and see what you all think
Managed switch works for Linux but not for u-boot?
I had the weirdest of a problem. Two computers communicating with each other over ping and TFTP works. When I boot one of them into U-boot (a bootloader that supports TFTP boot) it can’t ping not load tftp of the other machine complaining on ARP timeouts.
I swapped with a dumb switch - all works. Everything else (machines, cables) are the same. The managed switch is a Cisco switch and I have a serial console to it, but I’m not familiar with managing those switches - what feature is potentially blocking u-boot's arp packets?
I’ve double checked with tcpdump - the other machine never seer u-boot's arp packets, but does when the same board is booted into Linux.
I’ve also checked Cisco's monitor event-trace arp continuous
and it didn’t print any packets but it did say link status went from up to down to back up when I rebooted.
Is there some sort of Mac filter on Cisco switches?
3D Gaussian Splatting for Real-Time Radiance Field Rendering