Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
flowless
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
flowless
3y ago
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 bi
2.
▲
by
flowless
3y ago
You could use Nix to build (and manage/update) an OS similar to this.
3.
▲
by
flowless
3y ago
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 mod
4.
▲
by
flowless
4y ago
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.
5.
▲
by
flowless
5y 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.
6.
▲
by
flowless
5y ago
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 tha
7.
▲
by
flowless
5y ago
Nothing. Creators are getting paid because NFTs are associated with their brand, not just magically having a value because you minted one.
8.
▲
by
flowless
5y ago
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.
▲
by
flowless
6y ago
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 I
10.
▲
by
flowless
6y ago
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
11.
▲
by
flowless
6y ago
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.
12.
▲
by
flowless
6y ago
Any idea how it works? The site is not very helpful in that manner.
13.
▲
by
flowless
7y ago
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 fr
14.
▲
by
flowless
7y ago
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 E
15.
▲
by
flowless
7y ago
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] https://github.com/ndmitc
16.
▲
by
flowless
7y ago
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 CNC pendant for joggi
17.
▲
by
flowless
7y ago
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 yo
18.
▲
by
flowless
7y ago
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 bu
19.
▲
by
flowless
7y ago
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, ownc
20.
▲
by
flowless
7y ago
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.
21.
▲
by
flowless
8y 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 f
22.
▲
by
flowless
8y ago
I wish it gets obsolete as it's an abomination.
23.
▲
by
flowless
8y ago
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
24.
▲
by
flowless
8y ago
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.
25.
▲
by
flowless
8y ago
NixOS due to its excellent community and quality.
26.
▲
by
flowless
8y ago
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/
27.
▲
by
flowless
8y ago
There's a project called wifibroadcast ( https://befinitiv.wordpress.com/wifibroadcast-analog-like-tr... ) that allows to pipe data between two WiFi nodes in monitor mode so there's no need for association.
28.
▲
by
flowless
8y ago
Just did it after 2 years of ignoring it - had to accept GDPR stuff and face recognition to get in and be able to hit delete. Feels good anyway.
29.
▲
by
flowless
8y ago
It really depends on the strain.
30.
▲
by
flowless
8y ago
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 f
More ›