Been a really nice day today. Just one more day at the office then it’s a long weekend (We have Monday off work). Looking forward to that!
Have a nice day everyone!
@movq@www.uninformativ.de Hope you get some time to relax :)
Gonna code a bit tonight. Clean up the image code, then I will rewrite some of the code that uses libcurl, make a more generic function that I use in the calls, instead of many functions. That will be nice.
@prologic@twtxt.net They have some markdown support that you can use, but I have not looked into that yet, I might check on that for clickable links in label.
I now just get all the attached links in each post, check for direct links to images, download them and show them as in the screenshot.
Got a really nice chain from my stepdad today, gonna rig it up in the garden so that the dog can be there as much as he wants without me worrying about him jumping the fence.
Working on showing attached images in the desktop client, it worked on first try.
Now I need to fix the scale and alignment - but cool that it works already!
@carsten@yarn.zn80.net Yeah, I keep my account too - do not want to get rid of it, but I do not post much anymore there at all, just retweet stuff I find interresting. Also I’m so boring there that I get almost no followers and such, never got any traction there, even though I’ve been there since 2008. I write more here then there, and get more response here as well.
@carsten@yarn.zn80.net Been thinking about leaving twitter recently, so much drama there. But I have not decided yet. It’s still a bit useful for me for getting my tech related news stuff and things like that, so I cannot get my self to leave yet.
@carsten@yarn.zn80.net Yeah, that seems to be the case :)
Hm, unusually quiet here today - started to wonder if something was locked up on my server.
@prologic@twtxt.net The good thing here at least is that you get back on your taxes if you loose money, so that helps a bit, and if you buy mining gear you can write some of the cost up as well etc. So it’s a pretty nice that they have done it that way here. The only downside is what I mentioned already - the complexity of filing it all.
@prologic@twtxt.net The one I actually use for something is Monero. I also mine it (asic resistant, mined with cpu). The others I just put some savings in every month. The whole pyramid scheme thing - I do not think much about honestly. Crypto is here to stay, won’t go away. And for me it’s better then stocks because I know nothing about stocks and such. I do not put much into it. I also had some NFT stuff that I minted - which I sold for 10x the price later on, but honestly - last year I gained as much as I lost, so it evened out to almost 0.
@prologic@twtxt.net yeah. Everything else on my taxes are already folled in. For crypto you need to add each and every transaction. The online service I use has api to each major exchange, pulls the data and crunches the numbers for you though. The problems start when you use decentralised exchanges or unsupported wallets etc. Took some hours to sort out on my end. But now I do not have to worry about it. 😀
Had to add all my crypto to my taxes, damn that is a painful process. There are online services that helps with that part, so I use that to help. but I have transactions all over the place, so it takes a lot of time. But now it’s done for this years tax report :)
@prologic@twtxt.net Woho! Good to hear!
How are you all doing tonight?
@prologic@twtxt.net it’s been ruunning smooth sll night/day now.
@prologic@twtxt.net ooofff. Hope you get through it quick.
I do not like that they snoop around here. But I’m not surprised.
“Nordic media reveals Russia’s secret operations in waters around their states”
@prologic@twtxt.net It did not crash today (after it did earlier today), I now compiled and updated to latest, I’ll let you know if it happens again.
make install
won't work with makepkg
, at least on the PKGBUILD script i made. Is that actually the case or is it something else?
Does this help?
https://bbs.archlinux.org/viewtopic.php?id=233356
@prologic@twtxt.net I will try and get that tonight. (Currently at work).
Getting a very frequent crash in yarn. Have to restart it several times a day now. Ill pull down and compile latest later today and see if that helps.
@funbreaker@twtxt.net good night! Sleep well!
Time to get some sleep! Good night to you all!
@shreyan@twtxt.net @prologic@twtxt.net I like the way he did that interview, that way they cannot warp what’s being said etc.
@funbreaker@twtxt.net no need to feel dumb. This is why testing is nice! That being said - ill make a fix for that too :) this is why I appreciate you taking the time to test, because we have now found many things to improve already 😀
@funbreaker@twtxt.net I tested now against twtxt with a account I created -it segfaulted if you had a / at the end of the server url.. My bad.. works if you remove the slash. I will fix it in the client so that it removes the slash if it’s in the server url.
@funbreaker@twtxt.net Also, did you compile rapidjson from source? Or install the package with your OS? I built the latest version and installed that - if the problem continues now after I fixed the error on my end - then that might be the cause.
@funbreaker@twtxt.net I have pushed a fix now to git, I now got rid of the error when I use it on my end. I will create a test account on twtxt later tonight (after dinner and all that) if needed. If you test the latest on your end before that - let me know :) And thanks for your patience.
15 degrees + today, feels like summer. Gonna chill all day outside today and enjoy the nice weather :)
@prologic@twtxt.net no, its on my end.
@funbreaker@twtxt.net seems to be related to the way the timeline array is done. I will rewrite that part. I’ll start tomorrow.
@funbreaker@twtxt.net Ok, I saw that error here now as well - but it does not crash. I have put it in the issue tracker, I will fix it and let you know once I’ve tracked it down.
@funbreaker@twtxt.net thank you!
@prologic@twtxt.net haha yeah. I had a good laugh from that.
@lyse@lyse.isobeef.org thanks again! I’ll get those things sorted.
@funbreaker@twtxt.net Could you pull the latest code and rebuild? I have added SSL verification now.
If it still fails I’ll make a twtxt account and look into it more.
@lyse@lyse.isobeef.org @prologic@twtxt.net it seems like the ssl verification works now, I enabled it - but also added another option as well that I now saw in the docs, and now it did not fail on my end (which it did before). I will add a ‘enable ssl verification’ checkbox (checked by default) so that those who do not need or want it for testing and such can disable it if they want.
@prologic@twtxt.net thank you, found that as well. Had a read, and well.. behavior like that is not easy to deal with.
@prologic@twtxt.net I get ‘forbidden’ on that link.
Huh? Not sure what you are referring to here to be honest.
@prologic@twtxt.net yes I will test it :) cloudflare is something I do not have on my end, so I never thought of that, so glad you mention that as a potential issue to solve. Ill check on it.
@funbreaker@twtxt.net yeah, that can be a issue. I will check some of these things tomorrow :)
@funbreaker@twtxt.net okay, so something goes wrong in the response you get. Hm. I see you use twtxt, ill check against there tomorrow and see if I can find the issue (midnight here now). Also ill work on better error output as well when I find the problem.
Thank you for testing!
@funbreaker@twtxt.net cool! Can you launch through terminal and check if it outputs the problem?
@lyse@lyse.isobeef.org Also - I agree with the rest of what you say. I just have a habit of making stuff work, then improve, but what you mention is somethig I need to be better at doing from the start, so I’m glad you mention these things. Also - the TLS check - it refused to connect if I have it enabled, and from what I saw online you need a copy of the servers cert locally to have that enabled, that’s at least what I found when I looked into it, but it’s worth a second look for sure. Pizza was great today, i’m stuffed! :)
@lyse@lyse.isobeef.org valid points and noted. 😀
It will improve shortly. I had not thought about quotes in password, so that was a nice catch that needs to be fixed.