487
Live image from NYC (lemmy.world)
submitted 4 months ago by ericbomb@lemmy.world to c/memes@lemmy.ml
1
submitted 4 months ago* (last edited 4 months ago) by ericbomb@lemmy.world to c/videos@lemmy.world
10
submitted 4 months ago by ericbomb@lemmy.world to c/memes@lemmy.world

I'm not saying that if I was on a jury for the attacker I would vote not guilty.

But mostly because saying so would exclude me from ever being on a jury like that.

185
submitted 4 months ago* (last edited 4 months ago) by ericbomb@lemmy.world to c/fuck_cars@lemmy.ml

"Boulder police are investigating the traffic signs as criminal tampering."

“I appreciate the fact that it’s drawing attention to the fact that we’d like people to slow down and not be on their phones, but there’s probably, again, a few more appropriate ways about getting that message out.”

I'd love if they implemented whatever appropriate ways they have.... then again they said appropriate, not effective.

34
submitted 5 months ago by ericbomb@lemmy.world to c/adhd@lemmy.world

https://my.clevelandclinic.org/health/diseases/24099-rejection-sensitive-dysphoria-rsd

I always had this thing where randomly certain types of criticism, even small ones or ones where in hindsight it wasn't really against me, WRECKED me. Like was all I could think about for days, where I wasn't able to sleep that night at all, just overwhelmed with negative emotions. I still remember the overwhelming feeling of sadness and frustration I got once because I got a question marked wrong in like the 4th grade because I didn't "show my work" properly even though I got the answer right.

When I was younger this was a fun combination, because I was undiagnosed ADHD sufferer school was a place I got a good amount of criticism. So yeah I got called a crybaby a good amount. Which of course... more criticism. Yay.

I grew out of the crying (as any man should, I was told), but never grew out of random insults hitting me as hard as if someone I love just died. There were hobbies/games/communities I adored that I quit suddenly because a single snide comment for some reason filled me with such negative emotions I couldn't do said thing without thinking about it all the time.

But now as I just got my ADHD diagnosis and learning that RSD is a symptom that goes along with it, it makes SO MUCH SENSE, and is now something I can work with my counselors on.

But yeah, just curious if the cry baby thing was a shared experience.

107
submitted 5 months ago by ericbomb@lemmy.world to c/asklemmy@lemmy.ml

Corporations taking over side hustles seems to be screwing over people, since they take such a large cut and flood the market for that hustle.

But the ones I've personally seen people do that work pretty well (in USA) are:

Stay at home mom watching another kid (legally dubious depending on state/situation. But I ain't no narc.)

A neighbor of my mom's sends out a menu saying what she plans on cooking each night for that week, and for $X will deliver you some as well (Legal in Utah due to special laws, other states could be dubious. )

People who go pick up free furniture that is pretty trashed, and then refurbishes it and sells it. Or people with trucks who are like "Will deliver furniture for $30 in X area" is also pretty life saver for people without cars/trucks. Was able to get a super cheap/nice coach because of this.
People who just flip free stuff or stuff from thrift stores without doing any improvements annoy me greatly though. We broke and you're just driving up the price!

None of these generate a ton of cash, but I like that they take very little up front cost, aren't disruptive, and mostly take labor.

So what side hustles have you seen work out?

15
submitted 5 months ago by ericbomb@lemmy.world to c/gaming@lemmy.ml

The fourth iteration of a game jam all about accessibility is now open for registration, a month long jam about creating blind accessible games that starts in February! The page was just created today, so if you want to join a team they are just starting to form so you have plenty of time!

Sign up here!

https://itch.io/jam/games-for-blind-gamers-4

Over the last 3 iterations we as a community have created over 70 blind accessible video games, and we would love if you all signed up and helped make this the most successful jam yet!

https://itch.io/jam/games-for-blind-gamers-3/entries https://itch.io/jam/games-for-blind-gamers-2/entries https://itch.io/jam/games-for-blind-gamers/entries

Never considered making a blind accessible game? Join the discord linked in the jam pages, where not only do we have accessibility veterans, but blind community members who are happy to help people putting in the effort to make more accessible games.

Thanks for reading, and I hope you sign up to Help make gaming accessible for all!

22

The fourth iteration of a game jam all about accessibility is now open for registration, a month long jam about creating blind accessible games that starts in February!

Sign up here!

https://itch.io/jam/games-for-blind-gamers-4

Over the last 3 iterations we as a community have created over 70 blind accessible video games, and we would love if you all signed up and helped make this the most successful jam yet!

https://itch.io/jam/games-for-blind-gamers-3/entries https://itch.io/jam/games-for-blind-gamers-2/entries https://itch.io/jam/games-for-blind-gamers/entries

Also I will say programming accessibility for a game is an interesting challenge for anyone thinking about it. I had to learn a lot about API and screen readers to make my games usable for my entries!

172
submitted 5 months ago* (last edited 5 months ago) by ericbomb@lemmy.world to c/asklemmy@lemmy.world

When I was in school, I was always told "If you get a college degree you'll on average make 500k more over the life time of your career regardless of what you get your degree in!"

Then as I finishing school, it was all about "If you get into tech you'll make big bucks and always have jobs!"

Both of those have turned out not great for a lot of people.

Then whenever women say they're struggling with money online, they get pointed to OF... which pays nothing to 99% of creators. Also very presumptive to suggest that, but we don't even need to get into that.

So is there a field/career strategy that you feel like is currently being over pushed?

(My examples are USA, Nevada/Utah is where I grew up, if maybe it's different in other parts of USA even.)

906
submitted 5 months ago by ericbomb@lemmy.world to c/memes@lemmy.world

I'm aware of the NCIS scenes, what else you guys got?

71
submitted 5 months ago by ericbomb@lemmy.world to c/adhd@lemmy.world

So my entire life has been extreme boredom, followed by finding a book/videogame/hobby I find interesting, doing nothing but that for awhile, then never touching it again.

I'm debating maybe trying to make a rule of not doing something two days in a row. Like I just found a video game I liked and played it all day yesterday and today, and while I still wanna play I already feel its shininess wearing off.

Curious if anyone else has tried to space out their dopamine buttons and if it helped. So maybe like instead of just playing the same game tomorrow, I'll need to try other games, or maybe try to find a new book series to hyper focus on...

21
submitted 5 months ago* (last edited 5 months ago) by ericbomb@lemmy.world to c/programming@programming.dev

So I'm a database engineer taking some computer science courses and got an assignment to write about symbol resolution. The only reference to it I could find was this https://binarydodo.wordpress.com/2016/07/01/symbol-resolution-during-link-editing/ then a stack over flow of someone asking a similar question to this. I took that to mean "Linking names of any variable, object, etc. in a program to the object in memory" and rolled with that. Hoping someone can clarify if my understanding is correct! Would ask teacher, but weekend and wanting to get this done today.

Here is what I wrote so far.

Symbol resolution is the task of taking something that was referenced by name in a program, and connecting it to the specific item in memory. In a program you can call functions in the program, functions in other programs, objects already created, variables, or even variables created by other objects. All those items are going to exist in memory, on the hard drive, or might be moved to the registrar of the CPU. Symbol resolution is the converting of the names of the items in the program to pointers the computer can use to modify it whenever that name is referenced. When you update a variable, it will need to know where in RAM it is stored, and converting the name of the variable to that address everywhere it is referenced is the process of finding it. Effectively binding an address in memory to that reference.

By doing this, software can work with the exact same variables multiple times, as it it looking in the same place. If a variable is updated, it will know as it’s looking in the proper place in RAM. When working with Object Oriented Programming, it is what defines the differently named objects of the same class as separate parts of memory. Object A of Class Object1 will be bound to a different bit of memory than Object B of Class Object2.

When it goes through resolving symbols, it has to do it in the same order every time, otherwise the programs would run inconsistently. In python for example, it follows the LEGB rule (Scope Resolution in Python | LEGB Rule, 2018). So when trying to find if a variable is the same as another variable, it goes in order of Local, Enclosed, Global, Built In. So it tries to match the reference to anything local, anything in the function, anything global, then tries to match any reference to built in keywords or functions.

As an example:


# Global variable
greeting = "Hello"

# Function that uses global variable
def say_hello(name):
    return greeting + ' ' + name

# Another function that has its own local variable with the same name
def say_hello2(name):
    # Local variable 'greeting' shadows the global variable
    greeting = "Good day"
    # Here, 'greeting' resolves to the local variable instead of the global one
    return greeting + ' ' + name

# Main block
if __name__ == "__main__":
    print(say_hello("Alice"))       # Resolves 'greeting' as global
    print(say_hello2("Bob"))         # Resolves 'greeting' as local within greet_formally

We can see we have two variables both called “greeting”, but they hold different values. In this case using symbol resolution it is able to resolve the “greeting” inside of say_hello2 as having the value “Good Day”. Then it resolves “Greeting” inside of “say_hello” as “Hello”, because when looking for where to link it followed the LEGB rule. In say_hello2, we had a local “greeting”, so it connected to that one and stopped looking for a connection, never making it to the Global “greeting”. If we had an external file we connected with “import” it would then check inside the imported file to try to resolve the names of any variables, functions, or objects. By doing it in this order it will always get the same result and have consistent outcomes, which is essential for programs.

Scope Resolution in Python | LEGB Rule. (2018, November 27). GeeksforGeeks. https://www.geeksforgeeks.org/scope-resolution-in-python-legb-rule/

I know it's a longer post, but thank you for your time!

[-] ericbomb@lemmy.world 109 points 7 months ago

Some days, you need a reminder that eating anything is better than eating nothing.

[-] ericbomb@lemmy.world 86 points 10 months ago

Bikes are the rides of libertarians.

No license

No registration

No taxes through gas

Just hard work and freedom!

[-] ericbomb@lemmy.world 72 points 11 months ago

"Comments turned off"

I wonder how long that has been the case!

[-] ericbomb@lemmy.world 115 points 1 year ago

Most undocumented immigrants in the US enter legally then never leave.

The idea that most cross the border on foot isn't supported by data.

[-] ericbomb@lemmy.world 69 points 1 year ago

Happened to my mum!

She said she felt like someone was following her as she kept seeing a new car outside and she didn't know who it belonged to.

My sister who lives with her said she was crazy.

Surprise surprise, few months later she gets a letter with pictures of her sometimes leaving the house saying they did an investigation.

Since the pictures were mostly her limping heavily to take her service dog out to go to the bathroom it was fine.

But yeah its no joke, but makes sense. My mom has been on disability near 10 years, that's 400k+ in benefits paid out. Paying 2k for a private investigator only has to work a small percentage of the time to save money.

[-] ericbomb@lemmy.world 98 points 1 year ago

Honestly... the idea that they do this work, and the money goes to a school instead of them, makes it even worse to me?

[-] ericbomb@lemmy.world 81 points 1 year ago

30 and uhh... half elf. Not full elf. Totally half.

[-] ericbomb@lemmy.world 106 points 1 year ago* (last edited 1 year ago)

We use datediff in sql and let God handle the rest.

"Oh but they're in different time zones" "Oh did you account for if one is in day light savings and other isn't" "Aren't some of these dates stored in UTC and some local?"

Are all problems I do not care about.

[-] ericbomb@lemmy.world 96 points 2 years ago* (last edited 2 years ago)

Don't worry, medical care is now government funded in the real world! The taxes you paid prior to falling into a coma covered you.

This is in no way a ploy to get you to wake up so we can put you in the medical work camp because you owe us 17 million dollars.

With love, Kind and gentle Medical industries inc*

*A fully owned subsidy of Nestlé

[-] ericbomb@lemmy.world 59 points 2 years ago

So you're supposed to do 50-30-20 Meaning 50% on needs 30% on wants 20% investing

You might be thinking "Ericbomb, how does one keep their needs below 50%, when the median rent in the US is $2,000, and median household income after taxes/withholdings is near 40k?"

Wonderful question!

[-] ericbomb@lemmy.world 62 points 2 years ago

Nope, most on topic link I've ever seen.

Also:

"Cheap. The Boomers destroyed the economy. Sorry to any Boomers reading this. We don’t like that you did it either. #NotAllBoomers. But if you voted for Reagan, Mulroney, or Thatcher and you don’t regret it, this cookbook isn’t for you. "

I like these people.

[-] ericbomb@lemmy.world 62 points 2 years ago

I mean nonviolent protests DO work.

Non-disruptive DOES NOT work though.

MLK Jr didn't peacefully sit in a park. They ran boycotts, sit ins, shut down streets, trespassed into white only areas, and drove businesses insane.

If MLK Jr was your enemy you were going to have a miserable time when he rolled into town.

Ghandi had people illegally burn documents and basically smuggled salt against all regulations.

view more: next ›

ericbomb

joined 2 years ago