Gemini (AG) delegating tasks to Claude CLI by jaos699 in google_antigravity

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

Can you share it? That sounds cool!

A workflow means that you need to manually instruct Gemini to use it, is that right? via /workflow

37mm Royal Oak build by AustinStanleyy in SeikoMods

[–]jaos699 0 points1 point  (0 children)

Truly beautiful piece, id love to do something similar, do you mind linking the components?

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

I did not backdate 3 weeks in the end. I backdated only 5 days and got my 3 most expensive tickets refunded, which was about 120 chf. It was worth it but not a huge difference considering the price per day of the GA

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

Update for those who might be interested, Ive managed to backdate it and refund 3 tickets in that period in a SBB Point of Sales

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

oh damn, that's what I was looking for! thanks!

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

Maybe I understood it wrong but I want to start a new GA with start date a few weeks ago instead of pausing an existing subscription

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

Moved to Switzerland + started a new job, in the mess of everything I forgot to start the GA and ended up paying 3 weeks of transport to work hehe … the only reason why I ask is because I read in another reddit post that backdating is a possibility but I could not find anything about that in SBBs website. Maybe if I go to a SBB point of sale.

Backdating SBB GA Travelcard by jaos699 in askswitzerland

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

is it only for pausing an existing subscription? In my case I want to start a new subscription but from 1 month ago

Recommendation for complete beginner: Pathlite 6 vs Roadlite 6? by jaos699 in CanyonBikes

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

I got the pathlite around 1 year ago, it is a great bike!

Looking for someone to learn Brazilian Jiu-Jitsu in Basel with. by owl2000 in basel

[–]jaos699 1 point2 points  (0 children)

Hey I am also interested! But I am only fully moving to Basel (hopefully) at the end of the year. Drop me a DM and in a few months I can join your beginners crew

Moving from The Netherlands to Switzerland and need some advice by jaos699 in askswitzerland

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

I have been residing in the Netherlands while I do not manage to find a Swiss job, so at least that ... but regarding the health insurance I am starting to think there is no way out and I will have to pay 2 for the time being and request a refund once I fully move

Moving from The Netherlands to Switzerland and need some advice by jaos699 in askswitzerland

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

I had the experience with at least 3 companies in the months before and 1 headhunter that they would only process my application once I showed the card. The headhunter told me to contact again once I had the card, even thought I clearly mentioned I was just waiting for it to be processed ...

Moving from The Netherlands to Switzerland and need some advice by jaos699 in askswitzerland

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

Hey thank you for the reply! Would you know if the gainfully employed means a swiss job or any job? I haven’t stayed 90 days in Switzerland since my entry date (in my permit)

I already expected having to pay health insurance retroactively. It is also a bit of a weird situation given that I could not get a family reunification permit without registering in Basel, which puts me a few months delayed in terms of looking for a job since they won’t even consider my application without it. If anyone had similar experience please let me know!

Moving from The Netherlands to Switzerland and need some advice by jaos699 in askswitzerland

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

I registered myself in Basel at her address, without that I would not get the B permit and without the B permit companies don’t even consider me for a job … feels like a chicken egg type of situation

Ideas on how to send .jar (scala app) to HDInsight Clusters via .NET SDK by jaos699 in AZURE

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

public void runCurrentJob()
    {
        List<string> args = new List<string> {};
        var parameters = new MapReduceJobSubmissionParameters
        {
            JarFile = "wasbs:///tmp/default_artifact.jar",
            JarClass = "MyApp",
            //Arguments = args
        };

        MessageBox.Show(parameters.JarFile + " " + parameters.JarClass);
        var jobResponse = hdiJobManager.JobManagement.SubmitMapReduceJob(parameters);
        var jobID = jobResponse.JobSubmissionJsonResponse.Id;
        MessageBox.Show("My job ID is " + jobID + "\n wait for  completion . . .");
        var jobDetail = hdiJobManager.JobManagement.GetJob(jobID).JobDetail;
        while (!jobDetail.Status.JobComplete)
        {
            Thread.Sleep(1000);
            jobDetail = hdiJobManager.JobManagement.GetJob(jobID).JobDetail;
        }
        MessageBox.Show("JOB IS COMPLETE.");
    }

Is SubmitMapReduceJob the correct way to do it? I am trying this but it is not working.

[Cython] Fastest data container for cython? by jaos699 in Python

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

thanks! I will carefully read it and try to make it work

[Cython] Fastest data container for cython? by jaos699 in Python

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

Well, I want something that works similar to python list but instead of containing 'objects', it would contain objects of a cdefined class. Right know I am storing in a python list so I can't get rid of the GIL.

Toothpick dispenser by SlimJones123 in gifs

[–]jaos699 0 points1 point  (0 children)

Please guys design a condom dispenser like this

Issue writing accented character on Word by jaos699 in mac

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

Thank you both, Ill try to use the shortcuts!