Live data from Hacker News

Viewing profile — wilsonthewhale

wilsonthewhale

HN member
Joined
Sun, Apr 08, 2018, 10:54 PM UTC
HN karma
121
Public activity
55 items

About wilsonthewhale

No profile information was provided.

Recent public activity

  1. comment
    Comment #27423548

    > if you actually had any insight into Chinese culture Thanks for the blind assumption. I'm Chinese myself.

  2. comment
    Comment #27419050

    yup. toxik's comment disgusts me. So much for being against the government and the bad apples and not against the common citizen. Let's just cut off all the devs doing their jobs e…

  3. comment
    Comment #27406668

    I tried a couple pages from SourceHut, which famously prides itself on its fast performance. The projects page (dynamic, changes with user activity on the site) https://sr.ht/proje…

  4. comment
    Comment #27335209

    There it is again. Care to name any of those timeless philosophies without resorting to the minutiae of cons cells? Clojure has very tangible and definite downsides and tradfeoffs …

  5. comment
    Comment #27330252

    as an addon, I'd love to see more organizations try to tackle this problem without just lifting the flawed GitHub model.

  6. comment
    Comment #27330098

    As others have mentioned, this is a shame. I found the Phabricator review model much more flexible and easy to work with than GitHub and Github-clone workflows. It's basically the …

  7. comment
    Comment #27305366

    You can have a "Messenger-only" FB account, which would allow you to keep in touch with said friends.

  8. comment
    Comment #27142949

    A great example of this is how Dijkstra used to conduct final examinations where students basically showed up and had a real-time, in-person discussion with him. It must have taken…

  9. comment
    Comment #27081773

    You have really high hopes for the standard American. The offhand racism against Chinese people (not the PRC) I see in online communities, even supposedly liberal ones like Reddit,…

  10. comment
    Comment #27058630

    Most of the papers were a joy to read. The C++ one just seemed like a massive changelog, though.

  11. comment
    Comment #27001951

    Like clockwork. I first started using the system in 6.4, so each release is a reminder to me of how quickly time has passed. Looking forward to a painless upgrade of my two servers…

  12. comment
    Comment #26938637

    Web logic is in Hack (offshoot of PHP), but all of the surrounding infrastructure has always been heavily skewed towards C++.

  13. comment
    Comment #26594539

    Probably because it's a log-structured file system, and those _really_ don't like running low on free space. They work by appending to the log then compacting sometime later, not m…

  14. comment
    Comment #26498713

    I don't understand the rationale of people tying the state of being a "real Lisp" with cons cells. As if that were the only contribution lisp has made, instead of homoiconicity, RE…

  15. comment
    Comment #26425529

    Personally, I'm skeptical of the "great for beginners" point. I've helped a few beginners in Python who had subtle, yet program-breaking bugs just because their return statement wa…

  16. comment
    Comment #26215964

    I would argue yes. There has been an impressively little amount of churn in the last 10 years.

  17. comment
    Comment #26108096

    No mention of arc4random(3)? Seems like a solved problem in BSD land. The key takeaways I feel like are: 1. You want as simple of an interface as possible. arc4random(3) returns a …

  18. comment
    Comment #26072828

    I'm not on the team that handles this, but I highly doubt that this is the case.

  19. comment
    Comment #25883616

    If you've been following the development progress, they've gotten the VM side largely ironed out and under testing. Nothing on the language side has been polished yet though. As an…

  20. comment
    Comment #25854467

    I also find it funny how in every browser related thread there's inevitably someone selling Brave in the comments, usually near a Firefox comment. I've never personally used Brave …

  21. comment
    Comment #25847983

    I tried plasma-wayland on Arch a couple days ago. Log in, open firefox. Minimize the window, and the entire machine freezes. This is on an AMD GPU as well. Every time I try Wayland…

  22. comment
    Comment #25491945

    I donated to a couple last giving Tuesday Arch Linux: I've been a user for 10 years and haven't given back financially. OpenBSD: Underpins some of the most important tools in the m…

  23. comment
    Comment #25170836

    It's more likely for these systems to slowly evolve into something new rather than being replaced entirely. MacOS and Linux, at some level, are already very, very different than ea…

  24. comment
    Comment #25078252

    Here's a small collection https://pyre-check.org/docs/pysa-additional-resources

  25. comment
    Comment #24980078

    agreed. Clojure is probably the most pragmatic FP language in the space.