@NfNitLoop on Twitter: Posts

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Interesting/frustrating #Rust problem. I want to open up N database cursors which I'd like to iterate separately.

Most DBs will let you do this in a single connection. But I'm not seeing a way to do that in rusqlite or sqlx, because of lifetime constraints in the APIs. 🤔

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

TIL: "When viewing a file on http://GitHub.com, you can press the "y" key to update the URL to a permalink to the exact version of the file you see."

I've been doing this manually by fishing out the commit ID and replacing a portion of the URL. 😣

https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @JenMsft:

@JenMsft Not sure why that changed from Win 10 to 11, but that was it. Thank you! :)

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@ChrisMurphyCT ("Chris Murphy") wrote:

At the moment of silence for the Capitol Police officers who died, there were only two Republicans who showed up.

Rep. Lynn Cheney. And her father. The 80 year old former Vice President.

An extraordinary image of where this country’s politics are right now.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@ndrew_lawrence ("Andrew Lawrence") wrote:

what if the reason kids are depressed is bc they realize theyre living in a dying state with no hope for upward mobility and theyre expected to start their adult lives w $100k in debt and no real job prospects, but im no expert maybe it’s actually masks and zoom classes

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@bascule ("Tony "Abolish ICE" Arcieri 🦀🌹") wrote:

Trump used his powers as POTUS to undermine the results of an election he lost, organized a violent insurrection and sacking of the US Capitol, undermined the response to it, and endorsed the murder of political enemies and Biden and Garland are afraid to call it "treason"

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @NfNitLoop:

@cpratt Oh yeah, or an ¡Hasta mañana! 😊

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @cpratt:

@cpratt Yeah, I like the international keyboard too. Never know when I might need to throw in a "sömuleiðis" or a "forfikiĝu!" (Most importantly, my husband's name contains an ð.)

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@RBReich ("Robert Reich") wrote:

Remember when McConnell got rid of the filibuster to confirm Trump's SCOTUS nominees? Dems could do the same...but for voting rights.

If they don't, Republicans will keep the Senate in gridlock, blame Democrats for it, then run on Democrats’ incompetence in the 2022 midterms.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

This ... seems like a regression after my "upgrade" to Windows 11.

(Previously, input methods were contained tidily in the taskbar, near the date.)

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @steveklabnik:

@steveklabnik My metric is "how much state do I need to keep in my head to make sure I'm properly understanding this code?"

Untyped spaghetti code that uses global state in various files? 👎

Deeply indented control flow? 👎

Encapsulated, strongly-typed code? 👍

w/ docs? 👍👍

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@JDrimmer5000 ("josh drimmer🥁") replied to a tweet by @DaveHolmes:

@DaveHolmes #1 money tip: already have money.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @DaveHolmes:

@DaveHolmes Let them e̶a̶t̶ ̶c̶a̶k̶e̶ buy houses with cash.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@DaveHolmes ("Dave Holmes") wrote:

Be right back, you guys. I’m gonna go buy a house in cash, as a Harvard-trained economist recommends.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@DaveLeeFT ("Dave Lee") wrote:

Zuckerberg’s Metaverse is barely moments old and already the onus is on the victims when it comes to handling abuse

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Saaame. This is one reason I wrote #FeoBlog. It's more #decentralized than Twitter alternatives like #Mastodon/#ActivityPub.

I specifically avoided using a blockchain.
See: https://github.com/NfNitLoop/feoblog/blob/develop/docs/how_does_it_work.md#5-servers-should-be-able-to-block-content

and: https://github.com/NfNitLoop/feoblog/issues/42

with quote tweet:

@mcclure111 ("mcc") replied to a tweet by @zkat__:

@zkat__ *raises hand* Personally I want decentralization, I'm just rejecting blockchains because blockchains are centralized. A blockchain is a single centralized data store which happens to be owned by multiple people. Might as well call S3 decentralized, Amazon has multiple datacenters

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

This is especially helpful with #Rust when you're using methods that are defined on traits implemented for a type you're working with.

"Which trait implements this method? What's its import path?" is sometimes a bit of a distraction to code flow. Let the IDE find & import. ❤️

with quote tweet:

@rustadventure replied to a tweet by @rustadventure:

Rust Analyzer will let you know in-editor when you haven't brought a symbol into scope using a red squiggle.

Then you can use Cmd+. to trigger the "import" helper, which will either auto-insert the appropriate use item or if there are multiple possibilities, let you choose.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

I don't like relying on type inlays when writing code. If the code isn't readable without an IDE adding more metadata to it, then you need to make it simpler. Reviewers likely will just see the plain text code.

Thankfully, you can disable this feature.

with quote tweet:

@rustadventure replied to a tweet by @rustadventure:

The type inlays provide information about the types in your program right next to where they exist. They update in real time as you change your program and it really helps when you're learning a new library and not sure what type a function returns.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @travisthetechie:

@travisthetechie Had this thought as we come out of our own deploy freeze and find that some of the services we rely on are coincidentally a bit flakier this week than last. 😜

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

*deep inhale*. Aaah.

January is like a NYC Spring for the internet.

All the deploy freezes thaw out at the same time, and the internet tubes are filled with months of garbage, human waste, and rat corpses.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@Danjite ("What good have you done for the world today?") wrote:

Oh, look, the US is corrupt. 🥱🥱🥱

https://www.commondreams.org/news/2021/12/30/after-cdc-change-it-lobbied-delta-slashes-paid-sick-leave-workers-covid

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

So there's a free upgrade to Windows 11 available, but I can't for the life of me find the answer to these questions:

  1. If I upgrade my Win10 Pro to 11, do I get 11 Pro? or Home? (Home would be a downgrade, IMO.)

  2. Is Pro still required in Win11 to use Remote Desktop?

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@gaywonk ("Carlos Maza") wrote:

Did a murderous cop write this?

with quote tweet:

@washingtonpost ("The Washington Post") wrote:

A Black teen died in custody while being restrained facedown. Now the prone position is again under fire. https://wapo.st/3sGG4aj

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@BerkmanOnlyfans ("The 🏳️‍🌈 T.A.L. 🏴Symbiont 🌲") wrote:

New CDC guidance:

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@bluegal ("Frances Langum 🧶") wrote:

BWA hahahahahahahahahaha

(inhale)

hahahahahahahahahahahahahaha

with quote tweet:

@justinbaragona ("Justin Baragona") wrote:

The View is struggling to find a conservative replacement for Meghan McCain, per Politico PLaybook, as they're looking for someone who isn't a 2020 election denier and conspiracist but has credibility with GOP audiences.

https://www.politico.com/newsletters/playbook/2021/12/27/the-view-struggles-to-find-a-republican-495553?nname=playbook&nid=0000014f-1646-d88f-a1cf-5f46b7bd0000&nrid=d81bab3b-98cd-451e-af40-a16c4a6dd35d&nlid=630318

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@steveklabnik replied to a tweet by @steveklabnik:

with quote tweet:

@WaitingOnBiden ("Holding Biden Accountable") wrote:

Biden campaigning vs Biden in office

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Playing Catan Jr. with my 5 year old nephew (at his request!):

10m setup and reading rules

3m watching him stack the deck

2m reassuring him that, no, his sister hasn’t stolen the die. The game hasn’t started.

2m gameplay.

Then he left to take his sister’s toy.

Game over. 😆

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@LanceUSA70 ("ᒪᗩᑎᑕᗴ 🏳️‍🌈") wrote:

No lies detected. None.

Video:

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@OmgMoreJames ("James W. 🏳️‍🌈") wrote:

The homosexual urge to avoid family on Christmas and play the critically acclaimed MMORPG Final Fantasy XIV all day.

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") replied to a tweet by @volkadav:

@volkadav Sounds like your home network has a single point of failure. You obviously need to buy more so you can have network failover. 😆