this post was submitted on 28 Jun 2026
84 points (96.7% liked)

Asklemmy

54718 readers
506 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

It’s frowned upon to brag about yourself. But I feel like it’s good to hype yourself up, even if it is a little bit extreme or out of the ordinary! Post in this thread celebrating yourself and letting others know something you’re really good at! I’ll start…

I’m a really good coach. Strength and conditioning primarily but athletics overall. If an athlete comes to me and they have the mindset of improvement it’s a damn near guarantee that I will increase their athleticism and make them stronger, faster, more powerful, etc. I’ve trained young kids to become dominant high school athletes, high school athletes to get full ride scholarships to D1 universities, D1 athletes to get drafted to the NFL, MLB, and NBA, and I even trained a couple of professional athletes as well! All that said in a REALLY good strength and conditioning coach.

What can you brag about?!

top 50 comments
sorted by: hot top controversial new old
[–] RiverRock@lemmy.ml 3 points 3 hours ago

I can actually, and I mean like actually, rock a pair of circle lens sunglasses

[–] Madzielle@lemmy.dbzer0.com 1 points 2 hours ago* (last edited 2 hours ago)

I can cook better than at least half the people I know (and im being humble). I can cook nearly anything, with the capability to pull complex recipies off in the first go. My only limitations are ingredient availablity.

some people are bakers, some cooks. Im both. Im not great at cake decorating though, but it'll taste great at least

[–] sunsofold@lemmy.zip 1 points 4 hours ago
[–] m0darn@lemmy.ca 10 points 11 hours ago (2 children)

My mother in law said I'm a really good dad. Like not even on father's day, just like randomly once.

[–] waterbird@lemmy.blahaj.zone 4 points 9 hours ago

I bet that felt amazing. Good on you, high five! 🖐️

load more comments (1 replies)
[–] ThunderQueen@lemmy.world 1 points 8 hours ago

Im actually really happy with me personally lately. I still have a lot in life that could be better, but im alive, healthy, and living as my truest self. Everything else will come eventually. I recently started planning for my future for the first time in my life. Its weird. I never thought id live past 25, let alone want to.

[–] festus@lemmy.ca 2 points 10 hours ago
  • I make a great vegan ice cream that is loved by many non-vegans.
  • I beat depression and anxiety.
  • I have a fun job that pays well and I'm good at it.
[–] Tinks@lemmy.world 1 points 9 hours ago

Last week I was told that my dog's trainer said I was the best client she's ever worked with. The man that works at the front desk said he randomly asked her one day who the best client she's worked with was and apparently with zero hesitation she said my name. I'm quite proud of that, because I worked really hard when I had my dog in training to make sure I was doing everything I could to make it, and us, successful. This trainer has worked with thousands of dogs and owners over the years so to have the distinction of being her best client is quite a pleasant surprise. I was determined to turn my crazy excitable COVID puppy into a well behaved dog I could take anywhere, and we succeeded. It was a lot of work, but worth it, and I'm proud of both the results, and the fact that apparently our trainer was impressed too. ☺️

[–] darthelmet@lemmy.world 2 points 11 hours ago (1 children)

I’m always a little surprised when I look into the population MMR distribution for games I play a lot. I’m often in like the top 5% or better in the kind of games I play a lot. But… I suck at them. I don’t feel like I know what I’m doing and when I look at streamers who are actually good at the game, it’s not like they’re just a more refined version of me, it’s like they’re playing a different game.

So I like to describe myself as being “the top of the trash heap.”

[–] waterbird@lemmy.blahaj.zone 2 points 9 hours ago

I think that is actually a thing/ the whole high- achieving / highly-skilled people feeling like they aren’t capable or don’t know nearly as much as they do. I’ve seen a lot of joking memes about it, the way that beginners are super self conscious and hesitant because they feel like they know nothing, average level people feel super confident because they have learned so much from the time they knew nothing and now feel empowered, and people who are highly skilled and experienced feel as though they don’t know anything simply because they have enough of a grasp of what it is that they are doing to fully understand the breadth of things they do not understand and cannot (yet) do well.

I think your statement pretty well puts you in the latter group. Congratulations on your high percentile! I wish you much happy gaming and satisfaction. :)

[–] geneva_convenience@lemmy.ml 11 points 16 hours ago (2 children)
[–] agamemnonymous@sh.itjust.works 2 points 9 hours ago (1 children)

I'm a million times as humble as thou art

[–] digdilem@lemmy.ml 2 points 10 hours ago

The humblest!

[–] rautapekoni@sopuli.xyz 10 points 18 hours ago (1 children)

The horrors persist, but so do I.

[–] waterbird@lemmy.blahaj.zone 3 points 9 hours ago

solidarity.

[–] thatsnomayo@lemmy.ml 9 points 20 hours ago (1 children)

My body is a machine that turns Vietnamese supermarkets into Mexican food for my lovely wife. I do not feel pain, or remorse, or pity, & I cannot be stopped unless I am killed.

[–] waterbird@lemmy.blahaj.zone 1 points 9 hours ago* (last edited 9 hours ago)

heck yeah. scavenger hunt gastronomic alchemy!

[–] vrighter@discuss.tchncs.de 10 points 20 hours ago (1 children)

I wanted to learn hardware design by designing a basic risc-v processor, ben eater style, kind of like a 1970s minicomputer, with expansion slots for new isa extensions and CSRs. But obviously using real breadboards for experimentation would be too slow when designing a 32 bit processor. I had never touched an hdl before.

So I sat down and started writing my own simulator and netlist generation dsl from scratch. It only works at the gate level, no behavioral synthesis, but flexible enough to write components modelling, for example, 74 series chips. It does vhdl-like delta cycle simulation using 8-valued logic, but without vhdl's signal forwarding footgun.

I then implemented an rv32i processor with full m-mode support, and a risc-v emulator in rom to trap and silently emulate any missing extension instructions. When a new expansion board is plugged in, those instructions are simply not trapped and are accelerated in hardware.

I then learned just enough systemverilog to faithfully transliterate the generated netlist into structural verilog, and it actually synthesized and worked perfectly on an fpga.

I am now in the process of very slowly designing boards to hopefully one day manage to build the whole thing out of discrete 74hc series logic

[–] waterbird@lemmy.blahaj.zone 3 points 9 hours ago

you want to know something? I have absolutely no idea what most of that means. That means you not only have acquired some super specialized knowledge and vocabulary, but you have also done it well enough and have a firm enough grasp of it that you can create whatever it is that you did! It sounds super intense and like it took a lot of time and effort. Go you! That is definitely something to be proud of.

[–] RebekahWSD@lemmy.world 6 points 22 hours ago (1 children)

When I do have the energy, I'm a pretty good cook. Also I'm managing to grow things outside. Not like. Well. But they went from seeds to fruit which is the only thing I really wanted.

[–] hoodles@lemmy.world 4 points 22 hours ago (1 children)

These are some of my things, too. There's something special about a meal you cooked with ingredients you grew.

Keep doing what you doing 🌱

[–] RebekahWSD@lemmy.world 2 points 21 hours ago

I was so happy last year when I grew juuuuust enough tomatoes to can some salsa! Happy!

[–] davidgro@lemmy.world 4 points 21 hours ago (1 children)

I've gotten better at teaching roller (and inline) skating. Yesterday I passed a certification as a "Level 2" instructor.

My actual skill level is kinda intermediate. At the skate school where I teach, many of the other instructors can skate circles around me, but I'm doing ok for someone who never touched skates until my 30s and is otherwise a very unathletic overweight computer geek.

[–] waterbird@lemmy.blahaj.zone 2 points 10 hours ago (1 children)

that is awesome!! what brought you to skating in your 30s?

i worked as a carhop (think waiter on skates) at a sonic drive-in in my late teens, but I do t I have any of that skill set anymore, haha. At my weight I would legitimately be afraid of either breaking the skates or my bones if I fell. I do really miss the ease of movement when we went to Sparkles (a skating rink) and they had the lights dimmed and music playing. Such a fun time.

[–] davidgro@lemmy.world 1 points 9 hours ago (1 children)

My inspiration was a girl, her profile on the dating site said she liked skating, so I suggested that as our first date. She was already an instructor, and was very patient with me. We're married now.

[–] waterbird@lemmy.blahaj.zone 2 points 9 hours ago

that is incredibly romantic. i would watch that movie for sure.

congratulations! i hope that life brings you much future joy. :)

[–] pinball_wizard@lemmy.zip 3 points 21 hours ago

I can speak in a British accent!

(Happy Birthday Mel Brooks!)

[–] ashenone@lemmy.ml 26 points 1 day ago* (last edited 1 day ago) (6 children)

I'm great at getting dogs to trust me. I work at an animal shelter and we have a ton of strays, neglect, and abuse cases that get brought into our shelter (only a few shelters in our podunk county). These animals are usually fearful and greatly distrusting of people, especially men. I get these dogs to trust me and not be so fearful fairly quickly, and in the short time I've been working here I've become the goto guy for dogs that are emotionally shutdown. It helps that the shelter I work at is run by great people who have put together a great team that really cares about all our residents. I get to take my time working with these dogs and am not pressured to get it done faster.

[–] BlackSnack@lemmy.zip 8 points 1 day ago (1 children)

There’s something special about people who animals automatically fall in love with. I bet you’re a very loveable person.

load more comments (1 replies)
load more comments (5 replies)
[–] zhkent@lemmy.today 5 points 23 hours ago (1 children)

I am a really good earthmover, heavy equipment operator. My machine of choice that I run daily is a motorgrader.
Other equipment I am very skilled with; bulldozers, scrapers, and loaders. Fair on excavators. Skid steers and loader backhoes I am average.

[–] waterbird@lemmy.blahaj.zone 1 points 10 hours ago

that sounds so cool! what is your favorite project you have worked on?

[–] doomsdayrs@lemmy.ml 5 points 1 day ago

My neurodivergence means that not only can I process a huge amount of things at once, but I can also process through large tasks quickly.

This means I am an absolute maniac when it comes documentation, large scale changes, and complex thoughts.

In one research assignment, I managed to visualize a 12+ dimensional object/map, in its entirety. I felt amazing and understood the datasets complexities all at once.

The moment I am done with my current job, I am fucking off to be a professor.

[–] Mynameisallen@lemmy.zip 25 points 1 day ago (7 children)

I have bipolar and addiction issues. I’ve been sober and stable for 8 years. With a lot of work and therapy and meds I’m down to 2 episodes a year and stay very stable outside of those. I’ve also started a program in my city for addicts with mental health issues, for half the month it’s a peer support group, the other weeks we bring in local therapists to run free workshops on DBT skills and principles. This is often the only time many of my regulars can access mental healthcare. For someone with a major mental illness and low education I feel so proud of myself

load more comments (7 replies)
[–] waterbird@lemmy.blahaj.zone 15 points 1 day ago (5 children)

I still exist, despite fighting depression and dissociation and suicidality my entire adult life. I have been homeless, I have moved across the country to a place that is safer for people like me because where I lived no longer was, leaving me alone in a place where I knew no one, and I am still here.

I am okayish at learning and understanding languages. I have a personal language with a couple thousand words in it that I have been using for twenty years.

I am a quiet person and try my best to be humble and small and hurt no one. I often fail at this, but damn it I try.

load more comments (5 replies)
[–] musicalphysics@discuss.online 21 points 1 day ago (7 children)

I’m an awesome physicist. I’ve created valid solutions for a variety of problems the community thought impossible, as well as solved problems that nobody else was aware of. My first major solution was for the diffraction of waves through an aperture. As part of that solution I even improved upon Bethe’s solution. Bethe was a Nobel price winning physicist.

I solved a data science issue with working with a collection of arbitrary data sets in a systematic manner. That open source software is pysat, python satellite data analysis toolkit.

I invented a new neutral wind instrument for satellites called SANDS that also measures composition and temperature. It is smaller, faster, more robust, and requires less power than previous attempts. In fact the solution is a differential equation rather than a ‘simple’ formula. The reason is the instrument operates too fast to simplify the math.

Most recently I solved another impossible problem in plasma physics. Previously the community couldn’t correctly calculate the distribution of electric potential around the globe because they thought the magnetic field was too complicated. I can. My software solution also produces visual art though it was explicitly designed for physics.

I also invented a new class of musical instruments called photonic musical instruments. These instruments use the resonance of electricity and light to create music in the same way acoustic instruments use the resonance of vibrations in wood. Photonic instruments create music we can’t hear using colors we can’t see. I created a software plugin that authentically recreates photonic musical instruments but in a way that we can hear. I’m currently trying to market the plugin and my art which is proving to be quite the challenge.

load more comments (7 replies)
load more comments
view more: next ›