Live data from Hacker News

Viewing profile — 153957

153957

HN member
Joined
Tue, Jan 16, 2018, 11:05 AM UTC
HN karma
24
Public activity
15 items

About 153957

No profile information was provided.

Recent public activity

  1. comment
    Comment #47072294

    During FOSDEM 26 there was a talk about FreeSewing, a site where you can adapt clothing patterns to your specific sizes. https://fosdem.org/2026/schedule/event/FVQVTA-freesewing/

  2. comment
    Comment #43437616

    I can not stand the DLP projectors, so I got an Epson 3LCD, and have no issues with it, not crazy expensive either.

  3. comment
    Comment #41609750

    It is also possible to define `.PHONY` multiple times, so you can simplify this to: .PHONY: something something: ./do-something .PHONY: something-else something-else: something ./d…

  4. comment
    Comment #40414084

    ffmpeg works really well for this. I have also been making time-lapse movies for over a decade, starting with using just Quicktime Pro 7 to combine the images into movies. Later us…

  5. comment
    Comment #28867053

    So this is just a digital zoom (crop) with Super Resolution™-like (machine learning) upscaling...

  6. comment
    Comment #28825026

    Just a digital zoom (crop) with Super Resolution™-like (machine learning) upscaling...

  7. comment
    Comment #28520768

    Click the Force button (Darth Vader icon, bottom right) to make things stop bouncing around.

  8. comment
    Comment #28441918

    Other discussion for same page: https://news.ycombinator.com/item?id=28437734

  9. comment
    Comment #28358534

    Similarly I recently switched the other way. I recommend Lightroom over Capture One. The subscription is a slight downside, but Capture One is similarly expensive if you want to ke…

  10. comment
    Comment #27649505

    For a project where I worked on we offered streaming TSV responses and always finished the response with a last row containing a comment: `# Finished downloading.`. Since we also m…

  11. comment
    Comment #26614419

    I get mine from http://louie.world/wallpapers/ A bunch of wallpapers related to specific movies or Disney, with various variations or themes per movie/series.

  12. comment
    Comment #23006754

    This comment on ArsTechnica on the same subject links to some videos which have nice explanations for the videos: https://arstechnica.com/science/2020/04/navy-releases-three-... Ba…

  13. comment
    Comment #20928210

    > drop support for all versions of Django prior to 2.2 Prior to 2.2, so they encourage keeping support for the Django 2.2 LTS.

  14. comment
    Comment #16574199

    Great website which I used many times to check the precise species appearing in photos I made. Unfortunately the project seems to have stopped updating over 9 years ago (if the new…

  15. comment
    Comment #16301957

    Recently I discovered ffmpeg-python [1], also a nice Python frontend to FFmpeg. One of its best features is being able to show nice graphs [2] showing where which filters are appli…