[-] dandroid@dandroid.app 69 points 5 months ago

I was the lead engineer on an Openwrt router for 2 years at my old job. Their documentation is complete and utter shit, but their design is extremely intuitive. Whenever I said to myself, "hell, let's just try this and see if it works," it had an insanely high success rate.

I didn't know Lua going into this project, but when I left the company, it made me really wonder why more people don't use Lua. It's a really nice language.

I really enjoyed having my own open source router that I could just drop new features into by adding packages and recompiling. I was sad when I had to send all my dev units back.

[-] dandroid@dandroid.app 85 points 5 months ago

As a Linux gamer, I run just about everything in wine since proton uses wine.

7
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
18
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
14
submitted 6 months ago* (last edited 6 months ago) by dandroid@dandroid.app to c/hockey@lemmy.ca

Happy New Year, !hockey@lemmy.ca! 🎉

As you may have noticed, the game day thread bot is back up! 🥳 For anyone that missed it, it went down because the NHL dramatically changed their API, and a good portion of the bot needed to be rewritten. I have mostly updated the bot to use the new API. A couple of caveats: 1. They no longer provide data for which goalie was in net when a goal was scored. Currently this field is empty in the posts. I might remove the column entirely if I don't find a good way to get the data (without for example looping through the whole play by play just for this one piece of data). I also might just replace it with if the net is empty or not, since info is provided. I'm definitely open to feedback on this. 2. The bot is still occasionally freezing and crashing. This will get cleaned up over time. If you notice data not updating, or any data is incorrect or wonky-looking, please take a screenshot and send it to me!

By the way, the bot is open source! If you want to contribute by writing code, reporting issues, or even just donate beer money to me as a thank you, you can do so on the github page here.

Seeing as this is !hockey@lemmy.ca and not !nhl@lemmy.ca, is anyone watching the non NHL games goes on? The World Junior Championship is currently going on. The PWHL just started their inaugural season! US-based fans can watch every PWHL game for free on their Youtube channel here.

Is there any interest in having game day threads for these non NHL games?

Edit: OH I forgot to mention, highlight videos for goals are now attached in the game posts by the bot!

6
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca

No hockey for the next 3 days, so this is what I'm resorting to to get my hockey fix.

33
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
19
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
36
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
5
submitted 6 months ago* (last edited 6 months ago) by dandroid@dandroid.app to c/lemmy_support@lemmy.ml

Since the CSAM attacks, I have disabled pictrs on my instance until I can turn off caching images from other instances. However, I haven't been keeping up on pictrs development. I know there were talks about making this feature, but I am unable to find any information about pictrs and the state of development.

Is pictrs open source? If yes, does anyone have a link to the source? If no, is there anywhere I can find information about the state of development of the project? The only thing I can find is its docker hub page here, which has a completely blank description.

10
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
26
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca

The NHL dramatically changed their API, and I am going to need to rewrite a big portion of the bot. I don't really have the time to dedicate to it right now, so I'm not sure when it will be back up.

10
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
6
submitted 6 months ago by dandroid@dandroid.app to c/hockey@lemmy.ca
[-] dandroid@dandroid.app 79 points 7 months ago* (last edited 7 months ago)

I moved to a cardinal area from an area that didn't have them, and it blew my mind to see one for the first time. They are gorgeous birds. They are also annoying as fuck. But they are so pretty while they are annoying.

Sort of like my cat.

[-] dandroid@dandroid.app 62 points 7 months ago

Maybe Google can work with Google on implementing a user-level API for Android so manufacturers don't have a monopoly on RCS apps.

[-] dandroid@dandroid.app 75 points 7 months ago

I'm the opposite. I am so bad at coming up with ideas, but writing code for a new project with no tech debt is exhilarating.

[-] dandroid@dandroid.app 68 points 8 months ago

I wonder if McAfee changing their name to Trellix to escape how much the general public hates them will work better than Comcast rebranding as Xfinity.

[-] dandroid@dandroid.app 74 points 8 months ago

Jar-Jar warned us. "The suns doin' murder to meesa skin"

[-] dandroid@dandroid.app 55 points 8 months ago

I love that Disney's portrayal of him is that he's an absolute unstoppable force and no one stands a chance against him. All they can really hope to do is run away.

[-] dandroid@dandroid.app 83 points 9 months ago

When I was in college and learning programming, I believed that anything could be programmed. Anything was possible if you were good enough at programming. Then I joined the industry and learned just how stupid requests from product managers are.

My favorite, and I have told this story dozens of times on the internet: we just got our first test board back from the manufacturer. It was our first product with a 64 bit processor. We get called into a meeting because the product manager read an article on the internet about how 64 bit processors can reduce battery life. Without any further info about under what conditions, if our use case meets those conditions, and by how much battery life could be reduced, the product manager asked me to write some code to emulate a 32 bit CPU on the 64 bit CPU so we aren't affected by this battery life issue. Ignoring the fact that I am a Java developer that writes appcode and have no fucking clue about anything this close to the hardware, even if we did successfully emulate a 32 bit processor, there's absolutely no guarantee that it would actually fix the issue, because at the end of the day, the hardware is physically a 64 bit processor, and since I didn't read the article he was talking about, I have no clue what about the 64 bit processor might cause what was described. It could be something inherently about the hardware, I have no clue. I wouldn't even be surprised if it was just a clickbait article and only in very specific situations your battery life could be reduced by 0.1%. Anyway, I told him I was pretty sure that was impossible, but I'm far from an expert in this field. He told me to do some research on it. So I played with my phone for the rest of the day and in the follow up meeting the next day, I told him I did a ton of research and that it was impossible.

[-] dandroid@dandroid.app 68 points 9 months ago

I'd like to think the Japanese government wouldn't approve that.

[-] dandroid@dandroid.app 64 points 11 months ago

I use command line a lot. I hate needing to add backslashes before spaces or put quotes around file names. It's easier to just use underscores.

[-] dandroid@dandroid.app 57 points 1 year ago* (last edited 1 year ago)

Just FYI, we have recently had a huge influx of electronic systems asking for tips in places that tips didn't exist before. I only tip when I sit down to eat at a restaurant and they serve me. If you walk up to the counter to order, you don't tip. If you are ordering takeout (even at a sit-down restaurant), you don't tip.

It's a really fucking stupid system that most of us hate, but if you don't participate, you are the asshole according to our culture (even though we know it's really the businesses not paying their employees enough that are really the assholes)

Edit: oh, and then "suggested tip" went up around the same time that these electronic systems popped up. My whole life, a 10% tip was bad, a 15% tip was average. A 20% tip was good. Now it seems the "suggested tip" says you should tip 20% minimum. I think this is bullshit, and I ignore it. The people who are suggesting the tip are the ones that benefit from it going higher. They are always going to try to increase it as long as they can get away with it. I stick to the 10/15/20% rule.

view more: ‹ prev next ›

dandroid

joined 1 year ago
MODERATOR OF