Viewing profile — flowless
flowless
HN member- Joined
- Thu, Feb 14, 2013, 5:44 PM UTC
- HN karma
- 132
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About flowless
Recent public activity
-
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 …
-
comment
Comment #37627427
You could use Nix to build (and manage/update) an OS similar to this.
-
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…
-
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…
-
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.
-
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…
-
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.
-
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.
-
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.…
-
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…
-
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…
-
comment
Comment #22704125
Any idea how it works? The site is not very helpful in that manner.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #19368267
I wish it gets obsolete as it's an abomination.
-
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…
-
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…
-
comment
Comment #18322901
NixOS due to its excellent community and quality.