Technology

287 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
1
2
3
4
5
6
7
8
9
10
11
 
 

"The fundamental weakness of Western civilization is empathy, the empathy exploit,” Musk said. “There it’s they’re exploiting a bug in Western civilization, which is the empathy response.”

Probably a lot of us are tired of Musks ramblings but I just thought this is clearly showing why he is so dangerous.

I think Musk may be more of a psychopath than Donald Trump, who is more of a narcissist but hopefully not a full blown maniac.

12
13
 
 

This is one amazing blog post. I don't think I've ever identified so much with what they are saying here.

Some quotes from the beginning of the article:

Instead, the tech industry has evolved into an absolute mess. And it’s getting worse instead of better! Our tower of complexity is now so tall that we seriously consider slathering LLMs on top to write the incomprehensible code in the incomprehensible frameworks so we don’t have to.

Programmers today are impatient for success. They start planning for a billion users before they write their first line of code. In fact, nowadays, we train them to do this without even knowing they’re doing it. Everything they’ve ever been taught revolves around scaling.

In modern computing, we tolerate long builds, and then docker builds, and uploading to container stores, and multi-minute deploy times before the program runs, and even longer times before the log output gets uploaded to somewhere you can see it, all because we’ve been tricked into this idea that everything has to scale.

14
15
16
 
 

This could be promising!

17
 
 

In case you still visit reddit from time to time, here's how the get rid of their ads (i.e. "Promoted" posts):

If you use Brave, right click anywhere in the page and select "Brave -> Manage custom filters". If you use uBlock, click on the toolbar icon, then settings (gear icon), then go to the "My filters" tab.

Enter the following code:

www.reddit.com##[id^="t3_za\="]

Save and reload the page. Promoted posts should be gone now.

18
19
20
21
22
23
24
25
1
submitted 2 years ago* (last edited 2 years ago) by 1984@lemmy.today to c/technology@lemmy.today
 
 

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

view more: next ›