JoeyJoeJoeJr

joined 2 years ago
[–] [email protected] 8 points 1 week ago

They updated the ride after the movies, so... It's kind of circular at this point.

[–] [email protected] 2 points 4 weeks ago* (last edited 2 weeks ago)

Hot take:

Ive is a terrible designer who consistently let his idea of good aesthetics take priority over usability, durability, and repairability.

He's dead on about these products, but it's big talk from the guy responsible for the trash can Mac, magic mouse 2, butterfly keyboard, hockey puck mouse, etc.

[–] [email protected] 21 points 2 months ago (2 children)

Usernames are a thing now, so it's no longer necessary to share your phone number with other users.

[–] [email protected] 1 points 4 months ago

Worth noting is that "good" database design evolved over time (https://en.wikipedia.org/wiki/Database_normalization). If anything was setup pre-1970s, they wouldn't have even had the conception of the normal forms used to cut down on data duplication. And even after they were defined, it would have been quite a while before the concepts trickled down from acedmemia to the engineers actually setting up the databases in production.

On top of that, name to SSN is a many-to-many relationship - a single person can legally change their name, and may have to apply for a new SSN (e.g. in the case of identity theft). So even in a well normalized database, when you query the data in a "useful" form (e.g. results include name and SSN), it's probably going to appear as if there are multiple people using the same SSN, as well as multiple SSNs assigned to the same person.

[–] [email protected] 2 points 4 months ago

I've had the same problem with HeliBoard learning garbage. I just changed my settings though, and I think it should help:

  1. Open HeliBoard settings
  2. Open Text correction settings
  3. Scroll all the way to the bottom, and turn off "Add words to personal dictionary"

If you scroll all the way to the top again, you can manually manage the personal dictionary, including adding words you do want, and deleting any junk that was added by mistake, before switching that setting off.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

I think to be fair, you've got to compare his before and after, rather than comparing him to anyone else.

I certainly wouldn't say he looks young, but I think he's on a better trajectory.

[–] [email protected] 19 points 5 months ago

Someone testing on themselves is how we learned what causes and how to treat ulcers (the researcher earned a Nobel prize for giving himself an ulcer, and then treating it), among other things.

Controlled trials are great, but research has to start somewhere.

[–] [email protected] 3 points 5 months ago

Flanders is self employed - he owns the Leftorium. There's a joke in this episode about not writing off the ink used to print receipts as a business expense, because he likes the way it smells. He can do his taxes when he wants.

[–] [email protected] 8 points 5 months ago (2 children)

Mario Kart was played for racing, and balloon battles. Diddy Kong Racing was all about Fire Mountain (the game where you capture the eggs).

[–] [email protected] 3 points 5 months ago

Yeah, moving the table was my first thought - felt very much in the spirit of the show. I also expected the hose to have holes, and/or be blocked in the middle. Having a functional hose in the far left bucket felt too easy.

[–] [email protected] 3 points 5 months ago

You may have missed "also." The comment does not suggest replacing the current list.

Worth noting, the existing list dies actually appear to cover both known working and known not working apps - apps that do not work have their names given in ~~strikethrough~~.

[–] [email protected] 3 points 6 months ago

In college, in my intro to Java class, I had a program I'd written that I was trying to show someone. Every time I ran it (in Eclipse) it crashed. It had worked earlier, but was then consistently crashing. Looked at the stacktrace, looked at the code... No issues I could spot. After quite a while of poking around, with the file reverted to its original state and still failing, I did a select all, cut, paste (into the same file), and it started working again.

-4
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

I'm pretty impressed with how well it's able to understand him, and how quickly it's able to respond, especially with two people talking, interrupting, changing languages, etc.

 

cross-posted from: https://lemmy.ml/post/17020181

Introducing a new RISC-V Mainboard from DeepComputing

 

I found the portion about studying people with this disorder leading to better understanding of visual processing in general pretty fascinating. Especially the part about the left/right processing and stitching.

 

A good video to share with those who refuse to leave their bubble.

 

cross-posted from: https://lemmy.ml/post/11175824

Tips for getting contract work

I'm looking for part-time and/or short term contract work, but having a hard time because all the major job sites have either no ability to filter, or the posters just select every option so their post shows up in every search.

Does anyone have any tips on how to find this kind of work? Is it best to source it on my own, or are there good agencies to work with?

I'm looking for any kind of developer roll (I've done backend and full stack), and am open to mentoring/tutoring as well.

 

I'm looking for part-time and/or short term contract work, but having a hard time because all the major job sites have either no ability to filter, or the posters just select every option so their post shows up in every search.

Does anyone have any tips on how to find this kind of work? Is it best to source it on my own, or are there good agencies to work with?

I'm looking for any kind of developer roll (I've done backend and full stack), and am open to mentoring/tutoring as well.

 

I think this community is more LLM focused than computer vision, but I'm hoping it's ok to post this here.

I struggled my way through getting tensorflow setup, and getting a model trained - it took about 10 hours over a few days, cross referencing different articles and videos, fighting to get protobufs compiled, and images/annotations converted to TFRecords. I finally got a basic model, but it was a nightmare, and I'm not sure I could figure it out again if I needed to.

Then I stumbled on this guy's yolov8 object detection video. It was so easy. I had a trained model in less than an hour. I would highly recommend.

Also worth noting - the ultralytics folks have been very helpful on their discord server.

I'm not affiliated with the guy making the videos or the ultralytics team, I just wanted to plug them since they've been very helpful to me.

If you want you dip your feet in, and you have any basic questions, feel free to ask them here. I'll answer any that i can.

Edit:

A quick note: In the video he uses an online tool for labeling - it looks like it can be installed locally, but it looks like a fair bit of work. I use label-studio which can be easily installed with pip.

view more: next ›