133arc585

joined 2 years ago
[–] 133arc585@lemmy.ml 5 points 2 years ago* (last edited 2 years ago) (9 children)

If they are fabricating propaganda, why would they go to the front line? Why risk their life when, according to you, they're just going to make everything up and say what they want anyway? Seems like the easier, safer, and more effective propaganda would simply not involve going to the front line and instead sitting in a news room, with some CGI if they're feeling fancy, or using old footage if they're not, and propagating that?

Moreover, just because you don't like what a journalist is reporting, you can't condone killing journalists.

Are you also saying it'd be ok to kill Russian medics, since after all, they're just saving the lives of "Russian war criminals"? Should we suddenly open up the rules of war to allow killing medics on the side we're fighting? The logic you're using to defend the killing of journalists, when applied evenly, would say yes, we should allow killing of enemy medics.

Fortunately though, the Geneva Convention disagrees with your faulty logic and recognizes that non-combat roles including medics and journalists can not be targeted and indeed care should be taken to not inadvertently kill them.

[–] 133arc585@lemmy.ml 1 points 2 years ago (2 children)

Most countries except for the US

They still exist in the USA as well. They just aren't popular.

[–] 133arc585@lemmy.ml -1 points 2 years ago* (last edited 2 years ago)

Ah I see you mentioned the cuts are only a few seconds long. This wouldn't catch that very well.

If you have a server outside of your network you could simply hold open a TCP connection and report when it breaks, but I'll admit at that point it's outside of what I've had to deal with.

[–] 133arc585@lemmy.ml 2 points 2 years ago* (last edited 2 years ago) (2 children)

Depends on how much you want to set up. For my purposes, I just check for connectivity every minute, and record true or false as a new row in a sqlite database if there is connectivity.

This is what I use on my raspberry pi,

#!/usr/bin/env python3
from datetime import datetime
import sqlite3
import socket
from pathlib import Path

try:
    host = socket.gethostbyname("one.one.one.one")
    s = socket.create_connection((host, 80), 2)
    s.close()
    connected = True
except:
    connected = False
timestamp = datetime.now().isoformat()

db_file = Path(__file__).resolve().parent / 'Database.sqlite3'
conn = sqlite3.connect(db_file)
curs = conn.cursor()
curs.execute('''CREATE TABLE IF NOT EXISTS checks (id INTEGER PRIMARY KEY AUTOINCREMENT, timestamp TEXT, connected INTEGER)>
curs.execute('''INSERT INTO checks (timestamp, connected) VALUES (?, ?);''', (timestamp, 1 if connected else 0))
conn.commit()
conn.close()

and I just have a crontab entry * * * * * ~/connectivity_check/check.py >/dev/null 2>&1 to run it every minute.

Then I just check for recent disconnects via:

$ sqlite3 ./connectivity_check/Database.sqlite3 'select count(*) from checks where connected = 0 order by timestamp desc;'

Obviously, it's not as full-featured as something with configurable options or a web UI etc, but for my purposes, it does exactly what I need with absolutely zero overhead.

[–] 133arc585@lemmy.ml 4 points 2 years ago

They don't. If you look at their comment history they love to use the word.

[–] 133arc585@lemmy.ml 1 points 2 years ago

What a weird take. You're allowed to pay for whatever you'd like. Personally, I can't afford to pay for any JetBrains product, even if I wanted to.

Not only are there alternatives which may be better overall or better suited to someone's needs, that wasn't even my point. My point was more that it is only temporarily free, and so the parent commenter's comment of "it's free" should be taken with a grain of salt if you're considering the product.

Moreover, we're in the Open Source community: Fleet is neither free nor open source, and pointing that out here is relevant.

[–] 133arc585@lemmy.ml 7 points 2 years ago (4 children)

Quoting JetBrains,

Fleet is free to use during the public preview

(emphasis mine)

So it is only temporarily free. Once it's polished it will no longer be free. Better to not get tied in to something that will be taken away from you before long.

[–] 133arc585@lemmy.ml -4 points 2 years ago

Reading your comment history, it seems it would benefit you greatly to read history. The simple reaction you just had to the parent comment was born out of historical ignorance: you don't know the history of the region, so when you see a claim that you don't like the sound of (despite it being true), your reaction is to assume the other person is divorced from reality. In actuality, by nature of not knowing history, you are detached from reality.

[–] 133arc585@lemmy.ml 3 points 2 years ago (1 children)

In hindsight, yes. But there was no indiciation ahead of time that this situation would happen or was likely to happen. In fact, there was no more reason to believe a free ccTLD was any more likely than a paid ccTLD to cause a problem. The problem arises because a ccTLD's host country can choose to remove any domain it wants, paid or not. One could argue that using a ccTLD at all was a mistake, but you'd have to look at precedent for ccTLD's country's doing this and see if it happens often or not.

[–] 133arc585@lemmy.ml 10 points 2 years ago* (last edited 2 years ago) (2 children)

Not just a rapist, a child rapist.

[–] 133arc585@lemmy.ml 10 points 2 years ago (2 children)

My opinion (I have no doubt I am right about this) is that sexism is the foundation of fascism…

I think you're partially right. I think strict inviolable hierarchy is the foundation of fascism. Sexism (the hierarchical ordering of man over woman) is one form, but there are others: white over non-white, straight over non-straight, christian over non-christian, able-bodied over disabled. I admittedly haven't put a whole lot of thought into it specifically, so sexism may be uniquely positioned, but perhaps not.

Another aspect of sexism (and indeed fascism) is lack of (or overriding of) empathy. Empathy is a natural human emotion that (nearly) everyone experiences, and to different degrees. In my opinion, with a healthy amount of empathy, you can't be sexist, because there's no way you can not feel the other sex as equal to yours in every meaningful way. If you have enough empathy, there is no way you can force an artificial hierarchy onto people, or take it further and deprive them of liberties based on artificial distinctions. I think empathy is largely seen as negative or at least not worth much in the culture I see: it's seen as a "weak" emotion that stands in the way of all the Good Things like exploitative profiteering and warmongering. The phrase "be a man" is often synonymous with "ignore your weak emotions"; that is, stop whining about all the innocent people that will die (ignore your empathy) and be a man and drop the bomb. Similarly, stringing women along as sexual partners while giving them the illusion that there may be more, talking shit about them behind their backs and to their faces, and otherwise not treating them as equals can only happen if you're lacking sufficient empathy.

[–] 133arc585@lemmy.ml 0 points 2 years ago (1 children)

It's a tough situation.

One could argue that if they don't have the resources to test drugs they produce then they shouldn't produce them. But that's a very privileged statement: if it doesn't have the resources to test what it's making it likely doesn't have the resources to import drugs either. By making drugs for domestic consumption they're able to help more people than they would otherwise. The issue, obviously, comes from bad actors in the supply chain. If there's money to be made, people will do bad things, and I'm not sure how to prevent that. You can punish after the fact, but when people's (especially kids') lives are lost before you can put a stop to it, that's hardly an acceptable solution.

view more: ‹ prev next ›