HackerTrans
TopNewTrendsCommentsPastAskShowJobs

humanfromearth9

no profile record

Submissions

[untitled]

1 points·by humanfromearth9·mês passado·0 comments

SOLID – ISP Is a Conditional Corollary of Dip Applied per Client

zenodo.org
2 points·by humanfromearth9·mês passado·1 comments

SOLID – Why SRP Is Wrong: The Cardinality Error in the SRP

zenodo.org
2 points·by humanfromearth9·mês passado·1 comments

Me/CFS – A Comprehensive Medical Documentation

zenodo.org
1 points·by humanfromearth9·há 6 meses·1 comments

comments

humanfromearth9
·há 10 dias·discuss
I wonder what animal or plant would grow out of that...
humanfromearth9
·há 10 dias·discuss
[flagged]
humanfromearth9
·há 16 dias·discuss
No. You can't spend all your money on rehashing past results. Some, OK, all, not. In many fields, the money is needed for discovery.
humanfromearth9
·mês passado·discuss
[flagged]
humanfromearth9
·mês passado·discuss
In this paper, I analyze the relationship between ISP and DIP.

This paper makes 3 contributions:

1. A formal statement of the ownership clause for DIP, making explicit what Martin’s examples illustrate, but his DIP statement does not. 2. A proof that DIP’s ownership clause applied per client implies ISP universally at the class level, with the converse holding only under client-driven evolution. 3. The identification of three distinct interface evolution origins—client-driven, provider-driven, and shared governance—as the conceptual framework that explains why the ISP-DIP connection was historically hard to see and why ISP retains independent value outside client-driven contexts.
humanfromearth9
·mês passado·discuss
In this paper, I formally prove that SRP is wrong.

First using Bob Martin's own words. Then, formally, using the concept of change driver.
humanfromearth9
·há 2 meses·discuss
Why?
humanfromearth9
·há 2 meses·discuss
Obsidian may not be open source, but its file format is definitely more open than Joplin's. Which is why I switched to it.

Synchronizing with Syncthing works well enough both on desktops and smartphones.
humanfromearth9
·há 2 meses·discuss
An attorney could make money with that, sell that "as a service": the service would be to provide you with the same AI attorneys use, et voilà.
humanfromearth9
·há 2 meses·discuss
Review-fix rounds after generation of text or code, until convergence to a solution that doesn't need more improvements.
humanfromearth9
·há 2 meses·discuss
For my paper about ME/CFS, I let an LLM integrate lots of findings of other scientific papers. Then I ask the LLM to "creatively brainstorm", given all we know of ME/CFS and the newly integrated paper, to generate new hypotheses, treatment ideas or any other kind of insight it can think of.

This works really well.

Now, it's clear that I have no idea how much of this is something we would consider new and original, and how much is a kind of systematic, but not novel, easy of thinking.

What I couldn't do so far is get an LLM to generate a truly new maths theory, with new abstract concepts and dimensions and points of view. The kind that is not just a combination of existing theories and logic.
humanfromearth9
·há 2 meses·discuss
It would be interesting to see if llms all share the same internal representation of red. It might hint towards how it works for humans.

Note: I'm not sure this is formulated well, or even if I am able to articulate this correctly.
humanfromearth9
·há 2 meses·discuss
Chemistry is the same for each of us, as is physics, so I'd be inclined to think that red is the same red for everyone.
humanfromearth9
·há 4 meses·discuss
Sometimes, an AI helps articulate an idea or an intuition. Is that okay, or is it too much already?
humanfromearth9
·há 4 meses·discuss
Oh a modern comeback of the analyst-programmer?
humanfromearth9
·há 5 meses·discuss
This prompt doesn't say shit about the fact that one wants to wash his car at the car wash or somewhere else...
humanfromearth9
·há 5 meses·discuss
That's how I see complex numbers:

In mathematics and physics, complex numbers aren't just "imaginary" values—they are the secret language of 2D rotation. While real numbers live on a 1D line, complex numbers inhabit a 2D plane, and multiplying them acts as a bridge between dimensions. 1. The Geometry of i To understand how we switch dimensions, look at the imaginary unit i. In a standard real-number system, you only move left or right. Adding i introduces a vertical axis. * The 90-degree turn: Multiplying a real number by i is geometrically equivalent to a 90° counter-clockwise rotation. * The Dimension Switch: If you start at 1 (on the x-axis) and multiply by i, you land at i (on the y-axis). You have effectively "switched" your direction from horizontal to vertical. 2. Rotation via Euler’s Formula The most elegant link between complex numbers and rotation is Euler’s Formula: This formula places any complex number on a unit circle in the complex plane. When you multiply a vector by e^{i\theta}, you aren't changing its length; you are simply rotating it by the angle \theta. Why this matters: * Algebraic Simplicity: Instead of using messy rotation matrices (which involve four separate multiplications and additions), you can rotate a point by simply multiplying two complex numbers. * Phase in Physics: This is why complex numbers are used in electrical engineering and quantum mechanics. A "phase shift" in a wave is just a rotation in the complex plane. 3. Beyond 2D: Quaternions If complex numbers (a + bi) handle 2D rotations by adding one imaginary dimension, what happens if we want to rotate in 3D? To handle 3D space without hitting "Gimbal Lock" (where two axes align and you lose a degree of freedom), mathematicians use Quaternions. These extend the concept to three imaginary units: i, j, and k. > The Rule of Four: Interestingly, to rotate smoothly in three dimensions, you actually need a four-dimensional number system. > Summary Table | Number System | Dimensions | Primary Use in Rotation | |---|---|---| | Real Numbers | 1D | Scaling (stretching/shrinking) | | Complex Numbers | 2D | Planar rotation, oscillations, AC circuits | | Quaternions | 4D | 3D computer graphics, aerospace navigation |

They can be treated as vectors, but they have "superpowers" that standard vectors do not. 1. The Similarities (The 2D Map) In a purely visual or structural sense, a complex number z = a + bi behaves exactly like a 2D vector \vec{v} = (a, b). * Addition: Adding two complex numbers is identical to "tip-to-tail" vector addition. * Magnitude: The "absolute value" (modulus) of a complex number |z| = \sqrt{a^2 + b^2} is the same as the length of a vector. * Coordinates: Both represent a point on a 2D plane. 2. The Difference: Multiplication This is where complex numbers leave standard 2D vectors in the dust. In standard vector algebra (like what you'd use in an introductory physics class), there isn't a single, clean way to "multiply" two 2D vectors to get another 2D vector. You have the Dot Product (which gives you a single number/scalar) and the Cross Product (which actually points out of the 2D plane into the 3D world). Complex numbers, however, can be multiplied together to produce another complex number. The "Rotation" Secret When you multiply two complex numbers, the math automatically handles two things at once: * Scaling: The lengths are multiplied. * Rotation: The angles are added. Standard vectors cannot do this on their own; you would need to bring in a "Rotation Matrix" to force a vector to turn. A complex number just "knows" how to turn naturally through its imaginary component. 3. When to use which? Mathematically, complex numbers form a Field, while vectors form a Vector Space. * Use Vectors when you are dealing with forces, velocities, or any dimension higher than 2 (like 3D space). * Use Complex Numbers when you are dealing with things that rotate, vibrate, or oscillate (like radio waves, electricity, or quantum particles). > The Peer-to-Peer Truth: Think of a complex number as a vector with an attitude. It lives in the same 2D house, but it knows how to spin and transform itself algebraically in ways a simple (x, y) coordinate cannot. >
humanfromearth9
·há 5 meses·discuss
You would be surprised about what the 4.5 models can already do in these ways of thinking. I think that one can unlock this power with the right set of prompts. It's impressive, truly. It has already understood so much, we just need to reap the fruits. I'm really looking forward to trying the new version.
humanfromearth9
·há 5 meses·discuss
Hello,

I check context use percentage, and above ~70% I ask it to generate a prompt for continuation in a new chat session to avoid compaction.

It works fine, and saves me from using precious tokens for context compaction.

Maybe you should try it.
humanfromearth9
·há 5 meses·discuss
The first thing I would do in case of depression is to make sure that the patient's energy levels are good and that mitochondria and other energy-related biochem phenomena work as expected.

I know first-hand that low energy-levels and lacking energy production mechanically lead to depression.

Also, look at how people (children also) experience the world and their relationships and their stresses when they are tired (or even just hungry) compared to when they are fit...

Fix those, and the depression might be gone.

This is not bashing against anti-depressants, they play their role to. But in some cases, energy-management is key.