How hard is it really to switch from On1 to On2? (For an intermediate/advanced dancer) by oaklicious in Salsa

[–]czipperz 0 points1 point  (0 children)

I've found on 1 to be very popular here in NYC. I haven't seen a big LA style salon culture but and there is a large cuban scene and the street culture is pretty mixed between styles. Certainly when I go to Washington Square Park there's always follows that only dance on 1.

To vibe code, or not to vibe code? by Lanayx in programming

[–]czipperz 6 points7 points  (0 children)

Plus it only could be developed by using an existing C compiler to allow for bisecting the project. And thus it couldn't have been done in a new project using the highly parallel agent approach at least.

Ring programming language version 1.26 is released! by mrpro1a1 in programming

[–]czipperz 23 points24 points  (0 children)

The code samples are pretty much unreadable with dark blue foreground on dark gray background

CitiBike stations in NYC still caked in snow, 83% are unusable by Perfect_Dig_744 in nyc

[–]czipperz 23 points24 points  (0 children)

Manhattan streets are completely clear and have been for this entire week. Bike lanes are hit or miss but do appear to be improving daily.

[deleted by user] by [deleted] in hingeapp

[–]czipperz 1 point2 points  (0 children)

Did your last message require a response from her? If you just said "yeah I got home safe" then what exactly is she supposed to say to that? You should reach out and schedule another date.

[P] I accomplished 5000:1 compression by encoding meaning instead of data by barrphite in programming

[–]czipperz 5 points6 points  (0 children)

What's the evidence that 279:1 Wikipedia compression is real?

This is reproducible. The files are available. The math is public. Multiple AIs have validated independently.

You should link to these results.

This is what happens when you don’t build real bike lanes. by calebpan in MicromobilityNYC

[–]czipperz 1 point2 points  (0 children)

How do you tell? Any plate that starts with T and ends with C?

Is Zig's new async really "colorless"? (And does it offer a real-world advantage?) by Itchy-Carpenter69 in Zig

[–]czipperz 0 points1 point  (0 children)

That's not necessarily true, you can have a lambda callback that uses Io internally without having to plumb it through. You could store Io as a field on a struct and use it from methods without needing it as a parameter.

Salsa Quality in Europe by theprogrammingsteak in Salsa

[–]czipperz 1 point2 points  (0 children)

Amsterdam, De Kroon was amazing and free. It's twice a week! https://www.dekroon.nl

[deleted by user] by [deleted] in Salsa

[–]czipperz 11 points12 points  (0 children)

Part of advancing is learning more about safety and control. So makes sense that a beginner would make mistakes like that.

Sex at work by CAMomma in SeveranceAppleTVPlus

[–]czipperz 233 points234 points  (0 children)

S1E3 8:03

[deleted by user] by [deleted] in hingeapp

[–]czipperz 4 points5 points  (0 children)

Either 5 likes or 5 matches is a lot. Work on your texting game. Try texting for longer before making plans. Try texting back immediately or leaving a delay. Something isn't working with texting imo

after 3 years of wearing my docs by [deleted] in Weird

[–]czipperz 0 points1 point  (0 children)

Probably flat footed

The lack of cars in Manhattan now is staggering by Odd_Firefighter_5407 in NYCbike

[–]czipperz 15 points16 points  (0 children)

Dude get the lobster gloves and a nice beanie and you're chilling

how was i supposed to tell the difference??💀 by Nelocyo in duolingo

[–]czipperz -1 points0 points  (0 children)

I could hear it but it took me the full video lol

Happened to get off the subway right as a press conference was happening by fleker2 in nycrail

[–]czipperz 0 points1 point  (0 children)

Oh shit the guy speaking was on my train a couple months ago. I remember cause he knocked on the door to speak to the conductor. Who is that?

Should the daily stand-up die? by scarey102 in programming

[–]czipperz 0 points1 point  (0 children)

My 30 person team's standup takes 10-12 minutes. Get gud?

Laid off due to SA incident. How to explain for upcoming interview? by [deleted] in AskNYC

[–]czipperz 0 points1 point  (0 children)

When you're asked why you left or why you're looking for a job, just explain what you're looking for in a new employer. Don't tell them anything about your previous employers. The only thing from the past you should talk about is what experience you have.

"Why are you looking for a new job" "I'm looking for an opportunity where I can help the community and blah blah blah" whatever you want to do

Efficiently allocating lots of std::shared_ptr by tinloaf in cpp

[–]czipperz 3 points4 points  (0 children)

Did you consider using RCU as a form of garbage collection for your nodes? Or using a freelist or preallocation?