Live data from Hacker News

Viewing profile — flowless

flowless

HN member
Joined
Thu, Feb 14, 2013, 5:44 PM UTC
HN karma
132
Public activity
69 items

About flowless

lambda calculus is fun

Recent public activity

  1. comment
    Comment #37934106

    I’ve recently received a scam email with ‘Incoming mail delayed’ subject saying that my mailbox is almost full. It contained IPFS url with a login form sending data to some hacked …

  2. comment
    Comment #37627427

    You could use Nix to build (and manage/update) an OS similar to this.

  3. comment
    Comment #35407872

    Amusing that their firmware repo (unlike Slic3r) had no reference to Marlin until I've pointed it out to them https://github.com/prusa3d/Prusa-Firmware/issues/2625 Also it was impo…

  4. comment
    Comment #32428835

    I can recommend Teeworlds (CTF modes) for casual office gaming. I've organized a tournament once and got my ass kicked in the final matches (2v2 CTF) as people improved really quic…

  5. comment
    Comment #30246730

    Recently it switched to running via Proton if you had Steam Play enabled (and broke completely for me). Solution is/was to disable Steam Play and it will use native version.

  6. comment
    Comment #29162286

    Typically they get paid the initial listing sum of the auction (at least) and what happens on secondary market is not their concern, similar to classic art pieces. Royalties can be…

  7. comment
    Comment #29162040

    Nothing. Creators are getting paid because NFTs are associated with their brand, not just magically having a value because you minted one.

  8. comment
    Comment #26765489

    You can also run virtual machine with real card attached to it via VFIO if your host has IOMMU support. Guess what this means for anti-cheat.

  9. comment
    Comment #26103493

    Not entirely true. I was researching this few hours ago and according to https://github.com/containers/podman/issues/6114#issuecommen... it just works when you add another network.…

  10. comment
    Comment #25674194

    If your embedded stack supports USB you could use CDC ACM for possibly more robust comms (checksummed by USB, no need for RTS/CTS). Also there are CAN hats for rPi (SPI) or USB CAN…

  11. comment
    Comment #23731551

    No need to download, I was using youtube-dl piped to mplayer, now using mpv which has youtube-dl integrated. Works wonders on old and not-so-old hardware that can't play 1080p or 4…

  12. comment
    Comment #22704125

    Any idea how it works? The site is not very helpful in that manner.

  13. comment
    Comment #22277163

    You can build it for way lower than that - in their BoM they use quite expensive distributors like Misumi - if you only source your steppers from other places that's already hundre…

  14. comment
    Comment #21622147

    Because Cardano is what ETH might have been if done right. They did a tons of (actually scientific) research on the topics mentioned in this article but the author won't mention Ca…

  15. comment
    Comment #21323625

    It doesn't feel slow to me (compared to for example C++ compilation) and you can iterate quickly using cabal repl (:r) or ghcid[1] which both support partial recompilation of chang…

  16. comment
    Comment #20668893

    LinuxCNC (at least Axis) can be controlled by keyboard - F1 is especially handy to stop the job in progress if anything goes wrong. Arrow keys can be used for jogging, with shift i…

  17. comment
    Comment #20666956

    Multi-planet battles while cool looking and fun are not balanced and most of the competitive matches are played with no orbital tech on single planet - these are quite similar to c…

  18. comment
    Comment #20326823

    It doesn't maintain any state - NixOps uses SQLite database which makes it cumbersome to share with other devs. Morph can't create machines for you - it doesn't have any backends e…

  19. comment
    Comment #20324154

    We're trying something similar - to provide a set of curated services with example deployments for cities or municipalities. We build on NixOS and use morph for deployment. Service…

  20. comment
    Comment #20254891

    GoPro cameras run RTOS and one of the threads run Linux which is cold booted only once (or during an update) and stored for next fast hot boots - it was only used for providing WiF…

  21. comment
    Comment #19368963

    It ships custom kernel and promotes doing things in a different manner that we are used to with Linux - boot.txt, overlays, rpi.gpio (even different gpio numbering scheme), raspica…

  22. comment
    Comment #19368267

    I wish it gets obsolete as it's an abomination.

  23. comment
    Comment #18941593

    Being able to have prototypes in hand in like 30 minutes is the best thing about PCB milling. You can make boards for fine pitch parts as well - the board has to be probed and leve…

  24. comment
    Comment #18916451

    Here you go https://retrace.fedoraproject.org/faf/summary/ The same problem arises though as you can't track senders - there's no way of knowing how many reports were produced by a…

  25. comment
    Comment #18322901

    NixOS due to its excellent community and quality.