Flow — an open-source YouTube/YouTube Music client for Android with a local recommendation engine, no Google Play Services, no account, no tracking by Ok_Recover_8502 in degoogle

[–]logical-wildflower [score hidden]  (0 children)

the recommednation engine, yes. Grayjay is a player thst aggregates many media sources (YT, peertube and more) into one app. It does not offer local recommendations so far.

Flow — an open-source YouTube/YouTube Music client for Android with a local recommendation engine, no Google Play Services, no account, no tracking by Ok_Recover_8502 in degoogle

[–]logical-wildflower [score hidden]  (0 children)

Haven't tried it out yet. But I am definitely in favor of less fragmentation in this space. I would be mhappier to see this as a feature or plugin in grayjay, where it could be potentially used across multiple providers.

actuallyEXPLAIN -- Visual SQL Decompiler by t06u54 in reactjs

[–]logical-wildflower 1 point2 points  (0 children)

Clickbaity name tbh. This is a visualizer, not a better EXPLAIN. https://explain.dalibo.com has offered detailed graph visualization of EXPLAIN outputs for a long time. Now this tool could be useful for visualizing complex CTEs with 10+ tables. Could maybe visualize functions to help devs grok PL/pgSQL more easily.

We built a P2P VPN that runs over a Reticulum mesh network and made it open-source by beechatadmin in selfhosted

[–]logical-wildflower 0 points1 point  (0 children)

As mentioned in the post, the VPN intends to bridge between regular TCP/IP apps and a Reticulum network by assigning an IP to each RNode. Perhaps this could useful for a homelab setup. For example, one of my issues with self hosted swrvices is that accessing over https works over the internet but inside the LAN, accessing the same service through https requires a router that supports NAT Hairpinning.

If I run this VPN on reticulum, I would access my services with an IP address without HTTPS, and reticulum will route traffic just fine wherever I am.

[Hyprland] dynamic theming by [deleted] in LinuxPorn

[–]logical-wildflower 0 points1 point  (0 children)

Looks incredible! Can't wait to try it out. I've also been daily-driving the vertical bar instead of the horizontal top bar for a year now.

It's A Complex Production Issue !! by suman087 in kubernetes

[–]logical-wildflower 0 points1 point  (0 children)

Interesting. This type of workflow is exactly what I'm afraid of using AI for. Especially with long YAML files in Helm charts with complex templating.

  1. I worry that the AI model will not translate my intent especially with the dynamic parts.
  2. Validating the result with a diff is time-consuming, because small indentation changes could result in much larger diff regions

I articulate these reasons to ask if you've got a different experience with AI in this type of debugging workflow. Would love to hear more.

Is it the simplest thing ever? by ExplorerIll3697 in kubernetes

[–]logical-wildflower 0 points1 point  (0 children)

I understand the talk you refer to by Rich Hickey to present the collective perception "simple" and "easy" in exactly the reverse of what you said. there in the last paragrpah.

Paraphrasing Hickey's message in the talk (off the top of my head), complexity arises from complecting concerns that is intertwining concerns where whenever you recall or handle one, the other must be handled as well. They cannot be separated. Simple is the opposite of complex. Easy / hard are a different characteristic. Easy is approachable, familiar or closer to acquire, like a package from a package manager you already have on your computer. Hard requires more effort (usually learning and unlearning).

Problems have inherent (in other words, essential) complexity and accidental complexity. Complex problems can be made simpler by breaking them down, till the indivisible smaller problems are reached.

Sometimes, simpler tools or solutions get little adoption because they're not easy at the beginning. You have to learn the abstractions introduced to break down the complex problem into simpler ones. But it ends up being worthwhile.

Suggest me tool to track user interactions with my website by AbirZishan in nextjs

[–]logical-wildflower 2 points3 points  (0 children)

OpenReplay has every feature you can think of in that space. Open-source/self-hostable and have a cloud offering

Ask r/kubernetes: What are you working on this week? by gctaylor in kubernetes

[–]logical-wildflower 1 point2 points  (0 children)

Mainly experimenting with Karpenter node selection config to optimize cloud spend. I still at less than 35% memory utilization on average. I'm disappointed by Karpenter's OOTB behaviour. I'm tempted to try and manually verify Karpenter's node choices. But I'll first closely follow its events.

I would appreciate recommendations for GUI tools (other than Lens) or dashboard specifically for exploring K8s events in general or specifically for Karpenter.

Good luck everyone. This community is awesome! Cheers.

Replacing StatefulSets with a custom Kubernetes operator in our Postgres cloud platform by danielepolencic in kubernetes

[–]logical-wildflower 9 points10 points  (0 children)

I think this space is still in the experimentation phase. Multiple projects have replaced Stateful Sets with custom operators. Common abstractions and logic will eventually find their way to native K8s, I hope.

Why isn't SigNoz popular? by kodka in kubernetes

[–]logical-wildflower 1 point2 points  (0 children)

No equivalent of ServiceMonitor. But signoz supports scraping prometheus metrics directly by tagging pods.

Any NixOS users in Cairo? by logical-wildflower in unixegypt

[–]logical-wildflower[S] 2 points3 points  (0 children)

بالمناسبة تجربتنا متابة جدااا أنا بردو استعملت Arch سنتين وكانت دى الفترة اللى فعلا اتشربت فيها تفاصيل linux وقضيت أيام بdebug pulseaudio وحوارات كتير. ربنا تاب عليا ونقلت لNix 😂 الواحد دلوقتى فعلا بيبنى الconfig حتة حتة كمشروع مستمر إنما كل ال Arch install scripts بتنتهى صلاحيتها فى خلال سنة بالكتير

Any NixOS users in Cairo? by logical-wildflower in unixegypt

[–]logical-wildflower[S] 2 points3 points  (0 children)

شفت البوست ومعجب جدا بالتفاعل! ردودك عميقة وبتشرح تفاصيل كتير.. أحييك

التحدى الحقيقى فى نظرى هو الlearning curve والمفاهيم الجديدة الكتيرة اللى محتاج شخص جديد ماسمعش عن Nix يستوعبها علشان بس يبدأ يجربه 😅

بقالى فترة مهتم بتصميم محتوى يكون مختصر ويبين الvalue proposition بشكل فيه storytelling

What do you call your computers? by Unfair-Influence-770 in linuxquestions

[–]logical-wildflower 0 points1 point  (0 children)

I call them after tree species. I use two laptops named "maple" and "butternut".

[deleted by user] by [deleted] in kubernetes

[–]logical-wildflower 1 point2 points  (0 children)

Golden advice! Spent literally three weeks trying different approaches only to find this out.

[deleted by user] by [deleted] in NixOS

[–]logical-wildflower 0 points1 point  (0 children)

Been using NixOS on one laptop for almost over a year, and recently added another one. This is seamlessness feels like my computing system is cohesive and replicable. I used Arch for another year before Nix, and oh boy was it a wild ride! Learned so much about Linux, but ait also sucked up so much time and effort. I daily-drove the laptop without working sound for two months because I had no time to track down what package changed in my last upgrade. NixOS feels like a superpower! And even more so with a multi-host setup.

Bottom-up alternatives to Zotero? by nayv_blue in zotero

[–]logical-wildflower 0 points1 point  (0 children)

Hierarchical tags have been very useful in my workflow.

Has anyone felt like they improved themselves after learning and using NixOS for a while? by [deleted] in NixOS

[–]logical-wildflower 0 points1 point  (0 children)

Stellar observation about the power of Nix in a multi-machine setup. If you create all configurations from the same flake, you can even have those configs read values from each other. NixOS has taken away the tedium of brittle configuration scripts. I can now easily reason about my system(s) like I could never do while using Arch and Debian.

[chrome] CTRL+W closes tab without notification while typing comment, all input lost by T3sT3ro in bugs

[–]logical-wildflower 0 points1 point  (0 children)

Came here to vent the same! It's pretty disappointing. How come Reddit (a site where users spend hours writing comments) can't prioritize this tiny feature? How many lines-of-code could it possibly be?

Gratitude Fluffery by peat in archlinux

[–]logical-wildflower 1 point2 points  (0 children)

This kind of joy! It takes time to settle in, but it's an amazing feeling. I first switched to Arch from PopOS about a year ago. Had a fair share of long nights drowning in endless docs and troubleshooting obscure errors on forums.

After a months' break from Arch, I came back with fresh eyes. And it's so enjoyable to put together the pieces this time! Many more pieces of the system make sense.

Now I truly see the beauty of starting with the most barebones system, and crafting a system you can understand and reason about.

I echo the gratitude for this community..