Couldn't have happened to a nicer bunch of #cryptocurrency scammers.
https://fortune.com/crypto/2023/01/18/binance-admits-to-further-management-issues-with-stablecoin-assets/
#Binance #BinanceSmartChain #BSC #USDC #BNBChain #BNB #BUSD #USDT
Don't be fooled: Crypto is going up because of market manipulation - Whenever you see cryptocurrency prices suddenly rise, that's probably why.
by Matt Binder
https://mashable.com/article/crypto-prices-up-market-manipulation-bitcoin
quoting me from https://circumstances.run/@davidgerard/109684227886926550
@silverbullet Not sure if someone is working on a "slides" plug for SilverBullet, but if not I may try to whip one up soon
marp is a leader so far! Idk if I posted about it but I recently switched to @silverbullet for my personal notes/writing, so I'm trying to write this prez all in markdown with it and then use a tool that can eat md and spit out nice looking slides. marp did that with a simple `npx` command line!
I would like to change this whole narrative of "this one poor unemployed developer in Alaska is maintaining for free in their spare time a software library that is used by this multi-million dollar corporation", and look at it from the perspective of "this irresponsible team of developers at this multi-million dollar corporation choose to use a software library that is poorly maintained, and got away with it without any consequences".
37signals Dev — Our cloud spend in 2022 https://dev.37signals.com/our-cloud-spend-in-2022/
I'm an unapologetic #infrastructure nerd, so I'm glad this map exists:
https://atlas.eia.gov/apps/895faaf79d744f2ab3b72f8bd5778e68/explore
This is the #electricity infrastructure in the US. You can look at the transmission lines in your area, look at generation capacity, etc. For example, there are two cogeneration plants in my area that I didn't know about, including a small one on the #UofU campus that's part of the high-temperature water system we use for heating. You can click though to get details of historical generation, etc.
There are also versions of this map for natural gas, etc.
As for just how much of an infrastructure nerd I am: when my kid was around 6, I took them on an electrical tour. We started from an outlet, to the panel, to the meter, followed the line to a substation, and followed the transmission lines to a generating plant on the west side of #SLC . This stuff is total catnip for me.
"An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor" http://selfie.cs.uni-salzburg.at
Servo to Advance in 2023
https://servo.org/blog/2023/01/16/servo-2023/
Discussions: https://discu.eu/q/https://servo.org/blog/2023/01/16/servo-2023/
huge news from servo! I’d completely forgotten about it tbh, but super glad to hear they’re getting funding!
https://servo.org/blog/2023/01/16/servo-2023/
The iOS app is now available for public beta testing! https://silverbullet.md/Mobile
Since I just saw yet another developer use '1.2.3.4' in an example configuration, a reminder that you MUST NOT use publicly routable addresses that you do not control in your code.
Instead, use one of the available 'TEST-NET' IPv4 or IPv6 ranges documented in RFC 6890, such as;
192.0.2.0/24
198.51.100.0/24
203.0.113.0/24
❌ 1.2.3.4
✅ 192.0.2.4
Pass it on to all of your fellow developers, documentation writers, and so forth.
Full RFC is here;
I think it's fun to build tiny specialized Mastodon clients for myself, that do a subset of what a normal Mastodon client does, but in a slightly different way.
the source for this one is here: https://github.com/jvns/mastodon-threaded-replies