Live data from Hacker News

Viewing profile — flimsypremise

flimsypremise

HN member
Joined
Thu, Jan 12, 2023, 5:06 PM UTC
HN karma
301
Public activity
72 items

About flimsypremise

No profile information was provided.

Recent public activity

  1. comment
    Comment #42823546

    Been interviewing for over a decade. Tests like this do not really tell you whether someone is a good programmer, they tell you whether a person has spent a lot of time practicing …

  2. comment
    Comment #42313064

    I've been doing something similar. I started with a 3D printer approach, then two cheap aliexpress C-beam linear actuators and finally managed to acquire a 2-axis microscope stage …

  3. comment
    Comment #42311078

    As someone who has built multiple custom macro film scanner setups, owns basically very consumer film scanner of note (including the Coolscan 9000 and the Minolta Scan Multi Pro), …

  4. comment
    Comment #42291880

    If you really want to, you can have a react app that is just static templates with no interactivity with a simple Node server that just called renderToString and all of a sudden re…

  5. comment
    Comment #42289951

    Very funny that you think a build with an entire CMS involved is somehow "simpler". You apparently have a lot of patience for Django's static asset management pipeline, but I do no…

  6. comment
    Comment #42289943

    Modern CSS has _some_ of the features of SCSS/SASS. It does not have all of them. But most importantly, many of dependencies one might want to use also make use of SCSS/SASS downst…

  7. comment
    Comment #42289912

    What does "most sites" even mean? I do this professionally, and I assume that most of the people replying here do as well. The article we're discussing is written by a professional…

  8. comment
    Comment #42289906

    What's rendering the pages on the server? Because if its not javascript, and you still have a frontend build, you have a repository with two separate builds, and builds are expensi…

  9. comment
    Comment #42289783

    In web application terms, the "build" is everything that needs to happen to get your application running into production. That means a runtime and dependencies. Speaking of depende…

  10. comment
    Comment #42283976

    Building a web application with a UI in a professional context without a frontend build is borderline malpractice. Even a "thin" layer of JS on top requires some degree of dependen…

  11. comment
    Comment #42283536

    I don't think the author of this article actually understands the pressures that increasingly drive all frontend development into javascript frameworks, but those pressures are act…

  12. comment
    Comment #42079501

    I have several 2-axis microscope stages from the 80s/90s that are driven by brushed motors with position feedback, and they are all capable of higher accuracy than any stepper moto…

  13. comment
    Comment #42048760

    If the microservice has dependencies on other services it is not a microservice.

  14. comment
    Comment #41675718

    what company have you ever worked for that was happy with the current rate of progress in software development?

  15. comment
    Comment #41611264

    I'm shooting to do 35mm and medium format. 4x5 is a stretch goal. Even illumination is definitely a challenge, though I use the same technique you do, which is generally refered to…

  16. comment
    Comment #41606038

    I'm currently doing something similar to build a photographic film scanner. I will say that I've found that moving the optics is generally much more error and vibration prone than …

  17. comment
    Comment #41597023

    In NYC I can tell you that the metropolitan area lost about 500,000 people since 2020, added ~20-30k housing units per year in that same time. The vacancy rate somehow dropped dram…

  18. comment
    Comment #41586376

    yeah because now that we've all been asking about it, that answer is in its training data. the trick with LLMs is always "is the answer in the training data".

  19. comment
    Comment #41261292

    Because I don't want to pay monthly for a bunch of content I probably won't read. I want to pay a small amount of money, with as little friction as possible, for the specific conte…

  20. comment
    Comment #41198719

    Yes, there's actually a very good test for a properly inverted color negative. You need a negative of a greyscale step scale from light to dark. If the color channels are properly …

  21. comment
    Comment #41196011

    Yes, you do actually need to do this. You basically need to calibrate every sensor to ensure that the correct wavelength of light ends up in the right channel.

  22. comment
    Comment #41195862

    Technically, yes. I know a few people have done it. In a practical sense it is very difficult and you are unlikely to get it working without a lot of trial and error. The tricky pa…

  23. comment
    Comment #41194011

    RGB scanning doesn't actually expand the color gamut, but removes erroneous color information. If you use white light you end up recording color information from the dyes in wavele…

  24. comment
    Comment #41193882

    So I wrote an article about this a few years back and also developed a custom RGB light for my own scanning: https://medium.com/@alexi.maschas/color-negative-film-color-... There's…

  25. comment
    Comment #40635620

    This is how I mostly do interviews. Get the candidate talking about their previous roles and see how they talk about the problems they've solved and what that reveals about how the…