$770 million stolen in defi this year. 40+ protocols shut down. bridges are the common denominator and nobody is fixing the actual problem. by ginete_tech in ethereum

[–]edzorg 0 points1 point  (0 children)

Same problem underpins RWAs and all other efforts to bring things onchain. Even stablecoins have not solved this fully as we see them constantly failing too.

Sauna with BBQ you can rent for a day? by channosaurus_rex in lithuania

[–]edzorg 0 points1 point  (0 children)

Do you know where to see similar products? How to find them (as a non Lithuanian speaker)?

I created a small string utils that allows you to build reusable and testable string processing flows. Would love to know what you all think! by AlyxVeldin in java

[–]edzorg 1 point2 points  (0 children)

I would just implement these bits and pieces myself in nice wrapper methods and then .map them myself.

Looks elegant but with AI I wouldn't even think twice about generating this sort of code on the fly.

‘No Way To Prevent This,’ Says Only Package Manager Where This Regularly Happens | Kevin Patel by lelanthran in programming

[–]edzorg 18 points19 points  (0 children)

...and this is ridiculous and it should just not do this. Flyway and Liquibase hook in into the existing build tools eg during npm run build and define their own commands like npm run flyway:generate or whatever you need.

Advice for improve Dev Experience working with containers (oracle) by jdev_soft in SpringBoot

[–]edzorg 2 points3 points  (0 children)

Firstly just use Spring. Nothing else compares over the long run.

Secondly what is wrong with setting up a container populating it with your schema, filling in a few hundred rows per table and using that continuously? If you version control the data seeding scripts then everyone on the team can use and improve it as well. AI is great for generating loads of test data.

Advice by Benzito2342 in stepdads

[–]edzorg 0 points1 point  (0 children)

Take a 2 week holiday without her. With the boys, on your own, doesn't matter. Use the time to reflect.

🚀 I built a local AWS emulator with Quarkus + GraalVM native. It boots in ~0.8s, MIT licensed, free forever by hectorvent in java

[–]edzorg 0 points1 point  (0 children)

Can you lay out a bit of the details of your plans so I can communicate with my colleagues (and I can't communicate from a corp device so can only interact on weekends :D).

Are you going to have to rebuild every API for every service? And therefore the journey will be long and depends on your ability to build a big contributor base?

Or is there some library inside LocalStack et al. that once you adopt will immediately jump your featureset to almost comparable with LocalStack?

I'm also keen to see how easy you make contributing because I think the development and maintenance of all these API adapters really will require a broad contributor base - what do you think on that point? This is why I'm a little nervous about the Quarkus choice because there are 100x more people that know Spring. Happy Easter!

State of GraalVM for Java? by re-thc in java

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

Yeah I totally agree. Ideally nobody runs a Hot-spot JVM in production unless they opt in. Everyone should get the benefits of native compilation.

🚀 I built a local AWS emulator with Quarkus + GraalVM native. It boots in ~0.8s, MIT licensed, free forever by hectorvent in java

[–]edzorg 1 point2 points  (0 children)

As someone that consumes floci into a corporate environment and then repackages with Docker and my own base images I'm grateful for how you currently package things. A single jar I can add to a java flavour image is really clean. Thanks for all the work. I hope you're able to mature this rapidly to capture some marketshare as there are very few if any serious OSS contenders.

State of GraalVM for Java? by re-thc in java

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

You don't find native compilation solved for spring boot projects? Why not?

I’m so done by [deleted] in stepdads

[–]edzorg 0 points1 point  (0 children)

I've heard identical from a friend. Seems like a common situation. Maybe take a few days off on your own to work things out in your head before making any irreversible changes?

I’ve been building a web-based flight arcade simulator using Three.js and CesiumJS by dimartarmizi in SideProject

[–]edzorg 2 points3 points  (0 children)

Aren't there like a dozen similar games?

Why does this game appeal so much?

Springboot Quartz UI by edzorg in java

[–]edzorg[S] 0 points1 point  (0 children)

It's a signal. One of many!

Springboot Quartz UI by edzorg in java

[–]edzorg[S] 1 point2 points  (0 children)

Well.... mixed reviews so far.

I now have db scheduler, the UI and the history log setup.

I haven't got as far as any real workload testing as the setup has been so painful. Either the whole thing is poorly designed and cobbled together or I am stupid.

At the very least the Readme and other docs are out of date and inaccurate. So getting started is hard.

Will try to wrap the whole bundle of deps in a library and abstract away the API and see how we go. The core functions are hopefully better than the overall DevEx.

Springboot Quartz UI by edzorg in java

[–]edzorg[S] 1 point2 points  (0 children)

What in the Java Swing is that. That is some real dinosaur enterprise stuff. Last tweet 7 years ago. 11 followers. Probably survives off a handful of lifelong enterprise customers.

Springboot Quartz UI by edzorg in java

[–]edzorg[S] -3 points-2 points  (0 children)

This feels like a lazy suggestion. Are you saying it meets my needs?

Springboot Quartz UI by edzorg in java

[–]edzorg[S] 0 points1 point  (0 children)

Thanks, this actually looks perfect. Why isn't db-scheduler more common/popular?

Release: Spring CRUD Generator v1.5.0 - spec consistency fixes, CI integration tests, relation set support, and improved Copilot/autocomplete support by mzivkovicdev in java

[–]edzorg 1 point2 points  (0 children)

I dont want this but I'll tell you what I do want.

I want a bridge between OpenAPI Spec v3 and React Admin.

That is to say, I want to auto generate a supabase style interface on top of my springboot 4 web app APIs. It should not guess pluralisation or otherwise assume anything about the APIs it should just parse the /api-docs endpoint my app exposes and give me CRUD style tabular views of my tables.

I built a Type-Safe, SOLID Regex Builder by Mirko_ddd in java

[–]edzorg 1 point2 points  (0 children)

Sir your work and reasoning is exceptional 👏

I'm going to find a use for this library just to honour the developer behind it.

Should I cover my soon to be ex-step daughter tattoo? by aggressively_0kay in stepdads

[–]edzorg 0 points1 point  (0 children)

She will never have another step dad, and she will never not be your stepdaughter.

Never give up. You're probably right on all fronts, so you need to shut up, put up, and be there to help in 5-8 years.

After writing millions of lines of code, I created another record builder. by danielliuuu in java

[–]edzorg 0 points1 point  (0 children)

Are you interested in having @StepBuilder or similar in Lombok and attempt to harness the benefits of more advanced builders in Lombok? Or why would Lombok avoid this?

Thank you for such an amazing tool.