Live data from Hacker News

Viewing profile — darnir

darnir

HN member
Joined
Wed, Nov 02, 2016, 9:18 AM UTC
HN karma
249
Public activity
64 items

About darnir

No profile information was provided.

Recent public activity

  1. comment
    Comment #48537181

    Funnily, I have been that guy at the last 3 places I've worked at. Every place has some amount of cruft code, and I love sniffing it out and deleting it.

  2. comment
    Comment #47977874

    If you end up doing that, please post it here. I'd be a very happy user of that extension

  3. comment
    Comment #45306763

    Uhh. No. That's a common misconception held by people that don't actually read their T&Cs. Your worth authorization is tied to "a" employer for the first two years. The employee is…

  4. comment
    Comment #43591822

    One of the previous times this was posted, someone offered to print and ship them. I got a A2 sized canvas print. It hangs in my home office now.

  5. comment
    Comment #43240788

    Anecdata don't make facts

  6. comment
    Comment #41329362

    I applied to one of those positions at Canonical. Their hiring process is so bad, I noped out. No wonder they have open positions all the time, since serious engineers are not goin…

  7. comment
    Comment #40616090

    It should not break `--page-requisites`. If it does please file a bug report with a reproducer

  8. comment
    Comment #40615650

    That's pretty easy with Wget. You can use `--accept-regex` to define the paths your recursion should follow.

  9. comment
    Comment #40179156

    Just a heads up, but you've swapped the links and the titles.

  10. comment
    Comment #39927017

    That's a very nice summary. But you're missing one crucial point. These are GNU tools and if you use them within that ecosystem, you also often use gnulib. Gnulib is effectively th…

  11. comment
    Comment #39875438

    Well, yes. And I chose to exercise that right. The point of the anecdote is to supplement the parent poster by stating that their hypothetical scenarios are already happening. We s…

  12. comment
    Comment #39874287

    This exact thing happened to me. I maintain a fairly popular free software project. A few years ago, I received an email from a nasa.gov domain claiming that they want to use the p…

  13. comment
    Comment #38968612

    That used to be a fairly common standard. You'll notice nearly all the old GNU / BSD tooling use this paradigm. It is even codified in GNU's coding principles. In fact, when you do…

  14. comment
    Comment #37803921

    Specifically in the case of paperless-ngx, I use their export facility from a cron job. The export is plaintext and contains all the information needed to recreate the postgres db …

  15. comment
    Comment #37803790

    The only hard dependencies are Redis and Postgres. The official stance is to run them from the provided docket compose and the container for paperless-ngx itself is kept updated an…

  16. comment
    Comment #37380092

    Yes, you can :)

  17. comment
    Comment #37380088

    A new option to strip query parameters from the output filename would be interesting. But its not so simple. When combined with recursion, one will often see a lot of pages with th…

  18. comment
    Comment #37380060

    The -O option, not the -o option. The capital O sets the output file, while the small o in your comment sets the log filename.

  19. comment
    Comment #37380053

    Wget will give you an equivalent with the --content-dispisition flag. I would like for it to be the default, but it would likely break backwards compatibility with some scripts tha…

  20. comment
    Comment #37295458

    If you like the timestamp function, this is available as a tool in the `moreutils` package as `ts`. You can simply pipe the output of any command to ts and have a timestamp prepend…

  21. comment
    Comment #37292048

    You're absolutely correct and if I'm not wrong this is a common loophole used by companies to get around the AGPL (when they really want to) That is, contract the development to a …

  22. story
  23. comment
    Comment #36645871

    I thought this was an exaggeration and decided to read it nonetheless. Nope, you're right. It's a fluff piece that's extremely low signal to noise. Large parts of it are long windi…

  24. story
  25. comment
    Comment #36208923

    I wouldn't say its siloed off. Its often on popular forges like Github and Gitlab. But also on smaller ones like sourceforge, GNU Savannah, sourcehut, etc. My point being that a lo…