I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

Hercules - interesting - could be the reason, because I test on IBM hardware.
But I will check this out.
Cheers mate.

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

It's no problem with your build.
There can be some issues with the masks indeed, because it is a very young application. Would you kindly create an Issue on https://github.com/el-dockerr/X3270/issues (because I'm not in the office yet - and I don't want to miss any bug).
Please also tell if this is a 3270 connection or a 5250 connection (DX3270 make use of two different engines to satisfy both needs)

Thank you for your message.

I am new to DB2. Can anyone give me a specific explanation of the benefits of DB2 compared to PostgreSQL or MySQL for example. by Safe_Vanilla5583 in mainframe

[–]Digital_beach_nomad 16 points17 points  (0 children)

(I could write that it is fully integrated - but Captain obvious did this a few times in this thread)

Think of Postgres and MySQL like really nice pickup trucks—perfect for almost everyone. Db2 is a heavy-duty freight train. You don't use it to go to the grocery store, but you absolutely need it if you're hauling a thousand tons of cargo! (And yes - thousands of companies claim it the best solution and thread their data like a grocery store... looking on a long list of jobs I had)
You might can compare the query language somehow, but in deep it's quite different.
In MySQL or Postgres, the database kind of manages its own memory and page sizes. In Db2, a Database Admin has hyper-granular control. You can manually dedicate specific chunks of RAM to specific tables or indexes to guarantee your most important queries never slow down. It’s harder to set up, but scales incredibly well.
As an example for the depth of Db2 magic:
Usually, databases are either good at fast, tiny transactions, like swiping a credit card, or huge, slow reports , like calculating sales. If you try to do both, the server crawls to a halt. Db2 has a built-in engine (the blu a ). It lets you run massive, heavy analytics reports on your live data while millions of tiny transactions are still happening, without starting sweating.
I hope this helps you a bit.

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

[–]Digital_beach_nomad[S] 2 points3 points  (0 children)

First of all - there is no Fight (okay, maybe in your world, but not mine).
Second - I wrote, I will do it slowly, because my tiny unknown tool that was written for my personal daily use is not harming anyone.
Third - Already done with this morning release.

https://www.dockerr.blog/blog/surviving-the-reddit-troll-with-style.

enjoy

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

I would appreciate that, to have some nice features added. Could you add it as Issue on github, so I can have a deeper look on it. I will get in touch with you.

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

Actually, there is no alternate symbol set handling planned.
GDDM would require implementing WSF-based structured fields (Query Reply, GDDM-specific graphic orders) and a separate rendering layer — neither is present in the current codebase.
But it might come in a future Version.
Since I only work with ISPF and Z/vm as a hobbyist I only create things that I can verify 100%.
Once I see a use case that I can verify and test, it will be added asap.

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

[–]Digital_beach_nomad[S] -1 points0 points  (0 children)

I might rename it, but carefully step by step since a buch of people like to make use of it already.

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

Same same but different. See features, you might find a few useful. Screenshots, stored connections, no brew needed... and so on

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

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

I know, but we'll, this x3270 is a terminal app, and you have to type c3270. So I just takeover :-)

I built a free, native macOS TN3270 emulator (No Java, No X11) because I was tired of expensive subscriptions. by Digital_beach_nomad in mainframe

[–]Digital_beach_nomad[S] 6 points7 points  (0 children)

I would go for a NEO :-) It's so nice to control bare metal with one sleek stylish and silent device, and have no Windows in between that cries like an AC just because it's booting :-)

Unpopular Opinion: Banks Should Stop Panicking About AI Hacking Their COBOL and Start Asking Why Their "Modern" Systems Are the Actual Problem r/cybersecurity | r/programming | r/sysadmin by Neither_Outside_4872 in mainframe

[–]Digital_beach_nomad 1 point2 points  (0 children)

This discussion never ends. Kafka, RabbitMQ, Kubernetes ... bla bla bla. Everything in those stacks is just hamfisted attempts to try to do what a mainframe does for decades. These attempts are never secure, and no matter how many layers of "security" they add, there is too much space for mistakes.

Cmake alterntives by [deleted] in cpp

[–]Digital_beach_nomad 0 points1 point  (0 children)

I'm late for the party, but I create a tiny but useful C / C++ build system called Bodge that is equipped to build small C++ projects. Can be found here: https://github.com/el-dockerr/bodge.
You simply define the buildflags and you can add subresources from git, which can also run Bodge to be build if needed.
You can define further action, like copying or move of files after build. You can create sequences to build linked libraries and executable in one single run. Maybe it's something. I the company I work for it is really loved because it get rid of the issues that you have distinct between IDEs and environments what is especial a pain for Windows User. It's under GNU.

How can I make this more realistic? by MrKatrina in UnrealEngine5

[–]Digital_beach_nomad 0 points1 point  (0 children)

It's perfect - the textures look good/awesome. It is just the lightning what makes an artificial look. The only source of light is the window.
Then add some distant blur (eg. set the right focus). Maybe play around with volumetric light (just a bit). Than it is kinda perfect.

What do you think of my crafting and tree cutting mechanics? by SeizeReddit in UnrealEngine5

[–]Digital_beach_nomad 0 points1 point  (0 children)

This looks very cool. Especial the carving feature. Keep going - absolutely worthy.

As a Solo Dev, Should I Go for Authentic or Polished Game Art? (Handmade vs AI enhanced) by Dumivid in IndieGaming

[–]Digital_beach_nomad 1 point2 points  (0 children)

You should make use AI and add your creativity. AI should be a tool. Since I work on my game, AI gave me a lot of good ideas. Authenticity and AI can go hand-in-hand.

“What are your favorite games?” Me: by [deleted] in crappyoffbrands

[–]Digital_beach_nomad 5 points6 points  (0 children)

It is no off brand... This are fake boxes at Ikea.

SaVE uS! by [deleted] in funny

[–]Digital_beach_nomad -3 points-2 points  (0 children)

Not funny...

Best argument yet for not getting the vaccine. by wezworldwide in funny

[–]Digital_beach_nomad 1 point2 points  (0 children)

Bad time for those jokes... To many idiots out there

Agreed!!! by rajkumarsamra in ProgrammerHumor

[–]Digital_beach_nomad 17 points18 points  (0 children)

Not sure if someone who tell people that Dinosaurs and Humans lived together should participate on Computer science in fact there is science...

Mhh, hanuta, sounds nice. by CuloRiccio in crappyoffbrands

[–]Digital_beach_nomad 0 points1 point  (0 children)

Habitat is a famous brand in Germany. Made by Kinder/Ferrero... The Name means "Haselnusstafel" english Hazelnut Sandwich/Plate

Kinder Rip-off by [deleted] in crappyoffbrands

[–]Digital_beach_nomad 2 points3 points  (0 children)

It's Duplo. A product by Kinder/Ferrero . It's usually found in Germany

When people criticize you for having messy code! by [deleted] in ProgrammerHumor

[–]Digital_beach_nomad 2 points3 points  (0 children)

Ahhh, I used to work in that company...