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 site so this is already a standard…
You could use Nix to build (and manage/update) an OS similar to this.
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 imported by copying the modified source…
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 quickly.
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.
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 a thing provided NFTs are traded using…
Nothing. Creators are getting paid because NFTs are associated with their brand, not just magically having a value because you minted one.
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.
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. Docker registry having no IPv6 is…
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 bridges (using slcan protocol and…
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 4k in browser.
Any idea how it works? The site is not very helpful in that manner.
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 hundreds saved. If you buy the laser tube and…
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 Cardano as it is his direct competition…
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 changed files. [1]…
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 it uses max travel speeds but dedicated…
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 competitive matches in TotalA and really…
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 except for SSH. It means fewer…
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. Services include simple-nixos-mailserver,…
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 WiFi and streaming functionality.
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), raspicam and so on. Some of these are meant to…
I wish it gets obsolete as it's an abomination.
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 leveling applied to the GCode. We're using…
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 single machine.
For embedded and security applications this is extremely important and there's already tons of work done in this field - for example sel4 (https://sel4.systems/), ivory/tower (https://ivorylang.org/), yosys…
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 site so this is already a standard…
You could use Nix to build (and manage/update) an OS similar to this.
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 imported by copying the modified source…
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 quickly.
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.
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 a thing provided NFTs are traded using…
Nothing. Creators are getting paid because NFTs are associated with their brand, not just magically having a value because you minted one.
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.
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. Docker registry having no IPv6 is…
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 bridges (using slcan protocol and…
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 4k in browser.
Any idea how it works? The site is not very helpful in that manner.
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 hundreds saved. If you buy the laser tube and…
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 Cardano as it is his direct competition…
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 changed files. [1]…
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 it uses max travel speeds but dedicated…
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 competitive matches in TotalA and really…
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 except for SSH. It means fewer…
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. Services include simple-nixos-mailserver,…
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 WiFi and streaming functionality.
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), raspicam and so on. Some of these are meant to…
I wish it gets obsolete as it's an abomination.
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 leveling applied to the GCode. We're using…
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 single machine.
For embedded and security applications this is extremely important and there's already tons of work done in this field - for example sel4 (https://sel4.systems/), ivory/tower (https://ivorylang.org/), yosys…