Live data from Hacker News

Viewing profile — maxcoder4

maxcoder4

HN member
Joined
Thu, Dec 14, 2023, 5:05 PM UTC
HN karma
214
Public activity
111 items

About maxcoder4

No profile information was provided.

Recent public activity

  1. comment
    Comment #39993440

    It's loading untrusted python different from loading untrusted dll/so? Unless your use some dedicated sandbox, I think they're equally insecure. I guess a bigger problem with nativ…

  2. comment
    Comment #39992946

    I don't understand the question about empty values. A row with there empty values is just: ,, And yeah, dealing with separators is annoying, but pretty much every reader supports q…

  3. comment
    Comment #39985034

    Also, in general, people are quick to insult others online. Somehow it's easier to degrade someone online than I'm person, and there's less incentive to look for the common ground.…

  4. comment
    Comment #39985016

    Just like in 1939, ...wait. Maybe blaming social media for fascism is a step too far. But I'm interested to hear what you have to say about that. Why did social media enable fascis…

  5. comment
    Comment #39977657

    I think you're confused about the difference between [x]*4 and [x for _ in range (4)]. It's not, at any point, a difference between something being a value or reference. The first …

  6. comment
    Comment #39977618

    >That's the complaint, that [[]]*4 is not shorthand for list comprehensions and that it's something entirely different. Well, of course. It's a shorthand for duplicating the list e…

  7. comment
    Comment #39977591

    It's syntax sugar. I use it all the time, but of course it could always be respected by, i don't know, a for loop. It also makes writing duck typed code easier, as X 3 will work fo…

  8. comment
    Comment #39974691

    I like how it looks, and I appreciate the effort that went into it, but other than using it to export a table in just a right format that you will then embed into your assembler di…

  9. comment
    Comment #39971394

    Musicians put their music on Spotify out of their own will. If they don't like it they can withdraw. Unless they sold the rights to a music label, but that's also their decision.

  10. comment
    Comment #39960485

    Can you explain your idea? Your algorithm is correct by definition, but doing this naively would be very slow (even for 32bit number). At this point it would be much faster to just…

  11. comment
    Comment #39959588

    The common joke/fact in the nix community is the nix "triad": nix the language, nix the operating system, and nix the package manager. Sometimes it gets confusing, but usually cont…

  12. comment
    Comment #39959523

    Agreed. I've tried to write a json-nix converter (because I wanted to try configuring my system in jsonnet) and it's absolutely not easy, or obvious how to do this.

  13. comment
    Comment #39959505

    As a NixOs lover and user, nix-the-language is my least loved feature of the ecosystem. But at a user is not a big problem because I only write configurations for myself, and it's …

  14. comment
    Comment #39959382

    I never got the hate for Makefiles. Granted I mostly use them for simple projects, but compiling C project takes just a few lines of code (compile .c to .o, .o to executable, optio…

  15. comment
    Comment #39956839

    Well it's used by both because it's pretty useful in attack-like situations.

  16. comment
    Comment #39937593

    Honest question, what's wrong with Thunderbird? I never used Outlook, and I use Thunderbird daily so I wonder what I miss [1]. It also picked up development a bit and got some nice…

  17. comment
    Comment #39937584

    >People were pissed 18 years ago when the Office ribbon was implemented Wow, now I feel old more than any "movie X was released Y years ago" factoid could make me feel.

  18. comment
    Comment #39937567

    I am exclusively Google office user, but... Out of the top of my head: * Google docs are uglier than Microsoft word documents. This matters when I prepare an offer that I want to s…

  19. comment
    Comment #39937520

    As a long time Linux user, I think problems are partially technical. For example: * A lot of software used by them is certainly Windows only (they will have to find alternatives, c…

  20. comment
    Comment #39936296

    I usually see this only in tourist traps, where the EUR/USD price is 120% or more of the "local" price.

  21. comment
    Comment #39936135

    As a non-native speaker I appreciate comments like GP, because they let me improve my English and speak better. It's not pedantic if the "shamer" is obviously right (I've consulted…

  22. comment
    Comment #39903796

    I think you give too much agency to 4chan. It's just a imageboard - an internet forum - that happened to have some subforums related to alt-right. Maybe it had (has) a bad influenc…

  23. comment
    Comment #39897323

    I also only use a separate account for open source work for my employer. There are multiple benefits: * My employer has no say in my private account. They can't force my to change …

  24. comment
    Comment #39886651

    Not the OP, but I program professionally in Python for the past 5 years and i have never set a breakpoint. Assuming they don't work in lambdas (sounds like a tooling issue), is thi…

  25. comment
    Comment #39886581

    I think Reddit used to be a niche site for hackers [1], hobbyists and enthusiasts. Now it's a mainstream site where regular people browse news and memes. Maybe Reddit alienated it …