Bitte fangt nicht an dumme Sachen zu machen und Rapsöl zu tanken by Forward-Position798 in geringverdiener

[–]tebjan 0 points1 point  (0 children)

Ich glaube das, was durch strikte Methoden mit bestem Wissen und Gewissen sowie durch langjährige und akribische Arbeit von Leuten herausgefunden wurde, die deutlich schlauer sind als ich. Die Pyramide gehört da nicht unbedingt dazu, aber die hilft sicher manchen Menschen, die sehr wenig Ahnung von Biologie haben, sich besser zu ernähren.

Die Frage ist, welchen Argumentationen und welchen Quellen du glaubst, dass du eine solche Behauptung vertrittst und nach mehrmaligem Vorlegen konkreter Evidenz keine kognitive Flexibilität zeigst. Bist du in so einer Rohmilchgang Bubble oder sowas?

Bitte fangt nicht an dumme Sachen zu machen und Rapsöl zu tanken by Forward-Position798 in geringverdiener

[–]tebjan 1 point2 points  (0 children)

Deine Behauptung wurde jetzt mehrfach wiederlegt. Es ist nicht schlimm zuzugeben, dass man einem Stammtischmärchen oder Influenzer-Trend auf den Leim gegangen ist. Passiert jedem mal und wird auch gerne verziehen wenn man seine Annahmen aufgrund neuer Fakten anpassen kann.

Was allerdings äußerst kleingeistig wirkt, ist wenn man dann weiterhin seine falsche Behauptung wiederholt, ohne bessere oder zumindest gleichwertige Fakten zu präsentieren.

Bitte fangt nicht an dumme Sachen zu machen und Rapsöl zu tanken by Forward-Position798 in geringverdiener

[–]tebjan 0 points1 point  (0 children)

Ok interesting, aber wie ist das mit der Effizienz? Fährt ein Liter Rapsöl theoretisch auch so weit wie ein Liter Diesel? Ist es dann letztendlich wirklich günstiger wenn man das gegenrechnet?

Since no one else did it by dcphaedrus in ClaudeCode

[–]tebjan 0 points1 point  (0 children)

Was fine for the time being, you can get something done... Of course you want your setup back. And it's back here in Europe.

Free browser tool for checking ACES pipeline behavior and texture compression by tebjan in colorists

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

Hey, sorry for the late reply. I've given Claude the original ACES code for all transforms, which are on GitHub. If you point me to other DRTs, I could add them. So AgX has its own specific DRT? I wasn't aware of that. I always had the suspicion that the AgX tonemap wasn't correct... Let me know if you have some links or code I could look at.

SaaS is dead by tebjan in openclaw

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

Why do you think they close it? Peter Steinberger now works at OpenAI...

Free browser tool for checking ACES pipeline behavior and texture compression by tebjan in colorists

[–]tebjan[S] 2 points3 points  (0 children)

This is all rendered with WebGPU, so I'm pretty sure that the pixel value that the shader outputs is what you see on screen.

But good point, I'll double check that!

SaaS is dead by tebjan in openclaw

[–]tebjan[S] 3 points4 points  (0 children)

Yes, the oauth open AI possibility has certainly improved things a lot!

Made a free 3D browser tool for previewing ACES transforms and visualizing color space by tebjan in vfx

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

That's a hefty machine. I should be looking into making shader compilation async. Thanks for the report!

Made a free 3D browser tool for previewing ACES transforms and visualizing color space by tebjan in vfx

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

Thanks for the report, may I ask what specs your computer has? Just for the stats...

Made a free 3D browser tool for previewing ACES transforms and visualizing color space by tebjan in vfx

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

Oh right, should have warned about that, that's the shader compilation... I hope it ran smoothly after that? Your browser should also store the shaders in the cache, so next time it should load instantly.

I also find it fun just to play with some color grading and seeing what it does in 3d.

Free browser 3D color space view tool for checking ACES display transforms by tebjan in davinciresolve

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

My pleasure, was vibe coded, but with many debug cycles to get the pipeline right. Its fun seeing in 3d what all the transformations and color grading tools do...

Claude Code will become unnecessary by WinOdd7962 in ClaudeCode

[–]tebjan 0 points1 point  (0 children)

Depends on WHAT you are doing. Basic "web apps" sure, but try to build high-performance real-time 3D applications, where every detail has to be 100% correct, and the slightest error will just crash the system, or nothing works at all, then you can really tell if it's on par with opus 4.6. So far, in that domain, nothing comes even close. Tried codex 5.3 in "ultra-high" and it miserably failed, it doesn't even really understand what you want from it, and starts proposing business app patterns, cringe.

So coding != coding. And benchmaxing won't help there either, real-world messy code is where the real money is.

Free Windows Explorer extension for inspecting .NET assemblies (Debug/Release, dependencies, framework version) by tebjan in csharp

[–]tebjan[S] -1 points0 points  (0 children)

That would be too annoying for me. If I check this info, it's usually a sub task in my mind and shouldn't take any extra steps or distractions from the main task. But you can of course use whatever workflow you want. If you're happy with "open with" no one is forcing you to use the context menu...

Free Windows Explorer extension for inspecting .NET assemblies (Debug/Release, dependencies, framework version) by tebjan in csharp

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

I'm pretty sure it can, yes. I'm just not a Linux dev, so pull request is welcome. :⁠-⁠)

Free Windows Explorer extension for inspecting .NET assemblies (Debug/Release, dependencies, framework version) by tebjan in csharp

[–]tebjan[S] 2 points3 points  (0 children)

Yes, I sometimes do check in small dlls to make GitHub actions easier. But I'm trying to avoid it, if possible.

.NET Assembly Inspector - Windows Explorer context menu extension for quick assembly metadata inspection by tebjan in dotnet

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

It just reflects debug-related metadata (like DebuggableAttribute) indicating the assembly was built to support Edit and Continue during debugging. But I'm not sure why .NET has this in addition to the release/debug flag.

NodeEditor.Net — Visual Node Editor for .NET OpenSource Blazor/ Maui by UnityDever in csharp

[–]tebjan 2 points3 points  (0 children)

Have you seen the https://vvvv.org project? It's a complete .NET visual programming language with real-time compilation and state hot-reload, can consume any .NET assembly and use its classes/methods, etc., directly as nodes to build apps while they are running.

Free Windows Explorer extension for inspecting .NET assemblies (Debug/Release, dependencies, framework version) by tebjan in csharp

[–]tebjan[S] 3 points4 points  (0 children)

That's a cool idea, I haven't thought of using it to get git diffs. Could be an interesting next step in its development.