HN user

figgis

414 karma
Posts3
Comments132
View on HN
Yes, It's Fascism 6 months ago

This is a really rough spot, giving users the tools to remove visibility from a post will eventually get abused. I would genuinely be interested in some form of anonymized stats on the individual accounts and the posts they are flagging but that's a whole deal.

Am I wrong that there used to be a flagged option on the lists page, or am I missing where that is?

Just finished rewatching sg1 as well and in a later episode Carter even makes fun of herself for the absurdity of that first episode gonads comment.

Not in my experience they don't. I use OVH and nfoservers and I've had an issue like this exactly once on both hosts.

On OVH one of my servers was hacked and running typical scripts that are run once that happens (port checking, common admin credentials, brute force attempts, etc)

They cut off all internet access to and from the server and sent me an alert stating what was happening and that I needed to VNC into the server, resolve the issue, and let them know how/why it happened and how I resolved the issue. Once that was done they just removed all the blocks on the server and we all went on our merry way.

Edit: To clarify the VNC console is on their site, not a remote connection.

Don't know latin in any way shape or form. Just was curious and used this like a small puzzle. Added a bit more context to words that weren't very self explanatory.

    TOTUS - all/whole

    VESTRI - your

    ARCANA - secrets

    NOCTI - night? - 'used in formation of compound words' [0]

    NOBIS - us/we

    EST - to be - "can be translated as 'it is,' 'he/she is,' or simply 'is.' It is the third person singular of the present tense of the verb 'to be'" [1]
Sooo my guess would be something along the lines "All the secrets of the night belong to us?"

If someone knows any better I would love to be corrected.

[0] https://www.dictionary.com/browse/nocti- [1] - https://study.com/academy/answer/what-does-est-mean-in-latin...

This site seems to manage to avoid it.

If we are going to be reasonable a better comparison would be comparing this site to a single heavily moderated subreddit.

As an extreme you have subreddits like https://www.reddit.com/r/AskHistorians/ if you look into the comments you will see a lot of "[ Removed ]" threads. https://i.imgur.com/Q7mXkPd.png

Other subreddits are purposefully not moderated as heavily. It's entirely up to whoever runs it to moderate how they see fit.

So if a random company gets breached, everyone involved from cloud providers to ISPs are also responsible because they facilitated moving and storing the data and they are just hosting code?

ISP's aren't (supposed to be) "storing" that data. They are transferring bits between computers. You on the other hand are hosting a website with some sort of form that people input PII into. You are accepting that PII, whether or not it gets forwarded or not is irrelevant. You are processing it. So do your due diligence, contact your users and let them know what is going on, and speak with a lawyer for more information.

So if I forward all of the data to another company outside of CA, does my company count as processing data?

You are still processing that data. Part of processing that data involves you shipping it off...

What if the code that forwards that data is written by another company and I'm just hosting it on my site? Everything goes through their code and I'm paid to just setup a website to host their code.

You are as responsible, if not more, in making sure that compliance is met. You are the one hosting the code. The data is moving through your servers.

Maybe I do collect info in CA but I sell the data for $1, but the company also buys some consulting services for the actual price of that data that I'm selling them?

That's just being a jerk. But better hope you don't pass the 50k mark...

"likely", "maybe", "possibly" can all be used differently.. Especially if you take it out of context of the rest of the article.

Man that food sure looks tasty.

You haven't even tasted it! Why are you saying it's tasty?

There are absolutely no claims that it's an alien artifact. What he is doing is providing reasons for why checking out similar solar visitors is something we need to do.

I never heard about the guy until today and spent a little while searching.. I can say I am absolutely stumped why this guy is getting any attention at all.

All the profiles he's written about himself seem extremely conceited. His posts present hyperbole and opinions as fact. And to top it all off, the exact things he is criticizing SC for he has done himself with his most recent game Line of Defense... https://steamcommunity.com/groups/acpreport/discussions/3/48...

Dude has an entire subreddit where a majority of the users seem to be devoted to "calling his crap out": https://www.reddit.com/r/DerekSmart/

And of course encyclopediadramatica has their own page on the guy (of course nothing there should be taken at face value, just found it amusing after reading up on him): https://encyclopediadramatica.rs/Derek_Smart

It can abstract away from the platform.

You can use it as a simple gui library just fine. I've been using it in place of Tk for my python stuff for a while now. (Qt.py is a lifesaver) I haven't even tried their options for what I want to do yet, but it is definitely tempting.

Here's a good list of things Qt has stuff for.

https://doc.qt.io/qt-5/modules-cpp.html

I apologize but I'm really having trouble understanding what the problem you are referring too. In python syntax that would be written as -

    if ConditionA:
        attr = "foo"
    else:
        attr = "bar"

    if ConditionB:
        obj = A()
    else:
        obj = B()

    if hasattr(attr, obj):
        do_magic()
I haven't tested Bowler yet but I would think something that refactors code would handle that pretty easily?

Familiarity. I can either work with a protocol that has been around, in some way shape or form, for almost 30 years. That has matured, has a myriad of information relating to edge cases, is familiar to new and old developers, and is quick to develop for.

Or I can create my own protocol which has none of those benefits besides possibly quick development.

They didn't make a simple "if you can't use developer tools X way then I'm not hiring you" statement.

So far, two ways to pass:

Would mean that they understand there are a hundred different paths to solve a simple problem. What is being looked for is familiarity with the tools you are expected to know. And littering a shit ton (not just a simple "Started-HH:MM:SS.mmm" or "Stopped-HH:MM:SS.mmm" with timestamps) of console.log statements when you first start debugging is a pretty fair red flag.