

“send nudes” is among the least offensive things I’d expect Grok to say


“send nudes” is among the least offensive things I’d expect Grok to say


Because of course


Don’t you know, God is a lazy slob who needs to be provoked into action. And of course he has no idea what’s happening on Earth unless someone tells him in a very specific way.
It also means not absolutely hating your job. If you’re the only hater and everyone else likes working in the company you’ll have a bad time waiting for everyone to leave.


When CoMaps split it gained some energy and started developing more rapidly.
Now OM is also picking up pace judging by the number of commits, but I wouldn’t know which one will be more healthy in the long term.  Staying with CoMaps for now unless something major changes (or a miracle happens and OsmAnd builds fast rendering)
/foundsatan


Probably undoing whatever it was they did on Monday (and badly patched in the meantime)


Windows team is desperate to remain relevant.
I suspect most Microsoft revenue these days comes from Azure and the cloud version of Office. Windows OS is pretty much irrelevant other than as a platform to distribute other products.
Ah favorite words of professors everywhere
“obviously”
“simply”
“trivially”
You’re using Java, there’s your problem
Are these the Handschuhe Germans talk about


If anyone is in doubt - this is clearly satire


she suggests that every board meeting should include an AI bot – and perhaps, in the not-so-distant future, replace the entire board with bots altogether
She’s got a point though


Oh they don’t even need cash any more. Now they just announce investments and pump up the stock price - no actual money changes hands.


a full stack developer sufficient in sql and python
Ok, let me first try to explain what happens on a good day, before going cynical.
Let’s assume we have an existing system. You go to what for you appears to be a website, fill some text fields, click on a button, etc. In the background a lot of shit happens. Typically the backend part of the system consists of tens of services each doing it’s own thing. Some participate in returning a response to you, the user. Others just process data further for analytics, security, etc.
One day someone (in most companies a product manager, or a UX researcher) comes up with an idea for a new feature. A user should be able to do XY. And of course pay for it.
That’s where you step in. Since you mentioned full stack, you will need to do everything.
This is all done with code. You can copy/paste, vibe code, just type it yourself. Code is the least of your concern. Making sure it all works together is what’s tricky. You will go through several iterations until you get it right. Then you write automated tests for it (TDD people don’t come at me).
Also you communicate to other people in the company about any dependencies and overlaps with what others are doing. Finally, you can deploy the code to production which will make it available globally to users.
I just described about 50% of the programmer job. I didn’t mention code reviews, architecture discussions, plannings, retros, communities of practice, incident handling, herding cats…
This is all valid in a good case scenario. good company and a good organization in it.
In reality it’s mostly waiting. A lot of waiting. Despair if you can’t make it work. Happiness if you can. Then despair again because all you do is pointless. A lot of fighting against the system designed to make you as unproductive as possible. Or just giving up and faking it for a paycheck.


Back in 2021 a lot of tech companies were offering visa+relocation packages. This specific company advertised on Glassdoor, however there are several similar job platforms. I think relocation offers are relatively uncommon these days.


There’s a lot of people out there whose goal is to feel morally superior, rather than change the world in any way.
They tend to congregate at the extremes both left and right. Anywhere when they can loudly judge and exclude others.


Well, not much else to say. Actually a lot more to say but to a therapist. I made some really bad choices in life, and suffered the consequences. A rags to riches to rags story.
Giving more specific details would go into doxxing territory.


A company was willing to sponsor my visa and pay for relocation costs. Was it worth it? In some other world it might have been, but the way it went for me - absolutely not.
If your entry point into a society is work, make really really sure you will like it. “Culture fit”, despite all the criticisms of the concept, is more important than ever. And make sure the initial social circle you fall into is conductive to your mental wellbeing.
In some ways it’s like being born. Your starting point matters. Anything you achieved previously doesn’t matter since your entire support system will be gone.
Or just code the happy path and let it crash.
(this is actually a real philosophy in the Erlang world and I’m bummed it doesn’t receive wider acceptance)