Readit News logoReadit News
moltensodium commented on The U.S. military, algorithmic warfare, and big tech   venturebeat.com/2019/11/0... · Posted by u/el_programmador
bransonf · 6 years ago
Human motivations truly are something strange.

We discovered and innovated heavily on amazing pieces of technology (Computers, Web, Phones, Efficient Algorithms). And seemingly, the two foremost use cases have become to captivate people’s attention to sell them ads, and to threaten the lives of people we disagree with ideologically. (War, mass surveillance) Just look at what China has done to the Uighurs.

I often worry about the direction we’re heading. While it is undeniable that fewer people are dying due to war, maybe we’re just moving the agony elsewhere.

For every startup that begins with the ambition to make money, there lack in startups that actually aim to address a problem. Yet, somehow we manage to convince ourselves that food delivery, ride sharing, or scooters are somehow going to fix our most primal issues.

moltensodium · 6 years ago
I have never met a startup founder that wanted to address a problem or improve the world. Instead they all want to make sure that the Series A investors are happy. Nothing else really matters besides doing whatever the investors think will make number go up.

One time I almost got involved with a person who truly wanted to improve the world, but didn't get the job.

Outside of that one person I almost met 15 years ago, literally every founder in tech I've interacted with is just trying to run the ponzi scheme and get to that exit event, consequences be damned, employees be damned, profit be damned.

Maybe there are some good people in tech, but I still haven't met them after a whole career in this industry. Just a lot of people who make number go up like they're told to.

*edit I think this comment will be very poorly received and downvoted to -100000 karma, but honestly typing it out has made me realize I just fucking hate this industry with every fiber of my being. Every new platform and channel and tool gets completely subverted by ever more intrusive and personalized advertising, and the total data surveillance ecosystem of the big tech giants ensures that they will be able to kill or consume any truly good business idea before it gets off the ground. I think I'm done. Fuck tech. Fuck computers. What a waste of a career.

Deleted Comment

moltensodium commented on What do we really know about the effectiveness of digital advertising?   thecorrespondent.com/100/... · Posted by u/anielsen
moltensodium · 6 years ago
Maybe this is just a generational thing, but I still have never clicked on an ad. I hate ads. I don't know anyone who likes them. I don't know anyone who has intentionally clicked on them.

I have literally never met anyone who places any value in advertising at all. Everyone hates it with 100% of their being. It is the garbage we all just sort of accept exposure to as some sort of fee for existing online.

Who are all these people that subverted technology and turned it into advertising-tech?

moltensodium commented on Twitter to ban political advertising   twitter.com/jack/status/1... · Posted by u/coloneltcb
moltensodium · 6 years ago
Jack's last tweet in this thread:

>paying to increase the reach of political speech has significant ramifications that today’s democratic infrastructure may not be prepared to handle

Ignoring the technology aspects of this for a minute: he's basically arguing directly against the Supreme Court's Citizen's United ruling, which I find interesting. If we're going to argue that money is too corrupting in online political advertising then it really doesn't have anything to do with being online.

moltensodium commented on Learn and use fork(), vfork(), wait() and exec() system calls on Linux   linuxtechi.com/learn-use-... · Posted by u/alexellisuk
joosters · 6 years ago
Following is the c-programming example which explains how fork system call works.

  shashi@linuxtechi ~}$ vim 1_fork.c
  #include<stdio.h>
  #include<unistd.h>
  Int main(void)
  {
  printf("Before fork\n");
  fork();
  printf("after fork\n");
  }
  shashi@linuxtechi ~}$ 
  shashi@linuxtechi ~}$ cc 1_fork.c
  shashi@linuxtechi ~}$ ./a.out
  Before fork
  After fork
  shashi@linuxtechi ~}$
How exactly is that demonstrating how fork() works? The article is completely missing any explanation - like why 'After fork' was only printed once and not twice as would be initially expected (It's unclear to me: while stdio buffering can cause strangeness if you don't flush buffers before a fork(), surely in this case both processes will exit cleanly and should flush their post-fork outputs?)

moltensodium · 6 years ago
This example is wrong, it should print "after fork" twice as both processes would run that.
moltensodium commented on A petition to take PG&E to public ownership   letsownpge.org/... · Posted by u/luckydata
moltensodium · 6 years ago
The argument that it is simply too dangerous to provide electricity when it is hot and windy is just so bizarre. What was the point of building all that infrastructure if you built it so poorly it keeps killing people?
moltensodium commented on Epstein's injuries look more like murder than suicide, noted pathologist says   miamiherald.com/news/stat... · Posted by u/AndrewBissell
avn2109 · 6 years ago
The future's already here, it's just not evenly distributed. Plenty of people probably already "got to the bottom of this."

But you and I haven't dug deep enough to find it.

moltensodium · 6 years ago
That's a big part of the problem right? We've stratified information access such that special elite groups get to decide what the lowly commoners are allowed to know. We know what's best for them.

In theory this would be fine if we had a rigorous and well tested process for managing dangerous information, but the whole classification system has just been subverted to just hide whatever embarrasses the rich and powerful. It's an illegitimate farce.

moltensodium commented on Epstein's injuries look more like murder than suicide, noted pathologist says   miamiherald.com/news/stat... · Posted by u/AndrewBissell
moltensodium · 6 years ago
Yeah, outside of Lee Harvey Oswald this guy was the most important prisoner in the history of the USA. The fact that he just "suicided" in prison and we're all supposed to move on and share links about suicide awareness is utter nonsense.

If the corporate media doesn't get to the bottom of this then someone else will, it's just a matter of time. Everyone is so tired of being lied to by authority figures.

u/moltensodium

KarmaCake day970July 13, 2019View Original