HackerTrans
TopNewTrendsCommentsPastAskShowJobs

n0nc3

no profile record

comments

n0nc3
·6년 전·discuss
If you are doing anything more complicated than gluing a pair of APIs together, it is very likely that the marginal value of work past 60 hours is negative. Reaping what you coded during a 3am espresso binge is rarely a happy experience.

But yeah, if all you are trying to do is build out Facebook before some other social network gets there maybe it makes sense to pull 100 hour weeks.
n0nc3
·6년 전·discuss
Rules to one of the mentioned lotteries. [0] It looks like prize counts are fixed in advance, so any information about redemption changes odds. Blacklight also shows that the lottery website is riddled with trackers, so it is possible they are inferring redemption from advertising data.

[0] https://hoosierlottery.com/getmedia/33f6f7bf-f0e6-4265-bcbe-...
n0nc3
·6년 전·discuss
An axiom of cryptographic tool design: there are no advanced users. Designs that ignore the axiom will always create dangerous failure modes.
n0nc3
·6년 전·discuss
Why can't America build anymore? Is this a cultural problem, or a failure of public policy?

Healthcare, rail, aircraft, automobiles, shipping, pharmaceuticals, and now semiconductors. We can't make any of these things at scale anymore.

They turned GE into a financial institution. They sold Bell Labs off in pieces. Boeing can't safely update 1990s vintage air frames to accommodate modern engines. And yet, the market is on a tear. This is not sustainable.
n0nc3
·6년 전·discuss
Not just a court case though, an investigation or a "psych eval" are enough to ruin someone. Take a look at Russ Tice.

Also, read Ronan Farrow's piece from the New Yorker last week. They targeted a straight-laced DOJ lawyer with >20 years of experience. These organizations are out of control and pose a very serious threat to our freedom.

https://en.wikipedia.org/wiki/Russ_Tice

https://www.newyorker.com/magazine/2020/11/09/how-a-cia-cove...
n0nc3
·6년 전·discuss
"Former JPMorgan colleagues describe the environment as Wall Street meets Apocalypse Now, with Cavicchia as Colonel Kurtz, ensconced upriver in his office suite eight floors above the rest of the bank’s security team." [0]

What really scares me is the number of people that adopt this strange Panglossian view dismissing every abuse of power as a one-off that cannot possibly reveal widespread systemic failures.

[0] https://www.bloomberg.com/features/2018-palantir-peter-thiel...
n0nc3
·6년 전·discuss
Given that its already deployed in academic contexts, I suspect that the more invasive employers are already using it. Finance, defense, etc.
n0nc3
·6년 전·discuss
There's a link to another article about the hardware at the bottom. There are good entry points for overcoming the SDR/DSP learning curve for this article to make sense.

[0] https://news.ycombinator.com/item?id=25060152
n0nc3
·6년 전·discuss
A related historical anecdote. The Mulford Act was the first law on the path towards California's strict CCW regime. Whatever your policy preference, it is history worth knowing.

https://en.wikipedia.org/wiki/Mulford_Act
n0nc3
·6년 전·discuss
For us mortals, SELinux is a synonym for "complicated, scary thing that I don't know how to use properly".

Can you link to something with minimal working "mark and block" examples?
n0nc3
·6년 전·discuss
Then create a separate chain with the "partial connectivity" rules you want and jump to that.

Not everyone is comfortable running random github code as root.
n0nc3
·6년 전·discuss
Privacy tooling should not come from a page that does not work without javascript. Moreover, this functionality is easy to achieve using user groups and the iptables owner module.

Here's an example that prevents atom from leaking telemetry.

    # add group atomblind
    sudo groupadd atomblind

    # add your username to atomblind group
    sudo usermod -a -G atomblind <username>

    # do not allow outbound traffic from group atomblind
    sudo iptables -I OUTPUT -m owner --gid-owner atomblind -j DROP

    # overwrite atom binary with a hook
    # atom_binary is absolute path to your atom binary
    echo "#!/bin/bash" > atom_hook
    echo "sg atomblind -c 'atom_binary'" >> atom_hook
    chmod +x atom_hook
    ./atom_hook
n0nc3
·6년 전·discuss
Take a look at the linked case. The prosecutor made a big deal of the fact that the defendant used a subversion server for version control. It was doubly evil because it was a subversion server in gasp Germany.

https://www.vanityfair.com/news/2013/09/michael-lewis-goldma...
n0nc3
·6년 전·discuss
If you told an American in 1995 that AT&T was selling their call records, or that Visa was selling their transaction records, they would have gone ballistic.

The fact that all this tracking is still hush-hush means that most people would not react kindly if they were aware of the true scope of the tracking, and how widely distributed the data is.
n0nc3
·6년 전·discuss
The practices should be banned. It's a federal felony to wiretap or open someone else's mail. In almost all states, it's a crime to record conversations without consent from at least one party. Earlier generations passed those laws because they viewed mass surveillance as a fundamentally Soviet activity with no place in a free society.

According to some footnotes in Shoshana Zuboff's book, the FTC was on the path to ban these practices in 2001 but then 9/11 happened.
n0nc3
·6년 전·discuss
https://en.wikipedia.org/wiki/NoScript
n0nc3
·6년 전·discuss
You make yourself non-unique by looking like others. In that sense your privacy is limited by the precautions that others take.

Turning off javascript is a very good thing to do. The more people that do it, the stronger a protection it will be.
n0nc3
·6년 전·discuss
Browser fingerprints are turning up in court cases now. Probably not wise of EFF to frame it as "covering your tracks". It's more like "closing your blinds".

https://www.theregister.com/2019/07/17/exmicrosoft_engineer_...

https://regmedia.co.uk/2019/07/17/us_v_kvashuk.pdf
n0nc3
·6년 전·discuss
I would say that Facebook is similar to a 18th century tavern. It's a place where people meet and talk. Fortunately for 18th century humans, there were many pub owners who exercised varying degrees of control over the activities of their patrons. Some banned radical politics, and some did not. In our present era of concentrated control, we have a small handful of pubs controlled by a similarly small number of wealthy oligarchs.

Recall that the Green Dragon tavern was the unofficial headquarters of the American revolution.
n0nc3
·6년 전·discuss
This is an extremely lazy argument.

Our generation has seen entire sectors of the economy subsumed within monopolies. The consolidation is unprecedented in the modern era. These monopolies have a degree of political influence that makes them hard to distinguish from government in anything but a formal legal sense. We have seen what the financial sector has chosen to do with its political influence. Why would we expect anything different from new media companies like Facebook?

People need to stop and ask themselves if the core enlightenment principles of toleration, free expression, and free association are worth protecting. Once abandoned, they will not be easy to resurrect.