Live data from Hacker News

Viewing profile — colimbarna

colimbarna

HN member
Joined
Thu, Mar 14, 2024, 2:52 PM UTC
HN karma
90
Public activity
25 items

About colimbarna

No profile information was provided.

Recent public activity

  1. comment
    Comment #42211032

    Google will be prohibited from doing that under the DOJ's proposal.

  2. comment
    Comment #42190655

    I agree with you, but I go one step further: I am disappointed by OSM raster tiles and especially Google's digital tiles because even they show barely enough information, if you co…

  3. comment
    Comment #42178034

    Sometimes the alternative blows up in your face though.

  4. comment
    Comment #41252912

    I agree, I also dislike the term SQL injection. But the problem isn't that there is a query, there problem is that the source code of one program is constructed by string manipulat…

  5. comment
    Comment #41252571

    Do you mean you switched to self-managed GitLab, or you have a self-managed GitLab that you keep around as a backup plan?

  6. comment
    Comment #41251929

    It's closer to the truth than you usually get. They're having a bad day, it's completely true. It's the start of my day, but I guess this is the middle of the night for them. There…

  7. comment
    Comment #41242069

    Hold for me is pretty good. I've never used the phonetree feature, but I think it's often the case that I don't know which button I need to press: I have to listen to them all firs…

  8. comment
    Comment #41158796

    Isn't it entirely dependent on the airlines, what counts as one itinery? How could I contractually obligate them to something they didn't agree to be contractually obligated to? (B…

  9. comment
    Comment #41158700

    I can't believe they haven't started using three digits and an emoji.

  10. comment
    Comment #41158538

    Cookie disclaimers are not GDPR. They're also completely optional; you can have a fully functional modern website that stores state in cookies and not put in a cookie banner. Busin…

  11. comment
    Comment #41158082

    Yes please! Firefox used to have a fantastic feature where I could crash it, and it would have a tab that contained my previous session within it. It would be there forever, betwee…

  12. comment
    Comment #41125936

    If you want to go beyond writing a configuration.nix then you don't want a beginner friendly anything. Configuration.nix does at least as much as any user-friendly operating system…

  13. comment
    Comment #41124687

    > On the other hand, the goal is to get away with fraud, not to convince an international community who will likely look for any confirmation of their suspicion. Despite my joke in…

  14. comment
    Comment #41124618

    Thanks. Note to self: Next time I want to rig election results, generate a random integer between 54.2% and 54.3% of the vote and count it as the winner's vote, subtract from total…

  15. comment
    Comment #41030760

    Most countries with presidential systems and FPTP have third party runs to such an extent that it's impossible to decide who the first, second, third... party is. It's more than su…

  16. comment
    Comment #40862801

    Desert, n, stress on the first syllable, means a place without much rain, but it comes from the notion of being deserted so sometimes it just means an unpopulated area. To desert, …

  17. comment
    Comment #40785595

    In addition to the UK, it's almost certain that this had high level political influence between Australia's prime minister and the US president. I don't think the perspective that …

  18. comment
    Comment #40340747

    There's a fair number of apostrophes in fact. Here's an example: https://maps.app.goo.gl/ZSVi4GfuAgcUspm2A (Note that Google's database seems to lack the apostrophe in that name). …

  19. comment
    Comment #40194576

    See my comment sibling to yours for some concerns with `env $(cat file)`; I would have these and then some with sourcing the file even in a subshell. You can do whatever you want i…

  20. comment
    Comment #40194504

    Further addition, I haven't investigated dotenv deeply, but I suppose it would be a command that specialises in making sure the contents of .env are just environmental variables th…

  21. comment
    Comment #40194381

    env $(cat .env) my-cmd-wanting-dotenv would, though, wouldn't it? ETA: the main difference between `env` and `dotenv` seems to be that `env` gets its arguments from the command lin…

  22. comment
    Comment #40050387

    Forwarding traditionally looked like this: 1. I tell my email client from colimbarna@fine.server.example to send an email to eisenstein@old.server.example using my.correctly.config…

  23. comment
    Comment #39764916

    "Sed" is the name of a specific tool. It is not defined by the GNU tools, but has existed in some form since 1974, well before Perl. GNU sed and POSIX sed both support BRE and EREs…

  24. comment
    Comment #39764817

    Yes exactly, they match the end of a line, not a newline character. Some examples from documentation: man 7 regex: '$' (matching the null string at the end of a line) pcre2pattern:…

  25. comment
    Comment #39704833

    3.14 is about 0.00159 less than pi, whereas 22/7 is about 0.00126 greater than pi, making pi approximation day closer to pi than pi day.