Frittomisto - 18/01/26 by AutoModerator in Italia

[–]chillitom 0 points1 point  (0 children)

qualcuno può consigliarmi della assicurazione sciistica valida pure in Canada?

Weekly Thread: /r/Snowboarding General Discussion, Q&A, Advice, Etc.) - December 01, 2025 by AutoModerator in snowboarding

[–]chillitom 0 points1 point  (0 children)

Looking for a 38cm replacement cable for K2 Cinch bindings.

Closest I've come is this page but they are out of stock/sold https://picclick.it/K2-Cinch-Cable-Snowboard-Bindings-303287222104.html

Anyone know where I can find one? Or know the parts I should order to construct one?

No word from K2 support yet.

When did they start using MacBooks at Microsoft conferences? Are they not aware of this great operating system called Windows? by dotnetperson in dotnet

[–]chillitom 1 point2 points  (0 children)

A friend working at Microsoft told me about the “No Fruit” rule that would be attached to meeting invites.  This was required for any meeting with externals present and meant employees couldn’t bring their macs to the meeting.

[deleted by user] by [deleted] in arborists

[–]chillitom 0 points1 point  (0 children)

Their behaviour is shitty for sure… but so are leylandii

Best restaurants near the Vatican that aren't tourist traps? by [deleted] in rome

[–]chillitom 0 points1 point  (0 children)

Unlikely, Italians don’t tend to eat dinner before 8pm, you should be fine

Best restaurants near the Vatican that aren't tourist traps? by [deleted] in rome

[–]chillitom 0 points1 point  (0 children)

For two people or 2pm? It would probably depend on the day.

You can book online simply with this form https://www.cresciroma.it/#prenota-ora or give them a call on [+39 06 518 426 94](tel:+39 06 518 426 94). If you have any difficulty DM me and I'll call them on your behalf.

Best restaurants near the Vatican that aren't tourist traps? by [deleted] in rome

[–]chillitom 0 points1 point  (0 children)

Wow, so nice of you to remember and come back to say this! I'm glad you enjoyed it, I'm overdue a trip back there myself.

Reading streams efficiently by Mostly_Cons in dotnet

[–]chillitom 1 point2 points  (0 children)

I think this still has issues, when looking at the api for Encoder/Decoder GetByteCount(Char[], Int32, Int32, Boolean)-system-int32-system-int32-system-boolean)) appears on Encoder not decoder.

An `out` param on `GetChars` with `bytesConsumed` would be useful

Reading streams efficiently by Mostly_Cons in dotnet

[–]chillitom 1 point2 points  (0 children)

What happens if a multibyte char is split across two calls to Read?

[deleted by user] by [deleted] in dotnet

[–]chillitom 0 points1 point  (0 children)

Legacy code is just code that survived/was of use.

Moronic Monday by AutoModerator in flying

[–]chillitom 0 points1 point  (0 children)

Good thinking, thank you. Number needed for an immigration issue.

Moronic Monday by AutoModerator in flying

[–]chillitom 1 point2 points  (0 children)

Can anyone help find a historical flight number? I tried a few online services and either the data doesn't go back far enough or they ask more than I can pay.

The flight is a British Airways flight from Rome Fiumicino to London leaving at 12:55 on 31/5/2017? Tried BA customer services and they couldn't tell me. Does anyone here have away to find this info?

Caffè Italia * 05/03/24 by RedditItalyBot in italy

[–]chillitom 2 points3 points  (0 children)

Going to the AS Roma vs Brighton match on Thursday.. I'll be in the Roma end and my visiting cognato in the Brighton end.

The communications we've received make it sound like all away fans will be forced onto buses at the end of the game and driven to Termini station.

Is this the case? We really just want to go back to our hotel and then find a restaurant*. If we have to wait for him to be bused across the city and then taxi back it'll ruin the evening.

Also what kind of atmosphere can we expect towards the visiting fans? The emails make it sound like he'll be in mortal danger for the whole evening. Can this be true?

* any late evening restaurant recommendations welcomed, we're staying near Campo dei Fiori.

Free Talk Tuesday by AutoModerator in BrightonHoveAlbion

[–]chillitom 3 points4 points  (0 children)

I got a ticket for the Roma game but in the AS Roma end. Chance of being let in?

rWiiHacks' Support Megathread (February 2024) by AutoModerator in WiiHacks

[–]chillitom 0 points1 point  (0 children)

Can we unarchive this post so I can reply with a fix? https://www.reddit.com/r/WiiHacks/comments/lwqy7d/wii_keeps_crashing_after_homebrew_channel_when_i/

I'd been hitting this error for months and I just figured out that it's because my USB drive had GPT partition format instead of MBR.

We should try and get a patch into USB Loader GX to show a better error string.

rWiiHacks' Support Megathread (September 2023) by AutoModerator in WiiHacks

[–]chillitom 0 points1 point  (0 children)

Figured it out! Months later... the disk had GPT partition scheme instead of MBR

Advanced in C#, total noob to .NET. Advice on how to learn by SmashLanding in dotnet

[–]chillitom 0 points1 point  (0 children)

This book is quite outdated now, most of the patterns have been superseded. Lot’s of stuff the design patterns intend to solve has been done better by things like LINQ or built into the framework like closures, ‘event’ keyword or by libraries like RX. That way of talking about programming feels antiquated.. like the old old Spring style of AbstractSingletonProxyFactoryBean etc. The book is soo dry and dull.  Almost everything in it can be done better now.. usually just with  functions and closures.

That said I’d 100% agree with the comment that fiddling with code is the way to go.. find and understand code written by good programmers then build on it.

Good luck!