He tends to dawdle away his time and accomplish nothing.

  • 1 Post
  • 26 Comments
Joined 2 years ago
cake
Cake day: July 12th, 2023

help-circle
  • Exactly the same here.

    Plus, some people are really sensitive to tastes and textures. When we’re not them, we call them picky eaters. When I was a child, I couldn’t stand the taste of water, and there were other foods I found repulsive. Even a different brand of ingredient from the one I was used to made me gag.

    Somehow, I completely grew out of that and I’m now very adventurous when it comes to food. But it did leave me with empathy when I encounter someone who has a limited palate, which is pretty common among my nerd-spectrum peer group.

    When you think about it, eating the wrong thing is a quick path to sickness or death, so it makes sense that food can trigger extreme reactions of disgust. If you ever ate something and got sick afterward, even if the two were unrelated, it’s very hard to un-make that connection.


  • Sorry I took forever to answer this.

    None of my previous jobs (including Google) checked references at all. They may have done a criminal background check, I don’t remember.

    This latest one outsources their background check to a company that I’m sure charges them tons of money to do very little. I was disappointed to see from their web site that they are selling their use of AI to screen people. So that’s great.

    But anyway, yes, what happened was that I had to fill out a form on the third party web site and give them a bunch of information - driver’s license, SSN, but also education, previous employers, job titles, manager’s names, etc. Then a few days later I got an email from the HR person at my new job telling me the third party company was unable to verify any of the information, so could I please send them a copy of my diploma, a letter from my former employer, etc. Basically I had to do all the legwork that they paid for, apart from checking a few databases to confirm I’m not a felon.


  • I just started a new job and I had to dig up a copy of my high school diploma as part of the background check. Ridiculous? Yes. But also, they just outsource to a third party company to verify everything. And that company doesn’t seem to actually do what they’re paid for and they just kicked back all of the work to me.

    In any case, I agree with the comments that you shouldn’t need a degree. I’ve been a manager in tech for a long time, including 10 years at Google, and have a lot of experience hiring. I don’t have a college degree. And once someone had work experience, I never paid any attention to their education. Lying about it is only going to risk getting caught.








  • I don’t believe the producers had the whole story arc planned regardless of what they say. I think you can tell when there’s a mystery box situation. But now that they moved the island and it has settled down into an allegory for Scientology, I’m hoping they’ll stop introducing polar bears and keep focusing on the story.

    Spoiler here:

    I think there is a huge corner they’re backed into when it comes to neatly wrapping things up. If severance is stopped, the innies have to die. Even reintegration means giving up their identities and personalities and becoming just a memory. So it’ll be pretty messy to try to write their way out of that.











  • This will not be a popular thing to say in Lemmy, but I don’t think self hosting those things is going to reduce your headaches. I have worked in IT all my life, and I have lots of experience running services of all kinds, including my self-hosted home stuff. Nowadays, I am very mindful of the cost in time and hassle to DIY rather than let someone else handle it. When it comes to calendars, everything I see has an option to integrate with Google or Outlook, so I can’t imagine how sharing and syncing are going to be better if you move to some obscure open source thing. I fought that exact battle for an entire decade - you don’t want to get me started talking about CalDAV - and my life got so much easier when I gave up and moved my stuff to a standard provider.


  • It’s a little confusing. Nextion makes “HMI displays”. It’s an integrated module that runs its own software, draws the UI, processes events, etc. It’s a black box that just reports back to the processor “button 3 on page 1 has been pressed”. You design the interface with that ugly Windows app and upload it to the display, but there is no direct access to the screen.

    To make use of the Nextion display, you need something connected to it, and that’s where the ESP32 comes in. It receives those “button 3 pressed” events and handles them, but crucially, it does not have raw access to the screen, so you can’t just draw your own widgets on it like you’d be able to do on an ordinary display.

    There are other projects to build your own controller with a touch screen and a microcontroller; the appeal of the NSPanel is that it’s basically an ESP32 and a Nextion display conveniently prebuilt, has decent hardware and aesthetics, and it isn’t hard to reflash it with ESPHome. Replacing the Sonoff firmware on the ESP32 doesn’t change the limitations of the Nextion display.