HN user

flowless

132 karma

lambda calculus is fun

Posts0
Comments68
View on HN
No posts found.

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 practice.

It is also a bit amusing when you host your own mailserver for years.

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.

Thank You, Valve 4 years ago

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 a smart contract that pays royalties to the creator but it's not that common since artists are compensated well enough by the first approach and don't need to milk secondary market trades.

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 Linux driver).

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 power supply from China it's few thousands shaved off (the only problem is the risky shipping of fragile laser tube).

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 (even nicknamed Ethereum killer).

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 well balanced. If you play ladder or with people looking for competitive matches then it feels a lot more like old RTSes although you can still zoom out or send units in not so obvious ways (frontal attacks rarely work) which often makes for interesting surprises and strategies.

It takes a bit to get used to playing on planets instead of classic maps with borders but that’s what makes this game special.

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 dependencies but you need to create targets manually or with something like Terraform. I've only used 'libvirt' and 'none' backends with NixOps and even wrote a 'dumb' backend that unlike 'none' backend wouldn't generate and store SSH keys in state but respects .ssh/config.

One feature of morph is really nice - declarative health checks that are run after the deployment automatically or can be triggered manually.

I also find it easier to explain to not-that-technical people as it basically requires one or two commands.

For the reference: https://github.com/DBCDK/morph

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, Redmine, Sympa, owncloud with LibreOffice Online and many more. If you're working on something similar or your're interested in helping with this cause feel free to contact me via email or IRC.

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.

Leaderless Debian 7 years ago

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 make things easier for newcomers but IMHO it makes stuff much worse as you have a "special" rPi environment instead of standard Linux on ARM board environment.

You can run mainline on rPi just fine, with standard tools - the only problem is that most rPi projects on the internet won't work as they target Raspbian instead of Linux.

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 3040Z CNC which is not the best for this job but manageable.

Check out my tutorial (gallery on the bottom) https://wiki.base48.cz/PCBMilling

I have an amibilight built around WS2812 LED strip and esp8266. I use it to display a colorful rotating gradient during a day and as a night light with red color.

Small Haskell program using reactive-banana-automation feeds simple nodemcu firmware every second with UDP packets. It's quite easy to build RGB light this way as only one signal wire is required.