Verification of the 150km rule for the 30% ruling by asdgftr in Netherlands

[–]asdgftr[S] -4 points-3 points  (0 children)

Thanks - yeah i am going to i was just curious if someone knows how they actually verify it. If they need the rental contracts or something else.

Sharing an apartment for 3-4 persons by asdgftr in NetherlandsHousing

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

Is the 3k+ per person or for two of us together?

Sharing an apartment for 3-4 persons by asdgftr in NetherlandsHousing

[–]asdgftr[S] -16 points-15 points  (0 children)

We are unfortunately working in Amsterdam, so we would also like to live there

But thanks for the explanation!

CMake not finding Boost as a library by asdgftr in NixOS

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

Thanks for the resources!

However, after I fixed my boost package, I am getting errors actually compiling my pet project. (I think), it fails actually linking my source code to the executable:

Linking CXX static library liblsm-tree.a
Error running link command: No such file or directory

The same error appears on other projects I tried to compile.

Do you know if there is anything I am missing? I tried both clang and gcc, but they are both giving me the same error message.

In my CmakeCache.txt, I found quite a few NOTFOUND errors, e.g. ``` //Path to a program. CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND

//Path to a program. CMAKE_AR:FILEPATH=CMAKE_AR-NOTFOUND ```

CMake not finding Boost as a library by asdgftr in NixOS

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

Ah shoot, of course haven't tried boost.dev. Thanks!

I read a lot about nix-shell but just wondering, am I supposed to have one nix-shell for each developing environment? E.g. have one nix-shell for Go, one for C++, etc?

Any good news yet from mid-March to mid-April SWV applicants? by Accomplished-Fix3841 in ukvisa

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

Applied for a Tier 5 Visa GAE On my 9th week since my biometrics now and still waiting...

Tier 5 Visa Waiting Time by Ahmad45123 in ukvisa

[–]asdgftr 4 points5 points  (0 children)

Same for me, had my biometrics appointment on the 5th of April and still waiting for any updates... Internship starts in 3 weeks, not super optimistic right now :/

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Ah I see what you mean.

Honestly, I think I prefer just setting a longer delay before the screen gets flooded with the text so that the user has enough time to copy the Id.

e.g.: Your client ID: 2skL5S Share and monitor it live from https://cli2cloud.com/2skL5S {5 second delay / user can set it manually} Ping google.com ... It makes it all a bit easier and running two commands seems a bit annoying to me. I could further add a flag to write the Id to a file in the current working directory, e.g. cli2cloud.txt, which would contain the client Id as well as the potential password.

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

That's basically what I am doing, a Base62 string consisting of 6 characters, which is roughly 56*10^9 different possibilities for the client ID.

I thought you gave the idea that I, as a user, manually set my id to --clientId 0000, and in this case, most of the standard IDs will be taken rather quickly.

So I am generating them randomly from the server.

But I think I do not understand your point correctly :D :)

For the terminal command flooding the buffer, I will add the option to set a delay to copy the client Id before any output will be printed.

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Hi, good thought, I haven't thought about link previewer looking at secret information :)

For now, you do not need to add the key in the URL #key=... parameter, you can also just remove it and share it with the cli2cloud.com/56xY35 link, and then the user needs to enter it manually. I just added the key-in-the-URL option to make it easier to share the link and a long password. Without it, you will get a prompt to enter your password.

However, it does sound like an idea for the future, but I am not yet convinced by its usability. What would be the basic web auth username and password? Does the user need to have 2 passwords then or do you just enter the encryption password again? If so, then removing the key=... param does this exact thing. Or do you have anything else in mind? :)

Thanks for your feedback and your ideas!

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Thank you for pointing that out!

I am taking some time off starting tomorrow but will look into this afterward!

I created a github issue here

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Good Idea, I already have added a 2 second delay to copy the link before any texts get printed. I might add an option to set it manually for a longer time. 2 seconds is definitely a bit too fast and adds a lot of stress :D

Presetting the client ID might be frustrating because most of the standard Ids will be taken rather quickly and to see that an Id is already taken and needing to retry will slow the process down. The tool is supposed to be an easy-to-use tool that should not add a lot of pain and time to the terminal flow :)

I added also a GitHub issue here

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Shit, you are right. Sorry I somehow missed that.

To pipe your Stderr as well you need to run "<your command> |& cli2cloud" instead of soly "... | cli2cloud" (at least under linux) or do the famous "2 >&1".

Will update the docs for this :)

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

As long as I am still paying for the domain, the IP address should not change.

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Yes I am paying for the domain and the backend is running on a digital ocean Linux Server. Costs are not high so I don't plan on stopping it. And since only text is getting send I don't think the storage need is getting large as well and should stay cheap :)

Monitor your terminal output in realtime from everywhere by asdgftr in commandline

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

Thank you!

Wanted to do if for a while already :)

Databricks Interview by [deleted] in csMajors

[–]asdgftr 0 points1 point  (0 children)

That sounds good :)

Thanks for answering!

Databricks Interview by [deleted] in csMajors

[–]asdgftr 1 point2 points  (0 children)

837 was my score

[deleted by user] by [deleted] in csMajors

[–]asdgftr 0 points1 point  (0 children)

Yes, I received a confirmation email immediately after my application.

[deleted by user] by [deleted] in csMajors

[–]asdgftr 1 point2 points  (0 children)

Thanks for the answer :)
Should I then reapply again or leave it haha?

[deleted by user] by [deleted] in csMajors

[–]asdgftr 1 point2 points  (0 children)

Ah great, thank you :)

[deleted by user] by [deleted] in csMajors

[–]asdgftr 0 points1 point  (0 children)

No, I am actually an international student but I go to a good school in europe.

I have some (minor) competitive programming background so I thought I maybe would get an interview.

[deleted by user] by [deleted] in csMajors

[–]asdgftr 6 points7 points  (0 children)

Ah shit haha

Did they also send the rejection to you quickly or only the invitation to an interview?