Live data from Hacker News

Viewing profile — lpribis

lpribis

HN member
Joined
Sat, Jan 06, 2024, 3:44 AM UTC
HN karma
314
Public activity
106 items

About lpribis

No profile information was provided.

Recent public activity

  1. comment
    Comment #49067557

    You can't just get something to space and then leave it there for free. Any maintenance is way more expensive than a data center on the ground (be it via extra trips or extra R&D f…

  2. comment
    Comment #49067539

    Still need the entire browser DOM, APIs, layout, renderers, etc outside of JS.

  3. comment
    Comment #49067530

    No idea about this project, but it is very possible to compile a dynamically typed language, without large VM/runtime. See Common Lisp, Julia

  4. comment
    Comment #49062689

    > Space in NYC isn't cheap. Space in space is free. ... what? Say what you want about starship etc etc, but space in space is far from free and will be for a long time.

  5. comment
    Comment #48944025

    The UK loves to take various infrastructure and industries private and public depending on which government is in power at the moment. See also trains, water, etc

  6. comment
    Comment #48912195

    I would like to know if text is LLM generated even if I can't tell from the content itself. For me it's a matter of attention (hah) and a quality signal. The poster expects to spen…

  7. comment
    Comment #48888387

    False equivalence, text processor leaves the authors intention completely in tact and is deterministically controlled completely by the author. Not true for gen ai

  8. comment
    Comment #48802664

    Also bit twiddling is very useful in a scientific language when you want to "simulate" a lower level embedded processor, typically fixed or floating DSP or controls code. For examp…

  9. comment
    Comment #48769014

    Faster than rustc (the main rust compiler written in rust). Obvious from the context.

  10. comment
    Comment #48644503

    Bitbake (Yocto's build system) started originally as a fork of portage (gentoo package manager), but they have diverged a ton. Very similar concepts though.

  11. comment
    Comment #48644426

    > My experience is that Yocto is a bit like CMake: people hate the mess they make with it and blame the system, even though they never bothered learning to use it. I agree this is …

  12. comment
    Comment #48260599

    Are you seriously suggesting hobbyists should tapeout an ASIC instead of use an FPGA? 1. For one-off designs (quantity=1) ASICs will never beat a high end FPGA on unit price. 2. As…

  13. comment
    Comment #48103494

    How would that help? Unless you happen to check the dotfiles git diff before running _anything_. I guess this could be put in prompt or some cron job to detect diffs but I bet abso…

  14. comment
    Comment #48101443

    > Middle management is where the institutional knowledge sits on how to actually get shit done despite challenges & broken processes/systems. Really? In my experience it's the rank…

  15. comment
    Comment #47926992

    I have worked with a lot of people who had this attitude. The main predictors for it in my experience are 1. Lack of faith in the company they work for, ie they don't fully "believ…

  16. comment
    Comment #47920424

    > On your side-project it's also ok to ignore best engineering practice, reinvent the wheel because you feel like it or make decisions based on what seems most interesting even if …

  17. comment
    Comment #47870102

    I'm pretty sure he has used gradient descent in previous videos to optimize systems, maybe this time it was just easier to hand tune rather than set up an optimization feedback har…

  18. comment
    Comment #47689153

    I was curious what information I could glean from these for some popular repos. Caveat: I'm primarily an low-level embedded developer so I don't interface with large open source pr…

  19. comment
    Comment #47625512

    I don't think any realistic system will bootstrap C from shell. What is the shell implemented in if not C?

  20. comment
    Comment #47344095

    He implied replacing nano was the first step, before using it for more complex (software development) tasks. First use it just for quick one-off edits of /etc/blah.conf then gradua…

  21. comment
    Comment #47163533

    Rather than being about fast/simple/cheap, I think using SSN as a key was more about the fact that SSN is the only common identifier that almost all US citizens have.

  22. comment
    Comment #46918761

    Sure, but splitting "atomic" operations across a reboot is an interesting design choice. Surely upon reboot you would re-try the first `mv a b` before doing other things.

  23. comment
    Comment #46703758

    This is local to the device though. Nothing to do with the WAN. Would still work even on the "serverless" ipv6 network.

  24. comment
    Comment #46630907

    The Z80 instruction set lives on via the eZ80, Z180 and others which are binary compatible with the original Z80 instruction set. Unfortunately Zilog stopped making the 40 pin DIP …

  25. comment
    Comment #46549108

    Really, the best we can do with the NPU is a less battery intensive blurred background? R&D money well spent I guess...