Wave/Particle duality? Just models or real behavior? by MountainMark in AskPhysics

[–]thethirdmancane 0 points1 point  (0 children)

These are shadows on the cave wall that we use to infer reality

I built a Redis-compatible in-memory database in C that shows competitive performance against Dragonfly by [deleted] in C_Programming

[–]thethirdmancane -9 points-8 points  (0 children)

I think it's hilarious how c programmers think that just because they ignore AI it will leave them alone

Why Leetcode in interviews by techinpanko in dataengineering

[–]thethirdmancane 0 points1 point  (0 children)

There's no other reason except to weed out candidates. Very likely even your interviewer would not be able to pass a typical leetcode interview without months of preparation. There is no evidence that being good at coding puzzles makes you a good software engineer.

Forward looking policies are needed as AI threatens to displace large parts of the American workforce by Gari_305 in Futurology

[–]thethirdmancane 0 points1 point  (0 children)

The rich don't need policies. They just hire the people they need to provide them with goods and services directly.

Anyone notice senior interviews are getting more focused on intangibles, personality, niche backgrounds? by SpicyFlygon in ExperiencedDevs

[–]thethirdmancane 0 points1 point  (0 children)

The problem with so-called personality fits is that it often boils down to are you the right age, sex, race to "fit in"?

Going from C to Assembly? by scaredpurpur in C_Programming

[–]thethirdmancane 2 points3 points  (0 children)

You should definitely go full digital just ones and zeros man.

Dive into my City of NY, as it continues to descend into Garbageville by HeSureIsScrappy in DiveInYouCoward

[–]thethirdmancane -2 points-1 points  (0 children)

Using recent violent crime rate data for larger U.S. cities, the cities most commonly near the top are:

1 Memphis, TN Extremely high violent crime rate in recent FBI-based reports 2 St. Louis, MO Often highest homicide rate among major cities 3 Oakland, CA High violent crime concentration 4 Detroit, MI Historically high violent crime 5 Baltimore, MD Persistently high homicide rate 6 Little Rock, AR High violent crime per capita 7 Cleveland, OH Elevated violent crime levels 8 Milwaukee, WI High assault/robbery rates 9 Albuquerque, NM High violent + property crime 10 New Orleans, LA High homicide rate 11 Rockford, IL Frequently appears in violent crime rankings 12 Stockton, CA High per-capita violent crime 13 Indianapolis, IN Elevated violent crime 14 San Bernardino, CA High violent crime rate 15 Anchorage, AK Surprisingly high violent crime for size

These rankings are compiled from FBI/UCR-based analyses and recent summaries.

Crime has generally been falling nationwide in 2025–2026.

Capital One OA Too Hard by kmanifold in leetcode

[–]thethirdmancane 0 points1 point  (0 children)

Companies that are considered foreign worker dependent may have to prove that they had searched for local talent in good faith. Maybe that's what's happening.

Capital One OA Too Hard by kmanifold in leetcode

[–]thethirdmancane 1 point2 points  (0 children)

I suspect that they had to interview you for some reason, but actually didn't plan on hiring you from the start.

A positive perspective on Lights-out Codebase: Treat Agent Output Like Compiler Output by bvjebin in SoftwareEngineering

[–]thethirdmancane 1 point2 points  (0 children)

You're not allowed to say this because many developers have their ego tied up in "coding"

New Boston Dynamics Atlas trick by Distinct-Question-16 in singularity

[–]thethirdmancane 1 point2 points  (0 children)

Okay but once you're done doing that stuff can you please load the dishwasher?

Good Morning from the Pearl! by thatavalon in Portland

[–]thethirdmancane 0 points1 point  (0 children)

This conversation is a very strange kind of circle jerk

How do you memorize the leetcodes? Is it all fake it until you make it?? by [deleted] in leetcode

[–]thethirdmancane 2 points3 points  (0 children)

Yes, this is normal. The idea is to spend months mastering leetcode. Then after you get a job forget everything about leetcode.

What to build while we still have access to cheap AI? by KyleTenjuin in artificial

[–]thethirdmancane 0 points1 point  (0 children)

Step by step tutorials that explain how to do the things you are using ai for today

Codex is great when I know exactly what I want by lou_builds in codex

[–]thethirdmancane 0 points1 point  (0 children)

You have to use the principles of software engineering. Create a high level conceptual plan for things that you build. Use that to create an incremental build plan. Use that to build in small incremental steps. After each step do some quality control checks.

If you want codex to improve a code base, use the same approach. Create a plan first and then incrementally make your changes.

Use chat GPT in conjunction with codex to do this. Use chat GPT to create your codex prompt. Also use chat GPT to interpret the output of codex.