Technology

290 readers
1 users here now

Share tech news or talk about events in the technology field.

This community is an attempt to spread communities out more from lemmy.world and lemmy.ml, so its less centralized and using the advantages of the fediverse.

founded 2 years ago
MODERATORS
26
0
submitted 2 years ago by 1984 to c/technology
27
28
3
submitted 2 years ago* (last edited 2 years ago) by 1984 to c/technology
 
 

This is pretty cool and one of the top comments on Hacker News describes it the best:

It's easier to understand this if you look at the onion protocol. Broadly, it introduces noise between all users on the network by constantly sending and receiving random bytes to and from each node. This prevents external listeners from figuring out where the main server is. Originally designed to protect naval command ships, it was later used for the "dark web". If you don't know which node is the server, you can't shut it down, or read data off of it. Simplex does something similar. A connects to B. B connects to C. And A and C connect. They all chat. but there is no way to know A, B, or C, because from the outside, it all looks like: X connects to Y, X connects to Y, X connects to Y. So who spoke to whom? This is great. Even if "the authorities" demand access to chat logs, first, they won't know what to ask for. Chats between whom? Second, they still won't know who spoke to whom even if they have all the data. It's anonymized chats. They would have to sift through all of it. It still won't prevent someone invading privacy if they have physical access to your device, since the identities are stored locally for your usage convenience.

Hacker News discussion: https://news.ycombinator.com/item?id=37105477

29
 
 

As usual, very quick fixes for these vulnerabilities on Linux.

This flaw is now patched in the 5.10.179-5 kernel package of Debian GNU/Linux 11 “Bullseye” and 6.1.38-4 kernel package of Debian GNU/Linux 12 “Bookworm”. However, to fully mitigate the vulnerability, users will also have to install the intel-microcode 3.20230808.1~deb11u1 package.

30
 
 

Infosec super-band the Cult of the Dead Cow has released Veilid (pronounced vay-lid), an open source project applications can use to connect up clients and transfer information in a peer-to-peer decentralized manner.

The idea being here that apps – mobile, desktop, web, and headless – can find and talk to each other across the internet privately and securely without having to go through centralized and often corporate-owned systems. Veilid provides code for app developers to drop into their software so that their clients can join and communicate in a peer-to-peer community.

I think this sounds absolutely awesome. So when can we integrate this into Lemmy for private messaging?

31
 
 

Who is surprised by this? Its a bone headed move to force people back into the office. There are literally only advantages to working at least hybrid, up to 4 days per week. At least in the technology field, if you are someone who needs to focus to get shit done.

32
0
Vim Boss (neovim.io)
submitted 2 years ago by 1984 to c/technology
 
 

I dont know who is a neovim user here, but its one of my favorite code editors for a long time.

I didnt use vim much but neovim is built on its core principles.

Editors come and go. Right now its VS Code that is popular. But it will eventually fade away and be replaced by something else. As a person who also really dislike big tech, I want to use an editor that doesnt come from a big tech company. And neovim is just amazing.

If anyone wants tips on resources etc, just ping me.