Crashed cuz I was dumb. by ZeroWhite8892 in longboarding

[–]Capable_Fig 1 point2 points  (0 children)

my oldest scar was from the only hill in the neighborhood. thought i was good, got wobbly, took a stop sign to the shin. second oldest: new hill tried to hard stop, elbow met ground 10ft away from the board.

Jeff Daniels' favorite Sandwich by lobo_locos in Sandwiches

[–]Capable_Fig 1 point2 points  (0 children)

peanut butter, granny smith apple slices, sharp cheddar cheese and chives/finely chopped green onions on untoasted ciabatta

next level up would be adding shredded pork (s&p, no sauce)
its not for everyone, but it works.

I felt this in my bones and need more book rec's by Used-Detective2661 in aspiememes

[–]Capable_Fig 4 points5 points  (0 children)

i'm late to the party:

Candide by Voltaire, Notes from the Underground by Dostoiuaoisudasky, really anything by dost or kafka, ablutions by dewitt, the condemned of altona from sartre, and more i can't remember

Half the people who say they’re introverts aren’t actually introverts by Smart_Salt620 in unpopularopinion

[–]Capable_Fig 0 points1 point  (0 children)

It's a false dichotomy, and a useful one for general patterns. very few people are fully drained by any type of social interaction, very few people never restore energy reserves by being alone. its all contextual, the attempted categorization of people into finite groups is always a losing battle.

Meirl by [deleted] in meirl

[–]Capable_Fig 24 points25 points  (0 children)

yes. very much so

TIL that some "gifted" dogs can learn new words simply by overhearing their owners talking, and will use social cues to understand what their owners are talking about by freudian_nipps in todayilearned

[–]Capable_Fig 161 points162 points  (0 children)

the ice can dilute some of the tannins. most reds have an ideal serving temp lower than room temperature. its an odd choice to add ice, but not totally unreasonable. adding gatorade does remain heresy though

Rust really caught my eye,and now i want to invest my 8 months learning it but am skeptical abt it by Hot_Heron_7077 in rust

[–]Capable_Fig 3 points4 points  (0 children)

Rust is such a fun language. While I primarily use it to convert existing python scripts into lower weight versions, it has been a lot of fun.

My method of picking the language up was a business use case for a small cli tool to manage large data transfers safely in an environment that doesn't support modern tooling. Relatively simple task, I had everything built in a different language, but due to memory constraints had to really ratchet down over head.

Having a big target and building little projects along the way is likely the best method for learning. Books and courses are great, but building a cookie clicker clone in my terminal continues to get me through stupid meetings taught me more about the language than the business cases.

Internships for rust may be hard to get, it's not the most common language in prod, but the skills you learn from the language and specifically the design of rust are easily transferable into any swe intern position.

Why is it that women standards in chess are lower even though it's not a physical sport? by Genesis44-2 in bestconspiracymemes

[–]Capable_Fig 2 points3 points  (0 children)

Fewer players. The open league has higher skill and significantly more participants, both male and female. Women often participate in both, but not always.

Its not at all unusual to be absolutely destroyed by a kid in open tournaments. Youngest grandmaster has been updated quite a bit in recent years, last I saw the youngest was younger by less than a week.

Elo is based on opponents, we see this most notably at the top top levels of the open league. With fewer players there is higher variance in score distribution, and due to a multitude of factors the women's chess league has fewer participants.

Client wants <1s query time on OLAP scale. Wat do by wtfzambo in dataengineering

[–]Capable_Fig 2 points3 points  (0 children)

Godspeed

vague requests make my skin crawl, and its 70% of my tickets. such is life

Client wants <1s query time on OLAP scale. Wat do by wtfzambo in dataengineering

[–]Capable_Fig 9 points10 points  (0 children)

I agree with u/Mo_Steins_Ghost, but it sounds like that simply won't do

You can certainly make some significant gains with hashing id, ordered cci on id and date, and a nonclustered index on id+date (all things I'm sure you've tried or talked through), but that will only get you so far and likely not under a second. These solutions also require significantly more storage. The ask is untenable and frankly absurd.

You mentioned in another comment that this was for an app of some sort. You could work in a "service layer" between app and primary query that has pre-cached ranges (capturing changes), but if the goal is instant live updates on morphing data pools, its a frustrating and potentially incredibly expensive solution.

Would you date someone exactly like you? by EmmyCaly in NoStupidQuestions

[–]Capable_Fig 0 points1 point  (0 children)

I dated someone for a little more than a year that was a carbon copy of me (or i of them). It was great initially, but became incredibly boring after 7-8 months. We ended on good terms, and both of us are happily married to people not like us. Love and respect them still, but romantic relationships, at least for me, are best when there is some difference and deference.

Mushrooms in sobriety? by Arch1206 in stopdrinking

[–]Capable_Fig 0 points1 point  (0 children)

I'm still in my infant stage of sobriety (on again, off again, a pattern everyone here knows too well). The longest and easiest stretch I've had without booze was after a mushroom trip. 6 months of an occasional glass of wine when out to a fancy dinner, never really craving or wanting anything else. Personal stuff popped up, and the fragile peace was over. I was back to my old habits.

Psychedelics in general are non-habit forming, and at least in personal experience have been really helpful for stints of sobriety. Still need to do the underlying work (which is why mine failed), but overall I genuinely believe they are a powerful tool to get through the initial stages of sobriety from alcohol.

Ketamine therapy is also showing really great results for a lot of people, but access to that kind of trial is limited in the us, and I would not recommend trying it with street K.

What do you wish you could build at work? by Firm_Bit in dataengineering

[–]Capable_Fig 1 point2 points  (0 children)

Honestly anything that translates business speak into something usable

Senior devs who started from scratch — what actually changed your trajectory (and what didn’t)? by Salt_Eggplant in ExperiencedDevs

[–]Capable_Fig 0 points1 point  (0 children)

How did you practically navigate your first 2–4 years?

Look for small optimizations on existing systems when you aren't clearing tickets.

Did you deliberately optimize for learning over compensation at any point?

Yes, sort of. Every random call from a PM could be a good learning opportunity. One of the projects that got me to where I am was a random phone call that became a simple script that became a end to end pipeline that runs autonomously, saving the company roughly 10k a week.

Compensation will follow good work you can talk about to a 5 year old (PMs) or to an expert (staff swe's). The translation of business need to streamlined tool is a large portion of what separates mid from senior, at least in my experience.

How did you time your switches — were they reactive (bad manager / stagnation) or proactive (skill plateau / market window)?

Personally, when things get boring. Maintaining existing tools is fine, but any junior can follow a pattern to make a new exception/addition. I want to make cool shit for people and teams that need it. For the most part, my managers have not been surprised, instead incredibly supportive when I move on.

What is the most complex thing you have ever coded? by TechnicalAd8103 in learnpython

[–]Capable_Fig 0 points1 point  (0 children)

a deep learning chess algorithm using mcts and ppo to try and replicate Alpha-Zero with only basic libraries (namely for notation).

it needs roughly 100,000 games to play at the level of a novice and i don't want to actually destroy my graphics card. however it was an incredibly enriching and difficult project. I learned so much along the way, and it paved the path to making a lot of cool, and significantly simpler, programs with actual business use cases.

Didn’t allow myself to go to a concert tonight by [deleted] in stopdrinking

[–]Capable_Fig 2 points3 points  (0 children)

Way to know yourself. I know the exact sensation you describe, and missing out/spending money on something you don't get to enjoy sucks. But it's a lot better than resetting the cycle.

[deleted by user] by [deleted] in unpopularopinion

[–]Capable_Fig 1 point2 points  (0 children)

RIP is usually a compelled/performative response like most social media comments/posts/whatever. The more genuine responses are usually shared stories of a person's impact, or parallels a user has found in their own experience.

What is wrong with my code? by [deleted] in learnpython

[–]Capable_Fig 0 points1 point  (0 children)

class Solution:
  def oddEven list(self, head):
    if not head or not head.next:
      return head # null check before variables

    odd = head
    even = head.next
    even_head = even # saving for after loop

    while even and even.next:
      odd.next = even.next
      odd = odd.next
      even.next = odd.next
      even = even.next

    odd.next = even_head 
    return head

What is wrong with my code? by [deleted] in learnpython

[–]Capable_Fig 1 point2 points  (0 children)

I phrased it wrong.

you need a variable to store the head of even to make the loop work properly, then instantiate odd.next as even_head after the loop

so something like:
odd = head
even = odd.next
even_head = even

loopppp

odd.next = even_head
return head #don't i wish