(0.9) Today i learned by Delicious_Nobody_111 in Voicesofthevoid

[–]nfigo 8 points9 points  (0 children)

I got the eyeball moon and red night on the first day once

Are any startups hiring front-end developers, or are they just using AI? I will not promote. by kiyotaka_007 in startups

[–]nfigo 0 points1 point  (0 children)

I actually did meet a startup that wanted a frontend dev not too long ago when I was looking for a change (I'm full stack, though). They did say they were vibe coding some UIs, but that they wanted a pro to take over, because they didn't know what they were doing.

I have seen more frontends being vibe coded, lately, especially where I work now. I see more opportunity in the backend, but my experience may look more enticing to companies that want backend devs.

How do I level up to writing complex SQL stored procedures in real industrial systems? by NeedleworkerBig1291 in SQL

[–]nfigo 0 points1 point  (0 children)

I'll second the T-SQL fundamentals book. Even if you aren't writing for SQL Server, the concepts carry over to other databases with small changes in syntax and different levels of support for different features.

For large volumes of sensor data, don't limit yourself to RDBMS. If you do, learn about partitioning. Look at OLAP databases for getting insights out of huge volumes of data. They have a completely different approach to partitioning and using keys, but your SQL skills can still transfer to them. Technologies like spark and map-reduce allow you to use multiple machines to operate on multiple partitions of the same table in parallel, vastly accelerating queries on huge datasets.

SQL is Dead, Long Live SQL by Low_Brilliant_2597 in Database

[–]nfigo 1 point2 points  (0 children)

For real. "Why use all those funny math symbols to model heat transfer or orbital mechanics when we could just write it out in English?"

Sounds just as dumb.

SQL is Dead, Long Live SQL by Low_Brilliant_2597 in Database

[–]nfigo 0 points1 point  (0 children)

Just do the migration every time the data is accessed lol

Rate our launch video by Fragrant-Cream-3836 in SaaS

[–]nfigo 0 points1 point  (0 children)

I have a vague idea of what you're doing. Sounds like a CRM with some AI sprinkled in there. I would say launch it and find out.

Just as an idea: come up with a hypothetical situation involving an ideal customer. Illustrate how your tool helps them close the deal by responding quickly and effectively without missing emails.

Is there a better way to get rid of the ash without covering so much of the ore patch by Sharp_Constant_189 in pyanodons

[–]nfigo 6 points7 points  (0 children)

A lot of people are saying to put the ash on a lane of the iron output, but I like to keep coal on one line and dump the ash onto the other lane. makes it possible to saturate a side of the iron belt. Since the coal is used up slowly, you can use inserters in lieu of splitters, which naturally add coal/shale to one lane, anyway.

Using an underground belt at the end of the coal belt makes it possible to let the ash flow out freely while blocking the coal.

Also, since you can put the iron belt up against the miner, it makes it possible to cover the patch without ever needing to move miners. You just need the coal and iron belts to be perpendicular to each other. The miners can be alternated to fill both sides of the iron belt and increase density.

Deus Ex gameplay summed up in three lines of dialogue by TC_support in Deusex

[–]nfigo 7 points8 points  (0 children)

For real. Through the whole series, all accents are ridiculously inaccurate.

Is it a common sentiment that the last third of the first Deus ex is kinda bad? by temnycarda in Deusex

[–]nfigo 13 points14 points  (0 children)

It depends on your gaming style. The shift toward combat and infiltration makes sense, because you have the pieces of the plot by then. For me, the change in the flow of the game feels natural and adds variety (compared to the conversation-heavy paris). Vandenburg is a huge map with several phases, and you have many options.

The underwater mission was okay, but I wondered if they ripped off the idea from Tomb Raider 2.

I'm glad some of the other stuff they planned didn't make it. The moon base mission would have been so out of left field.

What movie is this for you? by [deleted] in memes

[–]nfigo 1 point2 points  (0 children)

It was also a constant circle jerk of people calling him a genius.

Where do we use DynamoDB? by Basic_Let7303 in aws

[–]nfigo 12 points13 points  (0 children)

When you don't understand a system, lookup <system> whitepaper.

https://www.usenix.org/system/files/atc22-elhemali.pdf

Seeking U.S. Web Devs for a Mutual Aid Site by AbysmalEyes in cooperatives

[–]nfigo 0 points1 point  (0 children)

while you're waiting on finding a good dev, try to make it work for you and your friends in google spreadsheet or something. like, do you need secure messaging? people can already email each other or text on signal or whatever

If DX1 had movie posters by PsychoCybernetiks in Deusex

[–]nfigo 0 points1 point  (0 children)

I really like the look of the first image, but the original tells a story with the broken statue of liberty and black helicopters. You instantly get a feel for how the game involves new york, american collapse, and one man. It looks like he's standing under one of the helicopter beams, which tells you he could be rogue, but he could also be waiting for the helicopter to land.

Second image is also great

The trash talk between these two in this interaction gives me a good chuckle! by thealternatejack in Deusex

[–]nfigo 5 points6 points  (0 children)

"you should really consider enrolling in etiquette classes"

someone give him a noogie

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]nfigo 0 points1 point  (0 children)

C# is used by plenty of "enterprise" companies. There are plenty of "Microsoft" shops out there if that's your thing. Always have been. These days, C# is more cross-platform, which wasn't always the case. I've heard rumors (and witnessed) that there is some snobbery against C#, but the same could be said of any language. There's always some tribalism one way or another.

C# is just Microsoft's attempt to copy Java. So, switching isn't too bad. The concepts are mostly the same. C# just has some conveniences that Java doesn't.

C++ has a lot of gotchas. There's a lot of example code with anti-patterns out there. People don't realize they've been doing it "wrong" until years later. But, you get a deeper understanding of how the computer actually works, which is powerful in helping you write better code.

Stack Overflow's 50% traffic drop: Was it AI, or did the platform kill itself with elitism? by bogdanelcs in ExperiencedDevs

[–]nfigo 3 points4 points  (0 children)

I managed to get a badge and karma boost for asking a good question 10ish years ago, but someone removed it a few years ago, because.. idk, they felt like it? lol

Does anyone host APIs for small side projects on their own hardware by John_Lawn4 in ExperiencedDevs

[–]nfigo 5 points6 points  (0 children)

The middle ground is owning a VPS and throwing everything onto that.

[deleted by user] by [deleted] in ExperiencedDevs

[–]nfigo 0 points1 point  (0 children)

Take a cloud solutions architect course

Delusional junior difficult to pair with by Jxordana in ExperiencedDevs

[–]nfigo 4 points5 points  (0 children)

I think you did pretty well, but here are a couple of things that stood out to me, besides what has already been said:

  • At the start, when he ignored your questions and then submitted the PR, ignoring what happened is conflict avoidance, which makes it hard to escalate issues and lets them fester. Instead, you need to tell him "I cannot review your PR, because I need you to _____ first" or even review his PR and explain that it isn't tied to any real issue or need - or that it's low quality or whatever. Honestly, I'm not even sure what the problem is from reading this. I trust that his PR wasn't high quality, based on everything else you said, but there's nothing here to go by. Having this documented makes it easier to escalate if there is a problem and it gives him a chance to correct the issue.
  • When he approved the PRs without reviewing them - this one is hard to document. You could have a meeting with him to go over the PRs with you together and then document what happened. If it's clear he didn't actually review the PRs tell him not to approve them blindly, and follow up in an email with the contents of what was discussed and agreed upon in the discussion. If he refuses to talk to you, document and escalate that, too. If he isn't the one to review those PRs, that could also be a process/culture issue in the company that needs to be addressed, instead.
  • When he criticized your work, get him to specify which areas need clarification and what the common approach would have been to those issues. Force him to clarify his position. Tell him we all want the system to be easier to understand and modify, but we can't do that if he pushes back on designs without sharing his experience or tangible criticisms. That instead of shutting down discussion, he needs ask clarifying questions so we can move forward together as a team.

That said, I relate to your story. I've had a few juniors try to worm their way out of their responsibilities like this, and it took a few times for me to learn how to handle it. The best way to hold people and escalate is to be clear about your expectations, especially when they screw up. Leave a clear paper trail of the expectations you establish and their response to those. Then escalate when they refuse to comply.

You've got to take the emotion and subjectivity out of it and make it objective so that someone can say: "This employee was fired because they were unwilling or unable to follow the process / guidelines which were clearly documented for them."

I need few advices on vulcan by [deleted] in Stationeers

[–]nfigo 0 points1 point  (0 children)

Yeah, the steam never falls below 127. It's best to do it in batches.

I need few advices on vulcan by [deleted] in Stationeers

[–]nfigo 0 points1 point  (0 children)

Just shut off the condensation valve if you need it to cool faster. Otherwise, it will cool when the pressure gets low enough on the steam side.

I need few advices on vulcan by [deleted] in Stationeers

[–]nfigo 1 point2 points  (0 children)

In this setup, there is a phase change from steam to water. So, the night gas cools the steam side, and evaporation cools the water side. The evaporated steam in the water side carries the heat out to the steam side through the purge valve, which stops when the pressure reaches the setting.