• 0 Posts
  • 41 Comments
Joined 1Y ago
cake
Cake day: Jun 08, 2023

help-circle
rss

It doesn’t matter what browser you’re using. Everything Google was tracking here is the stuff all browsers send in incognito mode. This lawsuit was totally frivolous


I played Mass Effect as female Shepard because i heard the voice acting was better. Generally for RPGs I play as “myself” though.


Ohhh good call. I saw ads on Facebook saying it was on sale and didn’t realize it was on Epic not Steam. Yeah, screw Epic.


Should I get RoboCop: Rogue City or Star Trek: Resurgence now while they’re on sale or wait to see if they go lower?

It’ll probably be 3-6 months before I get around to playing either


Also, there were some candidates who managed to get 95% and above — but would then just be absolutely awful during the interview — we would later discover that they were paying someone to complete the technical test on their behalf.

Yeah my company shot itself in the foot by replacing technical interviews with an online test and hiring a bunch of cheaters. After a while we started doing a zoom interview where we’d go over the code they supposedly wrote and ask them to explain it to us. Even that simple step made it obvious who had or hadn’t actually written the code they were talking about. I’m pretty sure a few candidates had somebody talking in one ear and/or typing to them on a separate screen.



Car manufacturers should get out of the dashboard design business. Just have an API standard for devices to control the car, and a USB port for users to plug in whichever device works best for them. You want a bunch of physical buttons? Cool, go down to AutoZone and buy a button panel that matches your needs. You want a big screen with carplay and a bunch of widgets? Mount your old iPad there.

The regulatory side would be the hard part. Devices would have to meet some safety standards and the car would have to refuse to drive unless an approved dashboard was connected, but it could be done.



I just want a game where I get to name my character after myself and the voice-acted NPCs use AI to dub my name into their lines instead of awkwardly avoiding using names.



Three days later, on November 20, the Seko union, which represents postal workers, will stop delivering letters, spare parts, and pallets to all of Tesla’s addresses in Sweden.

It seems troubling that there aren’t regulations in place requiring postal workers to deliver mail indiscriminately.

What if the postal union decided not to deliver mail-in ballots they thought might support a policy they disagreed with, for example?


I use a “real name” domain. My last name ends in the letters “in”, so I bought a .in domain, such that the domain name is my last name with a dot in it.

Can’t honestly recommend that approach. It’s a cute gimmick, but when non-technical people ask for your email address and it doesn’t end in a TLD they recognize, their heads explode. I usually give out my gmail address.


“I could rewrite this in a week!”

~ junior dev, 3 months ago


I almost gave up on Starfield because the main quest is just chasing MacGuffins around the universe, apparently? But I started doing the Ryujin Industries side quests and those are kinda fun I guess.


Is it the employer’s responsibility to determine that somebody is or is not a spy? Like the scam here was to do the actual job and send money back, not to steal company information etc. companies have legal obligations to make sure people are authorized to work in the US etc, but the government sets those standards. If you’ve got convincing enough paperwork, it’s the governments job to enforce this stuff, not the employer.

That said, I’ve interviewed several remote people who were clearly using fake identities and also clearly didn’t have the skills for the job. Seems obvious their scam was to just collect a paycheck doing nothing, so if that’s the same group, then the employers bear some fault for hiring unqualified people… but on the other hand if the North Koreans were actually doing the jobs they were paid for, no reason the company should care.



How much does your SDK do? If it’s just wrapping calls to an HTTP API, use something like OpenAPI / Swagger to document the API, then auto-generate client libraries based on the OpenAPI specs.

Then if you add any language-specific niceties on top of the auto-generated code (i.e. accessor functions to set up user credentials etc) you have to write tests for those parts in that particular language. But the bulk of the API you can test in whichever language you prefer, then just assume the code generator is doing its job and creating a compatible API in the other languages.


software developers with access to GitHub’s Copilot chatbot were able to finish a coding task 56 percent faster than those who did it solo

Are these competent developers, or the kind who already take 4 or 5 times longer to do a task than their peers?


Value watching is just printf; change my mind



I appreciate the quick hack, but with a little more foresight you could have just put up a blurry jpeg with that number and changed the prompt so it looks like a CAPTCHA. Nobody would have given it a second thought.


well, “Genesis does what Nintendo won’t do”, therefore Genesis must run Cyberpunk 2077 at 1080p 60fps.



Must be nice working at a place where that ticket doesn’t just get dropped into the dev backlog as-is.


My salary, I guess.

Everybody on my team is required to do on-call once they have enough experience (except for the low budget offshore contractors who I wouldn’t trust to do it anyhow…)

We have 2 people on call at a time, 1 primary and one backup. You do a week on backup, then the next week you’re primary.

There’s no set time limits etc, but if you get sucked into some fire, people are reasonable about letting you take some time off the next day or whatever.

All in all, there are very rarely fires that happen inside or outside of normal working hours. Making the whole team be on call helps incentivize everyone to write more stable code since it’s your own ass on the line.


Mainstream news outlets are just copying what their corporate sponsors ask them to say 99% of the time anyhow


What kind of use cases do people have for AI assistants in their web browsers?


The question is more about “how much” of PD they support right? Like PD has standards for charging at higher or lower currents.

My understanding of the current-gen MacBook Pro is that they support some kind of “fast charging”, but only if you use their MagSafe port. You can still charge on the USB-C ports, but not as fast as you could with MagSafe. I’m not sure if that’s a violation of the regulations, or if PD simply doesn’t have support for the amount of power they’re pushing through the MagSafe.

But I think the point is that they’ll continue to look for ways to offer a better experience with their proprietary stuff, even if they’re forced to support a standard in addition.


The real test on this one is going to be in how well those regulations support the eventual transition from USB-C to something else.

There’s inevitably going to be a use case for new connectors that have some yet-unidentified advantage over USB-C for certain devices, and there’s going to be hurdles convincing regulators to grant exceptions for those devices or to adopt one of them as the new standard for everybody.

There’s plenty of examples of government regulations gone wrong trying to transition from an old technology to a new one. (i.e. the REAL ID format in the US, or the switch from analog to digital broadcast TV).


Yup. Nothing wrong with pushing up a draft PR and asking for feedback; but definitely need to be an active participant in fixing the issues, not just expect somebody else to do your work for you.

That does lead to some sticky inter-personal situations though. Like there’s people on my team that I trust enough to just rubber-stamp a PR that looks good but doesn’t have test coverage etc. Can generally trust those people will let me know if the failing tests uncover some substantial work that needs to be re-reviewed.

There’s other people I don’t trust and will insist their build passes before I review it. Once that person notices they’re being held to a different standard, it can be difficult (but necessary) to have a conversation about what they need to change in order to earn that trust.


breaks tests

leaves me to fix them during approval

I’m sorry, what? If he broke it, he fixes it. There should be guard rails that prevent him from merging his code until all the tests pass, and you as a reviewer should refuse to even start a code review unless the build is green.


You get two options.

Normally it’s a squashed commit of everything in a feature, with a commit message like:

[JIRA-1234] - Descriptive but Concise Name of Feature

But every now and then it’s multiple commits like:

quick fix
Ugh, fix typo
fuck fuck why doesn’t it work
Oh, I’m stupid

  • Installs antivirus on servers that wrecks application performance
  • installs content filtering proxy that prevents developers from reading “hacking materials” like OWASP documentation
  • won’t let developers install anything on their own machines without filing a ticket and waiting 6 weeks
  • pushes unannounced antivirus updates that pop up OS security dialogs like “Netscan Antivirus would like to monitor all network traffic. Enter your password to approve”, and is surprised when users don’t enter their passwords.

Your corporate IT guy


Y’all gonna regret this when Ron DeSantis gets put in charge of deciding which information is false enough to be deleted.



4 years later: “this button is the wrong color. fix it ASAP”


we’re talking about a hypothetical one-off situation on a computer that isn’t yours though; right? That happens from time to time, and an authentication process that requires you to persist your auth information on disk carries some extra risks. You need to remember to delete it when you’re done.


console.log counts as “a debugger”, right?


maybe there was good intentions by whoever implemented it

If an executive saying “find ways to use ChatGPT so we can be on the cutting edge” and a developer saying “eh, I guess maybe…” counts as good intentions.


That’s a big departure from the spare tire analogy. The spare tire analogy is based on the principle that affirmative action should be a stepping stone that gets us to the place we want to be and then stops being needed. Whether we’ve gotten to that point or not isn’t a topic I want to get too weighed down on, but I think the point is that the goal is a world where we don’t need affirmative action.

But a wheelchair is (in general) a tool that compensates for a permanent problem. People who need wheelchairs need them forever. Are you arguing that’s what affirmative action is? Systemic racism can never be undone and affirmative action has to live on in perpetuity?

Not trying to get too bogged down in the analogy itself, but it seems you’ve got a fundamentally different view of the issue than the person you’re replying to.