HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thunfisch

no profile record

Submissions

I Wrote a Domain-Specific Language (DSL)

radulucut.com
3 points·by thunfisch·2 jaar geleden·1 comments

Kubermatic KubeLB

github.com
1 points·by thunfisch·2 jaar geleden·1 comments

comments

thunfisch
·vorig jaar·discuss
Hugged to death. https://web.archive.org/web/20250128175526/https://swallowmy...
thunfisch
·2 jaar geleden·discuss
It's using a slash because that's how ISO 8601 defines time intervals. https://en.wikipedia.org/wiki/ISO_8601#Time_intervals
thunfisch
·2 jaar geleden·discuss
I heavily advocated for introducing GitLab at our company 5 years ago. We're now stuck with it, and GitLab is increasing the price continually. We started with the $4/month start edition because we needed 1 or 2 features, and now we are looking at $29/month for the same 1 or 2 features. We are seriously looking at ditching GitLab because of this. The price hike is insane. They're destroying their customer base in the long term for short term profits.
thunfisch
·2 jaar geleden·discuss
The only thing that I wish that camera-makers would finally agree on is a common mount. I'd love to try out camera bodies from different manufacturers, but that almost always means switching your entire lens collection as well. No, thanks.

I agree on built-in GPS (currently need to pair with a smartphone - which I'd rather love to leave at home), but everything else seems like a non-feature to me. I have zero interest for that on my Camera, because the experience would just be insanely annoying. Touchscreens are awful for camera operation - the feature is turned off permanently on my camera. Camera needs to be operatable blind, touchscreens are awful for this. Please give me more buttons and dials.
thunfisch
·2 jaar geleden·discuss
Do you know of Scribus, or do you not consider it a good OSS equivalent for InDesign? Last time I've worked with InDesign was around 2011, and it was meh. Scribus is also really realy meh, but gets the job done. I've got an Affinity license and have been using Designer for a bunch of projects - to me it's a toss between that and Scribus for what I do. They are totally different, but I have more experience with Scribus and therefore am much quicker in using that.
thunfisch
·2 jaar geleden·discuss
Based on the information provided being contradictory with itself, and omitting things that were at that time plainly visible on the site. Also, there were comments restored against my will from years ago, which were not contained in the data dump, even though others were. Which means that Reddit holds data in other places (otherwise they would have been unable to restore that), but have not detailed them in the GDPR request, which means that they have answered dishonestly and incomplete.
thunfisch
·2 jaar geleden·discuss
When the API changes were introduced, I tried to overwrite and delete my comments with a similar browser addon.

I had to repeat the deletion for months afterwards every week, because Reddit restored some random comments of mine again and again, even though they supposedly can not be recovered after being deleted.

I'm fairly convinced that they keep the data even after you delete it. I tried to follow up with a GDPR request, which they answered dishonestly and incomplete, I escalated that to my local authorities and then it took a few months for that authority to get back to me, requesting more information. Sadly I'm not in the mood to throw more of my personal time on this, but hope that at some point Reddit faces some legal actions for their behaviour.
thunfisch
·2 jaar geleden·discuss
I'm concerned with suggesting that it's enough to fight one group of adversaries, which will then be replaced with another group, and another, instead of actually fixing the underlying issue. Suggesting threat of life to those people (which is a very real thing for russians now) is no better than what happens when a ransomware gang locks down a hospital. That would be fighting fire with fire.
thunfisch
·2 jaar geleden·discuss
Did I read this wrong, or is the article essentially "Microsoft screws up security over and over again. Let's throw humans in Russia that are exposing these vulnerabilities under the bus of a dictatorship and possibly get them killed in a war. Instead of forcing the gigantic cooperation to not screw up security over and over again and finally clean their house"?

Wow.
thunfisch
·2 jaar geleden·discuss
Vector to me is more than just "high-performance" - It's a true swiss army knife for metrics and logging. We regularly use it to transform logs to metrics, metrics to different format, push them to different datastores, filter them, etc. It's wild how flexible this program is. It has become my first choice for anything regarding gathering/aggregating/filtering/preprocessing observability data.
thunfisch
·2 jaar geleden·discuss
Announced today. TL;DR: Run your loadbalancers in a single place, let other (workload-)clusters push their configs through KubeLB to the loadbalancer-cluster, which loadbalances onto the workload-clusters.

Announcement post: https://www.kubermatic.com/blog/introducing-kubelb/
thunfisch
·2 jaar geleden·discuss
Low-latency (e.g. less than 20 lines) Videoswitchers/mixers. There's a huge amount of data (12Gbps for 4K/UHD) per input, with many inputs and outputs, all with extremely tight timing tolerances. If you loosen the latency restrictions you can do a small numbers of inputs on regular PCs (see OBS Studio), but at some point a PC architecture will not scale easily anymore and it is much more efficient to just use FPGAs that will do the required logic in hardware. It's such a small market that for most devices an ASIC is not a option.
thunfisch
·2 jaar geleden·discuss
Nice to see this here. I've stumbled on this page while researching my stop and train change in Brussels on the way to Config Management Camp. This is the internet that I remember from the very early 2000s. Just plain information, a person happy to share their own interest and carve some space out in this sea of webpages.

This is what I want to see more of in the internet.
thunfisch
·2 jaar geleden·discuss
Just read everything from the source, instead of a third party blog post.

https://blog.thunderbird.net/2024/01/thunderbird-monthly-dev...
thunfisch
·2 jaar geleden·discuss
Does anyone have the link to the study? I'm tired of news articles referencing and summarizing their interpretation of a study, without giving me the option to validate the claims made.
thunfisch
·3 jaar geleden·discuss
From looking at it for a few minutes, the gist seems to be software-rendered wayland applications in a Container, streamed into a browser via Go? Or a Desktop client? Not certain yet.

Interesting question here would be the performance - is this efficient enough to get low latency and high framerates? if yes, this could be useful for a bunch of stuff, where you want to spin up a heavyweight GUI app on some kubernetes cluster quickly (think remote dev setup) and stream it to your laptop/tablet.

Edit: Looks like a Desktop client application, also written in Go. But the streaming is implemented with WebRTC and some custom signalling for keyboard/mouse/gamepad feedback, so this could theoretically also be adopted for a Webbrowser I guess?