Live data from Hacker News

Viewing profile — Overdr0ne

Overdr0ne

HN member
Joined
Wed, Jan 15, 2020, 8:19 PM UTC
HN karma
32
Public activity
14 items

About Overdr0ne

No profile information was provided.

Recent public activity

  1. comment
    Comment #47343082

    You would still be getting partial counts by district right? Isn't that a partial result? Make the validation algorithms open source. And I imagine there's some kind of independent…

  2. comment
    Comment #33241771

    If an ai model is allowed to emit copy-left code verbatim in proprietary software, you can effectively create a gpl 3 stripper. I don't think that ultimately serves your goal of in…

  3. comment
    Comment #27396581

    Independent of whether the virus was lab-leaked or natural in origin, the conduct of Peter Daszac was completely inappropriate, and he should face consequences. Spearheading and co…

  4. comment
    Comment #27385407

    Sorry, I was sick yesterday. It is mostly a tools problem. It should be way easier than it is to see the metadata for a given file in your shell command, browser or whatever. Dired…

  5. comment
    Comment #27364648

    Yeah, not a fan of recursive directory trees. Sysfs for example is pretty wonky esp when you're searching for some specific attribute of the device. Not hard links or real files ft…

  6. comment
    Comment #27361466

    Hmm, do you have some example of these dangerous scenarios? I suspect a lot of tools have come to think of the "file path" as the identifier for a file. So of course they would bre…

  7. comment
    Comment #27350735

    The first rule of ditch digging is to stop digging ditches. I love my hometown, but it was a slog wading through all the people who ultimately wanted to keep me under their thumb. …

  8. comment
    Comment #27350219

    I absolutely agree that we need to move away from the idea of physical folders. The file hierarchy IS very useful way of categorizing your data, but a file should be able to belong…

  9. comment
    Comment #27260470

    I completely agree, making money writing software is so convoluted. Like, why can't I submit my work to a publisher like all the other authors do? Where are the software publishing…

  10. comment
    Comment #27160819

    For the record though, I'm very pleased to see people explicitly questioning the UI status quo, esp one so widely assumed as tabs. It seems browsers are just following the 'dont to…

  11. comment
    Comment #27160300

    I really want my tabs to just be emacs buffers. Emacs has sooo many different tools to organize and operate on buffers, so different types of users can compose a workflow that work…

  12. comment
    Comment #25391751

    I think ideally all pm would be controlled by the runtime_pm and qos frameworks. You then don't need to define explicit power states like 'sleep' or 'suspend', you instead simply u…

  13. comment
    Comment #25388584

    No. Linux drivers are supposed to implement runtime_pm callbacks. These are called based on the usage counter of those devices. ACPI is an Intel/microsoft standard for power state …

  14. comment
    Comment #25107561

    I've never experienced anything close to the stability and performance of a lean Arch build personally. It does a very good job of teaching you up front how your OS works, and how …