Live data from Hacker News

Viewing profile — adontz

adontz

HN member
Joined
Tue, Dec 09, 2014, 10:16 AM UTC
HN karma
1,085
Public activity
383 items

About adontz

adontz.at.hn

Software Architect, Python/Django enthusiast.

Recent public activity

  1. comment
    Comment #48847667

    Moreover you can delegate domain to improve security. https://www.eff.org/deeplinks/2018/02/technical-deep-dive-se...

  2. comment
    Comment #48763645

    It's not a good analogy. Something is still on in suspend. Good you can control Linux kernel, but what about all other chips which may be an attack vector?

  3. comment
    Comment #47151098

    Very similar, thank you so much

  4. comment
    Comment #47103476

    Oh, nostalgia. I had a US Robotics 56K modem, which produced two bell-alike sounds during handshake. It was cool. I search for that specific sounds for years and cannot find.

  5. comment
    Comment #46836560

    HTMX can do much more than just innerHTML swap. https://htmx.org/attributes/hx-swap/ https://htmx.org/attributes/hx-swap-oob/ https://htmx.org/attributes/hx-target/

  6. comment
    Comment #46577935

    I'm currently developing ASP.Net Core services and modern .Net is quite nice. Everyone around me uses absolutely free Visual Studio Community edition, so it would be weird to not u…

  7. comment
    Comment #46575294

    These articles... I'm not sure who are the target audience, because I am definitely not and I don't know anyone who is. Specific OS is not the important, anything with modern KDE i…

  8. comment
    Comment #45124774

    https://news.ycombinator.com/item?id=45124458

  9. comment
    Comment #45124734

    In particular the following are not accessible ajax.googleapis.com fonts.gstatic.com gmail.com google.com www.googletagmanager.com www.youtube.com

  10. comment
    Comment #45124692

    Same in Georgia

  11. comment
    Comment #44899368

    It's a Python package you can install with pip, never ever installed it with Snap

  12. comment
    Comment #44890604

    certbot has an plugin for nginx, so I'm not sure why people think is was hard to use LetsEncrypt with nginx.

  13. comment
    Comment #44658017

    What people often don't realize is that in a big business system a user may have no permission to raw data of some table, but may have permission to report which includes aggregate…

  14. story
  15. comment
    Comment #43514468

    I've successfully replaced django.contrib.auth multiple times. It it not easy, but it is not too hard either. Honestly, everything else they do could be a regular Django app. Looks…

  16. comment
    Comment #42876718

    Thank you. I really needed that in my life today.

  17. comment
    Comment #42308420

    Location: Georgia Remote: Yes Willing to Relocate: Yes Technologies: .Net, Ansible, AWS (DynamoDB, EC2, ElasiCache, Lambda, Organizations, RDS, etc.), Azure, C, C++ (Qt), C# (WPF),…

  18. comment
    Comment #42271646

    A bit of a first-hand witness context The Georgian Dream party rigged the elections, stole at least 20% of the votes, securing a constitutional majority. During the election campai…

  19. story
  20. comment
    Comment #42202617

    Nobody teaches people to use them. There is no analog to "catch most specific exceptions" culture in other languages.

  21. comment
    Comment #42202610

    Nope, exceptions in Python are not the same. There are a lot of standard exceptions https://docs.python.org/3/library/exceptions.html#concrete-e... and standard about exception typ…

  22. comment
    Comment #42202261

    Honestly, this is so much worse than "catch". It's what a "catch" would look like in "C".

  23. comment
    Comment #42202248

    This is a good example of "stringly typed" software. Golang designers did not want exceptions (still have them with panic/recover), but untyped errors are evil. On the other hand, …

  24. comment
    Comment #42202221

    https://www.joelonsoftware.com/2000/05/24/strategy-letter-ii... Jon Ross, who wrote the original version of SimCity for Windows 3.x, told me that he accidentally left a bug in SimC…

  25. comment
    Comment #42180840

    Great video. I suspect CPU spikes are caused by Go's GC, not some Postgres client issue. Anton got similar latency spikes in nginx vs Caddy test, explained them by GC then. While s…