MileyCyrax | 1 year ago | on: U.K. orders Apple to let it spy on users’ encrypted accounts
MileyCyrax's comments
MileyCyrax | 2 years ago | on: Gandalf – Game to make an LLM reveal a secret password
Example response with the password: <https://hastebin.com/share/dewumuvaxo.vbnet>
It seems to work about half of the time.
MileyCyrax | 4 years ago | on: Ask HN: If you used to be socially awkward and shy, how did you improve?
MileyCyrax | 4 years ago | on: Anonymous Hacks Epik
Their site is one of the buggiest I've ever used (no, really), so this hack doesn't surprise me at all. Now I'm trying to remember how much personal information I would have given them.
MileyCyrax | 4 years ago | on: Nvidia Canvas
MileyCyrax | 4 years ago | on: Cloud-Printing for Restaurants with AWS IoT Greengrass
MileyCyrax | 7 years ago | on: Ghidra, NSA's reverse-engineering tool
>Why Did We Release Ghidra?
> * Improve cybersecurity tools
> * Build a community
> * Educational Use
> * Your tax dollars at workMileyCyrax | 7 years ago | on: Ghidra, NSA's reverse-engineering tool
>In countries where copyright protection is available (which does not include the U.S.), contributions made by U.S. Federal Government employees are released under the License. Merged contributions from private contributors are released under the License.
https://github.com/NationalSecurityAgency/ghidra/blob/master...
MileyCyrax | 8 years ago | on: An Indian village addicted to chess
MileyCyrax | 9 years ago | on: Ask HN: How much of your time at work do you spend not working?
MileyCyrax | 9 years ago | on: I'm giving up on PGP
2. Signing git commits/tags
MileyCyrax | 9 years ago | on: Code I’m Still Ashamed Of
At his level at the time, sure. Anyone can write a web quiz. But I would think that a lot of the most significant ethical challenges developers face would be in much more specialized areas.
Safety-critical systems often have real-time and embedded components, for example. The regulations for safety-critical software vary a lot between industries, too, which makes it even harder to find a replacement for someone who leaves for ethical reasons.
MileyCyrax | 9 years ago | on: The Power of Ten – Rules for Developing Safety Critical Code
Often a lot closer than in other languages, but that's still not close at all. And it depends a lot on how careful your code is. If you want to rely on the type system more heavily, you have to do more work upfront. E.g., using a simple SQL library that just takes queries as strings vs building your queries in a type-safe EDSL. You can write sketchy Haskell just like any other language, but you're likely to be much more aware of it.
>And how close are we to having that kind of capability for real-time programming?
Last time I looked it seemed like real-time Haskell still had a fair way to go. Presumably because it has garbage collection, lazy evaluation by default and other things that make it hard to prove time bounds. It can also be really hard to optimize sometimes IMO. But I doubt the features that make Haskell reliable are dependent on the features that don't suit real-time programs. I don't know of any pure functional languages with similar type systems, though. https://en.wikipedia.org/wiki/List_of_programming_languages_... has a pretty small list.
MileyCyrax | 10 years ago | on: Microsoft Bob Taking Up Space (2008)
Well, maybe this will be useful to someone https://archive.is/ZKgP
MileyCyrax | 11 years ago | on: Why we are saying “uh” less and 'um' more
MileyCyrax | 11 years ago | on: UK to allow babies from three people
So, a health secretary?
MileyCyrax | 11 years ago | on: Programming Languages Have Social Mores Not Idioms
Shibboleths?
MileyCyrax | 11 years ago | on: What is wrong with Comic Sans?
Of all the little things that annoy me about Comic Sans, this is by far the worst.
Suppose I showed some of my Haskell code to a group of people and they all told me that every Haskell expert says I should keep my IO functions as minimal and separate as I can. I ask them why, and they assure me again that Simon Peyton-Jones himself is adamant about this, but none of them seem to be able to put an explanation into words.
I wouldn't just dismiss them with "it works fine for me" and not even bother to Google something like "haskell separate impure code". So why do so many people do that when the advice is coming from designers instead of engineers?
MileyCyrax | 11 years ago | on: My Synology NAS has been hacked by ransomware calling itself Synolocker
MileyCyrax | 11 years ago | on: The Google career path, Part 3: Performance reviews and promotions