HackerTrans
TopNewTrendsCommentsPastAskShowJobs

benttoothpaste

no profile record

comments

benttoothpaste
·4 माह पहले·discuss
I would say they are "fake" because they work using stolen identities and hide their location. In order to receive these high wages they need to pretend to be located in US and they need to provide the paperwork showing they have a right to work there.
benttoothpaste
·4 माह पहले·discuss
Most Linux distros are not Arch either. It would be nice to have more support for this use case in general - like something one can configure easily during the initial OS setup.

I use OpenSuse so I had to use the guide for Fedora, but there were some differences as far as I remember.
benttoothpaste
·4 माह पहले·discuss
als: both fitting and terrifying name for that new utility...
benttoothpaste
·5 माह पहले·discuss
My neighborhood has underground power lines and we lose power every time there is a hurricane/tropical storm or even a major thunderstorm.
benttoothpaste
·5 माह पहले·discuss
Considering the famous lack of appreciation for security and sandboxing in Clawdbot community this will soon transform into a very traditional botnet.
benttoothpaste
·5 माह पहले·discuss
The customers here are the executives that then require everyone in their companies to "use AI". It's an old and trusted business model of selling software not to the users, but to their managers.
benttoothpaste
·6 माह पहले·discuss
Bluey is pretty good in in that aspect too.
benttoothpaste
·6 माह पहले·discuss
I've heard this "soft skills are the only skills that matter" thing throughout my entire career but these days this is indeed greatly amplified.

Our CEO started sharing screenshots of his xitter/linkedin feeds and most of them contain wisdoms like "Opus 4.5 is better than 90% of talent". There is also longer form business fan fiction. It usually follows this template: there is a hero - a humble manager/sales person, and a villain - a cocky, nerdy software developer. The villain claims that some task is impossible or takes months to complete. Then the humble hero (equipped with Opus 4.5) completes the task in 2 hours. The villain is then humiliated/fired and everyone lives happily ever after.

These posts definitely contribute to the declining morale among employees. Nobody goes "above and beyond" anymore - we just strictly doing the tickets and nothing more.
benttoothpaste
·6 माह पहले·discuss
Totally agree! I'm adding the coffee stains to my resume as we speak.
benttoothpaste
·6 माह पहले·discuss
Our CEO started re-posting this kind of stuff from various xitter influencers a few weeks ago. And now we're preparing for our first layoff.
benttoothpaste
·6 माह पहले·discuss
This looks awesome. I don't have access to clang++ with reflection enabled yet so I can't really play with it. But does it handle correctly structures with padding (i.e. all members trivial but there is padding between members):

    struct Data {
      char c;
      int x;
    };