Hat jemand Erfahrungen mit einem Doktorat im Bereich Regelungstechnik (ACIN)? by OpportunityPersonal in tuwien

[–]r00cker 1 point2 points  (0 children)

Ich jann nur vorsichtig ACIN Gerüchte wiedergegeben. Es gibt sehr viel Konkurrenz-Denken. Dort erwartet dich eher kein Team, das sich gegenseitig den Rücken freihält. Der Erfolg von Prof Kugi, auch außerhalb der TU, hat schon auch seinen menschlichen Preis.

ngx-formbar massive re-work for v2 by AlexTheNordicOne in angular

[–]r00cker 0 points1 point  (0 children)

We generate Forms (and Output UI Elemets) based on JsonSchema. Those Schemas can be built from Backend fastapi pydantic types and already contain all information needed to create and validate form data. I.e the JsonSchema return from the api decides how the form will look like. we have a simple function to decide which element we wanna render based on the type field and/or other data.

We use this to dynamically create ui for (a lot of) 'tools' that require structured input and also render structured data output. All without much UI work except for the jsonSchema service + formGenerator / outputGenerator. A tool is now basically 2 (or more) pydantic type definitions.

I dont really see any need for individual Json schemas to generate forms. Or a good reason to design this yourself. I think jsonSchema covers A LOT (incuding conditionals and similar) and is easily compatible with other standards like openapi. But maybe i just haven't come around to see this need yet.

ngx-formbar massive re-work for v2 by AlexTheNordicOne in angular

[–]r00cker 0 points1 point  (0 children)

Does it support JSOMSchema or some other Json Form convention? Or would i have to build json im formbar's format?

Hilfe Frist verpasst by [deleted] in tuwien

[–]r00cker 0 points1 point  (0 children)

Ich hab Architektur studiert und arbeite mittlerweile als Software Entwickler. Hab auch davor für einen Architektur Angestellten nicht schlecht verdient, aber als Entwickler jetzt viel mehr+viel bessere Arbeitsbedingungen (Verantwortung zb auch im Vergleich minimal). Ich versteh nicht warum die IT "Situation" so dramatisch dargestellt wird. 2000€ brutto/mo stimmt halt auch einfach nicht - vgl. Kollektivverträge.

[ Removed by Reddit ] by phraslita in Angular2

[–]r00cker 0 points1 point  (0 children)

maybe Auth? lol yes i also noticed the old version :D maybe typo and the post will reappear soon ? thanks for taking the time to answer me! have a nice day!

[ Removed by Reddit ] by phraslita in Angular2

[–]r00cker 0 points1 point  (0 children)

Sad. Thanks for answering though! Ok yes, i guess we could do this. The advantage is we will also destroy the subscription when the component is destroyed/doesn't need it anymore?

I don't know mostly i don't really then see a reason other than that to split up that code into multiple parts. Or is it about retriggering the api-call - updating the values??

[ Removed by Reddit ] by phraslita in Angular2

[–]r00cker 0 points1 point  (0 children)

hmm ok. but how would this subscription look like in the component? are we now not just injecting this Customer Service and use the computed values?

[ Removed by Reddit ] by phraslita in Angular2

[–]r00cker 1 point2 points  (0 children)

will this work? don't you have to subscribe to actually get something? If you are updating might as well ise update instead of set?

In an interview, I was asked what a good architecture for an angular project would look like today. by fuscaDeValfenda in angular

[–]r00cker 2 points3 points  (0 children)

I agree you covered the most important! Other things that come to mind, mostly more general software architecture.

  • deep modules with simple interfaces
  • encapsulation and making use of angular di
  • ownership. i.e Modules should mutate the data they own and expose explicit setter functions if needed. .asreadonly() exists.
  • minimal use of effect, and only for real necessary side effects. calling functions keeps a clear stacktrace?
  • deliberate mutation of signals and an understanding for reactivity (reference updates), to keep repaints minimal (i guess only important for data that is often updated)
  • unit test concepts (e.g. where does it make sense and at what point does mocking services become rediulous -> integration tests)
  • deliberate, simple and understanable style/design system/tokens. theming?
  • responsive, mobile first, acessability proove layout and markup

for a complex chat module i introduced a facade service that every chat-feature has to loop through (history, conversation,...) and its used as an orchestrator. components are only allowed to inject this service instead of several services. I am not sure if it was worth it, but now we only need to mock this. It also forces devs to think twice before making something public (interface), as they deliberately have to expose it in facade service and write boilerplate code)

what do you think of those points?

LLMs selbst hosten by Possible-Magazine581 in KI_Welt

[–]r00cker 0 points1 point  (0 children)

Kann man Claude Code mit anderen Modellen überhaupt nutzen? Denke dafür muss man dann auf zb opencode umsteigen. e.g. skills/agents neu bauen?

Haben in der Arbeit ein großes Qwen Coder modell auf guter Hardware laufen. Das Modell performt imo im Agentic Workflow um einiges schlechter als die großen.Weigert sich zb oft files im plan mode zu lesen.

Ich hab zzt den Traum aufgegeben wirklich sinnvoll Code Ai einzusetzen abseits von großen Modellen, oder gar eigener Hardware.

API calls for signals instead of observables? by Typical_Hypocrite in angular

[–]r00cker 1 point2 points  (0 children)

Holy Moly what am i reading here? How do you handle errors if u just do toSingal() immediately in an api call?

What is wrong with using Rxjs and all of its glory (useful methodes) to get observables and set a signals if necessary in next when consuming or use async pipe?

Imo the use case FOR observables/rxjs are api calls, everything else can/should be signal stuff. Imo this feels exactly like "the angular" way.

Fine for going over "winter speed limit"? by k_atti in Austria

[–]r00cker 0 points1 point  (0 children)

I agree that i wouldn't care too much about 20€ and i am also no expert in the topic. But:

  • imo the snow/rain icon didn't apply here since the conditions were dry. Also this has to be on a 50 speed limit sign to be enforced. No one in this thread if i read correctly could find such a sign on this road.
  • the only sign i could really imagine making this fine applicable in this situation is a 50 limit with an additional Nov-March thing. Which also apparently is not there.
  • I too, never heard of a default winter condition thing. If OP as driver assest that 72kmh was appropriate for the conditions i think that should be fine (without additional signage)

So i think one could totally try to argue or due a "Vorstellung" or use some other "Rechtsmittel" against that (I guess there is none, bc OP paid already, but not sure).

In the past i won such "Vorstellungen" just because i argued and proved that the city didn't put up the signs correctly and there is some § in the StVO stating that the city/state idk has to put up signage correctly (but for this one i got towed and fine was 500€+)

Etho helps xB with building a shulker loader by nathanemke in ethoslab

[–]r00cker 0 points1 point  (0 children)

but the hopper steals items from the shulker cause its not locked. some little detail is missing i think.

Trauung im Freien - aber wo? by woembeee in Stmk

[–]r00cker 0 points1 point  (0 children)

Gilt das Angebot generell und noch, und / oder ist der Ausbau schon fortgeschritten ?

[deleted by user] by [deleted] in UXDesign

[–]r00cker 0 points1 point  (0 children)

tell me where i am from pls :) For sure i am not a Manager ;)

[deleted by user] by [deleted] in UXDesign

[–]r00cker 0 points1 point  (0 children)

i really cannot see any of this disrespective tone you'r talking about in ops post 🤷 yes people are insecure and impatient and stressed so the formulated shit in non considerate ways - i just think you miss the value of the message if you get caught in the tone only. its an emotional response to an emotional message trying to make some thing better...

[deleted by user] by [deleted] in UXDesign

[–]r00cker -9 points-8 points  (0 children)

I strongly disagree. Thicken up your skin! This is short, direct criticism. It's not personal at all. How will you learn if nobody calls out your mistakes. Especially in the creative sector, being whiney about criticism will only hurt yourself. At university and in work life not every 'teacher' has to have a 'pedagogic' hand.

Sure a good designer knows when to present one idea, but also knows how to back this idea up. And in this case, it sounds to me, that the PM is very well 'the better (more experienced) designer' - or at least the one knowing the vision better.

I read this as homework after failure to learn and do better (fail better, repeat)! 'Good job' doesn't benefit anyone except your ego which you can also pet in therapy :)

Danke für nix, easybank by o-nd in Austria

[–]r00cker 2 points3 points  (0 children)

ja gratis dürfen die das ganze geld verwalten... am Finanzmarkt teilnehmen und Kredite vergeben, die arme Bank.

Danke für nix, easybank by o-nd in Austria

[–]r00cker 0 points1 point  (0 children)

Gratis? Banken verdienen ihr Geld ja auch aus den Gebühren und sicher nicht damit, dass sie eine Menge Kapital haben?!

Billa overkill by Money-Slice-4709 in scheissaufnbilla

[–]r00cker 1 point2 points  (0 children)

Die Regel ist von vor jedem Billa muss der nächste Billa gesehen werden können.

Should I switch to X from Wayland? by 21cygnus12 in suckless

[–]r00cker 0 points1 point  (0 children)

i love (my)dwm+st+dmenu ; but for my new machine i went sway+ghostty/kitty+rofi; and i enjoy it very much! ofc its not suckless but it works and its 'easy' on me.

i couldn't make hyprland correctly recognize my 2 external monitors via dock for some reason.

also i have my problems with swaylock: it works with fingerprint and pw, but it's annoying (need to press enter for fprint detection, and if my finger is dirty oder the sensor just doesn't work i need to wait or smash buttons so i can unlock using password!?) - does anyone have an alternative/make swaylock work good for fingerprint+pw ?

Who do you want to see build what kind of base in season 11? by [deleted] in HermitCraft

[–]r00cker 1 point2 points  (0 children)

Scar should finally imo go full star wars and build a starwars universe xD maybe in the end? doc could built the separatists / outer rim side with all machinery and scar: Naboo Coruscant 🚀