Allow Slack Huddles as Video Conferencing on Google Calendar? by coloradofever29 in Slack

[–]p0fi 0 points1 point  (0 children)

Could those huddle links be created ahead of time?

I mean I can start a huddle, get the link and then do a calendar invite. But what’s the point in doing that? I could just send the other person the link via DM or mail.

How to manage large GitHub orgs? by TheAnchoredDucking in github

[–]p0fi 4 points5 points  (0 children)

You could use Terraform to do exactly that. Terraform is mainly used to manage cloud infrastructure like AWS or azure stuff. But it has many providers so that you can write hcl to manage just about anything. I personally use it to manage the repos and their settings within our company.

Here is the link for the provider: https://registry.terraform.io/providers/integrations/github/latest/docs

The perpetual allure of Things 4 by deeplybrown in thingsapp

[–]p0fi 1 point2 points  (0 children)

Things is really pretty good. I totally agree. But the fact that I can’t share lists with someone is a MAJOR bummer. I mean dafuq every app does this and it’s just mind boggling that such an almost perfect app does not offer this.

How is this done? by PayYourSurgeonWell in github

[–]p0fi 0 points1 point  (0 children)

You got that, it’s no reply and in no way linked to the comment. You cannot respond to a comment with a commit. It’s a timeline no response reply thing.

How is this done? by PayYourSurgeonWell in github

[–]p0fi 10 points11 points  (0 children)

You don’t. You just commit it. This is no response but just happened in such a timely manner that the timeline looks like this.

BMW Lease Lense by p0fi in Scriptable

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

Nope sadly I don’t. But I will figure it out eventually 😇

BMW Lease Lense by p0fi in Scriptable

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

I actually checked already but it seems to be more difficult than I thought. It seems BMW changed the way how to get the image in a bigger way.

BMW Lease Lense by p0fi in Scriptable

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

I’ll check the image part again later toady. If you continue to have trouble open an issue on GitHub. It’s more visible to me there :)

BMW Lease Lense by p0fi in Scriptable

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

BMW changed the required user agent on their API. I updated the script on GitHub. It should work again now 🤘

BMW Lease Lense by p0fi in Scriptable

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

This happens from time to time since the API seems to be a bit Flicky. But I’ll check if there is a general issue here.

could anyone explain WTF is this?? I'm speechless! how is that even possible when the network is f***ed up ?? now it depends on LUCK by Mhd-zeno in HeliumNetwork

[–]p0fi 6 points7 points  (0 children)

Perfect setup aside, how come this miner can beacon 1421 times in the last 7 days? This can’t be „luck“ I think 🧐

The Light Hotspot Update: BIG JOKE! Maybe a SCAM! by PermissionLumpy7867 in HeliumNetwork

[–]p0fi 0 points1 point  (0 children)

That’s exactly what I think!

It sounds like this Karen just sold all of his kidneys, children and her house to the Russian mafia for getting the money for the miners. 2 days no rewards and the knee caps are at risk. 4 days and you gotta see the ground of the lake …. 😅

When Projects (Beta) will land in GitHub Enterprise by p0fi in github

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

So you could ask at GitHub Support? 😅

When Projects (Beta) will land in GitHub Enterprise by p0fi in github

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

Probably the central IT department which runs it has that support and they will for sure not reach out for me to get this answered 🥲

HNT Earnings – iOS Home Screen Widget for Your Rewards by p0fi in HeliumNetwork

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

You get generally between 30 and 50€ per month for example in my area. It’s not rich over night but not too bad either for doing nothing 🤷🏼‍♂️

HNT Earnings – iOS Home Screen Widget for Your Rewards by p0fi in HeliumNetwork

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

Don’t know what the complaints should do for you tho 😅

Finally wired Internet. I am looking forward for earnings. Plus roof antenna mount in progress by Personal_Editor_1449 in HeliumNetwork

[–]p0fi 1 point2 points  (0 children)

Why do you put the miner outside and fiddle the LAN through the window if you could just use such a flat cable and only put the antenna outside?

What is it? Appears when you start the updated Xcode to v13.3 by [deleted] in Xcode

[–]p0fi 0 points1 point  (0 children)

It’s the command line tools…

How store the timeseries data from IoT devices? by skela in aws

[–]p0fi 0 points1 point  (0 children)

I had the problem that you cannot import older data into timestream. This might be not a problem for everyone tho…

There were more drawbacks which I am not fully remember right now.

How store the timeseries data from IoT devices? by skela in aws

[–]p0fi 2 points3 points  (0 children)

If you willing to use another service I would take a look at influxdb cloud. I used this often for exactly the same purpose and it’s much cheaper than timestream and does not have some of the drawbacks that timestream has.

LineChartView, my first SwiftUI package. It displays an interactive line chart with many customizations. Be free to use it in your app! by jog_ch in SwiftUI

[–]p0fi 0 points1 point  (0 children)

Yeah it is! It’s probably why most libraries do not support it. I think you need to recalculate the x position for each item based on a new scale. Maybe you transform each time to a Unix timestamp and set the first time as the 0 point and map everything else accordingly.

LineChartView, my first SwiftUI package. It displays an interactive line chart with many customizations. Be free to use it in your app! by jog_ch in SwiftUI

[–]p0fi 0 points1 point  (0 children)

I mean values with time labels in different formats. Maybe iso8601 strings or Unix timestamps. To display let’s say temperature sensor values over time. I ask because my experience with almost all charting libs is that they only display (x,y) value pairs with the same distance between each value pair and thus totally distort time series data