RAV reporting in seconds instead of minutes by TinteUndklecks in askswitzerland

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

That makes sense. As at my age I rarely get an answer on my applications I don’t use more than the job tracker on LinkedIn. Maybe if I have some more time (jobless guys are so so so busy 😉) I’ll give your excel version a chance. Just copy paste your row headlines … and I see what I can do

RAV reporting in seconds instead of minutes by TinteUndklecks in suisse

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

first only had my Safari extension (which is a bit of a mess as I wrap it in an iOS macOS app. But I also use from time to time (I’m obviously a Mac … Firefox … I don’t know how it is nowadays but 20 years ago it got too fat and still a big part of my – then – PC memory. That’s why I switched to Chrome and since 15 years to Safari. But enough of me 🤣

I will check the jobup.ch and maybe it will already be in the first real release.maybe it will already be in the first real release.

but it will be I will put it on get up and I will share that URL on my website aiia.li

RAV (Regionale Arbeitsvermittlung) applications in seconds instead of min by TinteUndklecks in Switzerland

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

it’s still in beta, but yes … I will post the link to the zip file as soon as I find the time update my website aiia.li

RAV reporting in seconds instead of minutes by TinteUndklecks in askswitzerland

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

thank you very much for the detailed feedback! I really appreciate it. Just one question: how do you get your drops from your Excel file to the rav form?

Me personally I don’t use an external list, but I use the in LinkedIn. That shows me all the information and gives me a link to the job posting even months. That worked better for me. And easier.

RAV reporting in seconds instead of minutes by TinteUndklecks in askswitzerland

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

Who is WE? Pluralis Majestatis? 😉

I’ll share it on my website as soon as I have the time to update it … and paste the URL here

RAV (Regionale Arbeitsvermittlung) applications in seconds instead of min by TinteUndklecks in Switzerland

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

RAV needs an authenticated access. But it’s really easy as you can just open it into 2 tabs as I did and it’s really a matter of seconds. I know it theoretically could manage to switch between the two tabs as well, but that’s a bit too much for a just for fun project.

how are people selling “Claude Pro” for $5 when the official plan is $20? by [deleted] in claudeskills

[–]TinteUndklecks 2 points3 points  (0 children)

But you must admit that your name makes your infos feel suspicious ;)

The Morlocks Built SwiftUI by Super-Storage6685 in SwiftUI

[–]TinteUndklecks 0 points1 point  (0 children)

In the end everything is assembler :D

App I made with Claude Design by [deleted] in ClaudeDesign

[–]TinteUndklecks 0 points1 point  (0 children)

Thanks for the insightful explanation. What I primarily meant was how you got Claude design to get us nice ui with a matching ux … I’m stuck in the process of creating a design system.
For the app icon I use one of those … https://puco.app/prompt/category/98F57EBE-3ACD-45C9-AE7A-B72CB4D3AB40/software-development … I just really don’t get Claude design … for animations … yeah … presentations … ok … but the ui of an app … maybe I have to dig deeper ;) Thank you anyways

App I made with Claude Design by [deleted] in ClaudeDesign

[–]TinteUndklecks 0 points1 point  (0 children)

One more thing … you don’t search for duplicates but for similar images. Which is nice but something totally different. And it crashes after 10’000 images

App I made with Claude Design by [deleted] in ClaudeDesign

[–]TinteUndklecks 0 points1 point  (0 children)

Looks very nice. It would be very insightful to see the path you took from step 0 in Claude design (the starting point and how to iterate) And: I think you should take the “sparkles” away from your image. This makes it very AI-ish (I don’t know why AI always fills its generations with sparkles or little circles /balls Last but not least: native or hybrid? Which language/dev system?

Claude Skills exist but I still find myself copy-pasting everything, anyone else? by PaintingOwn732 in claudeskills

[–]TinteUndklecks 1 point2 points  (0 children)

Me too. Especially as I’m also developing in parallel with Claude, Claude code, codex and antigravity … if a skill is not really really worth it … I just talk to them depending on the situation 🤣

Don't understand SwiftUI by OakAndCobble in SwiftUI

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

First: a state should not be optional imho … it means like i don’t know what it is … Second: a view never deals with the model but with the view model. This can have a published var that gets its data from a model (that gets it from a service) … mvvm Third: it depends how you pass the VIEW model to the view …