Live data from Hacker News

Viewing profile — sinkwool

sinkwool

HN member
Joined
Wed, Aug 09, 2023, 2:28 PM UTC
HN karma
54
Public activity
32 items

About sinkwool

No profile information was provided.

Recent public activity

  1. comment
    Comment #40284013

    https://github.com/rubocop/rubocop/issues/8091#issuecomment-... perhaps they are biased against the tool from participating in a campaign to police the name in the past. But also, …

  2. comment
    Comment #40279846

    I remember when I was a kid, Kangaroo math puzzles were incredibly fun. I don't know if you can get your hands on some materials, but they were such a blast. https://mathkangaroo.o…

  3. comment
    Comment #40225005

    so aliens did build the pyramids!

  4. comment
    Comment #39084451

    of course they are. The Chinese team selection tests are notoriously more difficult than the IMO, and they enforce a one-time participation limit. If they were to send 24 people, n…

  5. comment
    Comment #39084338

    Yeah, that was a very weird comparison. Not only do those countries send 6 people each, those four started participating in 1959 while US started in 1974 and China in 1985. Though …

  6. comment
    Comment #38922432

    There's gotta be something between Satya and "C-tier code out of rural India". There are of course lots of bad coders in India, but there are also many really good ones. And wherea…

  7. comment
    Comment #38786686

    aren't most languages invented and initially developed within a private company? Go, Dart, Java, JavaScript, C#, F#, VBA, Kotlin, Erlang, C(at AT&T), Rust (at Mozilla). The list is…

  8. comment
  9. comment
    Comment #38712987

    > I always find out both fascinating and alien how much focus the US system puts on extracurriculars One factor could be that, AFAIU, schools in US have many more electives than in…

  10. comment
    Comment #38698755

    I believe what GP is saying is: coming from python, which uses `and` and `not` and `or` you expect those to be the binary operators in ruby as well. You are then surprised when the…

  11. comment
    Comment #38690976

    Kotlin is very ruby-like and performant, check it out. If you don't mind using JetBrains IDEs, I'd give kotlin a try.

  12. comment
    Comment #38690940

    `and`, `or`, `not` have much lower precedence than `&&`, `||` and `!` . I would just avoid `and` and `or` in general. For some more explanation see https://graceful.dev/courses/the…

  13. comment
    Comment #38172146

    > Writers merely append new content to the end of the WAL file. Because writers do nothing that would interfere with the actions of readers, writers and readers can run at the same…

  14. comment
    Comment #38076503

    Or it could be a typo (as in man-made) My guess is that they only use Youtube videos that already have subtitles in the target language. But I'm curious to know how exactly they've…

  15. comment
    Comment #38006079

    But they don't have the same area. The donut seems to be at least 1.5x larger than the cup (check out the screenshots posted by latexr in another comment. The area covered by the d…

  16. comment
    Comment #38005812

    Thanks for the reply and for the screenshots. before writing my initial reply, I went back and tried to get a 50/50 split based on your comment and came up with the same solution. …

  17. comment
    Comment #38004733

    Can you explain more? (I might be stupid and don't see some obvious proof of why your approach is correct), but intuitively it doesn't seem that the fact that the cup is symmetrica…

  18. comment
    Comment #37997555

    ruby is strongly typed, in that it doesn't allow you to implicitly coerce between types*: 1 + "1" will raise an error. (As opposed to weak typing in C or JS) ruby however is not st…

  19. comment
    Comment #37809118

    Leetcode is fine: lots of supported languages, large community, lots of solutions and editorials. Here are some more resources: - USACO: https://train.usaco.org/ and https://usaco.…

  20. comment
    Comment #37809072

    Great resource, but it's hard to practice there as a beginner because there are no solutions (unless you solve the problem yourself). So you might have to get comfortable with bein…

  21. comment
    Comment #37593781

    > - not hijack CTRL-f for its own built-in search. Just in case you(or others) don't know, you can press Ctr-F twice to get the native browser page search.

  22. comment
    Comment #37472232

    Never attribute to malice that which can be adequately explained by stupidity.

  23. comment
  24. comment
    Comment #37328445

    Most advice in TFA seems pretty good, but the first point: > 1. If you do Google the question beforehand, delete your tracks afterwards IMO, if you ask me the same question that I …

  25. comment
    Comment #37287162

    Do you have any source pls? Who controls the DJI copter drones? Does the plane act as a relay for the radio signals?