@wasm_io The registration link/website https://t.co/7kzoQsk89S is giving me a "Potential security risk ahead". I'm guessing the link hasn't been updated to use https://t.co/2NbPoNsgDI rather than https://t.co/4HQtO3pJzB.
@gcouprie To me, really good is under 5min, I'm pleased when it's 10 minutes. Some of my CI takes 30 but frequently takes longer getting a runner on GitHub. But hey, it's a free computer for open source work.
@WarrenInTheBuff@bcardarella@EuryAdam@DockYard "a webview" implies using WebKit or a browser to actually do the rendering which this is not. LiveView Native uses SwiftUI's primitives (VStack, Text, Image, etc). When you get into the weeds, a tree representation is used with a Browser DOM, SwiftUI and Jetpack Compose.
@bcardarella My understanding is that every house in the city of Chatanooga has gigabit internet (for most of the last 10 years). Looking at the pricing options, it seems that 10Gbps is honestly affordable.
@GoRaleighNC is the iOS app broken? I’ve uninstalled and reinstalled the app and verified that my internet connection is good yet this is all it shows and neither routes or stops populates.
# This file was autogenerated by some hot garbage in the `uniffi` crate.
# Trust me, you don't want to mess with it!
That's also how I feel about my code sometimes.
https://t.co/6sBBzCWDwZ
@timClicks You should see the rust ffmpeg binding projects. There's like 5 different projects all with varying ffmpeg versions and platform support. It's quite unfortunate :/
@timClicks I've mostly replaced this place with mastodon via hachyderm. I notice that the quality of content is much higher and I (a much less popular person) get more interaction there. I also notice that I don't use it nearly as much as twitter a year ago.
@fulmicoton I've used iterm2 for I think 10+ years and don't have many complaints. I know there are some that have gpu acceleration but I don't see the need for it.
When selecting Rust for the reverse-a-linked-list problem on HackerRank, there are 3 `unsafe` blocks in the starter code. https://t.co/D2rvbW1S7z
If your `print_singly_linked_list` function uses `unsafe`, you're doing it wrong.