resc1440 | 9 years ago | on: Counting Pizza with Python
resc1440's comments
resc1440 | 10 years ago | on: Rule to Require Employers to Disclose Use of Anti-Union Consultants
> The 1959 law on which the regulations are based already required employers to disclose the hiring of such consultants. But the Labor Department argued that previous administrations had allowed an enormous loophole that effectively exempted consultants who coached supervisors on how to influence employees so long as the consultants didn’t interact with the employees directly.
But won't they just hire the same people as "workforce relationship consultants who are TOTALLY not anti-union"? Isn't there an infinite supply of loopholes here?
resc1440 | 10 years ago | on: A visualisation of all of the money in the world
resc1440 | 10 years ago | on: There's Math.random(), and then there's Math.random()
It's advocating for a particular new kind of PRNG, but it also includes a lot of great explanations and citations for more reading.
resc1440 | 10 years ago | on: My life after 44 years in prison
resc1440 | 10 years ago | on: Python 3 makes it easier to develop high-quality software
I think a lot of it boils down to, sometimes you really really don't want to care about unicode. Linux filenames are one thorny issue - Linux thinks of them as strings of bytes, and a tool is broken if it can't also deal with them that way. Py3 makes it very difficult to do that correctly. There are also issues with stdin/out being opened as unicode vs byte streams.
For web development, the "unicode sandwich" (http://nedbatchelder.com/text/unipain.html) works great in my experience. However, I can see his point that for some kinds of tasks, Py3 is unambiguously a downgrade.
resc1440 | 10 years ago | on: Intel x86 considered harmful – survey of attacks against x86 over last 10 years
resc1440 | 10 years ago | on: Fuzzing Raft for Fun and Publication
https://github.com/NetSys/demi http://www.eecs.berkeley.edu/~rcs/research/nsdi_draft.pdf
resc1440 | 10 years ago | on: Flirting with Elixir
resc1440 | 10 years ago | on: Flirting with Elixir
resc1440 | 10 years ago | on: Show HN: Wriber – Idea Generator
- Examine why dogs will eat poop.
- In what way did many dog owners get very upset when their dog eats poop?
- Is this a wonderful opportunity for their dog to interact with someone?
- Talk about what some dogs are.
- How do some dogs have instincts to carry stuff in their mouths?
- What is the cloud?
resc1440 | 10 years ago | on: Mozilla Blog: Block slow, privacy-invading content, not "advertising"
* Content Neutrality: Content blocking software should focus on addressing potential user needs (such as on performance, security, and privacy) instead of blocking specific types of content (such as advertising).
* Transparency & Control: The content blocking software should provide users with transparency and meaningful controls over the needs it is attempting to address.
* Openness: Blocking should maintain a level playing field and should block under the same principles regardless of source of the content. Publishers and other content providers should be given ways to participate in an open Web ecosystem, instead of being placed in a permanent penalty box that closes off the Web to their products and services.
resc1440 | 10 years ago | on: Show HN: Make a programmable mirror
resc1440 | 10 years ago | on: Traceroute
resc1440 | 10 years ago | on: Releasing jsfunfuzz and DOMFuzz
pick = a => a[a.length * Math.random() | 0];
elts = document.all;
stir = () => pick(elts).appendChild(pick(elts));
setInterval(stir, 1);
Fun background information: https://twitter.com/jruderman/status/626381997850632192resc1440 | 10 years ago | on: Ask HN: Good Python codebases to read?
It's a little bit meta, but I had lots of "wow" moments. Also, it's a nice example of using C to speed up certain operations.
resc1440 | 10 years ago | on: Early vs. Beginning Coders
resc1440 | 10 years ago | on: Robust and Efficient Elimination of Cache and Timing Side Channels
resc1440 | 11 years ago | on: More Boeing 787 issues – Generator controls shut off after 248 days
resc1440 | 11 years ago | on: Five new undisclosed Xen vulnerabilities