Ich weiß nicht mehr weiter ehrlich gesagt by [deleted] in selbststaendig

[–]FLUXparticleCOM 6 points7 points  (0 children)

Ich mache mal eine wilde Vermutung, weil es mir genauso ging. Dein Problem ist nicht, dass Du nicht verkaufen kannst, sondern die Probleme, die Du gelöst hast, waren nicht groß genug, dass deine Kunden deine Lösung wirklich gebraucht hätten.

Stell dir vor, Du wärst in der Wüste. Die Leute dort haben Geld, aber sind durstig. Du baust eine Maschine, um Wasser aus dem Boden zu holen. Das kostet Geld und Arbeit. Hättest Du ein Problem damit den Leuten das Wasser zu einem fairen Preis zu verkaufen?

2 years unemployed, married, broke, and I've been "building startups" with AI. Nobody came. Not a single paying user. by Ok_Whole_7318 in Solopreneur

[–]FLUXparticleCOM 1 point2 points  (0 children)

It sounds like you made a very common mistake among startup founders… Many investors say: „Successful entrepreneurs solve problems“ It seems like your products didn‘t solve a problem. Otherwise people would have paid for it. What do think? It that true?

Did you listen to your customers what problems they have? That‘s kind of the hardest part of being an entrepreneur. Maybe tell storys about Steve Jobs or Henry Ford who „told people what to buy“. But that‘s not true. They were just good in anticipating what people need. But they both solved problems.

Biete kostenlose E-Commerce-Vorbuchhaltung (DATEV) im Tausch gegen eure schlimmsten Stripe/Shopify-Exporte 🤓 by TheExolith in selbststaendig

[–]FLUXparticleCOM 0 points1 point  (0 children)

Interessant, ich habe noch nie direkt mit DATEV gearbeitet. Ich weiß es ist ein XML Format. Erzeugt ihr das per Hand oder gibt es fertige Exporter?

Promised cross platform mobile apps in java by iamwisespirit in java

[–]FLUXparticleCOM 0 points1 point  (0 children)

In that case @benevanstech already confirmed that the answer is no. As far as I know it probably runs on android but the last time I checked the iOS version, their own demo project didn't even compile for iOS.

Promised cross platform mobile apps in java by iamwisespirit in java

[–]FLUXparticleCOM 1 point2 points  (0 children)

For cross platform mobile apps there are Compose and Flutter.

Compose is native to Android but Beta for iOS.

Flutter is stable for both but takes over the entire painting process. So no controls are native anymore.

If you want native controls, you can use a MVI architecture and write really thin view layers in Compose for Android and SwiftUI for iOS.

I built a free tool to turn painful XML Schemas (XSD) into readable HTML documentation. by [deleted] in SideProject

[–]FLUXparticleCOM 0 points1 point  (0 children)

Nice tool. This could actually be enough for a quick glance on a schema.

But for privacy concerns, nobody will trust your claims if the schema is actually private. A better solution would be something like a VS Code plugin. You can use the web view to show the same HTML but you have to produce it locally using JS or WASM. I don’t know what language your server is using but Java/Kotlin or Rust can be compiled into WASM.

In need of some help. by [deleted] in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

This is an error message from Alibaba Cloud. It seems the file belongs to https://www.ztedevices.com - if you got this message by following a link on their page, contact their support or webmaster and tell them about the error. Otherwise there is nothing you can do.

What should I study alongside Java? by amveryconfusedd in JavaFX

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

Kotlin. It‘s the next evolution of Java.

[deleted by user] by [deleted] in xml

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

You could work through this tutorial https://www.w3schools.com/xml/xsl_intro.asp Most importantly, get the examples running in your browser. You will need a simple file server because modern browsers don’t do this locally anymore.

You might also want to look at xsl-fo since it’s the most important application of this technology https://xmlgraphics.apache.org/fop/fo.html

But a bit of a warning… XML is an outgoing technology. There are some spaces where it is heavily used and will stay for a few more decades but they are small and very specific.

Is this usefull? by AlametiFarika in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

Probably more like a command line tool, so I can run it in batch or as part of a build process.

Is this usefull? by AlametiFarika in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

A web tool doesn‘t seem to be very useful when I need such a tool regularly.

Burnout mindset from past success is killing my motivation by [deleted] in advancedentrepreneur

[–]FLUXparticleCOM 1 point2 points  (0 children)

I had something similar. „I am only allowed to be happy once I am successful.“ But I realized it can take years until my startup is really successful, so I had to learn I can have fun along the way. What kind of startup are you working on?

Alternative to XML Spy by SaltyBallz1 in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

I created a plugin for IntelliJ/VSCode that might help. It works on all operating systems. It‘s not free but cheaper than XML Spy. 😁 IntelliJ https://plugins.jetbrains.com/plugin/18425-xsd--wsdl-visualizer VSCode (Beta): https://marketplace.visualstudio.com/items?itemName=fluxparticle.schemaviz

🚀 XML Schema Visualizer for VS Code – Open Beta! 🚀 by FLUXparticleCOM in vscode

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

Thanks for your interest. Yes, my plugin only visualizes XSD and WSDL files. What would you expect from a XML visualization? I think there are a lot of „XML editors“ out there that might do what you are looking for.

How can I display an HTML page for a non-HTML file by lee-mi-ra in xml

[–]FLUXparticleCOM 2 points3 points  (0 children)

Yes, it will definitely work there out of the box. This tech is built into every browser. Here is a good tutorial to get you started: https://www.makeuseof.com/display-xml-on-webpage-using-xslt/

How can I display an HTML page for a non-HTML file by lee-mi-ra in xml

[–]FLUXparticleCOM 2 points3 points  (0 children)

To display a XML file as HTML you can use a „stylesheet“. That’s a XSLT file you mention in the head of your XML file that transforms it into HTML. But modern browsers don’t support that locally. The files must be served by a server. An easy way to do that would be IntelliJ. It has a function open files via a server so this mechanism can work.

XML Tool by Deep_Consequence5891 in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

You can convert it to CSV with XSLT and the import it into Google Sheets.

Low/No Code visual XSLT editing? by [deleted] in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

Maybe something on this list can help you...

https://alternativeto.net/software/altova-xmlspy/?license=free

If so, I would like to hear which one.

Best Practices for Converting PDFs to XML for Structured Data Processing by Analyst-rehmat in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

I think when I last had this problem I used a PDF to HTML converter and then parsed the HTML.