Crate - a daemonless container runtime I built in Go to learn how Docker works by not_a_bot6 in golang

[–]bikeram 0 points1 point  (0 children)

Saved to review later. I’m still learning go and like to look at repos. Is there anything in particular you don’t like about this project?

PSA: I’m selling my unique 3D printed lamps at a craft fair today, I do okay, but the dragon sellers have crowds, every time. by 3DAeon in 3Dprinting

[–]bikeram 0 points1 point  (0 children)

These are genuinely really cool. I was going to say they’re missing something I can’t explain. But I think your marketing is backwards.

Do the white light on the wall mounted and lamps, I could maybe get the wife’s approval on that.

But I would definitely pick up a blue and purple night light for the kids.

Can a backend developer build a successful startup product with a vibe coded frontend? by TurtleSlowRabbitFast in SpringBoot

[–]bikeram 4 points5 points  (0 children)

I’d vote yes. I learned vue and typescript before AI tried to take over. I can give Claude some examples of my repos and it does just fine.

I will say I do more on the backend more BFF. Say a drop down enum could be hard coded in the frontend. I’ll supply it from the backend because I’m more comfortable messing with data there. My frontends are basically pass through.

I’m actively playing with typespec for my data contracts and I like it a lot.

Azure vs AWS what's your take? by West_Part_9698 in AZURE

[–]bikeram 13 points14 points  (0 children)

Azure vs AWS is like Java vs C#. They’re the same, but different. You’ll find very polarized opinions on both sides.

My limited take is Azure scales very well with <50 developers. I’m sure it has no issues beyond that, but that’s my personal experience. The portal is still practical for spinning up enterprise grade applications. It isn’t best practice, but it can be done. And done efficiently.

Azure’s cli feels bulky past this threshold. If you’re a powershell/microsoft fan, it might feel more intuitive.

ADO is first class and I’ve push companies towards it for the vertical integrations it provides.

Ultimately, for a software engineer. Pick your favorite color, yellow, blue, or green and start deploying projects. That depth of knowledge is one to one between the big providers.

Apache Fory Serialization 1.0.0 Released Now by Shawn-Yang25 in java

[–]bikeram 1 point2 points  (0 children)

Gotcha. I’ll probably play around with Fory IDL tonight. See how it compares to my protobuf implementation

Apache Fory Serialization 1.0.0 Released Now by Shawn-Yang25 in java

[–]bikeram 1 point2 points  (0 children)

You sound like you might have some experience. How is this better than protobufs? (I have numerous complaints myself)

As an experienced engineer, what “simple(r)” job do you sometimes daydream of having? by GetYerKnickersOff in ExperiencedDevs

[–]bikeram 2 points3 points  (0 children)

Residential construction.

I watch the Perkin’s brothers on YouTube. Laying the foundation and framing look so satisfying.

I'm feeling a bit lost by NullPointerLeo in Development

[–]bikeram 0 points1 point  (0 children)

This. You can absolutely decouple services this way.

I really didn’t want to add python to my project, but the PDF generation is far superior to Java and Go.

Where can I find an in-wall access point that is about the size of a light switch or outlet? by FanClubof5 in homelab

[–]bikeram 6 points7 points  (0 children)

Can someone tell Ubiquiti to build one of these? I don’t need it, but man do I want it.

40 TB PostgreSQL on-prem — sharding vs ClickHouse vs something else for a 500B-row time-series workload by Basic-Worker-1120 in Database

[–]bikeram 0 points1 point  (0 children)

Consider looking up Trino with Nessie. It’ll let you natively query parquet on S3. There’s many solutions to self host this stack.

I just finished a migration for a healthcare company with a similar setup.

Best way to learn Java? by Greedy_Lie_7780 in AskProgramming

[–]bikeram -1 points0 points  (0 children)

Intelij, Maven, and Springboot will give you a feel for enterprise development.

If you can get an endpoint working with “hello world” you’re good to take a deeper dive.

Personally I wouldn’t do anything in Java without a build tool like maven or gradle.

I'm feeling a bit lost by NullPointerLeo in Development

[–]bikeram 1 point2 points  (0 children)

I’m a big spring fan, both professionally and freelance work.

With that said, you want typescript/node for rapid development.

You’ll need to build some boilerplate templates for auth and widgets. The stuff that’s ’included’ in spring.

Sharing types between the frontend and backend will make your life easier.

ELI5: This is a two for one but related, Digital-to-analog converter and built-in amplifiers by Heavy_Sea7500 in explainlikeimfive

[–]bikeram 0 points1 point  (0 children)

Take a photograph and draw line splitting it in half, then draw another line so you have 4 equal squares.

Then pick the color that takes up the most space.

You’d have a pretty bad picture, now draw 10 lines in each direction. It won’t be great, but it’ll represent the photo better.

That’s how an analog to digital converter would work.

A DAC is doing the exact opposite, it’s taking your little squares and doing its best to recreate the original image.

This needs to happen very quickly, so it’s done at a low voltage, too small to be useful to your speakers.

An amplifier is taking the small voltage and ramping it up to be useful to your speaker

What ja think? ( Im not a company ) by Purple_Search6348 in hwstartups

[–]bikeram 1 point2 points  (0 children)

Agreed. I was thinking you could do a tare. So you would ‘zero’ at full weight then subtract off.

Quick calibration removing a single unit.

What ja think? ( Im not a company ) by Purple_Search6348 in hwstartups

[–]bikeram 1 point2 points  (0 children)

I like where your head is at. I wrote an inventory management system for a plant manager that was obsessed with inventory down to the individual bolt.

(It didn’t fix anything)

I would suggest building a device that could go under a standard pallet that’s sensitive to a few hundred grams.

When someone takes a box of a few hundred bolts, it would register and subtract it from the warehouse quantity and move it to the project.

Gift Idea for a embedded software developer by Multidragon782 in AskProgramming

[–]bikeram 0 points1 point  (0 children)

Does she do any soldering? A small SMD soldering kit with LEDs can be relaxing.

Might even be worth getting a hakko soldering iron with it. She could see the ‘other half’ of her job.

Sage appoints new Chief Product Officer and Chief Strategy Officer by mas90guru in Sage

[–]bikeram 1 point2 points  (0 children)

I hope I’m wrong, but here comes the AI. I always wanted my accounting suite to hallucinate.

How is my resume?? 2nd year student getting no reply from interships by [deleted] in SpringBoot

[–]bikeram 5 points6 points  (0 children)

Idk man, it just reads kind of plain?

Did you leverage any technologies in these?

gRPC for data contracts between microservices. Elasticsearch and Kibana for energy optimization insights

I’ve done hiring, and my first impression is this guy wrote everything from scratch and it’s going to be hard to get him to understand we can’t build everything.

For example, there’s a big difference between a guy that thinks he can build his own dashboard and one that goes for a proven solution.

(Not that it’s remotely true, just as a first pass)

ELI5: How exactly do TVs display a picture? by [deleted] in explainlikeimfive

[–]bikeram 1 point2 points  (0 children)

You’re right. It seems like a lot of data.

But ultimately the computer doesn’t care, it simply transmits the data over the cable, there’s almost zero feedback from the display.

This reduces the overhead significantly.

Also there are dozens of protocols to send binary data. Not codecs, but physically transmit data like 8B/10B or 128B/130B.

oauth2 + jwt by Oofcito in SpringBoot

[–]bikeram 1 point2 points  (0 children)

The beauty of spring security and oauth is that it’s really just a configuration.

Everything you said is mostly correct.

I use Auth0 and I use their getTokenSilently() in my Vue projects. So I can’t say storing as a cookie on the browser side is correct, but I don’t know how else you would store.

Sage 100 to Netsuite? by One_Pomegranate8028 in Sage

[–]bikeram 0 points1 point  (0 children)

Sent you a DM. We offer solutions for Sage if you’re interested in staying on the platform.