fivesixzero | 3 years ago | on: Doom the Way It Was Meant to Be Played – v1.1 Multi-Monitor [video]
fivesixzero's comments
fivesixzero | 3 years ago | on: Hyperscale in your Homelab: The Compute Blade arrives
Took awhile to land on it though. Before that I tried all of the other distros on Pine64's "SOQuartz Software Releases"[2] page without any luck. The only one on that page that booted was the linked "Armbian Ubuntu Jammy with kernel 5.19.7" but it failed to boot again after an apt upgrade.
So there's at least one working OS, as of last week. But its definitely quite finicky and would probably need some work to build a proper device tree for any carrier board that's not the RPi CM4 Carrier Board.
fivesixzero | 5 years ago | on: Backblaze Hard Drive Stats
I liked the tone and approach of their old blog posts but this is pretty cool too. It’s just good to see them continuing to share their data since it’s arguably relevant to a wide range of audiences.
fivesixzero | 5 years ago | on: Ubiquiti Networks Breach
Thanks for the update on the WiFi side of things. Seems likely that I’ll be looking to another vendor for APs, but that’s fine.
fivesixzero | 5 years ago | on: Ubiquiti Networks Breach
I’m still looking for a proper WiFi 6 replacement that can hook up to my 10G core, ideally via 2.5/5/10G copper or preferably SFP+ DAC. Nothing’s jumped out at me yet though.
fivesixzero | 5 years ago | on: Ubiquiti Networks Breach
WireGuard isn’t supported on RouterOS 6, which is the current stable version, afaik. RouterOS 7 (currently available in beta) did support for WG in August though, as part of 7.1beta2 [1].
[1] https://mikrotik.com/download/changelogs/development-release...
fivesixzero | 5 years ago | on: Ubiquiti Networks Breach
My primary use case for their gear at home was to have a router that can handle a LACP WAN bond for my fancy cable modem as well as connecting to a 10G Ethernet switch via copper or direct-attached SFP+ to a CRS-305 10G switch. Their RB-4011 was a perfect fit, without any of the Ubiquiti SSO/controller stuff to worry about.
I haven’t explored their WiFi products yet (still using an old router as an AP) but their product range is pretty broad. Might look into it this year though.
fivesixzero | 5 years ago | on: Developers of Hacker News – How did you find your job?
Previous job (Tier 1-3 support to Java dev, startup SaaS, 2013-2018): Asked a friend how they liked it there, took a tour, met some people, was in for an interview the next week. First non-freelance or self-employed gig in many years but it turned out to be a great match.
Before Times: Post-college-dropout drift for a decade or so. Helped run a massive LAN party (dates it a bit, heh), did some PHP/Java work for friends’ small consultancies, worked retail, repaired computers, freelance music writing and photojournalism, random open source project contributions here and there.
I love seeing other “non-traditional path” stories on here. Not everyone ends up in dev work, or their current job, the same way. :)
fivesixzero | 6 years ago | on: WireGuard Gives Linux a Faster, More Secure VPN
That argument can be strong when considering that effective security in most projects comes down to whether assurance of security can be discerned effectively within a limited time window. Often very limited.
fivesixzero | 6 years ago | on: WireGuard Gives Linux a Faster, More Secure VPN
Could this be a positive change? Does this represent a healthy response cognitive fatigue in a world with configuration options at every possible layer?
Or does this shift to less readily configurable tools represent an overall negative? Are we losing diversity in favor of a more vulnerable monoculture crop?
Or both?
Asking for real, not sarcastically. As a developer I’m a huge proponent of simpler, more opinionated frameworks for most projects but I’m also aware my perspective is more limited than many HN commenters.
fivesixzero | 6 years ago | on: AMD Threadripper 3970X under heavy AVX2 load: Defective by design?
Based on oscilloscope analysis of the VRM output in a linked thread elsewhere in the comments it looks like the board’s VRM design, or its configuration by the board’s BIOS, may be the most likely suspect.
But there are less-researched reports of similar issues on other boards as well, which makes things a bit more murky.
Given the uncertainties there it may put some people off from buying into the TR/sTRX40 platform in general. But to offer a blanket recommendation to avoid is a bit premature.
fivesixzero | 6 years ago | on: AMD Threadripper 3970X under heavy AVX2 load: Defective by design?
fivesixzero | 6 years ago | on: AMD Threadripper 3970X under heavy AVX2 load: Defective by design?
Any recommendations for learning resources that could help with understanding DC power supply analysis for non-EE types? While refurbishing laptops and working with microcontrollers I’ve run into some odd things where ruling out transient power supply issues would probably be helpful.
fivesixzero | 6 years ago | on: Logitech MX Master 3 vs. 2S Teardown
Other than a cable replacement and a switch cleaning, both of those original G5’s are still perfectly operational after over a decade of regular use.
fivesixzero | 6 years ago | on: Cooling off your Raspberry Pi 4
Ideally I’d prefer to Yep people run their own testing and monitoring. This stuff isn’t rocket science, just requires a bit of knowledge, inexpensive tools, and a bit of logical framing. :)
fivesixzero | 6 years ago | on: Cooling off your Raspberry Pi 4
fivesixzero | 6 years ago | on: Cooling off your Raspberry Pi 4
A large problem is that even “3A rated" supplies suffer large voltage droop under load. This can be seen pretty easily using a cheap USB DC load [0]. As load goes up, voltage tends to drop slowly at first, then heavily at a certain point.
Several I’ve bought drop as low as 4.1V at just 2A load which will almost definitely make any Pi very unhappy. I haven’t found an authoritative source but generally the Pi’s power management system starts complaining (flipping the “undervolt since boot” bitflag [1] in “vcgencmd get_throttled”) around 4.6-4.7V [2]
To monitor the throttled bitflags, which also report thermal throttling, I wrote a basic shell script that just converts the hex to bin then returns a Grok-ready string with the flags as booleans. I've already got Telegraf on the RPis sending basic host metrics to an InfluxDB instance so that script just gets called by an exec input to generate and persist the data for monitoring or analysis.
Eventually I'd love to write (or contribute to) a proper Golang Telegraf plug-in that just reads from the VC mailbox directly but that's still on the back burner.
As far as actual power consumption during use, I’ve recently started running tests using a decent USB power meter (WITRN/Qway U2 [3] and X models, in particular) to monitor load over time while running various workloads on a Pi Zero W, a Pi 3B+ and a 4GB Pi 4.
Power usage at idle is usually low but even that's unpredictable. Daemons are gonna daemon regardless of the user load. Generally though the load goes up substantially when powering peripherals - Ethernet, USB, BCM VideoCore enc/dec/CSI/SSI, SD card R/W, HDMI, fans, HATs, GPIO peripherals, etc. CPU load definitely factors in heavily, of course, but it’s only part of the picture.
For reducing power usage, some surprisingly simple things can help. As a very minor example, shutting off the activity LED [4] can save a few dozen mA. :)
[0] https://www.droking.com/Intelligent-USB-Adjustable-Constant-...
[1] https://raspberrypi.stackexchange.com/questions/48329/underv...
[2] https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=1477...
[3] https://usbchargingblog.wordpress.com/2018/08/11/web-u2-usb-...
[4] https://www.jeffgeerling.com/blogs/jeff-geerling/controlling...
fivesixzero | 6 years ago | on: Mother Earth Mother Board (1996)
During and after the boom it seemed to lose its focus on quality writing and countercultural verve, particularly when it got flooded by blurbs and articles about $10,000 wristwatches and stock picks.
There were still some gems though, here and there. But I don’t think much of the writing ever approached this in terms of timeliness and caliber.
fivesixzero | 6 years ago | on: Windows gets a new terminal
That’s the primary reason my hierarchy of Windows shells usually starts with bash (via WSL, MinGW, or Cygwin) for file management, ssh, compile/build/deploy, and text parsing work and ends at CMD and eventually PowerShell for the Windows services management and other Windows internals that require it.
Also, bash’s (and other similar shells’) high degree of customization is both easily portable and massively extensible. With some minor customization it’s possible to match, or even exceed, PowerShell’s tab completion capabilities.
fivesixzero | 6 years ago | on: Windows gets a new terminal
So many memories, but I wish I remembered more from that era. Crazy to think it was a quarter of a century ago.