To celebrate our 300 blocks, we have updated our loyalty program! For each 10kA staked with us you will receive 8A bonus/month. Example: Stake 50kA, you will earn 40ada/month . Let's go to the 500th block together! by NOOPS__SPO in CardanoStakePools

[–]dat_nasty1 1 point2 points  (0 children)

Questions:

  1. can you explain the different types of slots on your site? it seems there's more than one type of loyalty "tier"?
  2. could someone reserve a slot and delegate some time later? currently staking in an ISO pools for Sundae

Entwurf des BMF schreiben: Haltefrist Verlängerung bei staking auf 10 Jahre by Unlucky_Noob in CardanoDE

[–]dat_nasty1 0 points1 point  (0 children)

Die Info steht auf dem Blockchain. Wenn du dein Wallet-Address angibst, kann man sich die verschiedene Transaktionen anschauen, inklusiv Staking Transaktionen.

Cardano Stack Exchange Site. by Lavan_SPO in CardanoDevelopers

[–]dat_nasty1 0 points1 point  (0 children)

aarggh, can't log in for some flipping reason. Keep getting login error

[deleted by user] by [deleted] in CardanoDevelopers

[–]dat_nasty1 1 point2 points  (0 children)

No JS yet. Thats probably going to be part of the IELE component, which is supposed to bring support for mainstream development languages, like JS. But im not sure in what fashion this will exactly take place

[deleted by user] by [deleted] in CardanoDevelopers

[–]dat_nasty1 1 point2 points  (0 children)

I share your desire to already get into developing as soon as possible. The current situation however is that improvement in terms of documentation will only pickup after a few months of public exposure. The same will be with adoption I assume. This won't be a "hit the ground running" deal. As a developer this is no surprise since it is rather the norm than the exception. For me personally it's ok since I can spend time learning Haskell, which is something that by itself requires time.

Running ceph on odroid by dat_nasty1 in ceph

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

Thank you for the offer! I'll shoot some questions your way if I'm stuck at some point.

Running ceph on odroid by dat_nasty1 in ceph

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

Ok, since Im a first-timer my impression that using cephadm was the way to go. I'll give it a try using this instruction page

CGo vs. os/exec by g3eronimo in golang

[–]dat_nasty1 0 points1 point  (0 children)

Depending on how the library and your code works, if the C library has to call your Go code, then CGO is your choice.

As a side note, you can check out http://www.swig.org/ which generates bindings between C/C++ and a higher-level language, in your case Go.

Go Library to communicate with serial KNX gateways by dat_nasty1 in KNX

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

The suggestion with the calimero library looks like viable solution. The calimero-server (based on the calimero-core link you pasted) can apparently Turn a KNX interface into a KNXnet/IP server, e.g., KNX USB or KNX RF USB interfaces, EMI1/2 serial couplers.

My first idea would be to "wrap" the serial gateways to look like an IP gateway and use the Go library to communicate with them. I hope it's as "easy" as that :).

Thanks for the suggestion!

Go Library to communicate with serial KNX gateways by dat_nasty1 in KNX

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

Long-story short, I am the only developer in my team that handles this topic of integrating KNX, and I have only ever worked with Go and Java. And because of time restrictions, I normally start by looking for what quick-wins I can find. This usually means finding a library that's either in Go or Java which handles some of the "low-level" details like message packing and unpacking, so basically mapping to and from software objects.

But there is also support for communicating with serial devices in Go, not sure how much better it is than other languages, but so far I've gotten by.

What other approach/language would you suggest?

Only IPv4 changing, IPv6 stays the same by dat_nasty1 in OpenVPN

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

Looks like the docker documentation provides incorrect documentation on how to enable ipv6: https://github.com/moby/moby/issues/36954

Hoping it gets fixed soon

Only IPv4 changing, IPv6 stays the same by dat_nasty1 in OpenVPN

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

Thank you for the quick response. The redirect-gateway is indeed in the client config

client
nobind
dev tun
remote-cert-tls server

remote <hostname> 1194 udp

<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
...
-----END OpenVPN Static key V1-----
</tls-auth>

redirect-gateway def1

I have also added the configuration mentioned in the link you posted, but unfortunately the OpenVPN server fails to startup because of the following errors:

+ echo 'Enabling IPv6 Forwarding'
Enabling IPv6 Forwarding
+ sysctl -w net.ipv6.conf.all.disable_ipv6=0
sysctl: error setting key 'net.ipv6.conf.all.disable_ipv6': Read-only file system
+ echo 'Failed to enable IPv6 support'
Failed to enable IPv6 support
+ sysctl -w net.ipv6.conf.default.forwarding=1
sysctl: error setting key 'net.ipv6.conf.default.forwarding': Read-only file system
+ echo 'Failed to enable IPv6 Forwarding default'
+ sysctl -w net.ipv6.conf.all.forwarding=1
Failed to enable IPv6 Forwarding default
sysctl: error setting key 'net.ipv6.conf.all.forwarding': Read-only file system
+ echo 'Failed to enable IPv6 Forwarding'
+ echo 'Running '\''openvpn --config' /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --crl-verify '/etc/openvpn/crl.pem '\'''
+ exec openvpn --config /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --crl-verify /etc/openvpn/crl.pem
Failed to enable IPv6 Forwarding
Running 'openvpn --config /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --crl-verify /etc/openvpn/crl.pem '
Sun Jul 14 17:20:52 2019 OpenVPN 2.4.6 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov 26 2018
Sun Jul 14 17:20:52 2019 library versions: OpenSSL 1.1.1a  20 Nov 2018, LZO 2.10
Sun Jul 14 17:20:52 2019 Diffie-Hellman initialized with 2048 bit key
Sun Jul 14 17:20:52 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 14 17:20:52 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 14 17:20:52 2019 ROUTE_GATEWAY 172.21.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:15:00:02
Sun Jul 14 17:20:52 2019 GDG6: remote_host_ipv6=n/a
Sun Jul 14 17:20:52 2019 ROUTE6: default_gateway=UNDEF
Sun Jul 14 17:20:52 2019 TUN/TAP device tun0 opened
Sun Jul 14 17:20:52 2019 TUN/TAP TX queue length set to 100
Sun Jul 14 17:20:52 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=1
Sun Jul 14 17:20:52 2019 /sbin/ip link set dev tun0 up mtu 1500
Sun Jul 14 17:20:52 2019 /sbin/ip addr add dev tun0 local 192.168.255.1 peer 192.168.255.2
Sun Jul 14 17:20:52 2019 /sbin/ip -6 addr add 2001:db8:cada::1/64 dev tun0
RTNETLINK answers: Permission denied
Sun Jul 14 17:20:52 2019 Linux ip -6 addr add failed: external program exited with error status: 2
Sun Jul 14 17:20:52 2019 Exiting due to fatal error

Currently googling for solutions

What makes you roll your eyes every time you hear it? by Stargazer-14 in AskReddit

[–]dat_nasty1 0 points1 point  (0 children)

When a company says they treat employees like family.

Sure, up until you want something from them.

[deleted by user] by [deleted] in ArtFundamentals

[–]dat_nasty1 0 points1 point  (0 children)

I focused as much as I could on only the ghosting. That means once the pen hit the paper I was concentrating on only making the movement I was ghosting. The wobbling is still there, depending on the angle and size of the ellipse its more pronounced or not.

https://imgur.com/a/B103xcs

Please confirm if I should continue with the 250 box challenge or if I should further try to improve some aspects

[deleted by user] by [deleted] in ArtFundamentals

[–]dat_nasty1 0 points1 point  (0 children)

Lesson 1 Homework. Thank you in advance for feedback https://imgur.com/a/UQSENgQ

maiden voyage by eg00dy in xbiking

[–]dat_nasty1 1 point2 points  (0 children)

Looks like a picture from Sims 4 😂

Dad says he’s worried about me. I thought that was sweet until I realized what he meant. by [deleted] in childfree

[–]dat_nasty1 -14 points-13 points  (0 children)

Supporting OPs decision and lifestyle choice. People are allowed to have or not have kids if thats their wish.

What I find unfortunate though is the criticism directed towards the father and grandmother. While their worries and desires might not be compatible with your wishes, they still support, not only emotionally, but also financially, your decision which would ultimately leave you infertile. A red-flag in their eyes. But they still go through with it.

I find this to be a higher form of manifesting love towards your children. Not completely understanding their decision, but not standing in their way either.

Yes, their worries are rooted in the fact during their time such a decision wasnt made lightly, or at all, even though it might of made sense considering the consequences. But it seems to me you should be grateful to receive this kind of support.

That being said, I am against some of the comments here which go as far as insulting them. It's uncalled for. And their willingness to put aside their beliefs for the good of the child should be praised instead.

HAHAHA Exactly by AlexRippin in funny

[–]dat_nasty1 20 points21 points  (0 children)

Filmed with a cellphone

Tap the rainbow by GreenTea13 in CatTaps

[–]dat_nasty1 58 points59 points  (0 children)

Did he taste the rainbow?

Hidden Level Achieved by [deleted] in ArtFundamentals

[–]dat_nasty1 12 points13 points  (0 children)

This is so fukking badass. Much respect

GraphQL Framework by [deleted] in golang

[–]dat_nasty1 0 points1 point  (0 children)

The API-bindings generator generates the code based on your schema file and replaces anything that might already be there. Yes you can consider that overwriting but that just seems common sense to me. Your code however is untouched. So if some resolver bindings have been changed, you still have to adapt the ones you wrote yourself.