Live data from Hacker News

Viewing profile — cobby

cobby

HN member
Joined
Thu, Jul 14, 2016, 5:10 AM UTC
HN karma
61
Public activity
33 items

About cobby

No profile information was provided.

Recent public activity

  1. comment
    Comment #36958830

    Also Nim requires you to use unique field names across all variants.

  2. comment
    Comment #34754549

    > have them unlocked on login via PAM Could you please share a general outline for configuring something like this?

  3. comment
    Comment #33678299

    > but the startup time is pretty bad (there is a 300ms+ delay) for apps. Someone has told me that this can be solved with asdf-direnv so I am wondering if this is true and I should…

  4. comment
    Comment #30578738

    First, they were looking if the person is subscribed to specific Telegram channels. It is quite easy to quickly scan list of channels looking for specific logos. Second, it is supp…

  5. comment
    Comment #30509041

    > It’s the regular folks who could wake up from their comfy lethargy and actually protest their government. The problem is that many of those who use namecheap are already against …

  6. comment
    Comment #30456091

    > Isn't this going to have some serious economic repercussions for Russia? Russian economy is in decline since 2014. COVID-19 pandemic has increased its decline even further. So it…

  7. comment
    Comment #29863693

    > How is the bank or Upwork the bad guy here when it is Robin who doesn't want to pay? Upwork takes: * 3% fee on each payment on the client side; * 20% fee of first $500 earnings w…

  8. comment
    Comment #29590440

    I personally still use Python because I miss list and dict comprehensions. I know there is a `collect` macro in `sugar` module but it is nowhere close to the python comprehensions.…

  9. comment
    Comment #29583128

    > missing AGE encryption I am just curious. What makes AGE backend better than GPG one?

  10. comment
    Comment #29511789

    > I think this or something similar was posted a week or two ago I believe you are referring to this post https://news.ycombinator.com/item?id=29238700

  11. comment
    Comment #28664729

    > sent PRs to replace the original package in other libraries Would you mind sharing a link to such PR?

  12. comment
    Comment #28562543

    iOS version has been removed from Russia App Store only as evidenced by this letter https://twitter.com/ioannZH/status/1438750081402953728/photo... I would guess the same applies t…

  13. comment
    Comment #28339081

    > it appears there is a bug that's causing the site to reload Google's recaptcha multiple times I forgot to mention that it is not a bug. See https://github.com/google/recaptcha/is…

  14. comment
    Comment #28338212

    As far as I can see you already have a minification task [1] in your nimble file. May I ask you why you are not using it to save bandwidth both for your sever and your visitors? [1…

  15. comment
    Comment #27372734

    Same for Ukraine

  16. comment
    Comment #25748424

    Sounds like you need to develop a plugin or take a look at existing ones (for example effective date [1] might be helpful) [1] https://github.com/redstreet/beancount_reds_plugins/t…

  17. comment
    Comment #25026211

    Damn, I was tempted to try it but my laptop needs custom kernel patches [1] in order to work properly. [1] https://lab.retarded.farm/zappel/asus-rog-zephyrus-g14/

  18. comment
    Comment #23629419

    How did they implement Point(x, y, _) matching? PEP proposes a special protocol [1] based on __match__ classmethod. Do they do something similar? [1] https://www.python.org/dev/pep…

  19. comment
    Comment #23240512

    > beancount wants everything to live in One Giant Journal file Actually, beancount supports include directive. See includes section [1] of the language syntax document [1]: https:/…

  20. comment
    Comment #22438250

    No. uMatrux offers way more granular control.

  21. comment
    Comment #22163129

    You might want to look into WorldBrain's Memex extension. I think it crawls every page you visit into IndexedDB so you can do full-text searches later.

  22. comment
    Comment #22133169

    Could you please elaborate on your setup. How do you achieve sending only DNS traffic over VPN? What do you do when your phone is connected to your home WiFi network?

  23. comment
    Comment #21961514

    Some frontend framework with fine-grained DOM updates like Solid by Ryan Carniato, Surplus or Svelte. Why: Frameworks that use fine-grained DOM updated currently top js frameworks …

  24. comment
    Comment #21929684

    https://beepb00p.xyz/ - Dmitrii writes a lot about quantified self and building personal knowledge bases.

  25. comment
    Comment #21773658

    > checking the weather I actually use Huginn to check the weather, compare it with weather conditions for the previous two days and send the result to my Telegram as a simple text …